/*
Theme Name:GTW
Version: 20210630
*/
html {
	height: 100%;
	font-size: 62.5%;
}
html.parent {
overflow:hidden;
}
:root {
	--color-orange:#eb6025;
}
body {
	line-height:1;
	-webkit-text-size-adjust: 100%;
	background:#ffffff;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address,code,del, dfn, em, img, ins, kbd, q, s,strike, strong, sub, sup,
b, u, i,dl, dt, dd, ol, ul, li,nav,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
embed,footer, header, hgroup,
menu, nav, ruby, section, summary,
audio, video {
	margin:0;
	padding:0;
}
table,a,span,th,td,div,img,ul,ol,li,dt,dd,p,h1, h2, h3, h4, h5, h6,input,textarea,select,article,aside,section {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
table,a,span,th,td,div,img,ul,ol,li,dt,dd,p,input,textarea,select {
	font-size:4.3vw;
}
img {
	max-width:100%;
	height:auto;
	text-decoration:none;
	border-style: none;
	vertical-align:top;
}
a {
	outline: none;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
p {
	line-height:200%;
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?y8hxhy');
  src:  url('fonts/icomoon.eot?y8hxhy#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?y8hxhy') format('truetype'),
    url('fonts/icomoon.woff?y8hxhy') format('woff'),
    url('fonts/icomoon.svg?y8hxhy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-sign-out:before {
  content: "\f08b";
}
.icon-angle-double-up:before {
  content: "\f102";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
/*-----------------------------------------
master-layout-settings
------------------------------------------*/
.flex {
	display:-webkit-box; /* Android rower */
	display:-ms-flexbox; /* Safari */
	display:flex;
}
.flex-middle { /* Safari */
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
.flex-center { /* Safari */
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}
.container {
	padding-left:5vw;
	padding-right:5vw;
	position:relative;
	z-index: 1;
}
/*-----------------------------------------
header
------------------------------------------*/
header {
	text-align: center;
	background:#ffffff;
	position: relative;
	z-index: 99;
}
.header-logo {
	display:block;
	height:12.5vw;
	padding-top:4vw;
}
.header-logo img {
	width:68.75vw;
}
.header-title {
	color:#ffffff;
	font-size:4.4vw;
	font-weight:700;
	background-color:var(--color-orange);
	height:9.375vw;
	line-height:9.375vw;
}
/*-----------------------------------------
list-first-cel
------------------------------------------*/
.list-first,
.list-first a,
.list-first a:before {
	width:100vw;
	height:75vw;
}
.list-first a {
	display:block;
	position:relative;
	z-index: 1;
	overflow: hidden;
}
.list-first a img {
	width:100%;
	height:auto;
}
.list-first a:before {
	content:"";
	position: absolute;
	z-index: 2;
	top:0;
	left:0; /* FF3.6-15 */
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(0,0,0,0)),to(rgba(0,0,0,0.75)));
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	mix-blend-mode: multiply;
}
.tt-box-first {
	position:absolute;
	z-index: 3;
	bottom:0;
	left:0;
	padding:5vw;
}
.date-first {
	color:#ffffff;
	text-align: center;
	margin-bottom:4vw;
}
.tt-list-first {
	color:#ffffff;
	font-size:5vw;
	line-height:150%;
	letter-spacing:0.1em;
}
/*-----------------------------------------
list-regurar-cel
------------------------------------------*/
.list-regurar {
	display:block;
	width:100%;
	padding:5vw 12.5vw 5vw 5vw;
	border-bottom:1px solid #dddddd;
	position: relative;
	z-index: 1;
}
.list-regurar:before {
	content: "\f105";
	font-family: 'icomoon';
	width:7.5vw;
	position:absolute;
	top:50%;
	right:5vw;
	text-align: right;
	font-size:8vw;
	margin-top:-4vw;
	color:var(--color-orange);
}
.list-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 5vw;
grid-row-gap: 2vw;
}
.list-pic {
	grid-area: 1 / 1 / 3 / 2;
	width:17.5vw;
	height:17.5vw;
}
.list-pic img {
	width:auto;
	height:17.5vw;
	-o-object-fit: cover;
	object-fit: cover;
}
.list-date {
	grid-area: 1 / 2 / 2 / 3;
	width:60vw;
	color:#666666;
	font-size:3.75vw;
}
.list-tt {
	grid-area: 2 / 2 / 3 / 3;
	color:#000000;
	line-height:150%;
}
/*-----------------------------------------
single-content
------------------------------------------*/
.tt-single {
	font-size:5vw;
	line-height:150%;
	padding:5vw 5vw 3.5vw 5vw;
}
.date-single {
	padding:0vw 5vw 5vw 5vw;
}
.single-eyecatch {
	padding-bottom:5vw;
}
.single-eyecatch img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.single-content {
	padding-bottom:5vw;
}
.single-content h2 {
	font-size:5vw;
	line-height:200%;
	margin:1em auto 0.5em auto;
}
.single-content p {
	padding-bottom:1em;
}
.single-content img {
	display:block;
	margin:1em auto;
}
/*-----------------------------------------
wp-pagenavi
------------------------------------------*/
.wp-pagenavi {
	background:#eeeeee;
	padding:5vw;
	display:-webkit-box; /* Android rower */
	display:-ms-flexbox; /* Safari */
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	gap:5vw;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display:block;
	width:13.75vw;
	height:13.75vw;
	line-height:13.75vw;
	text-align:center;
	border:1px solid var(--color-orange);
	border-radius:4px;
}
.wp-pagenavi a {
	color:var(--color-orange);
	background-color:#ffffff;
}
.wp-pagenavi span,
.wp-pagenavi a:hover {
	color:#ffffff;
	background-color:var(--color-orange);
}
/*-----------------------------------------
footer
------------------------------------------*/
.btn-pageback,
.btn-listback {
	display:block;
	position:relative;
	z-index: 1;
	color:#ffffff;
	background-color:var(--color-orange);
	text-align:center;
	height:13.75vw;
	line-height:13.75vw;
}
.btn-pageback:before {
	content: "\f102";
	font-family: 'icomoon';
	width:13.75vw;
	height:13.75vw;
	position:absolute;
	z-index: 2;
	top:0;
	right:0;
	text-align: center;
	font-size:8vw;
	color:#ffffff;
}
.btn-listback:before {
	content: "\f106";
	font-family: 'icomoon';
	width:13.75vw;
	height:13.75vw;
	position:absolute;
	z-index: 2;
	top:0;
	right:0;
	text-align: center;
	font-size:8vw;
	color:#ffffff;
}
.btn-indexback {
	display:block;
	position:relative;
	z-index: 1;
	color:#ffffff;
	background-color:#089cad;
	text-align:center;
	height:13.75vw;
	line-height:13.75vw;
}
.btn-indexback:before {
	content: "\f08b";
	font-family: 'icomoon';
	width:13.75vw;
	height:13.75vw;
	position:absolute;
	z-index: 2;
	top:0;
	right:0;
	text-align: center;
	font-size:8vw;
	color:#ffffff;
}
.footer-credit {
	font-size:3.75vw;
	color:#666666;
	text-align: center;
	height:13.75vw;
	line-height:13.75vw;
}