@charset "UTF-8";
/* CSS Document */
/*=======================================
  共　通
=======================================*/
:root {
	--KTSU-BLACK: #231815;
	--KTSU-DGRAY: #332A27;
	--KTSU-GOLD: #B38E4F;
	--KTSU-RED: #E70000;
	--KTSU-B5: #B5B5B6;
	--KTSU-77: #777777;
}
::selection {
  color: var(--KTSU-BLACK);
  background-color: var(--KTSU-GOLD);
}
@font-face {
	font-family: "NotoSansTC";
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/NotoSansTC-VariableFont_wght.ttf') format('truetype'),
	url('../fonts/NotoSansTC-VariableFont_wght.ttf') format('truetype')
}
@font-face {
	font-family: "NotoSerifTC";
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/NotoSerifTC-Medium.otf') format('opentype'),
	url('../fonts/NotoSerifTC-Medium.otf') format('opentype')
}

html {
	background:#fff;
	color:#000;
	font-size: 625%;
}
/*scrollbar hidden*/
html::-webkit-scrollbar {/* Chrome, Safari 対応 */
	/*display:none;*/
}
html.lock{
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

body{
	font-size: 0.12em;
	font-feature-settings: "palt";
	line-height:1.0;
	letter-spacing:0px;
	-webkit-text-size-adjust: 100%;/*スマホ文字拡大対策*/
}
body:not(.langCn):not(.langJp){
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
body:not(.langCn):not(.langJp) .fgo_l   {font-family: "Roboto", sans-serif!important; font-weight: 300!important;}
body:not(.langCn):not(.langJp) .fgo_r   {font-family: "Roboto", sans-serif!important; font-weight: 400!important;}
body:not(.langCn):not(.langJp) .fgo_b   {font-family: "Roboto", sans-serif!important; font-weight: 700!important;}
body:not(.langCn):not(.langJp) .fgo_l_it{font-family: "Roboto", sans-serif!important; font-weight: 300!important; font-style: italic!important;}
body:not(.langCn):not(.langJp) .fgo_r_it{font-family: "Roboto", sans-serif!important; font-weight: 400!important; font-style: italic!important;}
body:not(.langCn):not(.langJp) .fmin_r  {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400!important;
	font-style: normal;
}
body:not(.langCn):not(.langJp) .fmin_m  {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 500!important;
	font-style: normal;
}


body.langCn{
	font-family: 'NotoSansTC', sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}
body.langCn .fgo_l   {font-family: "NotoSansTC", sans-serif!important; font-weight: 300!important;}
body.langCn .fgo_r   {font-family: "NotoSansTC", sans-serif!important; font-weight: 400!important;}
body.langCn .fgo_b   {font-family: "NotoSansTC", sans-serif!important; font-weight: 700!important;}
body.langCn .fgo_l_it{font-family: "NotoSansTC", sans-serif!important; font-weight: 300!important;}
body.langCn .fgo_r_it{font-family: "NotoSansTC", sans-serif!important; font-weight: 400!important;}
body.langCn .fmin_r  {
	font-family: 'NotoSerifTC', serif;
	font-optical-sizing: auto;
	font-weight: 400!important;
	font-style: normal;
}
body.langCn .fmin_m  {
	font-family: 'NotoSerifTC', serif;
	font-optical-sizing: auto;
	font-weight: 500!important;
	font-style: normal;
}


body.langJp{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}
body.langJp .fen{font-family: "Roboto", sans-serif;}
body.langJp .fjp{font-family: "Zen Kaku Gothic New", sans-serif!important;}
body.langJp .fgo_l   {font-family: "Zen Kaku Gothic New", sans-serif!important; font-weight: 300!important;}
body.langJp .fgo_r   {font-family: "Zen Kaku Gothic New", sans-serif!important; font-weight: 400!important;}
body.langJp .fgo_b   {font-family: "Zen Kaku Gothic New", sans-serif!important; font-weight: 700!important;}
body.langJp .fgo_l_it{font-family: "Zen Kaku Gothic New", sans-serif!important; font-weight: 300!important;}
body.langJp .fgo_r_it{font-family: "Zen Kaku Gothic New", sans-serif!important; font-weight: 400!important;}
body.langJp .fmin_r  {
	font-family: "Zen Old Mincho", serif;
	font-optical-sizing: auto;
	font-weight: 400!important;
	font-style: normal;
}
body.langJp .fmin_m  {
	font-family: "Zen Old Mincho", serif;
	font-optical-sizing: auto;
	font-weight: 500!important;
	font-style: normal;
}

body.langJp .fgo_l.fen   {font-family: "Roboto", sans-serif!important; font-weight: 300!important;}
body.langJp .fgo_r.fen   {font-family: "Roboto", sans-serif!important; font-weight: 400!important;}
body.langJp .fgo_b.fen   {font-family: "Roboto", sans-serif!important; font-weight: 700!important;}
body.langJp .fgo_l_it.fen{font-family: "Roboto", sans-serif!important; font-weight: 300!important; font-style: italic!important;}
body.langJp .fgo_r_it.fen{font-family: "Roboto", sans-serif!important; font-weight: 400!important; font-style: italic!important;}
body.langJp .fmin_r.fen  {
	font-family: "Playfair Display", serif!important;
	font-optical-sizing: auto;
	font-weight: 400!important;
	font-style: normal;
}
body.langJp .fmin_m.fen  {
	font-family: "Playfair Display", serif!important;
	font-optical-sizing: auto;
	font-weight: 500!important;
	font-style: normal;
}

/* --A-- */
a {
	cursor:pointer;
	text-decoration:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);/*リンクタップ時のハイライト表示無効*/
	color: var(--KTSU-BLACK);
}
a.noLink{cursor: default;}

a:hover {
	text-decoration:none;
}
/* --HEADLINE-- */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight: 400;
	margin:0;
	max-height: 100%;/*android chrome対策*/
}
/* --OTHER TAGS-- */
p {
	margin-bottom:0;
	text-align:left;
	width:auto;
	max-height: 100%;/*android chrome対策*/
}
em, strong {
	font-weight:bold;
}
/* --clearfix-- */
.clf:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clf{
	display: inline-block;
}
	/* Hides from IE Mac */
	* html .clf{
		height: 1%;
	}
	.clf{
		display:block;
	}
	
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.Fright {float:right;}
.Fleft {float:left;}
.imgRight {float:right; margin:0px 0px 20px 20px ;}
.imgLeft {float:left; margin:0px 20px 20px 0px ;}
.vm,
.vmTxt{
	display: inline-block;
	position: relative;
	top:50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*========
親に設定
========*/
/*上下中央寄せ*/
.vmf,
.vmf_pc{
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/*上下左右中央寄せ*/
.vmf_c,
.vmf_c_pc{
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.vmg_c,
.vmg_c_pc{
	display: grid;
	place-content: center;
	place-items: center;
}

	/*IE遊ゴずれ対応*/
	/*@media all and (-ms-high-contrast:none){
		.vmTxt{padding-top: 0.3em;}
		.vmf_b,.vmf_ib{padding-top: 0.3em;}
	}*/
.opBtf a,
a.opBtf{
	opacity: 1;
	-webkit-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}
.zoomBt a,
a.zoomBt{
	-webkit-transform: scale(1.0);
		transform: scale(1.0);
	-webkit-transition: transform 0.35s ease;
	transition: transform 0.35s ease;
}
/*.opBtf a,
.opBtf a *,*/
.zoomBt a,
a.zoomBt,
.zoomBt a *,
a.zoomBt *{
	backface-visibility: hidden;/*chrome transition 1pxズレ対策*/
}
.opBtf a:not(.noLink):hover,a.opBtf:not(.noLink):hover{
	opacity: 0.5;
	-webkit-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
}
.zoomBt a:not(.noLink):hover,
a.zoomBt:not(.noLink):hover{
	-webkit-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}


/*
.opBtf a.op{
	opacity: 0.5;
	-webkit-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
}*/
/*
.imgOpBt a:hover img{
	opacity:0.65;
	-moz-opacity:0.65;
	-khtml-opacity:0.65;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65); For IE 5-7
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; For IE 8
}*/


#loaderOuter{
	position:fixed;
	width:100%;
	height:100%;
	z-index:499;
	background:#FFF;
}
#loader{
	position: fixed;
	top:50%;
	left:50%;
	z-index:90;
}
.fwb{font-weight: bold !important;}
.fwn{font-weight: normal !important;}
.txtInd{text-indent: -1em;padding-left: 1em;}
.txtInd05{text-indent: -0.5em;}
.bb1{border-bottom: 1px solid #000;}
.bt1{border-top: 1px solid #000;}
.posRe{position: relative;}
.posAb{position: absolute;}
.posFix{position: fixed;}
.lh2{line-height: 2.0;}
.sp{display: none !important;}
.flex,
.pc_flex{
	display: -webkit-flex;
	display: flex;
}
/*.pc{display: none !important;}*/

.noEvent{pointer-events:none;}/*IE11以降（IE11ではaタグには利かない）*/
.wrapper{}

.ph:has(> img.obFit),
.pic:has(> img.obFit){overflow: hidden;}
a:not(.noLink) .ph > img.onAni:not(.showAni){
	-webkit-transition: transform 1s ease;
	transition: transform 1s ease;
}
a:not(.noLink):hover .ph > img.onAni{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


img.obFit{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a .txtBtAni{display: inline-block;}
a:hover:not(.noLink) .txtBtAni{
	position: relative;
	animation: txtBtAni 0.5s ease 0s 1 normal both;
}
@-webkit-keyframes txtBtAni {
	0% {
		top: 0;
		opacity: 1;
	}
	30% {
		top: -0.25em;
		opacity: 0;
	}
	31% {
		top: 0.25em;
		opacity: 0;
	}
	100% {
		top:0;
		opacity: 1;
	}
}
@keyframes         txtBtAni {
	0% {
		top: 0;
		opacity: 1;
	}
	30% {
		top: -0.25em;
		opacity: 0;
	}
	31% {
		top: 0.25em;
		opacity: 0;
	}
	100% {
		top:0;
		opacity: 1;
	}
}


a.icon_next .icon_w,
a.icon_next .icon_bk,
a.icon_next .icon_dl{
	display: grid;
	place-content: center;
	place-items: center;
	padding-left: 5px;
	-webkit-transition: background 0.35s ease;
	transition: background 0.35s ease;
}
a.icon_next .icon_dl{padding-left: 0;}
a.icon_next .icon_w.deg90,
a.icon_next .icon_bk.deg90,
a.icon_next .icon_dl.deg90{
	padding-left: 2px;
}
a.icon_next .icon_w:not(.noBg)      {background: rgba(255,255,255,0);}
a.icon_next:hover .icon_w:not(.noBg){background: rgba(255,255,255,1);}

a.icon_next .icon_bk:not(.noBg)      {background: #FFF;}
a.icon_next:hover .icon_bk:not(.noBg){background: var(--KTSU-BLACK);}

a.icon_next .icon_w::before,
a.icon_next .icon_bk::before,
a.icon_next .icon_dl::before{
	content: '';
	width: 15px;
	height: 20px;
	display: block;
	-webkit-mask-image: url('../img/icon_next.svg');
	mask-image: url('../img/icon_next.svg');
	mask-size: 100% 100%;
	-webkit-transition: background 0.35s ease;
	transition: background 0.35s ease;
}
a.icon_next .icon_w.deg90::before,
a.icon_next .icon_bk.deg90::before,
a.icon_next .icon_dl.deg90::before{
	position: relative;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
a.icon_next .icon_dl::before{
	width: 25px;
	height: 23px;
	-webkit-mask-image: url('../img/icon_dl.svg');
	mask-image: url('../img/icon_dl.svg');
	mask-size: 100% 100%;
	background: var(--KTSU-BLACK);
}


a.icon_next .icon_w.h10::before,
a.icon_next .icon_bk.h10::before{
	width: 8px;
	height: 10px;
}
a.icon_next .icon_w::before{background: rgba(255,255,255,1);}
a.icon_next .icon_bk::before{background: var(--KTSU-BLACK);}
/*a.icon_next:hover .icon_w::before{background: var(--KTSU-DGRAY);}*/
a.icon_next:hover .icon_bk::before{background: #FFF;}
a.icon_next:hover .icon_bk::before,
a.icon_next:hover .icon_w::before{
	animation: iconAni 0.5s ease 0.1s 1 normal both;
}
a.icon_next:hover .icon_bk.h10::before,
a.icon_next:hover .icon_w.h10::before{
	animation: iconAni_h10 0.5s ease 0.1s 1 normal both;
}
a.icon_next:hover .icon_bk.deg90::before,
a.icon_next:hover .icon_w.deg90::before{
	animation: iconAni_deg90 0.5s ease 0.1s 1 normal both;
}

#searchBt > a > .icon::before{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	-webkit-mask-image: url('../img/icon_search.svg');
	mask-image: url('../img/icon_search.svg');
	mask-size: 100% 100%;
	background: var(--KTSU-DGRAY);
}
#searchBt > a:hover > .icon::before{
	animation: iconAni 0.5s ease 0.1s 1 normal both;
}



@-webkit-keyframes iconAni {
	0% {
		margin-left: 0;
		opacity: 1;
	}
	50% {
		margin-left: 10px;
		opacity: 0;
	}
	51% {
		margin-left: -10px;
		opacity: 0;
	}
	100% {
		margin-left: 0;
		opacity: 1;
	}
}
@keyframes         iconAni {
	0% {
		margin-left: 0;
		opacity: 1;
	}
	50% {
		margin-left: 10px;
		opacity: 0;
	}
	51% {
		margin-left: -10px;
		opacity: 0;
	}
	100% {
		margin-left: 0;
		opacity: 1;
	}
}

@-webkit-keyframes iconAni_h10 {
	0% {
		margin-left: 0;
		opacity: 1;
	}
	50% {
		margin-left: 5px;
		opacity: 0;
	}
	51% {
		margin-left: -5px;
		opacity: 0;
	}
	100% {
		margin-left: 0;
		opacity: 1;
	}
}
@keyframes         iconAni_h10 {
	0% {
		margin-left: 0;
		opacity: 1;
	}
	50% {
		margin-left: 5px;
		opacity: 0;
	}
	51% {
		margin-left: -5px;
		opacity: 0;
	}
	100% {
		margin-left: 0;
		opacity: 1;
	}
}


@-webkit-keyframes iconAni_deg90 {
	0% {
		top: 0;
		opacity: 1;
	}
	50% {
		top: 10px;
		opacity: 0;
	}
	51% {
		top: -10px;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}
@keyframes         iconAni_deg90 {
	0% {
		top: 0;
		opacity: 1;
	}
	50% {
		top: 10px;
		opacity: 0;
	}
	51% {
		top: -10px;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}


.imgShowkey img.showAni{
	opacity: 0;
	-webkit-transform: scale(1.3);
					transform: scale(1.3);
	-webkit-transition:
		opacity 1s ease,
		transform 1s ease;
	transition:
		opacity 1s ease,
		transform 1s ease;
}
.imgShowkey.show img.showAni{
	opacity: 1;
	-webkit-transform: scale(1.0);
					transform: scale(1.0);
}


.paraBg{
	position: absolute;
	top:0;
	left:0;
	z-index: -1;
	width: 100%;
	height: 135%;
	max-height: 135%;
	-webkit-transition: -webkit-transform 0.75s ease-out;
	transition: transform 0.75s ease-out;
}

/*deSVG
=============================*/
/*
.svgImg path{
	fill: #FFF;
}*/
/*=============================
  header
=============================*/
header{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: 200;
	padding-right: 25px;
	padding-left: 100px;
	justify-content: flex-end;
}
header .logo{
	position: absolute;
	top:20px;
	left:20px;
}
header .logo a{display: block;}
header .logo a::before{
	content: '';
	width: 85px;
	height: 78px;
	display: block;
	-webkit-mask-image: url('../img/logo.svg');
	mask-image: url('../img/logo.svg');
	mask-size: 100% 100%;
	background: var(--KTSU-BLACK);
}
header .logo .txt{
	display: block;
	font-size: 0.1rem;
	line-height: 1.25;
	letter-spacing: 0.03em;
	color: var(--KTSU-BLACK);
	margin-top: 1.5em;
	padding-left: 0.5em;
}
/*gnavBt
=============================*/
header #gnavBt {
	position: fixed;
	top:0;
	right:0;
	z-index:500;
}
header #gnavBt a{
	display: block;
	width: 70px;
	height: 70px;
	position: relative;
	background:#000;
}
/*▼gnavBtアニメ*/
header #gnavBtBorder{
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -1px;
	display: block;
	width: 40px;
	height: 2px;
	background-color: #FFF;
	-webkit-transition: -webkit-transform 0.3s ease, top 0.3s ease;
	transition: transform 0.3s ease, top 0.3s ease;
}
header #gnavBtBorder:before {
	top: -8px;
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #FFF;
	position: absolute;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s ease, top 0.3s ease, margin 0.2s ease;
	transition: transform 0.3s ease, top 0.3s ease, margin 0.2s ease;
}
header #gnavBtBorder:after {
	top: 8px;
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #FFF;
	position: absolute;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s ease, top 0.3s ease, margin 0.2s ease;
	transition: transform 0.3s ease, top 0.3s ease, margin 0.2s ease;
}
header #gnavBt a:hover #gnavBtBorder:before {
	margin-top: -3px;
}
header #gnavBt a:hover #gnavBtBorder:after {
	margin-top: 3px;
}
header #gnavBt a.open #gnavBtBorder {
	background: none;
}
header #gnavBt a.open #gnavBtBorder:before {
	top:0 !important;
	margin-top: 0 !important;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg)
}
header #gnavBt a.open #gnavBtBorder:after {
	top:0 !important;
	margin-top: 0 !important;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg)
}

