@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,h4,h5,h6,th,td,pre,code,blockquote,form,fieldset,legend,input,textarea,figcaption,figure{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{font-size:100%}legend{color:#FFF}hr{display:none}img{vertical-align:bottom}select,input,button,textarea{font-size:99%}table{font-size:inherit;font:100%;border-collapse:collapse;border-spacing:0}pre,code,kbd,samp,tt{font-family:monospace;font-size:108%;line-height:100%}.hd{display:block;width:0;height:0;overflow:hidden}.cf:before,.cf:after{content:"";display:table}.cf:after{clear:both}.cf{zoom:1}article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section,main{display:block}*{margin:0;padding:0;box-sizing:border-box;max-height:999999px;outline:none;}*:focus{outline: none;}button{background-color:transparent;border:none;cursor:pointer;outline:none;padding:0;}
/*-----------------------------------------------
 * Bace
 * Modal
 * Header
 * Parts
-------------------------------------------------*/
/*-----------------------------------------------
 * Bace
-------------------------------------------------*/
:root{
	/* color */
	--color-main: #fff;
	--color-gold: #D3BD8E;
	--color-gold-dark: #958460;
	--color-red: #81000B;
	

	/* font */
	--font-main: "Shippori Mincho", serif; /* 400,500,700 */
	--font-en-main: "Cormorant Garamond", serif; /* 300-700 */
	--font-en-sub: "Playfair Display", serif; /* 400 italic [タイトルなどで使用] */

	/* sp-size */
	--sp-size-2: min(0.2667vw, 2px);
	--sp-size-4: min(0.5334vw, 4px);
	--sp-size-8: min(1.0667vw, 8px);
	--sp-size-10: min(1.3334vw, 10px);
	--sp-size-12: min(1.6vw, 12px);
	--sp-size-16: min(2.1334vw, 16px);
	--sp-size-20: min(2.6667vw, 20px);
	--sp-size-24: min(3.2vw, 24px);
	--sp-size-26: min(3.4667vw, 26px);
	--sp-size-28: min(3.7334vw, 28px);
	--sp-size-30: min(4vw, 30px);
	--sp-size-32: min(4.2667vw, 32px);
	--sp-size-36: min(4.8vw, 36px);
	--sp-size-40: min(5.3334vw, 40px);
	--sp-size-48: min(6.4vw, 48px);
	--sp-size-56: min(7.4667vw, 56px);
	--sp-size-64: min(8.5334vw, 64px);
	--sp-size-72: min(9.6vw, 72px);
	--sp-size-80: min(10.6667vw, 80px);
	--sp-size-96: min(12.8vw, 96px);
	--sp-size-192: min(25.6vw, 192px);

	/* size */
	--vw-min: 1366;
	--vh-min: 768;
	--max-percent: 1.4056;
}
@media screen and (max-width:768px){
	:root{
		--vw-min: 375;
		--vh-min: 667;
		--max-percent: 2;
	}
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
body{
	-webkit-text-size-adjust: 100%;
	background-color: #07206B;
	color: #FFF;
	font-family: var(--font-main);
	font-feature-settings: "palt";
	font-size: min(calc(15 / var(--vw-min) * 100vw), 15px);
	font-weight: normal;
	letter-spacing: 0.07em;
	line-height: 1.8;
	word-wrap: break-word;
}
.pc{ display: block; }
.sp{ display: none; }
a{ color: #ccc; }
a:hover{ text-decoration: none; }
.ah { transition: opacity .3s ease; }
.ah:hover { opacity: .7; }
::selection{
	background: #958460;
	color: #eee;
}
::-moz-selection{
	background: #958460;
	color:#eee;
}
@media screen and (max-width:768px){ 
	html{ 
		font-size: 62.5%;
	}
	body{
		font-size: 10px; 
		font-size: 1rem;
		font-size: calc(13 / var(--vw-min) * 100vw);
		min-width: 320px;
	}
	.sp{ display: block; }
	.pc{ display: none; }
	.ah:hover { opacity: 1; }
}


/* ScrollBar Setting */
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #07206B;
}
::-webkit-scrollbar-thumb {
	background: #958460;
	border-radius: 2px;
	margin: 2px;
	box-shadow: none;
}
/* firefox Only Scrollbar */
@-moz-document url-prefix() {
	html{
		scrollbar-color: #958460 #07206B;
		scrollbar-width: thin;
	}
}





/**
* ndImg
**/
.-ndlimg{
	-webkit-touch-callout: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-moz-touch-callout: none;
	touch-callout: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	user-drag: none;
}


/*-----------------------------------------------
 * Modal
-------------------------------------------------*/

/**
 * modalBox
 * 基盤のモーダル
 */
.modalBox{
	-webkit-overflow-scrolling: touch;
	background-color: rgb(0, 44, 175,90%);
	display: none;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.oneModal{
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

/* oneModalIn */
.oneModalIn{
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	width: 100%;
	min-width: 100px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}
.oneModalIn__cont{
	padding: min(calc(80 / var(--vw-min) * 100vw), 80px) 0;
}
@media screen and (max-width:768px){
	.oneModalIn{
		min-width: 100%;
	}
	.oneModalIn__cont{
		width: 100%;
		padding: calc(72 / var(--vw-min) * 100vw) 0;
	}
}

/**
 * closeBtn
 */
.closeBtn{
	width: min(calc(80 / var(--vw-min) * 100vw), 80px);
	height: min(calc(80 / var(--vw-min) * 100vw), 80px);
	position: absolute;
	top: 0;
	right: 0;
	margin-top: min(calc(24 / var(--vw-min) * 100vw), 24px);
	margin-right: min(calc(24 / var(--vw-min) * 100vw), 24px);
	z-index: 2;
}
.btn_modalClose{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
	text-decoration: none;
	line-height: 1;
	pointer-events: auto;
}
.btn_modalClose:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 60%);
}
.modalClose__txt{
	display: inline-block;
	font-family: var(--font-en-main);
	font-size: min(calc(17 / var(--vw-min) * 100vw), 17px);
	letter-spacing: 0;
	color: #FFF;
	position: relative;
}

@media screen and (hover:hover) and (pointer: fine){
	.btn_modalClose:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(255, 255, 255, 60%);
		opacity: 0;
		transform: scale(88%);
		transition: .4s ease;
		border-radius: 50%;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}

	.btn_modalClose:hover::before{
		opacity: 60%;
		transform: scale(100%);
	}
}

@media screen and (max-width:768px){
	.closeBtn{
		width: calc(52 / var(--vw-min) * 100vw);
        height: calc(52 / var(--vw-min) * 100vw);
        margin-top: calc(16 / var(--vw-min) * 100vw);
        margin-right: calc(16 / var(--vw-min) * 100vw);
	}
	.btn_modalClose:after{
		border-width: var(--sp-size-2);
	}
	.modalClose__txt{
		font-size: calc(12 / var(--vw-min) * 100vw);
	}
}


/**
 * iframe
 */
/* common */
.commonIframe{
	width: 100%;
	height: 100%;
	display: block;
}

/* youtube */
.youtubeIframeWrap {
	width: 70%;
	max-width: 159.993vh;
	position: relative;
}
@media screen and (max-width:768px){
	.youtubeIframeWrap {
		width: 100%;
		max-width: 100%;
	}
}
.youtubeIframeWrap:before{
	content: "";
	display: block;
	padding-top: 56.25%;
	z-index: 0;
}
.youtubeIframe{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}



/**
 * CommentModal
 */
#commentModal .oneModalIn__cont{
	width: 100%;
}
#js-commentModalCont{
	width: 76.1347%;/* 1040 */
	min-width: min(1040px, 100%);
	max-width: calc(1040px * var(--max-percent));
	margin: 0 auto;
}
.commentModalContIn{
	width: 100%;
	padding: 0 11.5385%;/* 0 120 */
	display: flex;
	align-items: center;
}
.commentCont__img{
	width: 41%;/* 328 */
	padding-right: 7.25%;/* 58 */
	flex-shrink: 0;
}
.commentCont__img img{
	width: 100%;
}
.commentCont__Wrap{
	width: 100%;
}

