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


header.black .logo a::before,
header.black #searchBt > a > .icon::before,
header.black #langArea .langBt,
header.black #langArea .sub li a{
	background: var(--KTSU-BLACK);
}
header.black #gmenu a,
header.black #gmenu > li > p,
header.black .logo .txt{
	color: var(--KTSU-BLACK);
}
header.black #langArea .langBt,
header.black #langArea .sub li a{
	color: #FFF;
}


#contents{padding-bottom: 220px;}
/*=============================
  main
=============================*/
#main{
	height: 100vh;
	background: url(../img/top/main_bg.jpg) no-repeat center center/cover;
	overflow: hidden;
	position: relative;
	flex-direction: column;
	justify-content: flex-end;
}

#main .main_pic01{
	position: absolute;
	top:-2%;
	left:-2%;
	width: 104%;
	height: 104%;
	-webkit-transition: -webkit-transform 0.75s ease-out;
	transition: transform 0.75s ease-out;
	z-index: 0;
}


#main h1.tit{
	position: relative;
	z-index: 10;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 4.5%;
	margin-bottom: 6.5vh;
}
#main h1.tit img{height: auto;}
#main h1.tit img.copy01{width: 20.6vw;}
#main h1.tit img.copy02{width: 65vw;}
#main h1.tit img.nara  {
	width: 8.6vw;
	position: absolute;
	left:24vw;
	top:15.7%;
}

#main h1.tit img.nara  {
	width: 8.6vw;
	position: absolute;
	left:24vw;
	top:15.7%;
}


#main .scroll {
	position: absolute;
	bottom:5.8vh;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 20;
}
#main .scroll a{
	display: inline-block;
	color: #FFF;
}
#main .scroll a .icon_bk{
	width: 40px;
	height: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	isolation: isolate;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	padding-left: 0;
	padding-top: 2px;
}
#main .scroll a .icon_bk::before{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#main .scroll a .txt{
	display: block;
	font-size: 0.1rem;
	letter-spacing: 0.1em;
	margin-top: 1em;
}


/*=============================
  section
=============================*/
section.pd_lr,
section.pc_pd_lr{
	padding-left: 11.45%;
	padding-right: 11.45%;
}
section h2.tit{
	color: var(--KTSU-GOLD);
	font-size: 0.9rem;
	line-height: 0.9;
}
section h2.tit .fs{
	font-size: 0.57rem;
}
	body.langJp section h2.tit{font-size: 0.5rem;}

section .bt_more,
section .bt_more.noBg{
	width: 110px;
	height: 110px;
	background: var(--KTSU-BLACK);
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	font-size: 0.1rem;
	color: #FFF;
}
section .bt_more.noBg{
	background: none;
	border: 1px solid #FFF;
}
section .bt_more a{
	color: #FFF;
}
section .bt_more .txt{
	display: block;
	margin-top: 1em;
}

/*=============================
  new_and_now
=============================*/
#new_and_now{
	padding-top: 175px;
}
#new_and_now .titArea{
	width: 300px;
	margin-right: 50px;
}
#new_and_now .titArea > .txt{
	color: var(--KTSU-77);
	font-size: 0.13rem;
	letter-spacing: 0.1em;
	line-height: 1.75;
	margin-top: 4em;
}
#new_and_now .titArea .bt_more{
	margin-top: 150px;
}
#new_and_now .titArea .bt_more a{
	width: 100%;
	height: 100%;
}


#new_and_now .postList {
	margin-left: auto;
	width: 49.5%;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 15px;
}
	body.langJp #new_and_now .postList {padding-top: 0;}
#new_and_now .postList > li {
	width: 48%;
}
#new_and_now .postList > li:nth-child(n+3) {
	margin-top: 4.5%;
}
#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 .txt{
	font-size: 0.14rem;
	line-height: 1.15;
	letter-spacing: 0.1em;
	margin-top: 0.75em;
}


/*=============================
  about
=============================*/
#about{
	margin-top: 170px;
}
#about a{
	aspect-ratio: 1440/555;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 60px;
}
#about a h2{
	text-align: center;
	font-size: 0.42rem;
	color: #FFF;
}
#about a .bt_more{
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

/*=============================
  what_to_see
=============================*/
#what_to_see{
	margin-top: 170px;
}
#what_to_see a{
	aspect-ratio: 1100/500;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 30px;
}
#what_to_see a h2{
	text-align: center;
	font-size: 0.42rem;
	color: #FFF;
}
#what_to_see a .bt_more{
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
}


/*=============================
  pyTrip
=============================*/
#pyTrip{
	margin-top: 185px;
}
#pyTrip .titArea{
	width: 480px;
	margin-right: 50px;
}
#pyTrip .titArea > .txt{
	color: var(--KTSU-77);
	font-size: 0.13rem;
	letter-spacing: 0.1em;
	line-height: 1.75;
	margin-top: 4em;
}

#pyTrip .postList {
	margin-left: auto;
	width: 49.5%;
	padding-top: 25px;
}
	body.langJp #pyTrip .postList {padding-top: 0;}
#pyTrip .postList li:nth-child(n+2){
	margin-top: 0.35%;
}
#pyTrip .postList li a{
	position: relative;
	display: block;
}
#pyTrip .postList li a .ph{
	aspect-ratio: 550/250;
	width: 100%;
	position: relative;
	z-index: 0;
}
#pyTrip .postList li a h3{
	position: absolute;
	top:30px;
	left:30px;
	color: #FFF;
	font-size: 0.15rem;
	letter-spacing: 0.05em;
	padding-left: 20px;
	z-index: 10;
}
#pyTrip .postList li a h3 .icon_w{
	position: absolute;
	top:2px;
	left:0;
}

/*=============================
  info
=============================*/
#info{
	margin-top: 185px;
}
#info .titArea{
	/*width: 450px;
	margin-right: 50px;*/
}
#info .titArea h2{text-align: center;}
#info .titArea > .txt{
	color: var(--KTSU-77);
	font-size: 0.13rem;
	letter-spacing: 0.1em;
	line-height: 1.75;
	margin-top: 4em;
}
#info .titArea .bt_more{
	margin-top: 150px;
}
#info .titArea .bt_more a{
	width: 100%;
	height: 100%;
}


#info .postList {
	margin-left: auto;
	/*width: 49.5%;*/
	flex-wrap: wrap;
	margin-top: 50px;
	/*justify-content: space-between;
	padding-top: 25px;*/
}
#info .postList > li {
	/*width: 48%;*/
	width: 32.4%;
	margin-right: 1.4%;
}
#info .postList > li:nth-child(3n) {
	margin-right: 0;
}
#info .postList > li:nth-child(n+4) {
	margin-top: 4.5%;
}
#info .postList > li a .ph{
	display: block;
	aspect-ratio: 1/1;
	width: 100%;
	overflow: hidden;
}
/*
#info .postList > li .data{
	font-size: 0.12rem;
	letter-spacing: 0.1em;
	margin-top: 0.75em;
}
#info .postList > li .data .status{
	display: inline-block;
	margin-left: 0.5em;
	color: var(--KTSU-RED);
}
#info .postList > li .txt{
	font-size: 0.14rem;
	line-height: 1.15;
	letter-spacing: 0.1em;
	margin-top: 0.75em;
}
*/

/*youtube埋め込み*/
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*youtube埋め込み終了*/ 