@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{
	/* font */
	--font: source-han-sans-japanese, sans-serif;
	--font-en: century-gothic, sans-serif;

	/* color */
	--color-pink: #ff0088;
	--color-yellow: #ffc800;
	--color-blue: #49d8ff;
	--color-red: #ff003c;
	--color-gray: #888888;
	--color-kessokuband: #ccc;

	--color-navy: #273c88;
	--color-white:#aca9a8;
	--color-purple2:#883c89;

	--color-orange: #db960d;
	--color-purple: #aa4adb;
	--color-main: var(--color-purple);

	--color-pink2: #d98ea2;
	--color-gray-light: #c9c9c9;

	--color-subyellow: #feff00;

	--color-darkred:#A52E66;
	--color-darkblue:#455495;
	--color-skyblue:#0177BF;

	/* min-ww */
	--vw-min: 1200;
	--vh-min: 640;

	/* max-percent*/
	--max-percent: 1.6;

	/* 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-14: min(1.8667vw, 14px);
	--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);
}
@media screen and (max-width:768px){
	:root{
		/* min-ww */
		--vw-min: 750;
		--vh-min: 1366;
	}
}
@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: #160607;
	color: #FFF;
	font-family: source-han-sans-cjk-ja, "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: var(--color-subyellow); }
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:768px){ 
	html{ 
		font-size: 62.5%;
	}
	body{
		font-size: 10px; 
		font-size: 1rem;
		font-size: var(--sp-size-24);
		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: #EFE9EA;
}
::-webkit-scrollbar-thumb {
	background: #202020;
	border-radius: 2px;
	margin: 2px;
	box-shadow: none;
}
/* firefox Only Scrollbar */
@-moz-document url-prefix() {
	html{
		scrollbar-color: #333 #EFE9EA;
		scrollbar-width: thin;
	}
}


/*-----------------------------------------------
 * Modal
-------------------------------------------------*/

/**
 * modalBox
 * 基盤のモーダル
 */
.modalBox{
	-webkit-overflow-scrolling: touch;
	background: rgba(0,0,0,.75);
	-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:768px){
	.oneModalIn{
		min-width: 100%;
	}
	.oneModalIn__cont{
		width: 100%;
		padding: 30px 0;
	}
}

/**
 * closeBtn
 */
.closeBtn{
    width: 80px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 32px;
    margin-right: 32px;
	z-index: 2;
}
.btn_closeBtn{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.btn_closeBtn:before,
.btn_closeBtn:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	background-color: #fff;
}
.btn_closeBtn:before{
	transform: rotate(30deg);
}
.btn_closeBtn:after{
	transform: rotate(-30deg);
}

@media screen and (max-width:768px){
	.closeBtn{
		width: calc(96 / var(--vw-min) * 100vw);
		height: calc(48 / var(--vw-min) * 100vw);
		margin-top: calc(48 / var(--vw-min) * 100vw);
		margin-right: calc(24 / var(--vw-min) * 100vw);
	}
	.btn_closeBtn:before,
	.btn_closeBtn:after{
		height: var(--sp-size-2);
	}
}


@media screen and (hover:hover) and (pointer: fine){
	.btn_closeBtn,
	.btn_closeBtn:before,
	.btn_closeBtn:after{
		transition: .4s ease;
	}
	.btn_closeBtn:hover{
		transform: rotateX(180deg);
	}
	.btn_closeBtn:hover::before,
	.btn_closeBtn:hover::after{
		background-color: var(--color-pink);
	}
}


/**
 * 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;
}


/*-----------------------------------------------
 * Header
-------------------------------------------------*/
.header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
}


/* inner */
.header__inner{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}
.header__innerCont {
	-webkit-overflow-scrolling: touch;
	/* width: 100%; */
	width: 400px;
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 0;
	opacity: 0;
	z-index: 2;
	overscroll-behavior: contain;
	transition: opacity .5s ease-in-out, transform .5s ease-in-out;
	background-color: rgba(0,0,0,40%);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	transform: translateX(-100%);
}
@media screen and (max-width:768px){
	.header__innerCont {
		width: 50%;
		left: unset;
		right: 0;
		transform: translateX(100%);
	}
}
.header.is-active .header__innerCont{
	opacity: 1;
	transform: translateX(0%);
}



/**
 * headerNav
 */
 .headerNavWrap{
	width: 100%;
	min-height: 100%;
	padding-top: 120px;
	padding-left: min(calc(80 / var(--vw-min) * 100vw), 80px);
	padding-right: min(calc(80 / var(--vw-min) * 100vw), 80px);
	padding-bottom: 120px;
	display: flex;
	flex-direction: column;
	pointer-events: none;
}
.header.is-active .headerNavWrap{
	pointer-events: auto;
}


