@charset "utf-8";
/*------------------------------------------------
* KEY - COMMON
-------------------------------------------------*/
:root{
	--vw-min: 750;
}
#fullWrap{
	width: 100%;
	min-height: 100vh;
	min-height: 100lvh;
	position: relative;
	font-size: min(calc(20 / var(--vw-min) * 100vw), 20px);
	line-height: 1.5;
}
.contentsWrap{
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0 auto;
	position: relative;
}
.contentsInWrap{
	max-width: 896px;
	width: 100%;
	padding: 0 min(5.3572%, 48px) 120px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	min-height: 100vh;
	min-height: 100dvh;
}

@media screen and (max-width:768px){
	.contentsInWrap{
		width: 100%;
		padding: 0 calc(48 / var(--vw-min) * 100vw) calc(160 / var(--vw-min) * 100vw);
	}
}


/**
* LOADING
**/

body[data-section="top"] #loading{
	position:fixed;
	width: 100%;
	height: 100vh;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:20000;
	pointer-events: none;
	opacity: 1;
	transition: all 1s ease;
	background-color: #000;
}

#loading.load_2{
	/*filter: blur(100px);*/
	opacity: 0;
}
.loading_logo{
	width: 260px;
	height: auto;
	position: absolute;
	z-index: 20001;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition:opacity 1s ease;
	pointer-events: none;
}
@media screen and (max-width:768px){
	.loading_logo{
		width: 40%;
	}
}
.loading_logo img{
	width: 100%;
}
#stage{
	opacity: 1;
}
#contentWrap{
	opacity: 0;
}
body.--loaded #loading{
	animation: blurAnime_fadeOut 1.5s forwards;
}
body.--loaded #contentWrap{
	animation: fadein 1.5s forwards;
	animation-delay: 1s;
}
@keyframes blurAnime_fadeOut{
	flom {
		filter: blur(0);
		transform:  scale(1);
		opacity: 1;
	}
	to {
	filter: blur(50px);
	transform:  scale(2);
	opacity: 0;
	}
}
@keyframes fadeOut {
	0% {opacity: 1}
	100% {opacity: 0}
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}