/*gnav ani
=============================*/
/*
nav#gnav {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 200;
	-webkit-backdrop-filter: blur(24px); 背景ぼかし
	backdrop-filter: blur(24px); 背景ぼかし
	background: rgba(0,0,0,0.8);
	display: none;
	SP メニュースクロール用
	overflow: auto; togglemodal使う場合
	-webkit-overflow-scrolling: touch;togglemodal使う場合は使用禁止
	font-size:0;SPグロナビ中央寄せ
}
SPグロナビ中央寄せ
nav#gnav::before{
	content: '';
	display:inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
nav#gnav > .inner{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

nav#gnav.opening {
	display: block;
	-webkit-animation: opening 0.8s ease 0s 1 normal both;
	animation: opening 0.8s ease 0s 1 normal both;
}
nav#gnav.opened{display: block;}

nav#gnav.closing {
	display: block;
	-webkit-animation: closing 0.25s ease 0s 1 normal both;
	animation: closing 0.25s ease 0s 1 normal both;
}
nav#gnav.closed{display: none;}


*/

@-webkit-keyframes opening {
	0% {
		-moz-perspective:1300px;
		-webkit-perspective: 1300px;
				perspective: 1300px;
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
			transform: scale(1.5);
		filter: alpha(opacity=000);
		opacity: 0.0;
	}
	100% {
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
			transform: scale(1.0);
		filter: alpha(opacity=100);
		opacity: 1.0;
	}
}
@keyframes         opening {
	0% {
		-moz-perspective:1300px;
		-webkit-perspective: 1300px;
				perspective: 1300px;
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
			transform: scale(1.5);
		filter: alpha(opacity=000);
		opacity: 0.0;
	}
	100% {
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
			transform: scale(1.0);
		filter: alpha(opacity=100);
		opacity: 1.0;
	}
}