.headerNav {
	position: relative;
	z-index: 1;
}
.navList{
	line-height: 1;
}
.navList:not(:first-child){
	margin-top: 32px;
}
.navList__link {
	display: inline-block;
	font-family: var(--font-en);
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	padding-bottom: 4px;
	position: relative;
}
.navList__link:before,
.navList__link:after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 0%;
	height: 1px;
	background-color: #FFF;
    transition: .4s ease-in-out;
}
.navList__link:before{
	left: 0;
}
.navList__link:after{
	right: 0;
}
.navList__link.--is-active:before {
	left: 0;
	width: 50%;	
}
.navList__link.--is-active:after {
	right: 0;
	width: 50%;	
}
.navList__link--txt{
	display: inline-block;
	position: relative;
}

@media screen and (hover:hover) and (pointer: fine){
	.navList__link{
		transition: .3s ease;
	}
	.navList__link:hover{
		opacity: 70%;
	}
}

@media screen and (max-width:768px){
	.headerNavWrap{
		padding-top: calc(120 / var(--vw-min) * 100vw);
		padding-left: calc(48 / var(--vw-min) * 100vw);
		padding-right: calc(48 / var(--vw-min) * 100vw);
		padding-bottom: calc(120 / var(--vw-min) * 100vw);
	}
	.navList:not(:first-child){
		margin-top: calc(48 / var(--vw-min) * 100vw);
	}
	.navList__link {
		font-size: calc(40 / var(--vw-min) * 100vw);
		padding-bottom: calc(8 / var(--vw-min) * 100vw);
	}
	.navList__link:before,
	.navList__link:after{
		height: var(--sp-size-2);
	}
}

/* officialX */
.navList.-ox{
	margin-top: 64px;
}
.navList.-ox .navList__link--txt{
	display: inline-flex;
	align-items: center;
}
.icon_x{
	width: 20px;
	height: 20px;
	display: inline-block;
	-webkit-mask: url(../img/common/icon_tw.svg) no-repeat center / contain;
	mask: url(../img/common/icon_tw.svg) no-repeat center / contain;
	background-color: #fff;
	margin-left: 8px;
}

@media screen and (max-width:768px){
	.navList.-ox{
		margin-top: calc(128 / var(--vw-min) * 100vw);
	}
	.icon_x{
		width: calc(40 / var(--vw-min) * 100vw);
		height: calc(40 / var(--vw-min) * 100vw);
		margin-left: calc(16 / var(--vw-min) * 100vw);
	}
}



/**
 * navBtn
 */
.header__navBtnWrap {
	width: 80px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 32px;
	margin-left: 32px;
	z-index: 2;
}
.header__navBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
}
.header__navBtn__lineWrap {
	width: 100%;
	height: 100%;
	position: relative;
}
.header__navBtn--line {
	background-color: #fff;
	display: block;
	width: 100%;
	height: 1px;
	margin: auto;
	position: absolute;
	transition: top .3s ease, bottom .3s ease, transform .3s ease, background-color .3s ease;
}
.header__navBtn--line:nth-child(1) {
	top: 0;
	bottom: calc(100% - 1px);
}
.header__navBtn--line:nth-child(2) {
	top: calc(100% - 1px);
	bottom: 0;
}

.header__navBtn.is-active .header__navBtn--line:nth-child(1),
.header__navBtn.is-active .header__navBtn--line:nth-child(2){
	top: 0;
	bottom: 0;
	transition-delay: 0s, 0s, .3s, 0s;
}
.header__navBtn.is-active .header__navBtn--line:nth-child(1){
	transform: rotate(30deg);
}
.header__navBtn.is-active .header__navBtn--line:nth-child(2){
	transform: rotate(-30deg);
}

@media screen and (max-width:768px){
	.header__navBtnWrap {
		width: calc(96 / var(--vw-min) * 100vw);
		height: calc(24 / var(--vw-min) * 100vw);
		left: unset;
		right: 0;
		margin-top: calc(48 / var(--vw-min) * 100vw);
		margin-left: unset;
		margin-right: calc(24 / var(--vw-min) * 100vw);
	}
	.header__navBtn--line {
		height: var(--sp-size-2);
	}
	.header__navBtn--line:nth-child(1) {
		bottom: calc(100% - var(--sp-size-2));
	}
	.header__navBtn--line:nth-child(2) {
		top: calc(100% - var(--sp-size-2));
	}
}