.commentCont_h2{
	width: 100%;
	line-height: 1;
}
.commentCont_h2__job{
	display: block;
	font-size: min(calc(24 / var(--vw-min) * 100vw), 24px);
	font-weight: 500;
	margin-bottom: min(calc(18 / var(--vw-min) * 100vw), 18px);
}
.commentCont_h2__name{
	display: block;
	font-size: min(calc(34 / var(--vw-min) * 100vw), 34px);
}
.commentCont_h2__en{
	display: block;
	font-family: var(--font-en-main);
	font-size: min(calc(12 / var(--vw-min) * 100vw), 12px);
	margin-top: min(calc(18 / var(--vw-min) * 100vw), 18px);
}

.commentCont__commentWrap{
	margin-top: min(calc(56 / var(--vw-min) * 100vw), 56px);
	width: 100%;
	position: relative;
}
.commentCont_mainTxt{
	width: 100%;
	position: relative;
	line-height: 2;
	font-weight: 500;
}


@media screen and (max-width:768px){
	#js-commentModalCont{
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.commentModalContIn{
		padding: 0 calc(24 / var(--vw-min) * 100vw);
		flex-direction: column;
	}
	.commentCont__img{
		width: calc(240 / var(--vw-min) * 100vw);
		padding-right: 0;
		padding-bottom: calc(32 / var(--vw-min) * 100vw);
	}
	.commentCont_h2__job{
		font-size: calc(16 / var(--vw-min) * 100vw);
		margin-bottom: calc(14 / var(--vw-min) * 100vw);
	}
	.commentCont_h2__name{
		font-size: calc(26 / var(--vw-min) * 100vw);
	}
	.commentCont_h2__en{
		font-size: calc(11 / var(--vw-min) * 100vw);
		margin-top: calc(14 / var(--vw-min) * 100vw);
	}

	.commentCont__commentWrap{
		margin-top: calc(32 / var(--vw-min) * 100vw);
	}
}