@-webkit-keyframes closing {
	0% {
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
			transform: scale(1.0);
		filter: alpha(opacity=100);
		opacity: 1.0;
	}
	100% {
		-moz-perspective:1300px;
		-webkit-perspective: 1300px;
				perspective: 1300px;
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
			transform: scale(1.5);
		filter: alpha(opacity=000);
		opacity: 0.0;
	}
}
@keyframes         closing {
	0% {
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
			transform: scale(1.0);
		filter: alpha(opacity=100);
		opacity: 1.0;
	}
	100% {
		-moz-perspective:1300px;
		-webkit-perspective: 1300px;
				perspective: 1300px;
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
			transform: scale(1.5);
		filter: alpha(opacity=000);
		opacity: 0.0;
	}
}


#gmenu{
	padding-top: 34px;
	font-size: 0.14rem;
}
#gmenu a,
#gmenu > li > p{
	color: var(--KTSU-BLACK);
	letter-spacing: 0.1em;
}
#gmenu > li{
	position: relative;
}
#gmenu > li:nth-child(n+2){margin-left: 2.5em;}
#gmenu > li > p:has(+ .sub) {cursor: pointer;}
#gmenu > li > .sub{
	display: none;
	position: absolute;
	top:100%;
	left:0;
	padding-top: 0.75em;
}
#gmenu > li > .sub > li:nth-child(n+2){
	margin-top: 0.75em;
}
#gmenu > li > .sub > li a{
	white-space: nowrap;
}