@media screen and (hover:hover) and (pointer: fine){
	.header__navBtn:not(.is-active):hover .header__navBtn--line:nth-child(1){
		bottom: calc(70% - 1px);
	}
	.header__navBtn:not(.is-active):hover .header__navBtn--line:nth-child(2){
		top: calc(70% - 1px);
	}
	.header__navBtn.is-active{
		transition: .4s ease;
	}
	.header__navBtn.is-active:hover{
		transform: rotateX(180deg);
	}
	.header__navBtn.is-active:hover .header__navBtn--line {
		background-color: var(--color-pink);
	}
}


/*-----------------------------------------------
 * 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);
}



/** KEYFRAME **/
@keyframes rotate{
	0%{transform: rotate(0);}
	100%{ transform:rotate(360deg); }
}



/**
* CONT_H2
**/
.cont_h2{
	font-size: 33px;
	font-family: var(--font-en);
	font-weight: 700;
	line-height: 1;
	color: #FFF;
	position: relative;
}
.cont_h2--txt{
	display: inline-block;
}
.cont_h2--txt:first-letter{
	color: var(--color-main);
}
.cont_h2--line{
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #fff;
}

@media screen and (max-width:768px){
	.cont_h2{
		font-size: calc(44 / var(--vw-min) * 100vw);
	}
	.cont_h2--line{
		bottom: var(--sp-size-4);
		height: var(--sp-size-2);
	}
}

/* aniamtion */
.cont_h2{
	overflow: hidden;
}
.cont_h2--txt{
	opacity: 0;
	transform: translateY(100%);
	transition: transform .3s ease .4s, opacity .2s ease .4s;
}
.cont_h2--line{
	width: 0%;
	transition: width .6s ease;
}
.is-ani .cont_h2--txt{
	opacity: 1;
	transform: translateY(0%);
}
.is-ani .cont_h2--line{
	width: 100%;
}



/**
* COMLINKBOX
**/
.comLinkBox{
	margin-top: 40px;
}
.comLinkBox.-mt80{
	margin-top: 80px;
}
.comLinkBox.-c{
	text-align: center;
}
.comLinkBox.-r{
	text-align: right;
}
.comLinkBox__link{
	display: inline-block;
	position: relative;
	text-decoration: none;
	min-width: 240px;
	text-align: center;
	line-height: 1;
	padding: 16px 8px;
	color: #FFF;
}
.comLinkBox__link.-bk{
	color: #000;
}
.comLinkBox__link.-en{
	font-family: var(--font-en);
}
.comLinkBox__txt{
	position: relative;
	z-index: 2;
}
.comLinkBox__link[target="_blank"] .comLinkBox__txt{
	display: inline-block;
	padding-right: 1.5em;
}
.comLinkBox__link[target="_blank"] .comLinkBox__txt:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0.75em;
	height: 0.75em;
	margin: auto 0;
	-webkit-mask: url(../img/common/icon_blank.svg) no-repeat center / contain;
	mask: url(../img/common/icon_blank.svg) no-repeat center / contain;
	background-color: #fff;
}
.comLinkBox__link.-bk[target="_blank"] .comLinkBox__txt:after{
	background-color: #000;
}