/*-----------------------------------------------
 * Header
-------------------------------------------------*/
.header {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 999;
	pointer-events: none
}
.headerLogo{
	position: fixed;
	top: 0;
	left: 0;
	width: min(calc(187 / var(--vw-min) * 100vw), calc(187px * var(--max-percent)));
	margin-top: min(calc(32 / var(--vw-min) * 100vw), calc(32px * var(--max-percent)));
	margin-left: min(calc(32 / var(--vw-min) * 100vw), calc(32px * var(--max-percent)));
}
.headerLogo > a{
	display: block;
	pointer-events: auto;
}
.headerLogo img{
	width: 100%;
}

@media screen and (hover:hover) and (pointer: fine){
	.headerLogo a > img{
		display: inline-block;
		transition: transform .6s ease;
	}
	.headerLogo a:hover > img{
		transform: scale(105%);
	}
}

@media screen and (max-width:768px){
	.headerLogo {
		position: absolute;
		width: calc(140 / var(--vw-min) * 100vw);
		margin-top: calc(24 / var(--vw-min) * 100vw);
		margin-left: calc(16 / var(--vw-min) * 100vw);
	}
}


/* inner */
.header__inner{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: right;
}
.header__innerCont{
	position: sticky;
	top: 0;
	height: 100%;
	max-height: 100vh;
	max-height: 100dvh;
	min-height: 336px;
}
.header__innerContIn{
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-top: min(calc(32 / var(--vw-min) * 100vw), calc(32px * var(--max-percent)));
	padding-right: min(calc(32 / var(--vw-min) * 100vw), calc(32px * var(--max-percent)));
	padding-bottom: min(calc(32 / var(--vw-min) * 100vw), calc(32px * var(--max-percent)));
}

