@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{color:#000;cursor: pointer;background-color:transparent;border:none;cursor:pointer;outline:none;padding:0;}
/*-----------------------------------------------
 * Bace
 * Modal
 * Header
 * Parts
-------------------------------------------------*/
/*-----------------------------------------------
 * Bace
-------------------------------------------------*/
:root{
	/* font */
	/*--font-en: futura-pt, sans-serif; 300,400,500 */
	/*--font-default: fot-udkakugo-large-pr6n, sans-serif; 400,500,700 */

	--font-en: "Jost", serif;
	--font-default: "BIZ UDPGothic", sans-serif;

	/* color */
	--color-pink: #ffafd2;
	--color-yellow: #fff55a;
	--color-purple: #c2add0;

	/* sp-size */
	--sp-size-2: clamp(1px, 0.2667vw, 2px);
	--sp-size-4: min(0.5334vw, 4px);
	--sp-size-6: min(0.8vw, 6px);
	--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-22: min(2.9334vw, 22px);
	--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);

	/* vw/vh */
	--def-vw: 1200;
	--def-vh: 640;
	--vwcalc: var(--def-vw) * 100vw;
	--vhcalc: var(--def-vh) * 100vw;
	--max-percent: 1.6;
}
@media screen and (max-width: 767px){
	:root{
		--def-vw: 750;
		--def-vh: 1334;
	}
}
@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: #fff;
	color: #000;
	font-family: "BIZ UDPGothic", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-feature-settings: "palt";
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.07em;
	line-height: 1.8;
	word-wrap: break-word;
}
.pc{ display: block; }
.sp{ display: none; }
a{ color: #222; }
a:hover{ text-decoration: none; }
.ah { transition: opacity .3s ease; }
.ah:hover { opacity: .7; }
::selection{
	background: #6ccfee;
	color: #fff;
}
::-moz-selection{
	background: #6ccfee;
	color:#fff;
}
@media screen and (max-width:767px){ 
	html{ 
		font-size: 62.5%;
	}
	body{
		font-size: 10px; 
		font-size: 1rem;
		font-size: var(--sp-size-24);
		min-width: 20px;
	}
	.sp{ display: block; }
	.pc{ display: none; }
	.ah:hover { opacity: 1; }
}
#fullWrap{
	width: 100%;
	position: relative;
}
body:not([data-page="top"]) #fullWrap{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100lvh;
}

/* ScrollBar Setting */
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track {
  border-radius: 4px;
  background: rgb(230, 230, 230);
}
::-webkit-scrollbar-thumb {
	background: #ffafd2;
	border-radius: 2px;
	margin: 2px;
	box-shadow: none;
}
/* firefox Only Scrollbar */
@-moz-document url-prefix() {
	html{
		scrollbar-color: #ffafd2 rgb(230, 230, 230);
		scrollbar-width: thin;
	}
}

/*-----------------------------------------------
 * Modal
-------------------------------------------------*/

/**
 * modalBox
 * 基盤のモーダル
 */
.modalBox{
	-webkit-overflow-scrolling: touch;
	background: rgba(255,255,255,.8);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	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: 100%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}
.oneModalIn__cont{
	padding: 50px 0;
}
@media screen and (max-width:767px){
	.oneModalIn{
		min-width: 100%;
	}
	.oneModalIn__cont{
		width: 100%;
		padding: var(--sp-size-80) 0;
	}
}