/**
* Header
**/
.s_header{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.s_header_logo{
	width: 267px;
	max-width: 100%;
	margin: 0 auto;
}
.s_header_logo img{
	width: 100%;
}

@media screen and (max-width:768px){
	.s_header{
		padding-top: calc(64 / var(--vw-min) * 100vw);
		padding-bottom: calc(48 / var(--vw-min) * 100vw);
	}
	.s_header_logo{
		width: calc(320 / var(--vw-min) * 100vw);
	}
}




.c_red{
	color: var(--main-color);
}



/**
* FOOTER
**/
.s_footer{
	background: #000 url(../../../../assets/img/common/bg.png);
	width: 100%;
	position: relative;
	padding: 80px 40px;
	z-index: 2;
	margin-top: auto;
}
.s_footer__logo{
	width: min(calc(426 / var(--vw-min) * 100vw), 426px);
	margin: 0 auto;
}
.s_footer__logo img{
	width: 100%;
}

/* footerANX */
.ft_linkWrap{
	margin-top: min(calc(48 / var(--vw-min) * 100vw), 48px);
}
.ft_linkWrap,
.ft_link{
	margin-bottom: 0;
}
.footer__aniplex a{
	display: block;
}
.footer__aniplex img{
	width: 120px;
}
.footer__links li{
	height: auto;
	padding: 0 min(calc(24 / var(--vw-min) * 100vw), 24px);
}
.footer__links li a{
	line-height: 1;
	font-size: min(calc(14 / var(--vw-min) * 100vw), 14px);
}
.footer__caution{
	text-align: center;
	font-size: min(calc(14 / var(--vw-min) * 100vw), 14px);
	line-height: 1.5;
	margin: 0;
	padding: min(calc(20 / var(--vw-min) * 100vw), 20px) 0;
}
.footer__copyright{
	margin-top: min(calc(20 / var(--vw-min) * 100vw), 20px);
	text-align: center;
}
@media screen and (max-width:768px){
	.footer__aniplex img{
		width: calc(160 / var(--vw-min) * 100vw);
	}
}
@media screen and (hover:hover) and (pointer: fine){
	.footer__aniplex a{
		display: block;
		transition: all 0.3s ease;
	}
	.footer__aniplex a:hover {
		opacity:0.8;
	}	
}


/* Footer Store */
.footer_linkStores {
	display: flex;
	justify-content: center;
	margin-top: min(calc(48 / var(--vw-min) * 100vw), 48px);
}
.footer_linkStores li {
	padding:0 min(calc(8 / var(--vw-min) * 100vw), 8px);
}
.footer_linkStores li img {
	height:min(calc(72 / var(--vw-min) * 100vw), 72px);
	width:auto;
}
@media screen and (hover:hover) and (pointer: fine){
	.footer_linkStores li a {
		display: block;
		transition: all 0.3s ease;
	}
	.footer_linkStores li a:hover {
		opacity:0.8;
	}	
}

/* Footer SNS */
.footer_snsLinkLists{
	display: flex;
	justify-content: center;
	padding-top: min(calc(8 / var(--vw-min) * 100vw), 8px);
}
.footer_snsLinkList{
	padding: min(calc(8 / var(--vw-min) * 100vw), 8px);
}
.footer_snsLinkList__link{
	min-width: min(calc(146 / var(--vw-min) * 100vw), 146px);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: min(calc(14 / var(--vw-min) * 100vw), 14px) min(calc(8 / var(--vw-min) * 100vw), 8px);
	border: 1px solid #9d885f;
	background-color: #000;
}
.footer_snsLinkList__link:before{
	content: '';
	position: absolute;
	top: min(calc(4 / var(--vw-min) * 100vw), 4px);
	left: min(calc(4 / var(--vw-min) * 100vw), 4px);
	bottom: min(calc(4 / var(--vw-min) * 100vw), 4px);
	right: min(calc(4 / var(--vw-min) * 100vw), 4px);
	border: 1px solid #9d885f;
	opacity: 60%;
}
.footer_snsLinkList--text{
	display: block;
	min-width: min(calc(112 / var(--vw-min) * 100vw), 120px);
	height: min(calc(24 / var(--vw-min) * 100vw), 20px);
	background-color: #fff;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}
.footer_snsLinkList--text.-x{
	-webkit-mask-image: url(../../../../assets/img/common/icon_x.svg);
	mask-image: url(../../../../assets/img/common/icon_x.svg);
}
.footer_snsLinkList--text.-discord{
	-webkit-mask-image: url(../../../../assets/img/common/logo_discord.svg);
	mask-image: url(../../../../assets/img/common/logo_discord.svg);
}
.footer_snsLinkList--text.-tiktok{
	-webkit-mask-image: url(../../../../assets/img/common/icon_tiktok_full.svg);
	mask-image: url(../../../../assets/img/common/icon_tiktok_full.svg);
}
@media screen and (hover:hover) and (pointer: fine){
	.footer_snsLinkList__link {
		display: block;
		transition: all 0.3s ease;
	}
	.footer_snsLinkList__link:hover {
		opacity:0.8;
	}	
}


/* Footer Share */
.footer__share{
	margin-top: unset;
}
.footer__share dt{
	height: unset;
	width: auto;
	font-size: min(calc(16 / var(--vw-min) * 100vw), 16px);
	padding-right: min(calc(12 / var(--vw-min) * 100vw), 12px);
}
.footer__share dd{
	width: min(calc(64 / var(--vw-min) * 100vw), 64px);
	height: min(calc(32 / var(--vw-min) * 100vw), 32px);
	padding: 0 min(calc(16 / var(--vw-min) * 100vw), 16px);
}
.footer__share dd a{
	width: 100%;
	height: 100%;
	background-size: contain;
}


/**
* COMCONTENT
**/
.comContent{
	width: 100%;
	margin-top: max(calc(-48 / var(--vw-min) * 100vw), -48px);
	padding-top: min(calc(48 / var(--vw-min) * 100vw), 48px);
	position: relative;
}
.cont_title{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: min(calc(162 / var(--vw-min) * 100vw), 162px);
	height: min(calc(162 / var(--vw-min) * 100vw), 162px);
	background: url(../img/cont_title__bg.svg) no-repeat center / contain;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: min(calc(36 / var(--vw-min) * 100vw), 36px);
	line-height: 1.2;
	font-weight: 900;
	color: #000;
	margin: 0 auto;
	z-index: 2;
}
.comContent .frameContIn{
	padding-top: min(calc(152 / var(--vw-min) * 100vw), 152px);
	padding-bottom: min(calc(64 / var(--vw-min) * 100vw), 64px);
}
.comContent .frameWrap{
	width: min(calc(480 / var(--vw-min) * 100vw), 480px);
	margin: 0 auto;
}



/**
* BG
**/
.bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.bg:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0,0,0,.4);
}
.bgVideoWrap{
	position: sticky;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 100vh;
	max-height: 100dvh;
	overflow: hidden;
}
.bgVideo {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}


