@charset "UTF-8";
/* CSS Document */
header:has(+ .about) .logo a::before,
header:has(+ .about) #searchBt > a > .icon::before,
header:has(+ .about) #langArea .langBt,
header:has(+ .about) #langArea .sub li a{
	background: #FFF;
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
header:has(+ .about) #gmenu a,
header:has(+ .about) #gmenu > li > p,
header:has(+ .about) .logo .txt{
	color: #FFF;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
header:has(+ .about) #langArea .langBt,
header:has(+ .about) #langArea .sub li a{
	color: var(--KTSU-BLACK);
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
}


header.black:has(+ .about) .logo a::before,
header.black:has(+ .about) #searchBt > a > .icon::before,
header.black:has(+ .about) #langArea .langBt,
header.black:has(+ .about) #langArea .sub li a{
	background: var(--KTSU-BLACK);
}
header.black:has(+ .about) #gmenu a,
header.black:has(+ .about) #gmenu > li > p,
header.black:has(+ .about) .logo .txt{
	color: var(--KTSU-BLACK);
}
header.black:has(+ .about) #langArea .langBt,
header.black:has(+ .about) #langArea .sub li a{
	color: #FFF;
}
#container.commonPage {
	padding-top: 200px;
	padding-bottom: 180px;
}
.commonPage #main{margin-bottom: 65px;}

.commonPage #main .tit{
	font-size: 1.3rem;
	color: var(--KTSU-GOLD);
	text-align: center;
}
.commonPage #main .txt{
	text-align: center;
	margin-top: 1em;
}
body.langJp .commonPage #main .tit{font-size: 0.6rem;}


.bt_more,
.bt_more.noBg{
	width: 110px;
	height: 110px;
	background: var(--KTSU-BLACK);
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	font-size: 0.1rem;
	color: #FFF;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.bt_more.hide,
.bt_more.hide.noBg{
	opacity: 0;
}
.bt_more.noBg{
	background: none;
	border: 1px solid #FFF;
}

.bt_more a{
	color: #FFF;
	height: 100%;
}
.bt_more.hide a{
	pointer-events: none;
}

.bt_more .txt{
	display: block;
	margin-top: 1em;
}

/*=============================
  new_and_now
=============================*/
.new_and_now #contents {padding: 0 25px;}
.new_and_now #contents > .inner{
	min-width: 830px;
	width: 57.6%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:880px) {
	.new_and_now #contents > .inner{
		min-width: 100%;
	}
}



.new_and_now .postList {
	flex-wrap: wrap;
}
.new_and_now .postList > li {
	width: 31.6%;
	margin-right: 2.6%;
}
.new_and_now .postList > li:first-child {width: 100%;}
.new_and_now .postList > li:nth-child(3n+1) {margin-right: 0;}
.new_and_now .postList > li:nth-child(n+5) {margin-top: 2.4%;}


.new_and_now .postList > li .ph{
	aspect-ratio: 1/1;
	width: 100%;
}
.new_and_now .postList > li .data{
	font-size: 0.12rem;
	letter-spacing: 0.1em;
	margin-top: 0.75em;
}
.new_and_now .postList > li .data .status{
	display: inline-block;
	margin-left: 0.5em;
	color: var(--KTSU-RED);
}
.new_and_now .postList > li h2.tit{
	font-size: 0.13rem;
	line-height: 1.45;
	letter-spacing: 0.1em;
	margin-top: 0.75em;
}
.new_and_now .postList > li:first-child{margin-bottom: 100px;}
.new_and_now .postList > li:first-child .ph{
	aspect-ratio: 830/466;
	width: 100%;
}
.new_and_now .postList > li:first-child .pc_flex{
	margin-top: 25px;
}
.new_and_now .postList > li:first-child .titArea{
	width: 50%;
	padding-right: 30px;
}
.new_and_now .postList > li:first-child .titArea h2{
	width: 50%;
	font-size: 0.25rem;
	line-height: 1.1;
}
.new_and_now .postList > li:first-child .titArea .data{
	margin-top: 2em;
}
.new_and_now .postList > li:first-child .txt{
	width: 50%;
	font-size: 0.13rem;
	letter-spacing: 0.1em;
	line-height: 1.45;
}