/**
 * closeBtn
 */
 .closeBtn{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
@media screen and (max-width:767px){
	.closeBtn{
		width: var(--sp-size-96);
		height: var(--sp-size-96);
	}
}
.closeBtn a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

.closeBtn__lines{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.closeBtn__line{
	position: absolute;
	width: 142.5%;
	height: 1px;
	background: #222;
	top: 0;
	left: -21%;
	right: -21%;
	bottom: 0;
	margin: auto;
	transition: .3s ease;
}
.closeBtn__line:nth-of-type(1){
	transform: rotate(45deg);
}
.closeBtn__line:nth-of-type(2){
	transform: rotate(-45deg);
}

@media (hover: hover) and (pointer: fine){
	.closeBtn__lines{
		transition: transform .4s ease;
	}
	.closeBtn__line:before,
	.closeBtn__line:after{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		right: 50%;
		transition: .4s ease .2s;
		background-color: var(--color-pink);
	}
	.closeBtn a:hover .closeBtn__lines{
		transform: rotate(90deg);
	}
	.closeBtn a:hover .closeBtn__line:before{
		left: 0%;
	}
	.closeBtn a:hover .closeBtn__line:after{
		right: 0%;
	}
}



/**
 * iframe
 */
/* common */
.commonIframe{
	width: 100%;
	height: 100%;
	display: block;
}

/* youtube */
.youtubeIframeWrap {
	width: 70%;
	max-width: 159.993vh;
	position: relative;
}
@media screen and (max-width:767px){
	.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;
}


/*-----------------------------------------------
 * Header
-------------------------------------------------*/
.header {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 999;
}
@media screen and (max-width:767px){
	.header {
		top: 0;
		bottom: auto;
	}
}

/* inner */
@media screen and (max-width:767px){
	.header__inner {
		-webkit-overflow-scrolling: touch;
		width: 100%;
		height: 100%;
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		padding: 80px 0;
		opacity: 0;
		pointer-events: none;
		z-index: 1;
		transition: opacity .5s ease-in-out;
	}
	.header.is-active .header__inner {
		opacity: 1;
		pointer-events: auto;
	}

	.header__inner:before {
		content: "";
		background: rgba(0,0,0,.8);
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 0;
	}
}

/**
 * headerNav
 */
@media screen and (max-width:767px){
	.headerNav {
		position: relative;
		z-index: 1;
	}

	.headerNavLists__item a {
		color: #fff;
	}
}

/**
 * navBtn
 */
@media screen and (max-width:767px){
	.header__navBtnWrap {
		background-color: #000;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}
	.header__navBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.header__navBtn__lineWrap {
		width: 24px;
		height: 13px;
		position: relative;
	}
	.header__navBtn--line {
		background-color: #fff;
		display: block;
		width: 100%;
		height: 1px;
		margin: auto;
		position: absolute;
	}
	.header__navBtn--line:nth-child(1) {
		top: 0;
	}
	.header__navBtn--line:nth-child(2) {
		top: 0;
		bottom: 0;
	}
	.header__navBtn--line:nth-child(3) {
		bottom: 0;
	}
}


/**
* PHEADER
**/
.pHeader{
	position: relative;
	padding: 40px 0 0;
	text-align: center;
	z-index: 2;
}
.pHeader--logo{
	width: 300px;
	margin: 0 auto;
}
.pHeader--logo a{
	display: block;
	width: 100%;
}
.pHeader--logo a img{
	width: 100%;
}
@media screen and (max-width:767px){
	.pHeader{
		padding-top: var(--sp-size-48);
	}
	.pHeader--logo{
		width: 52.2667%;/* 392 */
	}
}
@media (hover: hover) and (pointer: fine){
	.pHeader--logo a{
		transition: transform .2s ease, filter .3s ease;
	}
	.pHeader--logo a:hover{
		transform: scale(95%);
		filter: brightness(95%);
	}
}

/*-----------------------------------------------
 * Parts
-------------------------------------------------*/
/**
 * pMain
 */
.pMain{
	position: relative;
	width: 100%;
	padding-bottom: 200px;
}

/**
 * shareLists
 */
.shareLists {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
}

/* title */
.shareLists__title{
	font-family: var(--font-en);
	font-weight: 500;
	padding-right: 10px;
}

/* item */
.shareLists__item {
	width: 64px;
	height: 40px;
	padding: 0 12px;
}

/* link */
.shareLists__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
	text-decoration: none;
	border-radius: 50%;
}
.shareLists__link:before {
	content: "";
	width: 50%;
	height: 50%;
	background-color: #FFF;
	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:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	border: 1px solid #FFF;
	transition: border-color .4s ease;
}
.shareLists__link:hover:before {
	background-color: #000;
}
.shareLists__link:hover:after {
	border-color: #000;
}

/* 各SNSパーツ */
.shareLists__item.is-twitter .shareLists__link:before {
	-webkit-mask-image: url(../img/common/icon_tw.svg);
	mask-image: url(../img/common/icon_tw.svg);
}
.shareLists__item.is-facebook .shareLists__link:before {
	-webkit-mask-image: url(../img/common/icon_fb.svg);
	mask-image: url(../img/common/icon_fb.svg);
}
.shareLists__item.is-line .shareLists__link:before {
	-webkit-mask-image: url(../img/common/icon_line.svg);
	mask-image: url(../img/common/icon_line.svg);
}

@media screen and (max-width: 767px){
	.shareLists {
		justify-content: flex-start;
	}
	.shareLists__title{
		padding-right: var(--sp-size-12);
	}
	.shareLists__item {
		width: var(--sp-size-72);
		height: var(--sp-size-48);
		padding: 0 var(--sp-size-12);
	}
	.shareLists__link:after {
		border-width: var(--sp-size-2);
	}
}


/**
 * Animation - Rotate
 */
 @keyframes ani_rotate360 {
	0%	{transform: rotate(0deg)}
	100%{transform: rotate(360deg)}
}



/**
* CONTBG
**/
.contBG_fixed{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}
.contBG_fixedIn {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}


/**
* BG - line
**/
.bglines {
	background-image:
		linear-gradient(-90deg, #FFF 1px, transparent 1px),
		linear-gradient(#FFF 1px, transparent 1px);
	background-size: 40px 20px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bglines:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	background-color: #fff;
}
@media screen and (max-width: 767px){
	.bglines {
		background-image:
			linear-gradient(-90deg, #FFF var(--sp-size-2), transparent var(--sp-size-2)),
			linear-gradient(#FFF var(--sp-size-2), transparent var(--sp-size-2));
		background-size: var(--sp-size-80) var(--sp-size-40);
		left: calc(-20 / var(--vwcalc));
	}
	.bglines:before{
		width: var(--sp-size-2);
	}
}


/**
* ICON - MOVIE
**/
.icon_playmovie{
	display: block;
	width: 102px;
	height: 102px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}
.icon_playmovie:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-mask: url(../img/common/txt_playmovie.svg) no-repeat center / contain;
	mask: url(../img/common/txt_playmovie.svg) no-repeat center / contain;
	background-color: #FFF;
	animation: ani_rotate360 16s linear infinite;
	animation-play-state: paused;
}
.icon_playmovie--circle{
	width: 39.2157%;/* 40 */
	height: 39.2157%;/* 40 */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
}
.icon_playmovie--circle:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	border: 1px solid #FFF;
}
.icon_playmovie--circle:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 75%;/* 30 */
	height: 85%;/* 34 */
	margin: auto 0 auto auto;
	-webkit-mask: url(../img/common/icon_playmovie-arrow.svg) no-repeat center / contain;
	mask: url(../img/common/icon_playmovie-arrow.svg) no-repeat center / contain;
}

@media (hover: hover) and (pointer: fine){
	.icon_playmovie:before{
		transition: background-color .3s ease;
	}
	.icon_playmovie--circle:before{
		transition: border-color .3s ease;
	}
	.icon_playmovie--circle:after{
		transition: transform .3s ease, background-color .3s ease;
	}

	.btn_movieArea:hover .icon_playmovie:before{
		animation-play-state: paused;
		background-color: #000;
	}
	.btn_movieArea:hover .icon_playmovie--circle:before{
		border-color: #000;
	}
	.btn_movieArea:hover .icon_playmovie--circle:after{
		background-color: #000;
		transform: scale(80%);
	}
}

@media screen and (max-width: 767px){
	.icon_playmovie{
		width: calc(122 / var(--def-vw) * 100vw);
		height: calc(122 / var(--def-vw) * 100vw);
	}
}


/**
* CONTENT
**/
.content{
	position: relative;
	width: 100%;
	padding-top: 120px;
	z-index: 1;
}
.contentIn{
	width: 100%;
	position: relative;
}
.contentIn__Cont{
	position: relative;
	width: max(80%, calc(100% - 240px));
	margin: 0 auto;
	background-color: #fff;
	z-index: 2;
}
.contentIn__ContIn{
	width: 100%;
	max-width: calc(960px * var(--max-percent));
	margin: 0 auto;
	padding: 80px 40px;
}
.contetIn__bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.contetIn__bg-side{
	position: absolute;
	top: 0;
	bottom: 0;
	width: min(10%, 120px);
	background-color: #fff;
	transform: skewY(-45deg);
}
.contetIn__bg-side.-l{
	left: 0;
	transform-origin: right top;
}
.contetIn__bg-side.-l:before,
.contetIn__bg-side.-l:after{
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 1px;
	background-color: #000;
}
.contetIn__bg-side.-r{
	right: 0;
	transform-origin: left bottom;
}
.contetIn__bg-side.-r:before,
.contetIn__bg-side.-r:after{
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	top: 0;
	height: 1px;
	background-color: #000;
}

.contetIn__bg.-toL .contetIn__bg-side{
	transform: skewY(45deg);
}
.contetIn__bg.-toL .contetIn__bg-side.-l{
	left: 0;
	transform-origin: right bottom;
}
.contetIn__bg.-toL .contetIn__bg-side.-r{
	right: 0;
	transform-origin: left top;
}


.contetIn__bg-side.-l:before,
.contetIn__bg-side.-r:before{
	left: 0;
}
.contetIn__bg-side.-l:after,
.contetIn__bg-side.-r:after{
	right: 0;
}

@media screen and (max-width: 767px){
	.content{
		padding-top: var(--sp-size-96);
	}
	.contentIn__Cont{
		width: 87.2%;
	}
	.contentIn__ContIn{
		padding: var(--sp-size-96) 0;
	}
	.contetIn__bg-side{
		width: var(--sp-size-48);
	}
	.contetIn__bg-side.-l:before,
	.contetIn__bg-side.-l:after,
	.contetIn__bg-side.-r:before,
	.contetIn__bg-side.-r:after{
		height: var(--sp-size-2);
	}
}



/**
* CONT_H2
**/
.cont_h2{
	width: 100%;
	position: relative;
	display: flex;
	z-index: 2;
}
.cont_h2--num{
	font-family: var(--font-en);
	font-weight: 300;
	font-size: 102px;
	color: #FFF;
	line-height: 0.8;
	position: absolute;
	top: 0;
	bottom: 0;
}
.cont_h2In{
	width: 80%;/* 960 */
	max-width: calc(960px * var(--max-percent));
	position: relative;
	margin:  0 auto;
}
.cont_h2--en{
	display: block;
	font-family: var(--font-en);
	font-size: 60px;
	font-weight: 500;
	line-height: 0.7;
	letter-spacing: 0;
}
.cont_h2--ja{
	padding-top: 16px;
	display: block;
	line-height: 1;
	font-weight: 700;
}
.cont_h2--line{
	position: absolute;
	top: 0;
	width: calc(100% - 272px);
	margin-top: 40px;
	height: 1px;
}
.cont_h2--line > span{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #000;
}

/* CONT_H2 - LeftTxt */
.cont_h2.-left .cont_h2--num{
	right: 0;
	margin-right: 120px;
}

/* CONT_H2 - RightTxt */
.cont_h2.-right .cont_h2--num{
	left: 0;
	margin-left: 120px;
}
.cont_h2.-right .cont_h2In{
	text-align: right;
}
.cont_h2.-right .cont_h2--line{
	right: 0;
}

.cont_h2--deco{
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}


@media screen and (max-width: 767px){
	.cont_h2--num{
		font-size: calc(128 / var(--vwcalc));
		letter-spacing: -0.05em;
	}
	.cont_h2In{
		width: 87.2%;
		max-width: unset;
	}
	.cont_h2--en{
		font-size: var(--sp-size-72);
		line-height: 0.7223;
	}
	.cont_h2--ja{
		padding-top: var(--sp-size-20);
	}
	.cont_h2--line{
		width: calc(540 / var(--vwcalc));
		margin-top: calc(50 / var(--vwcalc));
		height: var(--sp-size-2);
	}

/* CONT_H2 - LeftTxt */
	.cont_h2.-left .cont_h2--num{
		margin-right: var(--sp-size-48);
	}

/* CONT_H2 - RightTxt */
	.cont_h2.-right .cont_h2--num{
		margin-left: var(--sp-size-48);
	}
}

/**
* COM_LINKBTN
**/
.com_linkBtn{
	width: 100%;
	text-align: center;
	line-height: 1;
}
.com_link{
	min-width: min(100%, 200px);
	display: inline-block;
	position: relative;
	border-radius: 48px;
	padding: 12px 40px;
	border: 1px solid #040000;
	background-color: var(--color-yellow);
	text-decoration: none;
	line-height: 1;
	overflow: hidden;
}
.com_link--txt{
	position: relative;
	font-weight: 500;
}
.com_link.-en .com_link--txt{
	font-family: var(--font-en);
}
.com_link.-arrow_l:after,
.com_link.-arrow_r:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 16px;
	height: 16px;
	background-color: #000;
}
.com_link.-arrow_l:after{
	left: 12px;
	-webkit-mask: url(../img/common/arrow_l.svg) no-repeat center / contain;
	mask: url(../img/common/arrow_l.svg) no-repeat center / contain;
}
.com_link.-arrow_r:after{
	right: 12px;
	-webkit-mask: url(../img/common/arrow_r.svg) no-repeat center / contain;
	mask: url(../img/common/arrow_r.svg) no-repeat center / contain;
}

@media (hover: hover) and (pointer: fine){
	.com_link{
		transition: color .3s ease;
	}
	.com_link:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 0;
		height: 100%;
		transform: scale(80%);
		background-color: var(--color-purple);
		opacity: 0;
		transition: .4s ease;
		border-radius: 120px;
		margin: 0 auto;
	}
	.com_link.-arrow_l:after,
	.com_link.-arrow_r:after{
		transition: .4s ease;
	}

	.com_link:hover{
		color: #FFF;
		transition-delay: .1s;
	}
	.com_link:hover::before{
		opacity: 1;
		width: 100%;
		transform: scale(100%);
	}
	.com_link.-arrow_l:hover::after{
		transition-delay: .1s;
		background-color: #fff;
		transform: translateX(-50%);
	}
	.com_link.-arrow_r:hover::after{
		transition-delay: .1s;
		background-color: #fff;
		transform: translateX(50%);
	}
}

@media screen and (max-width: 767px){
	.com_link{
		min-width: calc(366 / var(--vwcalc));
		border-radius: 72px;
		padding: var(--sp-size-22) var(--sp-size-80);
		border-width: var(--sp-size-2);
	}
	.com_link.-arrow_l:after,
	.com_link.-arrow_r:after{
		width: var(--sp-size-32);
		height: var(--sp-size-32);
	}
	.com_link.-arrow_l:after{
		left: var(--sp-size-20);
	}
	.com_link.-arrow_r:after{
		right: var(--sp-size-20);
	}
}



/**
* CONTENT BG
**/
.contentBG{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
}

.contentBG__earring{
	position: absolute;
}
.contentBG__earring:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/common/deco_earring-bg.svg) no-repeat center / contain;
}
.contentBG__earring:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/common/deco_earring-line.svg) no-repeat center / contain;
}
.contentBG__earring.-sizeS{
	width: 80px;
	padding-top: 92px;
}
.contentBG__earring.-sizeM{
	width: 120px;
	padding-top: 138px;
}
.contentBG__earring.-sizeL{
	width: 160px;
	padding-top: 184px;
}