/**
* BTN
**/
.btnWrap{
	text-align: center;
}
.btn{
	font-family: var(--font-serif);
	display: inline-block;
	text-decoration: none;
	position: relative;
	min-width: 320px;
	background-color: #000;
	padding: 20px 32px;
	line-height: 1;
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
	border: 1px solid #9d885f;
}
.btn:after{
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border: 1px solid rgba(157, 136, 95, 40%);
}
.btn_text{
	position: relative;
}
@media screen and (hover:hover) and (pointer: fine){
	.btn{
		transition: color .4s ease;
	}
	.btn:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		background: #FFF;
		width: 100%;
		height: 100%;
		transition: transform .4s ease;
		transform: scale(0, 1);
		transform-origin: right top;
	}
	
	.btn:hover{
		color: #000;
	}
	.btn:hover::before{
		transform-origin: left top;
        transform: scale(1, 1);
	}
}


.btn_deco-key{
	position: absolute;
	top: 0;
	right: 4px;
	bottom: 0;
	width: 84px;
	height: 94px;
	background: url(../img/deco_key.png) no-repeat center / contain;
	margin: auto 0;
}
.btn_text.-decoX{
	padding-left: 16px;
	padding-right: 32px;
}
.btn_text.-decoX:after{
	content: '';
	position: absolute;
	top: 2px;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	-webkit-mask: url(../../../../assets/img/common/icon_x.svg) no-repeat center / contain;
	mask: url(../../../../assets/img/common/icon_x.svg) no-repeat center / contain;
	background-color: #FFF;
	margin: auto 0;
}
@media screen and (hover:hover) and (pointer: fine){
	.btn_text.-decoX:after{
		transition: background-color .4s ease;
	}
	.btn:hover .btn_text.-decoX:after{
		background-color: #000;
	}
}


@media screen and (max-width:768px){
	.btn{
		min-width: calc(336 / var(--vw-min) * 100vw);
		padding: calc(22 / var(--vw-min) * 100vw) calc(32 / var(--vw-min) * 100vw);
		font-size: calc(26 / var(--vw-min) * 100vw);
	}
	.btn:after{
		top: calc(4 / var(--vw-min) * 100vw);
		left: calc(4 / var(--vw-min) * 100vw);
		right: calc(4 / var(--vw-min) * 100vw);
		bottom: calc(4 / var(--vw-min) * 100vw);
	}

	.btn_deco-key{
		width: calc(86 / var(--vw-min) * 100vw);
		height: calc(96 / var(--vw-min) * 100vw);
		right: calc(8 / var(--vw-min) * 100vw);
	}
	.btn_text.-decoX{
		padding-left: calc(20 / var(--vw-min) * 100vw);
		padding-right: calc(40 / var(--vw-min) * 100vw);
	}
	.btn_text.-decoX:after{
		width: calc(26 / var(--vw-min) * 100vw);
		height: calc(26 / var(--vw-min) * 100vw);
		top: 0;
	}
}

button[type="submit"].btn{
	font-size: 36px;
	padding: 20px 32px;
}
@media screen and (max-width:768px){
	button[type="submit"].btn{
		font-size: calc(40 / var(--vw-min) * 100vw);
		padding: calc(20 / var(--vw-min) * 100vw) calc(96 / var(--vw-min) * 100vw);
	}
}


/*------------------------------------------------
* KEY - TOP
-------------------------------------------------*/
body[data-section="top"] .contentsInWrap{
	display: flex;
	flex-direction: column;
	align-items: center;
}

/**
* LEAD
**/
.t_leadTextArea{
	font-size: min(calc(32 / var(--vw-min) * 100vw), 32px);
	font-weight: 700;
	line-height: 2;
	text-align: center;
}
.t_leadText--caption{
	font-size: 16px;
}
.t_leadText--caption small{
	font-size: 87.5%;
}

.startWrap{
	margin-top: 80px;
}