/*new_and_now post
=============================*/
#container.new_and_now.post{
	overflow: hidden;
}
.new_and_now.post #main .tit{
	font-size: 0.24rem;
}
.new_and_now.post #contents .titArea h1{
	font-size: 0.45rem;
	text-align: center;
	line-height: 1.25;
	margin-bottom: 2em;
}
.new_and_now.post #contents .titArea .ph{
	aspect-ratio: 830/465;
	width: 100%;
	margin-bottom: 80px;
	overflow: hidden;
}

.new_and_now.post .postArea{
	font-size: 0.14rem;
	line-height: 1.75;
	letter-spacing: 0.08em;
}
.new_and_now.post .postArea img{
	max-width: 100% !important;
	height: auto !important;
}
.new_and_now.post .postArea > *{margin-top: 1em;}
.new_and_now.post .postArea figure{margin-top: 1.5em;}
.new_and_now.post .postArea > *:first-child{
	margin-top: 0;
}
.new_and_now.post .postArea h1,
.new_and_now.post .postArea h2,
.new_and_now.post .postArea h3,
.new_and_now.post .postArea h4{
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 500!important;
	font-style: normal;
}
.new_and_now.post .postArea h1,
.new_and_now.post .postArea h2{
	font-size: 0.24rem;
	line-height: 1.5;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 0.5em;
	margin-top: 2em;
}
.new_and_now.post .postArea h3{
	font-size: 0.2rem;
	line-height: 1.5;
	color: var(--KTSU-BLACK);;
	margin-top: 2em;
}
.new_and_now.post .postArea h4{
	font-size: 0.2rem;
	line-height: 1.5;
	border-left: 3px solid #e8e8e8;
	padding-left: 0.5em;
	margin-top: 2em;
}
.new_and_now.post .postArea h5{
	line-height: 1.5;
	margin-top: 2em;
}
.new_and_now.post .postArea p a{
	text-decoration: underline;
}
.new_and_now.post .postArea figure.wp-block-image{
	isolation: isolate;
	overflow: hidden;
}
.new_and_now.post .postArea figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
	aspect-ratio: 16/9;
	width: 100%;
	height: 100%;
}
/*
.new_and_now.post .postArea figure.wp-block-embed-youtube .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.new_and_now.post .postArea figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}*/

/*引用
#entry .contentArea .wp-block-quote{
	border-left: 2px solid #CCC;
	padding-left: 1em;
}*/
.new_and_now.post .postArea > ul{list-style: disc;}
.new_and_now.post .postArea > ol{list-style: decimal;}
.new_and_now.post .postArea > ul > li{margin-left: 1.5em;}
.new_and_now.post .postArea > ol > li{margin-left: 1.5em;}

.new_and_now.post .postArea a.wp-block-file__button{
	background: #FFF;
	border: 1px solid #e8e8e8;
	color: var(--KTSU-BLACK);
}
.new_and_now.post .postArea a.wp-block-file__button:hover{
	opacity: 0.5;
}