.comLinkBox__line{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.comLinkBox__line:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.comLinkBox__link.-bk .comLinkBox__line:before{
	border-color: #000;
}



@media screen and (hover:hover) and (pointer: fine){
	.comLinkBox__link{
		background: linear-gradient(#FFF, #FFF) right bottom / 0 100% no-repeat;
		transition: background-size .4s, color .4s ease;
	}
	.comLinkBox__link:hover{
		background-position: left bottom;
		background-size: 100% 100%;
		color: #000;
	}

	.comLinkBox__link.-bk{
		background-image: linear-gradient(#000, #000);
	}
	.comLinkBox__link.-bk:hover{
		color: #FFF;
	}

	.comLinkBox__link.-r{
		background-position: left bottom;
	}
	.comLinkBox__link.-r:hover{
		background-position: right bottom;
	}

	.comLinkBox__link[target="_blank"] .comLinkBox__txt:after{
		transition: background-color .4s;
	}
	.comLinkBox__link[target="_blank"]:hover .comLinkBox__txt:after{
		background-color: #000;
	}
	.comLinkBox__link.-bk[target="_blank"]:hover .comLinkBox__txt:after{
		background-color: #FFF;
	}
}


@media screen and (max-width:768px){
	.comLinkBox{
		margin-top: var(--sp-size-48);
	}
	.comLinkBox.-mt80{
		margin-top: calc(96 / var(--vw-min) * 100vw);
	}
	.comLinkBox__link{
		min-width: calc(304 / var(--vw-min) * 100vw);
		padding: calc(26 / var(--vw-min) * 100vw) calc(32 / var(--vw-min) * 100vw);
	}
}


/**
 link _blank icon
**/
a.i-blank{
	display: inline;
	word-break: break-all;
	padding-right: 28px;
	padding-bottom: 4px;
	position: relative;
	text-decoration: underline;
	transition: .3s ease;
	text-underline-offset: 4px;
}
a.i-blank[target="_blank"]:after{
	content: '';
	position: absolute;
	bottom: 7px;
	right: 8px;
	width: 12px;
	height: 12px;
	margin: auto 0;
	-webkit-mask: url(../img/common/icon_blank.svg) no-repeat center / contain;
	mask: url(../img/common/icon_blank.svg) no-repeat center / contain;
	background-color: #fff;
	transition: .3s ease;
}
@media (hover: hover) and (pointer: fine){
	a.i-blank:hover{
		filter: brightness(80%);
	}
	a.i-blank:hover::after{
		background-color: var(--color-subyellow);
	}
}
@media screen and (max-width: 768px){
	a.i-blank{
		padding-right: var(--sp-size-40);
		text-underline-offset: var(--sp-size-8);
		padding-bottom: var(--sp-size-8);
	}
	a.i-blank[target="_blank"]:after{
		width: var(--sp-size-20);
		height: var(--sp-size-20);
		right: var(--sp-size-8);
		bottom: var(--sp-size-12);
	}
}
@-moz-document url-prefix() {
	a.i-blank{
		display: inline-block;
	}
	a.i-blank[target="_blank"]:after{
		top: 0;
		bottom: 4px;
	}
	@media screen and (max-width: 768px){
		a.i-blank[target="_blank"]:after{
			bottom: var(--sp-size-4);
		}
	}
}


/*-----------------------------------------------
 * 下層ページ
-------------------------------------------------*/
body:not([data-page="top"]) #fullWrap{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.l-main{
	width: 100%;
	position: relative;
	padding-bottom: 192px;
}
.l-head{
	padding: 40px 0 80px;
}
.l-logo{
	width: 33.3334%;
	max-width: 400px;
	margin: 0 auto;
}
.l-logo__link{
	display: block;
	position: relative;
	width: 100%;
}
.l-logo__link img{
	width: 100%;
}
.l-info{
	width: min(40%, 480px);
	margin: min(calc(40 / var(--vw-min) * 100vw), 40px) auto 0;
	line-height: 0;
}
.l-info img{
	width: 100%;
}
@media screen and (hover:hover) and (pointer: fine){
	.l-logo__link img{
		transition: .2s ease;
	}
	.l-logo__link:hover img{
		transform: scale(105%);
	}
}

@media screen and (max-width:768px){
	.l-main{
		padding-bottom: calc(192 / var(--vw-min) * 100vw);
	}
	.l-head{
		padding-top: calc(48 / var(--vw-min) * 100vw);
		padding-bottom: calc(48 / var(--vw-min) * 100vw);
	}
	.l-logo{
		width: calc(320 / var(--vw-min) * 100vw);
		max-width: unset;
	}
	.l-info{
		width: calc(304 / var(--vw-min) * 100vw);
		margin-top: calc(32 / var(--vw-min) * 100vw);
	}
}


body:not([data-page="top"]) .footer{
	margin-top: auto;
}
/*-----------------------------------------------
 * FOOTER
-------------------------------------------------*/
.footer{
	width: 100%;
	position: relative;
	background:#FFF url(../img/common/footer_bg.png) no-repeat center / cover;
	color: #000;
}
@supports (background-image: url(../img/common/footer_bg.webp)){
	.footer{
		background-image:url(../img/common/footer_bg.webp);
	}
}
.footer_toTop{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -136px;
	margin-right: 16px;
	line-height: 1;
}
.link_toTop{
	display: inline-block;
	writing-mode: vertical-rl;
	color: #FFF;
	text-decoration: none;
	font-family: var(--font-en);
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 40px;
	position: relative;
}
.link_toTop:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 8px;
	height: 25px;
	margin: 0 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;
}
@media screen and (hover:hover) and (pointer: fine){
	.link_toTop--txt,
	.link_toTop:before{
		transition: .3s ease;
	}
	.link_toTop:hover .link_toTop--txt{
		opacity: 70%;
	}
	.link_toTop:hover::before{
		transform: translateY(-25%);
	}
}


.footer:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/common/ptn_dot.png);
	background-repeat: repeat;
	background-size: 5px 5px;
	opacity: 4%;
}
.footerIn{
	width: 100%;
	padding: 80px min(calc(40 / var(--vw-min) * 100vw), calc(40px * var(--max-percent)));
	position: relative;
	z-index: 2;
}
.footerBannerLists{
	position: relative;
	width: 100%;
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	margin: 0 auto 80px;
}
.footerBannerList{
	width: 30%;
}
.footerBannerList__link{
	display: block;
	width: 100%;
}
.footerBannerList__link img{
	width: 100%;
}
@media screen and (hover:hover) and (pointer: fine){
	.footerBannerList__link{
		transition: .3s ease;
	}
	.footerBannerList__link:hover{
		filter: brightness(125%);
		transform: scale(102.5%);
	}
}