#langArea{
	padding-top: 30px;
	font-size: 0.12rem;
	letter-spacing: 0.08em;
	margin-left: 2.5em;
}
#langArea > .inner{
	position: relative;
}
#langArea .langBt,
#langArea .sub .bogo-language-switcher > li a{
	cursor: pointer;
	width: 100px;
	height: 20px;
	background: var(--KTSU-BLACK);
	color: #FFF;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	-webkit-transition:
		background 0.5s ease,
		color 0.5s ease;
	transition:
		background 0.5s ease,
		color 0.5s ease;
}
#langArea .langBt span{
	padding-top: 0.2em;
}
#langArea .sub{
	display: none;
	width: 100%;
	position: absolute;
	top:100%;
	left:0;
}
#langArea .sub .bogo-language-switcher .bogoflags {display: none;}
#langArea .sub .bogo-language-switcher > li{margin-top: 0.75em;}
#langArea .sub .bogo-language-switcher > li a{
	display: grid;
	place-content: center;
	place-items: center;
}


#searchBt{
	margin-top: 34px;
	width: 15px;
	height: 15px;
	margin-left: 3em;
}
#searchBt a{
	display: block;
	height: 15px;
}


.searchArea.fw{
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background: rgba(255,255,255,0.65);
	/*background: url(../img/bg_gold.jpg) no-repeat center center/cover;*/
	z-index: 500;
	text-align: center;
}
.searchArea.fw.opening {
	display: block;
	-webkit-animation: opening 0.8s ease 0s 1 normal both;
	animation: opening 0.8s ease 0s 1 normal both;
}
.searchArea.fw.opened{display: block;}