.new_and_now.post .recomend{
	margin-top: 250px;
	min-width: 830px;
	width: 57.6%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.new_and_now.post .slickArea{
	position: relative;
	z-index: 10;
}
.new_and_now.post .slickArea > h2{
	text-align: center;
	font-size: 0.56rem;
	color: var(--KTSU-GOLD);
	margin-bottom: 1em;
}
.new_and_now.post .slickArea  > .inner{
	overflow: hidden;
}
.new_and_now.post .slickArea .slick{
	width: calc(100% + 20px);
	margin-left: -10px;
}
.new_and_now.post .slickArea .slick .slick-list{
	height: 100%;
}
.new_and_now.post .slickArea .slick .slick-track{
	display: -webkit-flex;
	display: flex;
	height: 100%;
}
.new_and_now.post .slickArea .slick .slick-track .slick-slide{
	margin:0 10px;
	height: 100%;
}
.new_and_now.post .slickArea .slick .slick-track .slick-slide > div{
	width: 100%;
	height: 100%;
}


.new_and_now.post .slickArea .slick a .ph{
	aspect-ratio: 1/1;
	width: 100%;
}
.new_and_now.post .slickArea .slick a .data{
	font-size: 0.12rem;
	letter-spacing: 0.1em;
	margin-top: 0.75em;
}
.new_and_now.post .slickArea .slick a .data .status{
	display: inline-block;
	margin-left: 0.5em;
	color: var(--KTSU-RED);
}
.new_and_now.post .slickArea .slick a h2.tit{
	font-size: 0.13rem;
	line-height: 1.45;
	letter-spacing: 0.1em;
	margin-top: 0.75em;
}

.new_and_now.post .slickArea .slick_bt a{
	position: absolute;
	top:50%;
	width: 60px;
	height: 60px;
	border: 1px solid var(--KTSU-BLACK);
	isolation: isolate;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	background: #FFF;
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.new_and_now.post .slickArea .slick_bt a:hover{
	background: var(--KTSU-BLACK);
}
.new_and_now.post .slickArea a.slick_prev{
	left:-170px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.new_and_now.post .slickArea a.slick_next{
	right:-170px;
}


/*=============================
  pyTrip
=============================*/
.pyTrip #main .tit{
	font-size: 1rem;
	color: var(--KTSU-GOLD);
	text-align: center;
}
.pyTrip #main .tit .fs{
	display: block;
	text-align: center;
	font-size: 0.2rem;
}

/*access
=============================*/
.access #contents{
	display: grid;
}
.access .pListArea{
	grid-area: 1/1;
	position: sticky;
	top:180px;
	left:0;
	width: 215px;
	height: fit-content;
	background: var(--KTSU-BLACK);
	padding: 50px 0;
}
.access .pListArea h2{
	position: absolute;
	top:0;
	left:calc(100% + 1.75em);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}
.access .pListArea .pList li a{
	height: 50px;
	padding-left: 50px;
	color: #FFF;
	font-size: 0.15rem;
	letter-spacing: 0.1em;
	position: relative;
	background: var(--KTSU-BLACK);
	-webkit-transition:background 0.5s ease;
	transition:background 0.5s ease;
}
.access .pListArea .pList li a:hover,
.access .pListArea .pList li.current a{
	background: var(--KTSU-GOLD);
}
.access .pListArea .pList li a .fs{
	font-size: 0.12rem;
}
.access .pListArea .pList li a .icon_w{
	display: block;
	position: absolute;
	height: 100%;
	top:0;
	right: 10px;
	width: 30px;
}
.access .pListArea .pList li a .icon_w::before{
	height: 100%;
	-webkit-transition:background 0.5s ease;
	transition:background 0.5s ease;
}
.access .pListArea .pList li a:hover .icon_w::before,
.access .pListArea .pList li.current a .icon_w::before{background: var(--KTSU-BLACK);}



.access #contents > .inner{
	grid-area: 1/1;
	padding: 0 20px;
	min-width: 980px;
	width: 68%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:980px) {
	.access #contents > .inner{
		min-width: 100%;
		width: 100%;
	}
}


.access section h2{
	text-align: center;
	font-size: 0.5rem;
	margin-bottom: 1.25em;
}
.access section:not(#map) h2{
	align-items: center;
	justify-content: center;
}
.access section:not(#map) h2::before{
	content: '';
	mask-size: 100% 100%;
	background: var(--KTSU-BLACK);
	margin-right: 0.5em;
}
.access #train h2::before{
	width: 46px;
	height: 46px;
	-webkit-mask-image: url('../img/icon_train.svg');
	mask-image: url('../img/icon_train.svg');
}
.access #car h2::before{
	width: 46px;
	height: 46px;
	-webkit-mask-image: url('../img/icon_car.svg');
	mask-image: url('../img/icon_car.svg');
}


.access section .accessList{display: block!important;}
.access section .accessList li:nth-child(n+2){margin-top: 125px;}
.access section .accessList li img{
	width: 100%;
	height: auto;
}
.access section:not(#map){margin-top: 200px;}


.access #map h2{
	margin-bottom: 750px;
}
.access #map .map_pic{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 1315px;
	z-index: -1;
	overflow: hidden;
}
.access #map .map_pic img{
	width: 1900px;
	height: auto;
	position: relative;
	left:50%;
	top:-175px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.access #map iframe{
	aspect-ratio: 940/465;
	width: 100%;
}
.access #map .link{
	text-align: center;
	margin-top: 2.5em;
}
.access #map .link a span{
	text-decoration: underline;
	letter-spacing: 0.05em;
}