@media screen and (max-width:768px){
	.header__inner {
		-webkit-overflow-scrolling: touch;
		width: 100%;
		min-height: 100vh;
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		opacity: 0;
		pointer-events: none;
		z-index: 1;
		overscroll-behavior: contain;
		transition: opacity .5s ease-in-out;
		padding: 0;
		background-color: #000;
		text-align: left;
	}
	.header.is-active .header__inner {
		opacity: 1;
		pointer-events: auto;
	}
	.header__innerCont{
		position: relative;
		width: 100%;
		height: 100%;
		min-height: 100%;
	}
	.header__innerCont:before{
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #020628 url(../img/common/navBg-s.jpg) no-repeat center bottom / 100%;
	}
	@supports (background-image: url(../img/common/navBg-s.webp)){
		.header__innerCont:before{
			background-image:url(../img/common/navBg-s.webp);
		}
	}
	.header__innerContIn{
		height: auto;
		min-height: 100vh;
		padding: calc(16 / var(--vw-min) * 100vw) calc(16 / var(--vw-min) * 100vw) calc(120 / var(--vw-min) * 100vw);
	}

	.header:not(.is-active) .header__inner a{
		pointer-events: none;
	}
}


/**
 * headerSns
 */
.snsList{
	line-height: 1;
}
.snsList--link{
	display: inline-block;
	line-height: 1;
	position: relative;
	font-family: var(--font-en-main);
	font-size: min(calc(14 / var(--vw-min) * 100vw), 14px);
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	pointer-events: auto;
	z-index: 1;
}
.snsList--link > span{
	display: inline-block;
	position: relative;
	padding-right: min(calc(16 / var(--vw-min) * 100vw), 16px);
}
.snsList--link > span:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0;
	width: min(calc(8 / var(--vw-min) * 100vw), 8px);
	height: min(calc(8 / var(--vw-min) * 100vw), 8px);
	-webkit-mask: url(../img/common/arrow_rt.svg) no-repeat center / contain;
	mask: url(../img/common/arrow_rt.svg) no-repeat center / contain;
	background-color: #fff;
}

@media screen and (max-width:768px){
	.snsLists{
		padding: calc(16 / var(--vw-min) * 100vw) 0;
	}
	.snsList{
		line-height: 1.25;
	}
	.snsList--link{
		line-height: 1.25;
		font-size: calc(16 / var(--vw-min) * 100vw);
	}
	.snsList--link > span{
		padding-right: calc(18 / var(--vw-min) * 100vw);
	}
	.snsList--link > span:after{
		width: calc(8 / var(--vw-min) * 100vw);
		height: calc(8 / var(--vw-min) * 100vw);
	}
}

@media screen and (hover:hover) and (pointer: fine){
	.snsList--link{
		transition: color .3s ease;
	}
	.snsList--link > span:after{
		transition: background-color .3s ease, transform .3s ease;
	}

	.snsList--link:hover{
		color: var(--color-gold);
	}
	.snsList--link:hover > span:after{
		background-color: var(--color-gold);
		transform: scale(105%) translate(20%, -20%);
	}
}


@media screen and (min-width: 769px){
	.s-headerLogo{
		display: none;
	}
}
@media screen and (max-width: 768px){
	.s-headerLogo{
		width: calc(184 / var(--vw-min) * 100vw);
		margin-top: calc(80 / var(--vw-min) * 100vw);
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 1;
	}
	.s-headerLogo a{
		display: block;
		pointer-events: auto;
	}
	.s-headerLogo img{
		width: 100%;
	}
}


/**
 * headerNav
 */
.headerNav{
	margin-top: auto;
	padding-top: min(calc(40 / var(--vw-min) * 100vw), 40px);
}
.navLists__item{
	line-height: 1;
}
.headerNav .navLists__item:not(:last-child){
	margin-bottom: min(calc(20 / var(--vw-min) * 100vw), 20px);
}
.navLink{
	display: inline-block;
	position: relative;
	font-family: var(--font-en-main);
	font-size: min(calc(17 / var(--vw-min) * 100vw), 17px);
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	pointer-events: auto;
}
.navLink.--is-current{
	opacity: 50%;
}