.searchArea.fw.closing {
	display: block;
	-webkit-animation: closing 0.25s ease 0s 1 normal both;
	animation: closing 0.25s ease 0s 1 normal both;
}
.searchArea.fw.closed{display: none;}


.searchArea.fw .fw_bg{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.searchArea.fw .fw_close{
	position: absolute;
	top: 30px;
	right:30px;
}
.searchArea.fw .fw_close a{
	width: 36px;
	height: 36px;
	display: block;
	-webkit-mask-image: url('../img/icon_close.svg');
	mask-image: url('../img/icon_close.svg');
	mask-size: 100% 100%;
	background: var(--KTSU-BLACK);
}
.searchArea.fw .fw_bg{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.searchArea.fw .outer{
	position: relative;
	width: 100%;
	height: 100%;
}
.searchArea.fw .inner{
	position: relative;
	z-index: 999;
}
.searchArea.fw .inner h2{
	font-size: 0.75rem;
	color: var(--KTSU-GOLD);
	margin-top: -2em;
	margin-bottom: 0.75em;
}
.searchArea.fw .searchform{
	width: calc(100% - 200px);
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.searchArea.fw .searchform input[type="text"]{
	width: calc(100% - 65px);
	border: 1px solid #e8e8e8;
	border-right: none;
	height: 65px;
	padding: 1em;
	font-size: 0.2rem;
	outline: none;
	/*background: url('../img/icon_search.svg') #FFF no-repeat center right 1em/32px auto;*/
}
.searchArea.fw .searchform input[type="submit"]{
	width: 65px;
	height: 65px;
	background: url('../img/icon_search.svg') #f2f2f2 no-repeat center center/26px auto;
	border: 1px solid #e8e8e8;
	border-left: none;
	cursor: pointer;
}
/*=============================
  footer
=============================*/
footer{
	padding: 70px 6.95% 80px;
	background: url(../img/bg_gold.jpg) no-repeat center center/cover;
}

footer .logoArea{
	margin-right: auto;
	padding-right: 50px;
}
footer .logoArea .logo a{display: block;}
footer .logoArea .logo a::before{
	content: '';
	width: 215px;
	height: 198px;
	display: block;
	-webkit-mask-image: url('../img/logo.svg');
	mask-image: url('../img/logo.svg');
	mask-size: 100% 100%;
	background: var(--KTSU-BLACK);
}
footer .logoArea .copyRight {
	font-size: 0.12rem;
	letter-spacing: 0.1em;
	margin-top: 115px;
}


footer #fnav {
	flex-basis: 770px;
	position: relative;
}
footer #fnav #fmenu {
	justify-content: space-between;
	font-size: 0.15rem;
	letter-spacing: 0.07em;
}
footer #fnav #fmenu > li{
	position: relative;
}
footer #fnav #fmenu > li > p:has(+ .sub) {cursor: pointer;}
footer #fnav #fmenu > li > .sub{
	display: none;
	position: absolute;
	top:100%;
	left:0;
	padding-top: 0.75em;
}
footer #fnav #fmenu > li > .sub ul{
	width: fit-content;
}
footer #fnav #fmenu > li > .sub ul li:nth-child(n+2){
	margin-left: 1em;
	padding-left: 1em;
	position: relative;
}
footer #fnav #fmenu > li > .sub ul li:nth-child(n+2)::before{
	content: '/';
	position: absolute;
	top:0;
	left:-0.3em;
}
footer #fnav #fmenu > li > .sub ul li a{
	white-space: nowrap;
}