/*pamph
=============================*/
.pamph #contents > .inner{
	padding: 0 20px;
	min-width: 1140px;
	width: 76.3%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:1140px) {
	.pamph #contents > .inner{
		min-width: 100%;
		width: 100%;
	}
}

.pamph .pamphList{
	flex-wrap: wrap;
}
.pamph .pamphList li{
	width: 31.36%;
	margin-right: 2.96%;
	
}
.pamph .pamphList li.hide{
	display: none;
}
.pamph .pamphList li:nth-child(3n){margin-right: 0;}
.pamph .pamphList li:nth-child(n+4){margin-top: 5em;}
.pamph .pamphList li a{
	display: block;
}
.pamph .pamphList li a .ph{
	aspect-ratio: 1/1;
	overflow: hidden;
}
.pamph .pamphList li a .txt{
	font-size: 0.18rem;
	position: relative;
	padding-left: 40px;
	margin-top: 1em;
}
.pamph .pamphList li a .txt .icon_dl{
	width: 25px;
	position: absolute;
	top:-3px;
	left:0;
}
.pamph .bt_more{
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

/*course
=============================*/
.course #main{margin-bottom: 190px;}
.course #main .txt01{
	font-size: 0.44rem;
	line-height: 1.1;
	text-align: center;
	color: var(--KTSU-GOLD);
	margin-top: 2em;
	padding: 0 20px;
}
.course #main .txt02{
	padding: 0 20px;
	min-width: 670px;
	width: 46.5%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.17rem;
	line-height: 1.65;
	margin-top: 2.5em;
	letter-spacing: 0.1em;
}
@media screen and (max-width:670px) {
	.course #main .txt02{
		min-width: 100%;
		width: 100%;
	}
}


.course #contents > .inner{
	grid-area: 1/1;
	padding: 0 20px;
	min-width: 980px;
	width: 68%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:980px) {
	.course #contents > .inner{
		min-width: 100%;
		width: 100%;
	}
}

.course #contents .titArea{margin-bottom: 40px;}
.course #contents .titArea h2{
	color: var(--KTSU-GOLD);
}
.course #contents .titArea h2 span{
	display: block;
	text-align: center;
}
.course #contents .titArea h2 span.txt{
	font-size: 0.3rem;
}
.course #contents .titArea h2 span.num{
	font-size: 0.95rem;
	margin-top: -0.25em;
}
.course #contents .titArea h3{
	text-align: center;
	font-size: 0.4rem;
	line-height: 1.25;
	margin-top: 150px;
	position: relative;
}
.course #contents .titArea h3::before{
	content: '';
	width: 1px;
	height: 90px;
	display: block;
	position: absolute;
	bottom:calc(100% + 0.75em);
	left:50%;
	background: var(--KTSU-GOLD);
}
.course #contents .titArea .txt{
	text-align: center;
	font-size: 0.15rem;
	margin-top: 1.5em;
	line-height: 1.25;
}