@media screen and (max-width:768px){
	.headerNav {
		position: relative;
		z-index: 1;
		padding-top: calc(40 / var(--vw-min) * 100vw);
		margin-top: unset;
	}
	.navLists{
		width: 100%;
		text-align: center;
	}
	.navLists__item{
		line-height: 1.2223;
	}
	.headerNav .navLists__item:not(:last-child){
		margin-bottom: calc(16 / var(--vw-min) * 100vw);
	}
	.navLink{
		font-size: calc(27 / var(--vw-min) * 100vw);
	}
}

@media screen and (hover:hover) and (pointer: fine){
	.navLink{
		transition: color .3s ease;
	}
	.navLink:not(.--is-current):hover{
		color: var(--color-gold);
	}
}

/**
 * navBtn
 */
@media screen and (max-width:768px){
	.header__navBtnWrap {
		width: calc(52 / var(--vw-min) * 100vw);
		height: calc(52 / var(--vw-min) * 100vw);
		position: fixed;
		top: 0;
		right: 0;
		margin-top: calc(16 / var(--vw-min) * 100vw);
		margin-right: calc(16 / var(--vw-min) * 100vw);
		z-index: 2;
	}
	.header__navBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		position: relative;
		text-decoration: none;
		line-height: 1;
		pointer-events: auto;
	}
	.header__navBtn:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 50%;
		border: var(--sp-size-2) solid rgba(255,255,255,60%);
	}
	.header__navBtnTextWrap{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.header__navBtnText{
		display: inline-block;
		position: absolute;
		font-family: var(--font-en-main);
		font-size: calc(12 / var(--vw-min) * 100vw);
		letter-spacing: 0;
		color: #FFF;
		opacity: 0;
		transform: translateY(-25%);
		transition: opacity .2s ease, transform .3s ease;
	}
	
	.header__navBtn:not(.is-active) .header__navBtnText.-menu{
		transform: translateY(0%);
		opacity: 1;
		transition-delay: .1s;
	}
	.header__navBtn.is-active .header__navBtnText.-close{
		transform: translateY(0%);
		opacity: 1;
		transition-delay: .1s;
	}
}


/*-----------------------------------------------
 * Parts
-------------------------------------------------*/

/**
 * shareLists
 */
.shareLists {
	display: flex;
}

/* item */
.shareLists__item {
	width: 60px;
	height: 60px;
}

/* link */
.shareLists__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
	text-decoration: none;
}
.shareLists__link:before {
	content: "";
	background-color: #000;
	display: block;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	transition: background-color .4s ease;
}
.shareLists__link:hover:before {
	background-color: #ff0000;
}

/* 各SNSパーツ */
.shareLists__item.is-twitter .shareLists__link:before {
	width: 26px;
	height: 26px;
	-webkit-mask-image: url(../img/common/icon_tw.svg);
	mask-image: url(../img/common/icon_tw.svg);
}
.shareLists__item.is-facebook .shareLists__link:before {
	width: 26px;
	height: 26px;
	-webkit-mask-image: url(../img/common/icon_fb.svg);
	mask-image: url(../img/common/icon_fb.svg);
}
.shareLists__item.is-line .shareLists__link:before {
	width: 26px;
	height: 26px;
	-webkit-mask-image: url(../img/common/icon_line.svg);
	mask-image: url(../img/common/icon_line.svg);
}