footer #fnav .searchArea{
	margin-top: 55px;
}
footer #fnav .searchArea .searchform input[type="text"]{
	width: calc(100% - 40px);
	height: 40px;
	background: var(--KTSU-BLACK);
	color: #FFF;
	border: none;
	outline: none;
	padding: 0.5em 1em;
}
footer #fnav .searchArea .searchform input[type="submit"]{
	width: 40px;
	height: 40px;
	background: url('../img/icon_search.svg') var(--KTSU-BLACK) no-repeat center center/18px auto;
	border: none;
	cursor: pointer;
}


footer #fnav .txt01{
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	margin-top: 2em;
	line-height: 1.5;
}
footer #fnav .txt01 .mail{
	display: inline-block;
	margin-top: 1.5em;
}
footer #fnav .txt01 .mail .icon{
	display: inline-block;
	width: 26px;
	height: 26px;
	-webkit-mask-image: url('../img/icon_mail.svg');
	mask-image: url('../img/icon_mail.svg');
	mask-size: 100% 100%;
	background: var(--KTSU-BLACK);
	vertical-align: top;
	margin-right: 0.35em;
	margin-top: -0.15em;
}
body.langJp footer #fnav .txt01 .mail .icon{margin-top: 0em;}

footer #fnav .txt02{
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	margin-top: 1.5em;
	line-height: 1.25;
}