@media screen and (max-width:768px){
	.t_leadTextArea{
		font-size: calc(32 / var(--vw-min) * 100vw);
	}
	.t_leadText--caption{
		font-size: calc(22 / var(--vw-min) * 100vw);
		margin-top: calc(8 / var(--vw-min) * 100vw);
	}
	.startWrap{
		margin-top: calc(96 / var(--vw-min) * 100vw);
	}
}


/**
* campaign
**/
.campaignWrap{
	margin-top: 80px;
	background-color: rgba(0,0,0,60%);
	padding: 40px 6%;
	border: 1px solid #9d885f;
	backdrop-filter: blur(8px);
	line-height: 2;
	font-weight: 500;
}
.campaign__text.-center{
	text-align: center;
}
.campaign__text .bc{
	font-size: 112.5%;
	font-weight: 700;
	color: var(--main-color);
}
.campaign__image{
	padding: 2em 4em;
}
.campaign__image img{
	max-width: 100%;
}

@media screen and (max-width:768px){
	.campaignWrap{
		margin-top: calc(96 / var(--vw-min) * 100vw);
		padding: calc(48 / var(--vw-min) * 100vw);
		font-size: calc(24 / var(--vw-min) * 100vw);
	}
	.campaign__image{
		padding: 2em;
	}
}

/*------------------------------------------------
* KEY - RESULT
-------------------------------------------------*/
.r_mainArea{
	width: 100%;
	position: relative;
}
.r_mainAreaIn{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}


/**
* r_mainAreaHead
**/
.r_mainAreaHead{
	font-weight: 700;
	text-align: center;
	font-size: min(calc(32 / var(--vw-min) * 100vw), 32px);
	padding-bottom: 72px;
	opacity: 1;
	filter: blur(0px) brightness(100%);
	transition: opacity .3s ease, filter .8s ease;
	transition-delay: 0s, .3s;
}
body[data-section="result"]:not(.--movEnded) .r_mainAreaHead{
	opacity: 0;
	pointer-events: none;
	filter: blur(8px) brightness(200%);
}
.r_mainAreaHeadText{
	line-height: 1;
}
.r_mainAreaHeadText small{
	display: inline-block;
	line-height: 1;
	font-size: min(calc(18 / var(--vw-min) * 100vw), 18px);
	margin-bottom: calc(16 / var(--vw-min) * 100vw);
}
@media screen and (max-width:768px){
	.r_mainAreaHead{
		font-size: calc(44 / var(--vw-min) * 100vw);
		padding-bottom: calc(80 / var(--vw-min) * 100vw);
	}
	.r_mainAreaHeadText small{
		font-size: calc(26 / var(--vw-min) * 100vw);
		margin-bottom: calc(26 / var(--vw-min) * 100vw);
	}
}



/**
* Image
**/
.r_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.r_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.r_image{
	opacity: 0;
	filter: blur(8px) brightness(200%);
	transition: opacity .3s ease, filter .8s ease;
	transition-delay: 0s, .3s;
}
body.--movEnded .r_image{
	opacity: 1;
	filter: blur(0px) brightness(100%);
}