/* footer ANX */
.footer_aniplexLists{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.footer_aniplexList a{
	color: #000;
	text-decoration: none;
	display: inline-block;
	line-height: 1;
	transition: .3s ease;
}
.footer_aniplexList.logo_aniplex{
	width: 112px;
	height: 32px;
	position: relative;
	margin-right: 18px;
}
.footer_aniplexList.logo_aniplex a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	-webkit-mask: url(../img/common/logo_aniplex.svg) no-repeat center / contain;
	mask: url(../img/common/logo_aniplex.svg) no-repeat center / contain;
}
.footer_aniplexList.anx_linktxt{
	display: block;
	padding: 2px min(2vw, 24px);
	font-size: 12px;
	line-height: 1;
	font-family: var(--font-en);
}
.footer_aniplexList.anx_linktxt:not(:last-child){
	border-right: 1px solid rgba(0,0,0,.4);
}
@media (hover: hover) and (pointer: fine){
	.footer_aniplexList.logo_aniplex a:hover{
		background-color: var(--color-pink);
	}
	.footer_aniplexList a:hover{
		color: var(--color-pink);
	}
}

.copyrightTxtWrap{
	display: flex;
	justify-content: space-between;
	gap: 40px;
	font-size: 10px;
}
.footer_siteCaution{
	color: #aaa;
}
.footer_copyright{
	white-space: nowrap;
	text-align: right;
}


@media screen and (max-width:768px){
	.footer{
		background-image: url(../img/common/footer_bg-s.png);
	}
	@supports (background-image: url(../img/common/footer_bg-s.webp)){
		.footer{
			background-image:url(../img/common/footer_bg-s.webp);
		}
	}
	.footer_toTop{
		margin-top: calc(-192 / var(--vw-min) * 100vw);
		margin-right: 0;
		right: calc(24 / var(--vw-min) * 100vw);
		line-height: 1;
		letter-spacing: 0.025em;
	}
	.link_toTop{
		display: block;
		padding-left: calc(24 / var(--vw-min) * 100vw);
		padding-right: calc(24 / var(--vw-min) * 100vw);
		padding-top: calc(64 / var(--vw-min) * 100vw);
	}
	.link_toTop:before{
		width: calc(16 / var(--vw-min) * 100vw);
		height: calc(50 / var(--vw-min) * 100vw);
	}
	.footerIn{
		padding: calc(96 / var(--vw-min) * 100vw) calc(48 / var(--vw-min) * 100vw);
	}
	.footerBannerLists{
		gap: calc(46 / var(--vw-min) * 100vw);
		max-width: 100%;
		margin-bottom: calc(96 / var(--vw-min) * 100vw);
	}
	.footerBannerList{
		width: calc((100% - var(--sp-size-48)) / 2);
	}

	/* footer ANX[sp] */
	.footer_aniplexLists{
		margin-bottom: calc(96 / var(--vw-min) * 100vw);
	}
	.footer_aniplexList.logo_aniplex{
		width: 100%;
		height: var(--sp-size-72);
		margin-right: 0;
		margin-bottom: var(--sp-size-48);
	}
	.footer_aniplexList.logo_aniplex a{
		width: 38.6851%;
		right: 0;
		margin: 0 auto;
	}
	.footer_aniplexList.anx_linktxt{
		font-size: var(--sp-size-20);
		padding: var(--sp-size-4) var(--sp-size-32);
	}
	.footer_aniplexList.anx_linktxt:not(:last-child){
		border-width: 2px;
	}

	.copyrightTxtWrap{
		flex-direction: column;
		justify-content: unset;
		gap: calc(40 / var(--vw-min) * 100vw);
		font-size: calc(20 / var(--vw-min) * 100vw);
	}
	.footer_siteCaution,
	.footer_copyright{
		text-align: center;
		text-wrap: wrap;
	}
}