/*
footer #fnav .fgo_r_it{
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	margin-top: 1.5em;
	line-height: 1.25;
}



footer #fnav .airportList{
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	margin-top: 1.5em;
	line-height: 1.25;
	flex-wrap: wrap;
}
footer #fnav .airportList li a{
	align-items: center;
}
footer #fnav .airportList li .icon{
	width: 28px;
	height: 28px;
	display: inline-block;
	-webkit-mask-image: url('../img/icon_plane.svg');
	mask-image: url('../img/icon_plane.svg');
	mask-size: 100% 100%;
	background: var(--KTSU-BLACK);
	margin-right: 0.5em;
}
footer #fnav .airportList li:first-child{
	margin-right: 1em;
}

footer #fnav .mail{
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	margin-top: 3em;
	line-height: 1.25;
}
*/


footer #fnav #langArea{
	padding-top: 0;
	margin-left: 0;
	position: absolute;
	right:0;
	top:275px;
}
footer #fnav #langArea .langBt,
footer #fnav #langArea .sub li a{
	width: 140px;
}

footer #fnav #langArea .langBt,
footer #fnav #langArea .sub li a{
	background: #FFF;
}
footer #fnav #langArea .langBt,
footer #fnav #langArea .sub li a{
	color: var(--KTSU-BLACK);
}


/*=============================
  カルーセル
=============================*/
/*
.carouselArea{
	position: relative;
}
.carouselArea .caroufredsel_wrapper {
	overflow: hidden;
}
.carouselArea .carousel img{
	display: block;
	float: left;
}
.carouselArea .prev{
	position: absolute;
	top:205px;
	left:0;
}
.carouselArea .next{
	position: absolute;
	top:205px;
	right:0;
}
.carouselArea .pager {
	text-align: center;
}
.carouselArea .pager a {
	background: url(../images/bt_pager_off.png) no-repeat;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	margin: 0 5px;
}
.carouselArea .pager a:hover,
.carouselArea .pager a.selected {
	background: url(../images/bt_pager_on.png) no-repeat;
}
*/

/*=============================
  etc
=============================*/
/*PC/スマホ縦
@media only screen and (orientation:portrait) {

}*/
/*PC/スマホ横
@media only screen and (orientation:landscape) {

}
*/
/*ボタン
ul.linkBtList{
	text-align: center;
}
ul.linkBtList li{
	display: inline-block;
	width: 320px;
	height: 60px;
	margin: 0px 30px;
}
ul.linkBtList li:first-child{margin-left: 0;}
ul.linkBtList li:last-child {margin-right: 0;}
ul.linkBtList li a{
	display: block;
	padding: 15px 0px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background: #006469;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
	position: relative;
}*/
	/*IE10以降に適用されるCSSハック（一応）*/
	/*@media all and (-ms-high-contrast:none){
		ul.linkBtList li a{
			padding: 18px 0px 12px 0px;
		}
	}*/

/*三角
ul.linkBtList li a::after{
	content: '';
	position: absolute;
	top:50%;
	right: 15px;
	margin-top: -8px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 8px solid #E5EA0A;
}*/