@media screen and (max-width: 767px){
	.contentBG__earring.-sizeS{
		width: calc(80 / var(--vwcalc));
		padding-top: calc(92 / var(--vwcalc));
	}
	.contentBG__earring.-sizeM{
		width: calc(120 / var(--vwcalc));
		padding-top: calc(138 / var(--vwcalc));
	}
	.contentBG__earring.-sizeL{
		width: calc(160 / var(--vwcalc));
		padding-top: calc(184 / var(--vwcalc));
	}
}


.contentBG__earringSet{
	position: absolute;
}
.contentBG__earringSet.-sizeS{
	width: 80px;
	padding-top: 167px;
}
.contentBG__earringSet.-sizeM{
	width: 120px;
	padding-top: 245px;
}
.contentBG__earringSet.-sizeL{
	width: 160px;
	padding-top: 323px;
}
.contentBG__earringSet .contentBG__earring{
	width: 100%;
	padding-top: 115%;
	position: absolute;
	top: 0;
	left: 0;
}
.contentBG__earringSet:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 25%;
	padding-top: 50%;
	background: url(../img/common/deco_earring_b.svg) no-repeat center / contain;
}

@media screen and (max-width: 767px){
	.contentBG__earringSet.-sizeS{
		width: calc(80 / var(--vwcalc));
		padding-top: calc(167 / var(--vwcalc));
	}
	.contentBG__earringSet.-sizeM{
		width: calc(120 / var(--vwcalc));
		padding-top: calc(245 / var(--vwcalc));
	}
	.contentBG__earringSet.-sizeL{
		width: calc(160 / var(--vwcalc));
		padding-top: calc(323 / var(--vwcalc));
	}
}