/**
* Video
**/
.r_video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.r_videoPlayers{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.r_videoPlayer{
	width: 100%;
	height: 200%;
	position: absolute;
	top: -50%;
	left: 0;
	border: unset;
}
/* .r_videoPlayers:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
} */

@media screen and (min-width:769px){
	.r_video{
		position: fixed;
		z-index: 100;
	}
	.r_videoPlayers{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	body[data-section="result"]:not(.--movEnded){
		overflow: hidden;
	}
	body[data-section="result"]:not(.--movEnded) .contentsInWrap{
		z-index: 2;
	}

	.r_video:after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}





.r_btnWrap{
	margin-top: 80px;
	opacity: 0;
	filter: blur(8px) brightness(200%);
	transition: opacity .3s ease, filter .8s ease;
}
.r_btnWrap .r_share:not(:last-child){
	margin-bottom: 1.25em;
}
body:not(.--movEnded) .r_btnWrap a.btn{
	pointer-events: none;
}
@media screen and (max-width:768px){
	.r_btnWrap{
		margin-top: calc(96 / var(--vw-min) * 100vw);
	}
}
body.--movEnded .r_btnWrap{
	opacity: 1;
	filter: blur(0px) brightness(100%);
}


/**
* LOADING
**/
.rLoading{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	background-color: #FFF;
	overflow: hidden;
}
.rLoading:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
}
.rLoadingIn{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.rLoading__img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.rLoading__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@keyframes ani_rLoding_scale {
	0%{
		transform: scale(100%);
	}
	100%{
		transform: scale(300%);
	}
}
@keyframes ani_rLoading_filter {
	0%{
		filter: brightness(100%) blur(0px);
	}
	100%{
		filter: brightness(600%) blur(8px);
	}
}
@keyframes ani_rLoading_opacity{
	0%{
		opacity: 100%;
	}
	100%{
		opacity: 0%;
	}
}

/* animation */
.rLoading.-ani .rLoading__img{
	animation: ani_rLoding_scale 0.5s cubic-bezier(.61,.12,.7,1) forwards;
}
.rLoading.-ani .rLoading__img img{
	animation: ani_rLoading_filter 0.5s cubic-bezier(.61,.12,.7,1) forwards;
	animation-delay: .4s;
}
.rLoading.-ani .rLoadingIn{
	animation: ani_rLoading_opacity 0.5s cubic-bezier(.61,.12,.7,1) forwards;
	animation-delay: 0.5s;
}

.rLoading.-ani::after{
	animation: ani_rLoading_opacity 0.5s cubic-bezier(.61,.12,.7,1) forwards;
}



/**
* Result - MuteCheck
**/
body.--volSelect{
	overflow: hidden;
}
.videoVolumeCheck{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 10001;
	overflow: auto;
}
.videoVolumeCheckCont{
	position: sticky;
	top: 0;
	max-width: 896px;
	width: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	padding: 96px min(5.3572%, 48px);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.videoVolumeCheck__lists{
	background-color: rgba(0, 0, 0, 60%);
	padding: 40px 6%;
	border: 1px solid #9d885f;
	backdrop-filter: blur(8px);
	line-height: 2;
	font-weight: 500;
}
.videoVolumeCheck__lists > dt{
	font-size: min(calc(26 / var(--vw-min) * 100vw), 26px);
	font-weight: 700;
	text-align: center;
	margin-bottom: 2em;
}
.videoVolumeCheck__list {
	text-align: center;
}
.videoVolumeCheck__list:not(:last-child){
	margin-bottom: 1em;
}
.videoVolumeCheck__list .btn{
	font-size: min(calc(20 / var(--vw-min) * 100vw), 20px);
}

.videoVolumeCheck__list .btn_text{
	display: inline-block;
	padding: 0 2em 0 1em;
}
.videoVolumeCheck__list .btn_text:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1.5em;
	height: 1.5em;
	margin: auto;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	background-color: #fff;
	transition: background-color .3s ease;
}

.videoVolumeCheck__list.-unmute .btn_text:after{
	-webkit-mask-image: url(../../../../assets/img/common/icon_volume_on.svg);
	mask-image: url(../../../../assets/img/common/icon_volume_on.svg);
}
.videoVolumeCheck__list.-mute .btn_text:after{
	-webkit-mask-image: url(../../../../assets/img/common/icon_volume_off.svg);
	mask-image: url(../../../../assets/img/common/icon_volume_off.svg);
}

@media screen and (hover:hover) and (pointer: fine){
	.videoVolumeCheck__list .btn:hover .btn_text:after{
		background-color: #000;
	}
}


.videoVolumeCheck__lists{
	opacity: 0;
	filter: blur(8px);
	transform: scale(92%);
	animation: ani_popup .4s ease forwards;
	animation-delay: .6s;
}
@keyframes ani_popup {
	0%{
		opacity: 0;
		filter: blur(8px);
		transform: scale(92%);
	}
	100%{
		opacity: 1;
		filter: blur(0px);
		transform: scale(100%);
	}
}


@media screen and (max-width:768px){
	.videoVolumeCheckCont{
		padding: calc(160 / var(--vw-min) * 100vw) calc(48 / var(--vw-min) * 100vw);
	}
	.videoVolumeCheck__lists{
		width: 100%;
		padding: calc(48 / var(--vw-min) * 100vw);
		font-size: calc(24 / var(--vw-min) * 100vw);
	}
	.videoVolumeCheck__lists > dt{
		font-size: calc(36 / var(--vw-min) * 100vw);
	}
	.videoVolumeCheck__list .btn{
		font-size: calc(32 / var(--vw-min) * 100vw);
	}
}