/*-----------------------------------------------
 * Footer
-------------------------------------------------*/
/**
** FOOTER
**/
.pFooter{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.pFooterIn{
	position: sticky;
	top: 0;
	height: 100%;
    max-height: 100vh;
    max-height: 100dvh;
    min-height: 336px;
	display: flex;
	align-items: center;
	padding-left: min(calc(30 / var(--vw-min) * 100vw), calc(30px * var(--max-percent)));
}

@media screen and (min-width:769px){
	.footerNav{
		display: none;
	}
	.pFooter .snsLists{
		display: none;
	}
	.copyRight{
		font-size: min(calc(12 / var(--vh-min) * 100vh) , 12px);
		writing-mode: vertical-rl;
		line-height: 1;
		text-orientation: sideways;
	}
}

@media screen and (max-width:768px){
	.pFooter{
		position: relative;
		padding-top: calc(56 / var(--vw-min) * 100vw);
		margin-top: auto;
	}
	.pFooterIn{
		position: relative;
		min-height: unset;
		height: auto;
		flex-direction: column;
		padding-left: calc(32 / var(--vw-min) * 100vw);
		padding-right: calc(32 / var(--vw-min) * 100vw);
		padding-bottom: calc(40 / var(--vw-min) * 100vw);
	}
	.footerNav .navLists{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		column-gap: calc(24 / var(--vw-min) * 100vw);
		row-gap: calc(20 / var(--vw-min) * 100vw);
	}
	.footerNav .navLink{
		font-size: calc(18 / var(--vw-min) * 100vw);
		line-height: 1.2223;
	}
	.pFooter .snsLists{
		margin-top: calc(24 / var(--vw-min) * 100vw);
		margin-bottom: calc(30 / var(--vw-min) * 100vw);
	}
	.copyRight{
		width: 100%;
		font-size: calc(11 / var(--vw-min) * 100vw);
		line-height: 1;
		text-align: center;
	}
}



/*-----------------------------------------------
 * INPAGE
-------------------------------------------------*/
#fullWrap{
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	position: relative;
}

.pMain{
	width: 100%;
	position: relative;
	z-index: 1;
	padding-bottom: min(calc(200 / var(--vw-min) * 100vw), calc(200px * var(--max-percent)));
}

@media screen and (min-width:769px){
	body:not([data-page="top"]) #fullWrap{
		min-height: 125vh;
		min-height: 125dvh;
	}
	.pMain{
		position: sticky;
		top: 0;
	}
}

@media screen and (max-width:768px){
	.pMain{
		padding-top: calc(72 / var(--vw-min) * 100vw);
		padding-bottom: calc(56 / var(--vw-min) * 100vw);
	}
}


/**
* BackGround 
**/
.pBg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #07206B;
}
.pBg_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: overlay;
	opacity: 0;
	filter: blur(8px);
	transition: opacity .8s ease, filter 1.2s ease;
}
body.--load .pBg_img{
	opacity: 1;
	filter: blur(0px);
}
.pBg_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0% 0%;
}


/**
* Page Title 
**/
.pTitle{
	position: fixed;
	bottom: 0;
	left: 0;
	display: block;
	padding-left: min(calc(32 / var(--vw-min) * 100vw), calc(32px * var(--max-percent)));
	padding-bottom: min(calc(32 / var(--vw-min) * 100vw), calc(32px * var(--max-percent)));
}
.pTitleIn{
	display: inline-flex;
	align-items: center;
	line-height: 1;
}
.pTitle--no{
	display: inline-block;
	font-family: var(--font-en-sub);
	font-style: italic;
	font-size:min(calc(24 / var(--vw-min) * 100vw), 24px);
	line-height: 0.8;
	padding-right: 32px;
	position: relative;
}
.pTitle--no:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 2px;
	margin: auto 0;
	background: url(../img/common/deco_ptitle.svg) no-repeat center / contain;
}
.pTitle--title{
	display: inline-block;
	font-size: min(calc(15 / var(--vw-min) * 100vw), 15px);
	font-weight: 500;
	padding-left: min(calc(16 / var(--vw-min) * 100vw), 16px);
}
@media screen and (max-width:768px){
	.pTitle{
		position: relative;
		bottom: unset;
		padding-left: calc(16 / var(--vw-min) * 100vw);
		padding-bottom: 0;
		line-height: 1;
	}
	.pTitle--no{
		font-size: calc(15 / var(--vw-min) * 100vw);
		padding-right: calc(14 / var(--vw-min) * 100vw);
		padding-bottom: calc(4 / var(--vw-min) * 100vw);
	}
	.pTitle--no:after{
		width: max(calc(10 / var(--vw-min) * 100vw), 10px);
		height: max(calc(1 / var(--vw-min) * 100vw), 1px);
	}
	.pTitle--title{
		font-size: calc(11 / var(--vw-min) * 100vw);
		padding-left: calc(6 / var(--vw-min) * 100vw);
	}
}