/**
* CONT_H3
**/
.cont_h3{
	display: flex;
	align-items: center;
	font-weight: 500;
	color: #000;
}
.cont_h3-line{
	width: 100%;
	position: relative;
	height: 16px;
	display: flex;
}
.cont_h3-line:before{
	content: '';
	width: 30px;
	height: 100%;
	-webkit-mask: url(../img/common/deco_h4-line.svg) no-repeat left center / contain;
	mask: url(../img/common/deco_h4-line.svg) no-repeat left center / contain;
	background-color: #000;
	flex-shrink: 0;
}
.cont_h3-line::after{
	content: '';
	width: 100%;
	height: 100%;
	background-color: #000;
}
.cont_h3-txt{
	flex-shrink: 0;
	padding-left: 14px;
	line-height: 0;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.025em;
}
.cont_h3.-en .cont_h3-txt{
	font-family: var(--font-en);
	font-size: 24px;
}

@media screen and (max-width: 767px){
	.cont_h3-line{
		height: var(--sp-size-24);
	}
	.cont_h3-line:before{
		width: calc(45 / var(--vwcalc));
	}
	.cont_h3-txt{
		font-size: var(--sp-size-26);
		padding-left: var(--sp-size-24);
	}
	.cont_h3.-en .cont_h3-txt{
		font-size: var(--sp-size-36);
	}
}