.course .box:nth-of-type(n+3){
	margin-top: 150px;
}
.course .box .phOuter{
	aspect-ratio: 940/620;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.course .box .caption {
	margin-top: 0.5em;
	font-size: 0.14rem;
	text-align: right;
}

.course .box .txtArea{
	margin-top: 85px;
	min-width: 630px;
	width: 67%;
	margin-left: auto;
	margin-right: auto;
}
.course .box .txtArea .timeSch li{position: relative;}
.course .box .txtArea .timeSch li:nth-child(odd),
.course .goleArea .gole{
	font-size: 0.2rem;
	padding: 1em 0.5em;
	color: #FFF;
	background: var(--KTSU-BLACK);
}
.course .box .txtArea .timeSch li.gold{background: var(--KTSU-GOLD);}
.course .box .txtArea .timeSch li:nth-child(odd) p{text-align: center;}
.course .box .txtArea .timeSch li:nth-child(odd) p.fs{font-size: 0.1rem;}
.course .box .txtArea .timeSch li:nth-child(odd) p:nth-child(n+2).fs{margin-top: 0.5em;}
.course .box .txtArea .timeSch li:nth-child(even){height: 100px;}
.course .box .txtArea .timeSch li:nth-child(even) p.txt{
	width: 50%;
	margin-left: auto;
	padding-left: 2.5em;
	font-size: 0.16rem;
}
.course .box .txtArea .timeSch li:nth-child(even) p.icon{
	position: absolute;
	top:0;
	left: calc(50% - 19px);
	width: 38px;
	height: 0;
	background: url(../img/icon_arrow.svg) no-repeat bottom center/100% auto;
	-webkit-transition: height 0.5s ease;
	transition: height 0.5s ease;
}
.course .box .txtArea.show .timeSch li:nth-child(even) p.icon{height: calc(100% - 5px);}
.course .box .txtArea.show .timeSch li:nth-child(2) p.icon {-webkit-transition: height 0.5s ease;transition: height 0.5s ease;}
.course .box .txtArea.show .timeSch li:nth-child(4) p.icon {-webkit-transition: height 0.5s 0.25s ease;transition: height 0.5s 0.25s ease;}
.course .box .txtArea.show .timeSch li:nth-child(6) p.icon {-webkit-transition: height 0.5s 0.5s ease;transition: height 0.5s 0.5s ease;}
.course .box .txtArea.show .timeSch li:nth-child(8) p.icon {-webkit-transition: height 0.5s 0.75s ease;transition: height 0.5s 0.75s ease;}
.course .box .txtArea.show .timeSch li:nth-child(10) p.icon{-webkit-transition: height 0.5s 1.0s ease;transition: height 0.5s 1.0s ease;}


.course .box .txtArea > p.fgo_l{
	font-size: 0.17rem;
	line-height: 1.65;
	margin-top: 2.5em;
}
.course .box .txtArea > p.fgo_l .fs{
	font-size: 0.13rem;
	margin-top: 2em;
}
.course .box .txtArea > p.fgo_b{
	font-size: 0.15rem;
	line-height: 1.8;
	margin-top: 3em;
}


.course .box .infoList {
	width: 100%;
	font-size: 0.15rem;
	line-height: 1.8;
	margin-top: 3em;
	flex-wrap: wrap;
}
.course .box .infoList dt{width: 17%;}
.course .box .infoList dd{width: 83%;}
body.langJp .course .box .infoList {width: 80%;}

.course .box .infoList dt:nth-of-type(n+2),
.course .box .infoList dd:nth-of-type(n+2){
	border-top: 1px solid var(--KTSU-B5);
	margin-top: 0.5em;
	padding-top: 0.5em;
}
body:not(.langJp) .course .box .infoList dt:nth-of-type(n+2),
body:not(.langJp) .course .box .infoList dd:nth-of-type(n+2){
	padding-top: 0.75em;
}


.course .box .infoList dd{padding-left: 1em;}
body.langJp .course .box .infoList dd{padding-left: 0;}


.course .goleArea{
	min-width: 630px;
	width: 67%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
}
.course .goleArea .gole{
	text-align: center;
	background: var(--KTSU-GOLD);
}
.course .goleArea .total{
	margin-top: 75px;
	text-align: center;
	font-size: 0.34rem;
}
.course .goleArea .total span.fs{
	font-size: 45%;
}



/*=============================
 what_to_see
=============================*/
.what_to_see #contents{
	display: grid;
}
.what_to_see .pListArea{
	grid-area: 1/1;
	position: sticky;
	top:180px;
	left:0;
	width: 215px;
	height: fit-content;
	background: var(--KTSU-BLACK);
	padding: 50px 0;
}
.what_to_see .pListArea h2{
	position: absolute;
	top:0;
	left:calc(100% + 1.75em);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}
.what_to_see .pListArea .pList li a{
	width: 100%;
	height: 50px;
	padding-left: 50px;
	color: #FFF;
	font-size: 0.15rem;
	letter-spacing: 0.1em;
	position: relative;
	background: var(--KTSU-BLACK);
	-webkit-transition:background 0.5s ease;
	transition:background 0.5s ease;
}
.what_to_see .pListArea .pList li a:hover,
.what_to_see .pListArea .pList li.current a{
	background: var(--KTSU-GOLD);
}
.what_to_see .pListArea .pList li a .fs{
	font-size: 0.12rem;
}
.what_to_see .pListArea .pList li a .icon_w{
	display: block;
	position: absolute;
	height: 100%;
	top:0;
	right: 10px;
	width: 30px;
}
.what_to_see .pListArea .pList li a .icon_w::before{
	height: 100%;
	-webkit-transition:background 0.5s ease;
	transition:background 0.5s ease;
}
.what_to_see .pListArea .pList li a:hover .icon_w::before,
.what_to_see .pListArea .pList li.current a .icon_w::before{background: var(--KTSU-BLACK);}