.pContents{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.pContent{
	width: 76.1347%;
	min-width: min(1040px, 100%);
	max-width: 100%;
	margin: 0 auto;
}
.pContentIn{
	width: 100%;
	padding: 0 11.5385%;/* 0 120 */
}
@media screen and (max-width:768px){
	.pContents{
		max-width: 100%;
	}
	.pContent{
		width: 100%;
	}
	.pContentIn{
		padding: 0;
	}
}


/**
* ContTitle
**/
.pContentTitle{
	text-align: center;
}
.pContentTitle--title{
	font-family: var(--font-en-sub);
	font-style: italic;
	font-size: min(calc(88 / var(--vw-min) * 100vw), 88px);
	line-height: 0.8;
	color: var(--color-gold);
}
.pContentTitle--txt{
	font-family: var(--font-en-main);
	font-size: min(calc(12 / var(--vw-min) * 100vw), 12px);
	line-height: 1;
	margin-top: min(calc(16 / var(--vw-min) * 100vw), 16px);
}
@media screen and (max-width:768px){
	.pContentTitle--title{
		font-size: calc(60 / var(--vw-min) * 100vw);
	}
	.pContentTitle--txt{
		margin-top: calc(14 / var(--vw-min) * 100vw);
		font-size: calc(11 / var(--vw-min) * 100vw);
	}
}


/* 縦書き */
@media screen and (min-width:769px){
	.pContentTitle.-p_t{
		writing-mode: vertical-rl;
		text-align:start;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.pContentTitle.-p_t .pContentTitle--txt{
		margin-top: unset;
		margin-right: min(calc(16 / var(--vw-min) * 100vw), 16px);
	}	
}
@media screen and (max-width:768px){
	.pContentTitle.-s_t{
		writing-mode: vertical-rl;
		text-align:start;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.pContentTitle.-s_t .pContentTitle--txt{
		margin-top: unset;
		margin-right: calc(12 / var(--vw-min) * 100vw);
	}
}



/**
* InPage - Loading
**/

/** Title **/
.pContentTitle--title{
	opacity: 0;
	transform: translateY(-25%);
	filter: blur(4px);
	transition: opacity .3s ease, filter .8s cubic-bezier(.31,.57,.62,1), transform .6s cubic-bezier(.31,.57,.62,1);
}
.pContentTitle--txt{
	opacity: 0;
	transform: translateY(50%);
	filter: blur(4px);
	transition: opacity .3s ease, filter .8s cubic-bezier(.31,.57,.62,1), transform .6s cubic-bezier(.31,.57,.62,1);
}


/* PC -p_t */
@media screen and (min-width:769px){
	.pContentTitle.-p_t .pContentTitle--title{
		transform: translateX(-50%);
	}
	.pContentTitle.-p_t .pContentTitle--txt{
		transform: translateX(-80%);
	}
}
/* SP -s_t */
@media screen and (max-width:768px){
	.pContentTitle.-s_t .pContentTitle--title{
		transform: translateX(-25%);
	}
	.pContentTitle.-s_t .pContentTitle--txt{
		transform: translateX(-50%);
	}
}


/* loaded */
body.--load.--is-loading .pContentTitle--title,
body.--load.--is-loading .pContentTitle--txt{
	transform: translateX(0%) translateY(0%);
	opacity: 1;
	filter: blur(0px);
}
@media screen and (min-width:769px){
	body.--load.--is-loading .pContentTitle.-p_t .pContentTitle--title,
	body.--load.--is-loading .pContentTitle.-p_t .pContentTitle--txt{
		transform: translateX(0%);
	}
}
@media screen and (max-width:768px){
	body.--load.--is-loading .pContentTitle.-s_t .pContentTitle--title,
	body.--load.--is-loading .pContentTitle.-s_t .pContentTitle--txt{
		transform: translateX(0%);
	}
}