/**
* SWIPER SCROLLBAR
**/
.contSwiper_scrlbarWrap{
	width: 63.6364%;
	min-width: min(100%, 560px);
	margin: 40px auto 0;
}
.contSwiper_scrlbar{
	width: 100%;
	height: 8px;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.contSwiper_scrlbar:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	margin: auto 0;
	background-color: #000;
}
.swiper-scrollbar-drag {
	height: 100%;
	border-radius: 0;
	background: var(--color-yellow);
	cursor: pointer;
	position: relative;
}
.swiper-scrollbar-drag:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #000;
}
@media screen and (max-width: 767px){
	.contSwiper_scrlbarWrap{
		width: 85.3211%;
		min-width: unset;
		margin-top: var(--sp-size-48);
	}
	.contSwiper_scrlbar{
		height: var(--sp-size-16);
	}
	.contSwiper_scrlbar:before{
		height: var(--sp-size-2);
	}
	.swiper-scrollbar-drag:before {
		border-width: var(--sp-size-2);
	}
}


/**
* BG
**/
.contBG_stickyWrap{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
.contBG_stickyInWrap{
	position: sticky;
	top: 0;
	width: 100%;
	height: min(100%, 100vh);
	height: min(100%, 100lvh);
}

.fullContentBGWrap{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.fullContentBG{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* visual */
.fullContentBG.-c_visual{
	background-color: #fff55a;
}
body[data-nowSection="visual"] .fullContentBG.-c_visual{
	opacity: 1;
	z-index: 1;
}

/* news */
.fullContentBG.-c_news{
	background-image: linear-gradient(0deg, rgb(181,255,255) 0%, rgb(255,245,90) 100%);
}

/* introduction */
.fullContentBG.-c_introduction{
	background-image: linear-gradient( 0deg, rgba(180,225,255,0.50196) 0%, rgb(181,255,255) 100%);
}

/* staffcast */
.fullContentBG.-c_staffcast{
	background-image: linear-gradient( 0deg, rgba(215,185,230,0.50196) 0%, rgba(180,225,255,0.50196) 100%);
}

/* books */
.fullContentBG.-c_books{
	background-image: linear-gradient( 0deg, rgba(255,175,210,0.50196) 0%, rgba(215,185,230,0.50196) 100%);
}


/**
* wp-pagenaviWrap
**/
.wp-pagenaviWrap{
	margin-top: 80px;
}
.wp-pagenavi{
	display: flex;
	justify-content: center;
	gap: 16px;
}
.wp-pagenavi span.current, .wp-pagenavi a.page{
	display: inline-flex;
	min-width: 40px;
	min-height: 40px;
	justify-content: center;
	align-items: center;
	font-family: var(--font-en);
	border-radius: 50%;
	border: 1px solid #000;
	text-decoration: none;
	line-height: 0.8;
	letter-spacing: 0;
	position: relative;
}
.wp-pagenavi span.pageno{
	position: relative;
}
.wp-pagenavi span.current{
	color: #FFF;
	background-color: var(--color-purple);
	font-weight: 500;
	border-color: var(--color-purple);
}
.wp-pagenavi a.page{
	background-color: var(--color-yellow);
}
@media (hover: hover) and (pointer: fine){
	.wp-pagenavi a.page:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 50%;
		opacity: 0;
		transform: scale(80%);
		width: 0%;
		height: 100%;
		background-color:#f3e2ff;
		transition: .3s ease;
	}
	.wp-pagenavi a.page:hover::before{
		opacity: 1;
		transform: scale(1);
		width: 100%;
	}
}

@media screen and (max-width: 767px){
	.wp-pagenaviWrap{
		margin-top: var(--sp-size-96);
	}
	.wp-pagenavi{
		gap: var(--sp-size-24);
	}
	.wp-pagenavi span.current, .wp-pagenavi a.page{
		width: var(--sp-size-56);
		height: var(--sp-size-56);
		border-width: var(--sp-size-2);
	}
}



/*-----------------------------------------------
 * Footer
-------------------------------------------------*/
.footer{
	position: relative;
	width: 100%;
	background-color: #c2add0;
	padding: 80px 0;
	color: #FFF;
	position: relative;
	margin-top: auto;
}
.footer_toTop{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	margin-top: 30px;
	margin-right: 2.5%;
}
.footer_toTop:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-mask: url(../img/common/txt_btot.svg) no-repeat center / contain;
	mask: url(../img/common/txt_btot.svg) no-repeat center / contain;
	background-color: #FFF;
	animation: ani_rotate360 16s linear infinite;
}
.footer_toTop-arrow{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 40%;
	height: 40%;
	margin: auto;
}
.footer_toTop-arrow:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #FFF;
	border-radius: 50%;
}
.footer_toTop-arrow:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 40%;/* 16 */
	height: 40%;/* 16 */
	margin: auto;
	-webkit-mask: url(../img/common/arrow_t.svg) no-repeat center / contain;
	mask: url(../img/common/arrow_t.svg) no-repeat center / contain;
	background-color: #fff;	
}