.what_to_see #contents > .inner{
	grid-area: 1/1;
	width: calc(100% - 305px);
	margin-left: auto;
}
.what_to_see .postList li:nth-child(n+2){margin-top: 2px;}
.what_to_see .postList li a{
	position: relative;
	overflow: hidden;
	flex-direction: row-reverse;
}
.what_to_see .postList li a .ph{
	aspect-ratio: 860/257;
	width: 76%;
}
.what_to_see .postList li a .txtArea{
	width: 24%;
	padding-right: 1em;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.what_to_see .postList li a:hover .txtArea{
	opacity: 0;
}
.what_to_see .postList li a .txtArea .cat{
	font-size: 0.12rem;
	margin-bottom: 1.75em;
}
.what_to_see .postList li a .txtArea h2 span{display: block;}
.what_to_see .postList li a .txtArea h2 .shopName{font-size: 0.25rem;}
.what_to_see .postList li a .txtArea h2 .prodName{font-size: 0.15rem;margin-top: 0.5em;}


.what_to_see .postList li a .hoverView{
	position: absolute;
	top:0;
	left:50px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	color: #FFF;
	opacity: 0;
	-webkit-transition:
		opacity 0.5s ease,
		left 0.5s ease;
	transition:
		opacity 0.5s ease,
		left 0.5s ease;
}
.what_to_see .postList li a:hover .hoverView{
	opacity: 1;
	left:0px;
}
.what_to_see .postList li a .hoverView .inner{
	width: 76%;
	height: 100%;
	margin-left: auto;
	padding: 0 15.7%;
}
.what_to_see .postList li a .hoverView .cat{
	font-size: 0.12rem;
	margin-bottom: 1.75em;
}
.what_to_see .postList li a .hoverView h2 span{display: block;}
.what_to_see .postList li a .hoverView h2 .shopName{font-size: 0.35rem;}
.what_to_see .postList li a .hoverView h2 .prodName{font-size: 0.15rem;margin-top: 0.5em;}
.what_to_see .postList li a .hoverView .txt{
	font-size: 0.1rem;
	line-height: 1.6;
	margin-top: 2em;
}

.what_to_see .bt_more{
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

/*=============================
 about
=============================*/
#container.about{
	overflow: hidden;
	padding-bottom: 200px;
}
.about #main{
	height: 100vh;
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	padding: 0 7%;
	margin-bottom: 170px;
}
.about #main .ph{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top:0;
	left:0;
	z-index: -1;
}
.about #main .ph::before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top:0;
	left:0;
	background: #DCDDDD;
	mix-blend-mode:multiply;
	z-index: 0;
}
.about #main .txtArea{
	color: #FFF;
	width: 45%;
	min-width: 600px;
}
.about #main .txtArea h1{
	font-size: 0.33rem;/*0.27*/
	line-height: 1.25;
}
.about #main .txtArea .txt{
	font-size: 0.18rem;/*0.15*/
	line-height: 1.65;
	margin-top: 4em;
}

.about #main .scroll {
	width: 82px;
	height: 60vh;
	position: absolute;
	bottom:7vh;
	right:13.9vw;
	flex-direction: column;
	justify-content: flex-end;
	color: #FFF;
}
.about #main .scroll::before{
	content: '';
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: calc(100% - 4.5em);
	background: url(../img/icon_scroll.svg) no-repeat bottom right/50% auto;
}
.about #main .scroll .txt{
	font-size: 0.15rem;
	text-align: center;
}