/*下線付きタイトル
.borderTit{
	font-size: 28px;
	color: #006469;
	padding-bottom: 20px;
	margin-bottom: 40px;
	text-align: center;
	position: relative;
}
.borderTit::after{
	content:'';
	position: absolute;
	bottom:0;
	left:50%;
	width: 70px;
	height: 1px;
	background: #666;
	margin-left: -35px;
}*/




	/*arrow
	content: '';
	position: absolute;
	top:50%;
	left: 0px;
	margin-top: -4px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 6px solid #FFF;
	*/
	/*基準点
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	*/
	/*回転
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
	*/
	/*アニメーション
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	*/
	/*角丸
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	*/
	/*テキストシャドウ
	-moz-text-shadow:0px 0px 3px #666;
	-webkit-text-shadow:0px 0px 3px #666;
	text-shadow:0px 0px 3px #666;
	*/
	/*flex
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	*/
	/*テキスト行揃え
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	*/
	/*テキスト改行しない
	white-space: nowrap;
	*/

	/*キーフレーム
	{
	animation: ani1 0.25s linear 0s 1 normal both;
	animation-name アニメーション名 複数指定する場合はカンマ（,）区切り 名が長いとIEで不可
	animation-duration 時間
	animation-timing-function linear ease ease-in ease-out
	animation-delay 時間
	animation-iteration-count 回数 infinite
	animation-direction normal 正転 alternate 正転、反転
	animation-fill-mode:再生後のスタイル
	backwards 最初のキーフレーム（0%）
	forwards 最後のキーフレーム（100%）
	both 最後のキーフレーム（100%） delay指定中は（0%）

	//delay
	//-webkit-animation-delay: 0.5s;
	//animation-delay: 0.5s;

	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	//r実行中のアニメーションを一時停止できる。//running paused
	animation-play-state: paused;
	//animation-timingのcubic-bezier
	//https://matthewlein.com/tools/ceaser
	/*http://easings.net/ja
	//easeOutCubic cubic-bezier(0.215, 0.610, 0.355, 1.000);
	//easeInOutExpo cubic-bezier(1.000, 0.000, 0.000, 1.000);

	-webkit-animation-name: scroll;
	animation-name: scroll;
	}
@-webkit-keyframes scroll {from {top:-35px;} to {top:35px;}}
@keyframes         scroll {from {top:-35px;} to {top:35px;}}
又は
@-webkit-keyframes scroll {
	0% {width: 0;}
	100% {width: 100%;}
}
@keyframes         scroll {
	0% {width: 0;}
	100% {width: 100%;}
}

*/
/*改行させない
	white-space: nowrap;
*/
/*上下中央01
.sample6Wrap{
	width: 100%;
	height: 100%;
	position: relative;
}
.sample6Wrap .sample6{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100px;
	height: 100px;
}
*/
/*上下中央02（CSS3高さ幅不明で使用可）
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
*/


/*
slack Full
#main{
	height:100vh !important;
	min-height: 700px;
	position: relative;
}
#main .slick,
#main .slick .slick-list,
#main .slick .slick-list *{
	height: 100%;
}
#main .slick .main_ph01{background: url(../img/top/main_ph01.jpg) no-repeat center center/cover;}
#main .slick .main_ph02{background: url(../img/top/main_ph02.jpg) no-repeat center center/cover;}
#main .slick .main_ph03{background: url(../img/top/main_ph03.jpg) no-repeat center center/cover;}

slick ボタン
.slick_bt a{
	display: block;
	width: 36px;
	height: 36px;
}
.slick_bt a.slick-hidden{
	display: none;
}
.slick_bt a.slick_prev{background: url(../img/bt_prev.svg) no-repeat center center/contain;}
.slick_bt a.slick_next{background: url(../img/bt_next.svg) no-repeat center center/contain;}

slick dots
.slick-dots{
	position: absolute;
	bottom: 50px;
	left:0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 10;
	font-size: 0;
}
.slick-dots li{
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 6px;
	height: 6px;
	padding: 3px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.4);
}
.slick-dots li button:hover,
.slick-dots li.slick-active button{
	border: 2px solid rgba(255,255,255,1);
	background: #FFF;
}

//ズームフェード版CSS
.slide-animation{
	animation: fadezoom 10s linear 0s 1 normal both;
}
@keyframes fadezoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}
簡易カルーセル（ズームフェード）


.carouselArea ul.carousel{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
}
.carouselArea ul.carousel li{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	opacity: 0;
}


.carouselArea ul.carousel li.pre{
	opacity: 1;フェードイン
	animation: opHide 3s ease 0s 1 normal both;クロスフェード
	z-index: 5;
}
.carouselArea ul.carousel li.current{
	animation: opShow 3s ease 0s 1 normal both;
	z-index: 10;
}
beforeだとEdgeでガタガタする。span入れること。
.carouselArea ul.carousel li span{
	content: '';
	display: block;
	position:absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
	width: 100%;
	height: 100%;
	-webkit-transform:scale(1.1);
			transform:scale(1.1);
	z-index: 1;
}
.carouselArea ul.carousel li#kv01 span{ background: url() no-repeat center center/cover;}

.carouselArea ul.carousel li.pre span,
.carouselArea ul.carousel li.current span{
	animation: zoomAni 11s linear 0s 1 normal both;
}

@-webkit-keyframes opShow {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes         opShow {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes opHide {
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes         opHide {
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-webkit-keyframes zoomAni {
	0% {
		-webkit-transform:scale(1.1);
		        transform:scale(1.1);
	}
	100% {
		-webkit-transform:scale(1.0);
		        transform:scale(1.0);
	}
}
@keyframes         zoomAni {
	0% {
		-webkit-transform:scale(1.1);
		        transform:scale(1.1);
	}
	100% {
		-webkit-transform:scale(1.0);
		        transform:scale(1.0);
	}
}

*/