.footerIn{
	width: 100%;
	padding: 0 120px;
}

.footer_bannerLists{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer_bannerLists{
	width: calc(100% + min(8.3334%, 80px));
	margin-left: max(-4.1667%, -40px);
	margin-top: max(-2.0834%, -20px);
	padding-top: 80px;
}
.footer_bannerList{
	width: 280px;
	padding: min(1.9231%, 20px);/* 20 */
}
.footer_bannerList a{
	display: block;
}
.footer_bannerList a img{
	width: 100%;
}
.footer_copyright{
	padding-top: 72px;
	text-align: center;
	line-height: 1.25;
}
.footer_copyright > small{
	font-size: 75%;
}

.contentBG__earringSet.-decoFooter{
	top: 0;
	left: 0;
	margin-top: -90px;
	margin-left: -40px;
}

@media (hover: hover) and (pointer: fine){
	.footer_toTop{
		pointer-events: none;
	}
	.footer_toTop a{
		display: block;
		width: 100%;
		height: 100%;
		pointer-events: auto;
	}
	.footer_toTop::before{
		transition: background-color .3s ease;
	}
	.footer_toTop-arrow:before{
		transition: border-color .3s ease;
	}
	.footer_toTop-arrow:after{
		transition: transform .3s ease, background-color .3s ease;
	}

	.footer_toTop:hover::before{
		animation-play-state: paused;
		background-color: #000;
	}
	.footer_toTop:hover .footer_toTop-arrow:before{
		border-color: #000;
	}
	.footer_toTop:hover .footer_toTop-arrow:after{
		background-color: #000;
		transform: translateY(-25%);
	}

	.footer_bannerList a{
		transition: .3s ease;
	}
	.footer_bannerList a:hover{
		filter: brightness(88%);
	}
}

@media screen and (max-width: 767px){
	.footer{
		padding: var(--sp-size-72) 0 var(--sp-size-96);
	}
	.footer_toTop{
		width: calc(122 / var(--vwcalc));
		height: calc(122 / var(--vwcalc));
		margin-top: var(--sp-size-36);
		margin-right: var(--sp-size-36);
	}
	.footer_toTop-arrow:before{
		border-width: var(--sp-size-2);
	}

	.footerIn{
		padding: 0 6.4%;
	}
	.footer_bannerLists{
		width: calc(100% + var(--sp-size-48));
		margin-top: calc(-24 / var(--vwcalc));
		margin-left: calc(-24 / var(--vwcalc));
		padding-top: var(--sp-size-72);
	}
	.footer_bannerList{
		width: calc(351 / var(--vwcalc));
		padding: var(--sp-size-24);
	}
	.footer_copyright{
		padding-top: var(--sp-size-72);
		line-height: 1.5;
	}
	.footer_copyright > small{
		font-size: var(--sp-size-20);
	}
	.contentBG__earringSet.-decoFooter{
		margin-top: calc(-91 / var(--vwcalc));
		margin-left: calc(-68 / var(--vwcalc));
	}
}


/*-----------------------------------------------
 * Loading
-------------------------------------------------*/
#loading{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10002;
	background-color: #ccc;
	transition: opacity .6s ease;
}
.loading__bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.loading__icon{
	width: 96px;
	height: 96px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	transform: perspective(500px) rotateY(0deg);
}
.loading__iconIn{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    animation-name: ani_loading_icon;
    animation-duration: .8s;
    animation-timing-function: cubic-bezier(.3,-0.23,.43,.93);
    animation-iteration-count: infinite;
}
.loading__iconIn img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.loading__iconIn:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/common/deco_earring-line.svg) no-repeat center / contain;
	transform: scale(0%);
	transition: transform 1s ease .2s;
}

@keyframes ani_loading_icon {
	0%{transform: perspective(500px) rotateY(0deg);}
	80%,100%{transform: perspective(500px) rotateY(180deg);}
}

.loading__bg-lines{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	z-index: 2;
	transition: .6s ease .4s;
}

@media screen and (max-width: 767px){
	.loading__icon{
		width: calc(120 / var(--vwcalc));
		height: calc(120 / var(--vwcalc));
	}
}


/* isLoaded */
body.--is-loaded .loading__iconIn:after{
	transform: scale(100%);
	transition-delay: .2s;
}

body.--is-loaded .loading__iconIn{
	animation-iteration-count: 1;
}
body.--is-loaded .loading__icon{
	/* transform: scale(600%); */
    /* filter: blur(12px); */
    opacity: 0%;
	transition: transform .8s ease-in-out .5s, filter .6s ease-in-out .7s, opacity .4s ease-in-out .9s;
}

body.--is-loaded .loading__bg-lines{
	opacity: 1;
}

body.--is-loaded #loading{
	opacity: 0;
	transition-delay: 1.1s;
}