.about section > .inner{
	padding: 0 6.4%;
}
.about section .numArea{
	text-align: right;
	padding: 0 5.5%;
}
.about section .numArea .numTxt{
	display: inline-block;
	text-align: center;
}
.about section .numArea .numTxt span{display: block;}
.about section .numArea span.txt{
	font-size: 0.12rem;
}
.about section .numArea span.num{
	font-size: min(28vw,4rem);
	margin-top: -0.35em;
	letter-spacing: -0.05em;
}
.about section h2{
	margin-left: 12.3%;
	position: relative;
	padding: 75px 0 135px 75px;
	color: var(--KTSU-GOLD);
	font-size: 0.44rem;
	line-height: 1.15;
	margin-top: -60px;
}
.about #ep02 h2,
.about #ep04 h2{
	margin-left: 24.7%;
}
.about #ep04 h2{
	margin-top: 0;
	padding-bottom: 100px;
}
.about section h2::before{
	content: '';
	display: block;
	height: 100%;
	width:12.3%;
	border: 1px solid var(--KTSU-GOLD);
	border-bottom: none;
	border-right: none;
	position: absolute;
	top:0;
	left:0;
}
.about section:nth-of-type(n+2){margin-top: 350px;}
.about section .box{
	margin-top: 215px;
}
.about section .box .ph{
	overflow: hidden;
	position: relative;
}
.about section .box .txt.mt1 {margin-top: 1em;}
.about section .box .txt.mt3 {margin-top: 3em;}
.about section .box .txt.mt5 {margin-top: 5em;}
.about section .box .txt.mt10{margin-top: 10em;}

.about section .box01{margin-top: 0;}
.about section .box .txt{
	font-size: 0.17rem;
	line-height: 1.65;
}
.about section .box .caption{
	font-size: 0.14rem;
	line-height: 1.5;
	margin-top: 1em;
}
.about section .box.txt_pos .ph{
	aspect-ratio: 785/530;
	width: 62.5%;
}
.about section .box.txt_pos .txt{
	width: 50%;
	margin-left: auto;
	padding-right: 12%;
	margin-top: -26%;
}

.about section .box.pc_flex{align-items: center;}
.about section .box.ph_r{flex-direction: row-reverse;}
.about section .box.ph_r .phArea{
	margin-left: auto;
	width: 50%;
}
.about section .box.ph_l .phArea{
	margin-right: auto;
	width: 50%;
}
.about section .box.ph_r .phArea .ph,
.about section .box.ph_l .phArea .ph{
	aspect-ratio: 625/666;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.about section .box.ph_r .txt,
.about section .box.ph_l .txt{
	width: 37.5%;
}

.about section .box .phArea.w75{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.about section .box .phArea.w75 .ph{
	aspect-ratio: 940/630;
	width: 100%;
}
.about section .box .phArea.w100 .ph{
	aspect-ratio: 1255/785;
	width: 100%;
}
.about section .box .phArea.w120{
	width: 116%;
	margin-left: -8%;
}
.about section .box .phArea.w120 .ph{
	aspect-ratio: 1440/845;
	width: 100%;
}
.about section .box .phArea.w120 .caption{
	padding-left: 6.4%;
}


.about #ep02 .box03 .txt{
	width: 25%;
	margin-right: 10%;
}
.about #ep02 .box04{align-items: flex-end;}
.about #ep02 .box04 .phArea{
	width: 60%;
}
.about #ep02 .box04 .txt{
	width: 25%;
	margin-bottom: -12%;
}
.about #ep02 .box05 .txt{
	width: 60%;
	margin-left: auto;
}


.about #ep02 .box06 .txt{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.about #ep03 .box04 .txt{
	width: 75%;
	padding-right: 22.5%;
	margin-left: auto;
	margin-right: auto;
}

.about #ep04 .box01 .txt{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.about #ep04 .box01 .txt02{
	padding-right: 22.5%;
}
.about #ep04 .box01 .txt03{
	padding-left: 22.5%;
}



/*=============================
  search
=============================*/
.search #contents {padding: 0 25px;}
.search #contents > .inner{
	min-width: 830px;
	width: 57.6%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:880px) {
	.search #contents > .inner{
		min-width: 100%;
	}
}



.search .postList {
	flex-wrap: wrap;
}
.search .postList > li {
	width: 31.6%;
	margin-right: 2.6%;
}
.search .postList > li:nth-child(3n) {margin-right: 0;}
.search .postList > li:nth-child(n+4) {margin-top: 2.4%;}


.search .postList > li .ph{
	aspect-ratio: 1/1;
	width: 100%;
}
.search .postList > li .data{
	font-size: 0.12rem;
	letter-spacing: 0.1em;
	margin-top: 0.75em;
}
.search .postList > li .data .status{
	display: inline-block;
	margin-left: 0.5em;
	color: var(--KTSU-RED);
}
.search .postList > li h2.tit{
	font-size: 0.13rem;
	line-height: 1.45;
	letter-spacing: 0.1em;
	margin-top: 0.75em;
}