@charset "utf-8";

/* font
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto+Serif:opsz,wght@8..144,100..900&family=Roboto:wght@100..900&display=swap');

/* root
================================================== */
:root{
	/* font-size */
	--contents-font-size:16px;
	--button-font-size:18px;
	
	/* line-height */
	--default-line-height:1.5;
	
	/* color */
	--default-color:#FFF;
	--notes-color:rgba(255,255,255,0.75);
	--notice-color:#C3423F;
	--breadcrumb-color:#888;
	--accent-color:#F4D500;
	
	/* font-family */
	--font-ja:'Noto Sans JP';
	--font-ja-serif:'Noto Serif JP';
	--font-en:'Roboto';
	--font-en-serif:'Roboto Serif';
	
	/* border */
	--default-border:#FFF;
	--table-border:rgba(255,255,255,0.6);
	--tracklist-border:rgba(255,255,255,0.3);
	
	/* background */
	--default-background:radial-gradient(circle at 30% 90%, #ffffff25, transparent),linear-gradient(to bottom right, #125e88, #397cb0 25%, #4786b8 45% 55%, #2880a6 75%, #056789);;
	--main-background:rgba(255,255,255,0.55);
	--header-background:transparent;
	--footer-background:transparent;
	--content-background:#FFF;
	--title-background:rgba(0,0,0,0.05);
	--box-background:rgba(0,0,0,0.12);
	--breadcrumb-background:rgba(0,0,0,0.05);
	
	/* button */
	--button-color:#FFF;
	--button-background:rgba(0,0,51,0.55);
	--nolink-color:#000;
	--nolink-background:rgba(85,85,85,0.55);
	--cancel-color:#000;
	--cancel-background:rgba(85,85,85,0.55);
	
	/* form */
	--form-font-size:18px;
	--form-color:#000;
	--form-input-background:#C6CAC9;
	--form-box-text:#000;
	--form-box-background:#C6CAC9;
	--form-select-arrow:#000;
	
	/* error */
	--error-color:#FFF;
	--error-background:#AE0D15;
	
	/* slick */
	--slick-button:rgba(0,0,51,0.55);
	--slick-arrow:#FFF;
	--slick-button-hover:rgba(0,0,51,0.55);
	--slick-arrow-hover:#FFF;
	--slick-dots:#FFF;
}
@media screen and (max-width:767px){
	:root{
		--contents-font-size:14px;
		--button-font-size:16px;
	}
}

/* reset
================================================== */
*:where(:not(iframe,img,svg):not(svg *)){all:unset;display:revert;}
*,*::before,*::after{box-sizing:border-box;}
body{position:relative;width:100%;font-size:14px;line-height:var(--default-line-height);color:var(--default-color);font-family:var(--font-ja),sans-serif;font-weight:400;font-feature-settings:'palt';-webkit-text-size-adjust:100%;}
footer,header,main,section,picture{display:block;}
table{border-collapse:collapse;border-spacing:0;}
ol,ul{list-style:none;}
img{width:100%;height:auto;vertical-align:top;}
a{margin:0;padding:0;color:#CBB100;vertical-align:bottom;background:transparent;cursor:pointer;}
a:link,a:visited,a:hover,a:active{text-decoration:none;}

/* BE:FIRST
================================================== */
html,body{
	height:100%;
}
#wrapper{
	position:relative;
	container:wrapper/inline-size;
}
#wrapper:not(:has(#movie))::before{
	position:fixed;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100dvh;
  background-image:radial-gradient(circle at 30% 90%, #ffffff25, transparent),linear-gradient(to bottom right, #125e88, #397cb0 25%, #4786b8 45% 55%, #2880a6 75%, #056789);
	z-index:-1;
	content:'';
}
#movie{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100dvh;
	z-index:-1;
}
#movie video{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

/* header, footer
-------------------------------------------------- */
/* common */
.logo{
	width:fit-content;
	height:25px;
	margin-inline:auto;
	line-height:1;
}
.logo a,
.logo img{
	height:100%;
	-webkit-user-select:none;
	user-select:none;
}
.logo a{
	display:block;
	width:fit-content;
}
.logo img{
	width:auto;
}
header .inner,
footer .inner{
	padding-inline:min(4vw,30px);
}

/* header */
header .inner{
	padding-block:85px 32px;
	background:var(--header-background);
}/*
body:not(#index) header .inner{
	border-block-end:2px solid rgba(255,255,255,0.08);
	background:rgba(255,255,255,0.12);
	box-shadow:0px 5px 30px 5px rgba(0,0,0,0.15);
	backdrop-filter:blur(15px);
}*/
header .logo{
	height:28px;
}

/* footer */
footer{
	position:sticky;
	top:100vh;
}
footer .inner{
	padding-block:35px 25px;
	background:var(--footer-background);
}
footer .official{
	width:fit-content;
	margin:25px auto;
}
footer .official a{
	display:flex;
	place-items:center;
	column-gap:8px;
	height:46px;
	padding-inline:65px;
	font:700 14px/1 var(--font-en);
	color:var(--default-color);
	border-radius:23px;
	background:rgba(255,255,255,0.20);
	backdrop-filter:blur(10px);
	transition:opacity 0.3s;
	-webkit-user-select:none;
	user-select:none;
}
footer .official span{
	display:block;
	padding-block:2px 0;
}
footer .official img{
	width:12px;
	aspect-ratio:1;
}
footer .sns{
	display:grid;
	grid-template-columns:repeat(5,auto);
	align-items:center;
	column-gap:22px;
	width:fit-content;
	height:24px;
	margin-inline:auto;
	line-height:1;
}
footer .sns a{
	display:block;
	-webkit-user-select:none;
	user-select:none;
}
footer .sns img{
	width:auto;
	height:24px;
	transition:transform 0.3s;
}
footer .sns li:nth-of-type(5) img{
	width:27px;
	height:auto;
}
@container wrapper (width <= 800px){
	.logo{
		height:22px;
	}
	header .inner{
		padding-block:75px 30px;
	}
	header .logo{
		height:22px;
	}
	footer .inner{
		padding-block:22px 15px;
	}
	footer .official{
		margin-block:18px 15px;
	}
	footer .official a{
		column-gap:6px;
		height:42px;
		padding-inline:55px;
	}
	footer .sns{
		column-gap:18px;
		height:20px;
	}
	footer .sns img{
		height:20px;
	}
	footer .sns li:nth-of-type(5) img{
		width:23px;
	}
}
@media (any-hover:hover){
	.logo a:hover,
	footer .official a:hover{
		opacity:0.5;
	}
	footer .sns a:hover img{
		transform:scale(1.2);
	}
}

/* common
-------------------------------------------------- */
.mobile{
	display:none;
}
:is(#index,#hashtag) main{
	margin-inline:min(3vw,30px);
	border-radius:20px;
	border:2px solid rgba(255,255,255,0.08);
	background:rgba(255,255,255,0.12);
	box-shadow:0px 5px 30px 5px rgba(0,0,0,0.15);
	backdrop-filter:blur(15px);
}
.contents{
	container:layout/inline-size;
}
.contents .inner{
	max-width:960px;
	margin-inline:auto;
	padding-inline:min(4vw,30px);
}
.heading{
	font:200 34px/1.25 var(--font-ja-serif);
	text-align:center;
}
.heading:lang(en){
	font-size:40px;
	font-family:var(--font-en-serif);
	font-weight:100;
}
.notes{
	display:grid;
	grid-template-columns:auto;
	row-gap:3px;
}
.notes li{
	position:relative;
	padding-inline:1em 0;
	color:var(--notes-color);
	font-weight:300;
}
.notes li::before{
	position:absolute;
	top:0;
	left:0;
	content:'\203B';
}
/*
.main{
	font-size:var(--contents-font-size);
	background:var(--sub-background);
}
.main .contents{
	padding-block:73px 100px;
}
.inner+.inner{
	margin-top:49px;
	padding-top:48px;
	border-top:1px solid var(--table-border);
}*/

/*
.main .heading{
	font-size:24px;
	font-weight:700;
}
.heading span{
	display:inline-block;
}
.heading .notes{
	display:block;
	padding-top:3px;
	padding-left:0;
	font-size:14px;
	color:var(--notice-color);
	text-indent:0;
}
.heading+.text,
.heading+.list{
	margin-top:27px;
}
.heading:has(.notes)+.text,
.heading:has(.notes)+.list{
	margin-top:35px;
}
.subheading{
	font-size:20px;
	line-height:var(--heading-line-height);
	font-weight:700;
	text-align:center;
}
.subheading span{
	display:inline-block;
}
.main .heading+.subheading{
	margin-top:29px;
	font-weight:500;
}
.subheading+.text,
.subheading+.list{
	margin-top:24px;
}
.subheading+.box{
	margin-top:51px;
}
.list li{
	position:relative;
	padding-left:16px;
}
.list li:before{
	position:absolute;
	top:13px;
	left:4px;
	display:block;
	width:4px;
	height:4px;
	border-radius:50%;
	background:var(--default-color);
	content:'';
}
.list li+li{
	margin-top:7px;
}
.note{
	margin-top:28px;
	padding-left:1em;
	font-size:14px;
	color:var(--notes-color);
	font-weight:400;
	text-indent:-1em;
}

.box{
	padding:50px min(4.8vw,55px) 49px;
	background:var(--box-background);
}
.box:has(.notes){
	padding-bottom:50px;
}
.box .text+.list{
	margin-top:22px;
}
.box .list+.link{
	margin-top:25px;
}
.box .notes{
	margin-top:21px;
}
.link{
	width:100%;
	max-width:480px;
	margin:0 auto;
}
.form{
	display:grid;
	row-gap:25px;
	margin-top:49px;
}
.form .heading{
	margin-bottom:8px;
	font-size:18px;
	text-align:left;
}
.customer .heading{
	font-size:16px;
	text-align:left;
}
.customer .company{
	margin-top:20px;
	font-weight:700;
}
.customer .text{
	margin-top:8px;
}
.customer .notes{
	margin-top:18px;
}*/
@container wrapper (width <= 800px){
	.pc{
		display:none;
	}
	.mobile{
		display:block;
	}
	:is(#index,#hashtag) main{
		margin-inline:0;
		border-radius:0;
		border-inline:0;
	}
	.heading{
		font-size:26px;
	}
	.heading:lang(en){
		font-size:32px;
	}
	.notes{
		row-gap:6px;
	}
	.notes li{
		font-size:13px;
	}
}

/*
@media screen and (max-width:767px){
	
	.main .contents{
		padding-top:50px;
		padding-bottom:80px;
	}
	.inner+.inner{
		margin-top:40px;
		padding-top:40px;
	}

	.main .heading{
		font-size:20px;
	}
	.heading+.text,
	.heading+.list{
		margin-top:25px;
	}
.heading:has(.notes)+.text,
.heading:has(.notes)+.list{
	margin-top:35px;
}
	.subheading{
		font-size:16px;
	}
	.main .heading+.subheading{
		margin-top:26px;
	}
	.subheading+.text,
	.subheading+.list{
		margin-top:20px;
	}
	.subheading+.box{
		margin-top:42px;
	}
	.list li:before{
		top:11px;
	}
	.list li+li{
		margin-top:8px;
	}
	p.notes{
		margin-top:19px;
		font-size:12px;
	}
	.box{
		padding-top:44px;
		padding-bottom:44px;
	}
	.box:has(.notes){
		padding-bottom:44px;
	}
	.box .subheading{
		font-size:18px;
	}
	.box .text+.list{
		margin-top:18px;
	}
	.form{
		row-gap:18px;
		margin-top:40px;
	}
	.form .heading{
		margin-bottom:9px;
		font-size:16px;
	}
	.customer .heading{
		font-size:16px;
	}
	.customer .company{
		margin-top:21px;
	}
	.customer .text{
		margin-top:9px;
	}
	.customer .notes{
		margin-top:21px;
	}
}
*/
/* .button */
.button{
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	min-height:54px;
	font-size:var(--button-font-size);
	line-height:var(--default-line-height);
	color:var(--button-color);
	font-weight:500;
	border-radius:27px;
	background:var(--button-background);
	transition:opacity 0.3s;
	-webkit-user-select:none;
	user-select:none;
	cursor:pointer;
}
.nolink.button{
	background:var(--nolink-background);
	cursor:default;
	pointer-events:none;
}
.nolink.button img,
.nolink.button span{
	opacity:0.55;
}
.purchase .button{
	column-gap:8px;
	min-height:46px;
	font-size:14px;
	line-height:1;
	font-family:var(--font-en);
}
.purchase img[alt="SHOP"]{
	width:20px;
	height:auto;
}
.purchase img[alt="DIGITAL"]{
	width:17px;
	height:auto;
}
.purchase span{
	padding-block:2px 0;
}
@media (any-hover:hover){
	.button:hover{
		opacity:0.7;
	}
	.nolink.button:hover,
	.nolink.button:hover::after{
		opacity:1;
	}
}

/* #visual
-------------------------------------------------- */
#visual,
#visual *{
	pointer-events:none;
	-webkit-user-select:none;
	user-select:none;
}
#visual .inner{
	width:auto;
	padding-block:0 100px;
}
#visual .image{
	padding:8px;
	background:#FFF;
	box-shadow:0px 5px 30px 5px rgba(0,0,0,0.15);
}
#visual .copy{
	width:min(64vw,640px);
	margin:45px auto 0;
}
#visual .copy img{
	filter:drop-shadow(0px 5px 10px rgba(0,0,0,0.18));
}
@container wrapper (width <= 800px){
	#visual .inner{
		width:78vw;
		padding-block:0 75px;
	}
	#visual .image{
		padding:min(0.8vw,8px);
	}
	#visual .copy{
		margin-block:32px 0;
		padding-inline:4.8vw;
	}
}
@container wrapper (width <= 600px){
	#visual .inner{
		width:95vw;
	}
	#visual .copy{
		width:74vw;
		margin-block:20px 0;
		padding-inline:0;
	}
}

/* #introduction
-------------------------------------------------- */
#introduction .title,
#introduction .title img{
	pointer-events:none;
	-webkit-user-select:none;
	user-select:none;
}
#introduction .inner{
	margin-block:115px 0;
	text-align:center;
}
#introduction .release{
	display:grid;
	grid-template-columns:auto;
	row-gap:13px;
	width:520px;
	margin-inline:auto;
	line-height:1;
	font-family:var(--font-en);
	letter-spacing:0.025em;
	text-indent:0.025em;
}
#introduction .release .digital{
	font-size:21px;
}
#introduction .release .cd{
	font-size:17px;
}
#introduction .number{
	font-size:17px;
	line-height:1;
	letter-spacing:0.025em;
	text-indent:0.025em;
}
#introduction .title{
	width:160px;
	margin:39px auto 47px;
}
#introduction .title img{
	filter:drop-shadow(0 3px 5px rgba(0,0,0,0.15));
}
#introduction .purchase{
	display:grid;
	grid-template-columns:repeat(2,128px);
	column-gap:15px;
	width:fit-content;
	margin:37px auto 0;
}
@container wrapper (width <= 800px){
	#introduction .inner{
		margin-block:81px 0;
	}
	#introduction .release{
		font-size:20px;
	}
	#introduction .release{
		row-gap:11px;
		width:100%;
	}
	#introduction .release .digital{
		font-size:15px;
	}
	#introduction .release .cd{
		font-size:12px;
	}
	#introduction .number{
		font-size:13px;
	}
	#introduction .title{
		width:115px;
		margin-block:29px 39px;
	}
	#introduction .purchase{
		margin-block:28px 0;
	}
}

/* #disc
-------------------------------------------------- */
#disc .inner{
	max-width:1040px;
	margin-block:106px 0;
	padding-inline:0;
}
#disc .number{
	width:82px;
	margin:28px auto 28px;
}
#disc .products{
	position:relative;
}

/* .navigation */
#disc .navigation{
	position:absolute;
	top:0;
	right:0;
	width:min(52.6882vw,586px);
	padding-inline:min(2.1739vw,24px) 30px;
	z-index:1;
}
#disc .slide{
	padding-inline:30px 42px;
	border-block-end:1px solid var(--table-border);
}
#disc .slick-prev,
#disc .slick-next{
	top:43px;
}
#disc .slick-prev{
	left:max(-0.625vw,-16px);
}
#disc .slick-next{
	right:max(-0.625vw,-16px);
}
#disc .slick-dots{
	display:flex;
	column-gap:8px;
	width:fit-content;
	margin-inline:auto;
	padding-block:4px 16px;
}
#disc .slick-dots li{
	display:block;
	width:25px;
	height:11px;
}
#disc .slick-dots button{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	color:transparent;
	border:0;
	outline:0;
	cursor:pointer;
}
#disc .slick-dots button::before{
	position:absolute;
	top:50%;
	left:0;
	display:block;
	width:100%;
	height:3px;
	margin-block-start:-2px;
	border-radius:2px;
	background:var(--slick-dots);
	opacity:0.3;
	transition:0.3s;
	content:'';
}
#disc .slick-dots .slick-active button::before{
	opacity:1;
}
#disc .thumbnail{
	width:118px;
	padding:12px;
}
#disc .thumbnail .image{
	display:flex;
	place-items:center;
	background:#FFF;
	aspect-ratio:1;
}
#disc .thumbnail img{
	opacity:0.6;
	transition:0.3s;
	cursor:pointer;
}
#disc .slick-current .thumbnail img{
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	opacity:1;
}

/* .product */
#disc .product{
	display:grid;
	grid-template-columns:repeat(2,auto);
}

/* .cover */
#disc .cover{
	width:min(43.6538,454px);
	padding-inline:30px min(2.1739vw,24px);
}
#disc .cover ul{
	display:grid;
	grid-template-columns:auto;
	padding-block:12px 0;
}
#disc .cover img{
	width:100%;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
}

/* .details */
#disc .details{
	width:min(52.6882vw,586px);
	padding:169px 30px 0 min(2.1739vw,24px);
}
#disc .details .type{
	font-size:18px;
	font-weight:300;
}
#disc .details .type span{
	font-family:var(--font-en);
}
#disc .details .notice{
	margin-block:1px 0;
	font-size:11px;
	color:var(--notes-color);
}
#disc .details .item{
	display:flex;
	column-gap:4px;
	width:fit-content;
	margin-block:18px 0;
}
#disc .details .notice+.item{
	margin-top:21px;
}
#disc .details .icon{
	padding:4px 8px 1px 8px;
	line-height:1;
	font-family:var(--font-en);
	font-weight:300;
	border:1px solid var(--table-border);
	background:rgba(255,255,255,0.06);
}
#disc .details .metadata{
	display:flex;
	margin-block:13px 14px;
	font-family:var(--font-en);
	font-weight:300;
}
#disc .details .metadata li:not(:first-of-type)::before{
	display:inline-block;
	padding-inline:0.5em;
	font-weight:100;
	content:'/';
}
#disc .details .package:not(:first-of-type){
	border-block-start:1px solid var(--tracklist-border);
	transition:background 0.3s;
}
#disc .details .format{
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	height:79px;
	font-size:15px;
	font-family:var(--font-en);
	font-weight:400;
	z-index:100;
	cursor:pointer;
}
#disc .details .format span{
	position:relative;
	display:block;
	width:31px;
	height:31px;
	background:var(--button-background);
	border-radius:50%;
	transition:opacity 0.3s;
}
#disc .details .format span::before,
#disc .details .format span::after{
	position:absolute;
	display:block;
	background:var(--default-color);
	opacity:1;
	transition:opacity 0.3s;
	content:'';
}
#disc .details .format span::before{
	top:15px;
	left:8px;
	width:15px;
	height:1px;
}
#disc .details .format span::after{
	top:8px;
	left:15px;
	width:1px;
	height:15px;
}
#disc .details .format.active span::after{
	opacity:0;
}
#disc .details .track{
	display:none;
	border-block-start:1px solid var(--tracklist-border);
}
#disc .details .tracklist{
	counter-reset:track;
}
#disc .details .tracklist li{
	position:relative;
	padding:18px 0 20px 30px;
	font-size:12px;
	line-height:1.42;
	font-weight:300;
	border-block-end:1px solid var(--tracklist-border);
}
#disc .details .tracklist li:has(.credits,.collab){
	padding-block-end:19px;
}
#disc .details .tracklist li::before{
	position:absolute;
	top:16px;
	left:0;
	font-size:15px;
	font-family:var(--font-title);
	font-weight:300;
	counter-increment:track;
	content:counter(track,decimal-leading-zero);
}
#disc .details .title{
	padding-block:18px 17px;
	font-size:13px;
	line-height:var(--default-line-height);
	font-weight:400;
	border-block-end:1px solid var(--tracklist-border);
}
#disc .details .tracklist+.title{
	padding-block:30px 16px;
	border-block-start:none;
}
#disc .details .tracklist .credits,
#disc .details .tracklist .collab{
	font-size:11px;
	line-height:var(--default-line-height);
	color:var(--notes-color);
}
#disc .details .tracklist .credits{
	margin-block:12px 0;
}
#disc .details .tracklist .collab{
	margin-block:5px 0;
}
#disc .details .notes{
	margin-block:18px 0;
	font-size:11px;
	font-weight:300;
}
#disc .details .other{
	margin-block:15px 0;
	font-size:13px;
	font-weight:300;
}
#disc .details .close{
	width:128px;
	margin-inline:auto;
	padding-block:22px 35px;
}
#disc .details .notes+.close{
	padding-block-start:17px;
}
#disc .details .other+.close{
	padding-block-start:17px;
}
#disc .details .package:last-of-type .close{
	padding-block-end:0;
}
#disc .details .close .button{
	min-height:46px;
	font-size:14px;
	font-family:var(--font-en);
	font-weight:500;
}
#disc .details .special{
	margin-block:25px 0;
	font-family:var(--font-en);
	font-weight:500;
}
#disc .details .spec{
	margin-block:10px 8px;
	font-weight:400;
}
#disc .details .spec::before{
	content:'\25A0';
}
#disc .details .list{
	font-weight:300;
}
#disc .details .list li{
	position:relative;
	padding-inline:16px 0;
}
#disc .details .list li::before{
	position:absolute;
	top:9px;
	left:4px;
	display:block;
	width:4px;
	height:4px;
	border-radius:50%;
	background:var(--default-color);
	content:'';
}
#disc .details .list li:not(:first-of-type){
	margin-block:3px 0;
}
#disc .details .list+.spec{
	margin-block:13px 8px;
}
@container wrapper (width <= 800px){
	#disc .inner{
		margin-block:77px 0;
	}
	#disc .number{
		width:68px;
		margin-block:21px 22px;
	}
	#disc .products{
		position:static;
	}
	/* .navigation */
	#disc .navigation{
		position:static;
		width:100%;
		padding-inline:0;
	}
	#disc .slide{
		padding-inline:0;
		border-block-end:none;
	}
	#disc .slick-prev,
	#disc .slick-next,
	#disc .slick-dots{
		display:none !important;
	}
	#disc .thumbnail{
		width:min(19.2vw,110px);
		padding:8px;
	}
	/* .product */
	#disc .product{
		grid-template-columns:auto;
		width:78vw;
		margin-inline:auto;
		padding-inline:min(4vw,30px);
	}
	/* .cover */
	#disc .cover{
		width:100%;
		padding:0;
	}
	#disc .cover ul{
		margin-block:22px 0;
		padding:0 min(1.6vw,10px);
	}
	/* .details */
	#disc .details{
		width:100%;
		padding:24px min(1.6vw,10px) 0;
	}
}
@container wrapper (width <= 600px){
	/* .product */
	#disc .product{
		width:100%;
	}
	/* .cover */
	#disc .cover ul{
		margin-block:22px 0;
		padding:0;
	}
	/* .details */
	#disc .details{
		padding-inline:0;
	}
}
@media (any-hover:hover){
	#disc .thumbnail:hover img{
		box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
		opacity:1;
	}
	#disc .slick-dots button:hover::before{
		opacity:1;
	}
	#disc .details:has(.format:hover) .package:not(:first-of-type),
	#disc .details .format:hover+.track{
		border-block-start-color:transparent;
	}
	#disc .details:has(.package:first-of-type .format.active:hover) .package:not(:first-of-type){
		border-block-start-color:var(--tracklist-border);
	}
	#disc .details .format::after{
		position:absolute;
		top:0;
		right:-18px;
		bottom:0;
		left:-18px;
		display:block;
		border-radius:4px;
		background:rgba(255,255,255,0.06);
		box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
		opacity:0;
		transition:0.3s;
		content:'';
	}
	#disc .details .format:hover::after{
		opacity:1;
	}
	#disc .details .format:hover span{
		opacity:0.7;
	}
}

/* #participation
-------------------------------------------------- */
#participation .inner{
	width:700px;
	margin-block:109px 115px;
	text-align:center;
}
#participation .text{
	margin-block:29px 0;
	font-size:20px;
}
#participation .period{
	display:grid;
	grid-template-columns:repeat(2,auto);
	column-gap:1em;
	align-items:center;
	width:fit-content;
	margin:30px auto 0;
	font-size:20px;
}
#participation .period dt{
	padding:2px 30px 3px;
	border-radius:4px;
	background:rgba(0,0,0,0.55);
}
#participation .period dd{
	padding-block:2px 3px;
	font-weight:500;
}
#participation .entry{
	width:320px;
	margin:35px auto 0;
}
@container wrapper (width <= 800px){
	#participation .inner{
		width:100%;
		margin-block:80px 85px;
	}
	#participation .text{
		font-size:15px;
		margin-block:23px 0;
	}
	#participation .period{
		column-gap:0.65em;
		margin-block:22px 0;
		font-size:15px;
	}
	#participation .period dt{
		padding:4px 12px;
	}
	#participation .period dd{
		padding-block:4px;
	}
	#participation .entry{
		width:78vw;
		margin-block:25px 0;
		padding-inline:min(5.6vw,40px);
	}
}
@container wrapper (width <= 600px){
	#participation .entry{
		width:100%;
		padding-inline:0;
	}
}

/* #tiktok
-------------------------------------------------- */
#tiktok .inner{
	width:320px;
	max-width:initial;
	margin-block:103px 0;
	padding-inline:0;
}
#tiktok .heading{
	margin-block:0 28px;
}
@container wrapper (width <= 800px){
	#tiktok .inner{
		margin-block:74px 0;
		padding-inline:0;
	}
	#tiktok .heading{
		margin-block:0 21px;
	}
}

/* #video
-------------------------------------------------- */
#video .inner{
	margin-block:103px 0;
}
#video .youtube{
	max-width:840px;
	margin:23px auto 0;
}
#video .youtube+.youtube{
	margin-block:35px 0;
}
#video .youtube .title{
	margin-block:0 30px;
	font-size:18px;
	font-weight:500;
	text-align:center;
}
#video .youtube .mv{
	width:100%;
	aspect-ratio:16/9;
}
#video .youtube .mv iframe{
	width:100%;
	height:100%;
}
#video .nhk{
	/*display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:30px 20px;*/
	width:320px;
	margin:36px auto  0;
}
#video .nhk .title{
	font-size:18px;
	font-weight:500;
	text-align:center;
}
#video .nhk .link{
	margin:31px auto 0;
}
@container wrapper (width <= 800px){
	#video .inner{
		margin-block:74px 0;
	}
	#video .youtube{
		width:78vw;
		max-width:initial;
		margin-block:16px 0;
		padding-inline:min(5.6vw,40px);
	}
	#video .youtube+.youtube{
		margin-block:30px 0;
	}
	#video .youtube .title{
		margin-block:0 21px;
		font-size:16px;
	}
	#video .nhk{
		width:100%;
		margin-block:30px 0;
	}
	#video .nhk .title{
		font-size:16px;
	}
	#video .nhk .link{
		width:78vw;
		max-width:initial;
		margin-block:22px 0;
		padding-inline:min(5.6vw,40px);
	}
}
@container wrapper (width <= 600px){
	#video .youtube{
		width:100%;
		padding-inline:0;
	}
	#video .nhk .link{
		width:100%;
		padding-inline:0;
	}
}

/* #benefits
-------------------------------------------------- */
#benefits .image,
#benefits .image *{
	pointer-events:none;
	-webkit-user-select:none;
	user-select:none;
}
#benefits .inner{
	max-width:620px;
	margin-block:126px 0;
}
#benefits .item{
	display:grid;
	grid-template-columns:auto;
	row-gap:20px;
	margin-block:35px 0;
}
#benefits .image img{
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
}
#benefits .name{
	font-size:18px;
	font-weight:400;
	text-align:center;
}
#benefits .name span{
	display:inline-block;
}
#benefits .notes{
	width:fit-content;
	margin-block:12px 0;
	margin-inline:auto;
}
@container wrapper (width <= 800px){
	#benefits .inner{
		margin-block:77px 0;
	}
	#benefits .item{
		row-gap:15px;
		margin-block:26px 0;
	}
	#benefits .name{
		font-size:16px;
	}
	#benefits .notes{
		margin:14px 0 0;
	}
}

/* #serial
-------------------------------------------------- */
#serial .image,
#serial .image *{
	pointer-events:none;
	-webkit-user-select:none;
	user-select:none;
}
#serial .inner{
	max-width:980px;
	margin-block:125px 0;
}
#serial .text{
	margin-block:31px 0;
	font-weight:300;
	text-align:center;
}
#serial .outline{
	margin-block:32px 0;
	border-block-start:1px solid var(--table-border);
}
#serial .item{
	display:grid;
	grid-template-columns:auto;
	row-gap:37px;
	padding-block:31px 40px;
	border-block-end:1px solid var(--table-border);
}
#serial .item:has(.image:empty){
	row-gap:0;
	padding-block-end:36px;
}
#serial .item:has(.notes){
	padding-block-end:36px;
}
#serial .name{
	display:grid;
	grid-template-columns:58px 1fr;
	align-items:center;
	gap:10px 20px;
}
#serial .name .prize{
	position:relative;
	padding-inline:0 14px;
	font-size:48px;
	line-height:1;
	font-weight:700;
	text-align:center;
}
#serial .name .prize span{
	position:absolute;
	right:0;
	bottom:4px;
	display:block;
	font-size:14px;
}
#serial .name .title{
	display:flex;
	align-items:center;
	gap:8px 1em;
	width:fit-content;
	padding-block:6px 0;
	font-size:20px;
	font-weight:500;
}
#serial .name .title .number{
	display:flex;
	align-items:end;
	width:fit-content;
	padding:7px 15px 9px;
	font-size:15px;
	line-height:1;
	color:#FFF;
	border-radius:3px;
	background:rgba(0,0,0,0.55);
}
#serial .name .title .number span{
	display:inline-block;
	padding-block:0 1px;
	font-size:10px;
}
#serial .name .title .number span:first-of-type{
	padding-inline:0 7px;
}
#serial .name .title .number span:last-of-type{
	padding-inline:3px 0;
}
#serial .name .title br{
	display:none;
}
#serial .content{
	padding-inline:78px;
}
#serial .image{
	max-width:560px;
	margin-inline:auto;
}
#serial .event{
	display:grid;
	grid-template-columns:auto;
	row-gap:5px;
}
#serial .schedule{
	display:grid;
	grid-template-columns:44px 1fr;
	gap:7px 1em;
	padding:25px 25px 27px;
	font-size:16px;
	font-weight:400;
	border-radius:6px;
	background:var(--box-background);
}
#serial .schedule .type{
	text-align:center;
}
#serial .schedule .type::before{
	content:'\FF3B';
}
#serial .schedule .type::after{
	content:'\FF3D';
}
#serial .schedule .details>*{
	display:grid;
	grid-template-columns:repeat(2,auto);
	width:fit-content;
}
#serial .schedule .applicants{
	column-gap:10px;
}
#serial .schedule .performers{
	margin-block:4px 0;
}
#serial .schedule .people{
	display:inline-block;
	padding-inline:2px 0;
	font-size:12px;
}
#serial .schedule .appearance::after{
	display:inline-block;
	padding-inline:4px;
	content:'\FF1A';
}
#serial .schedule .member{
	display:flex;
	flex-wrap:wrap;
}
#serial .schedule .member li:not(:last-of-type)::after{
	display:inline-block;
	padding-inline:1px 10px;
	content:',';
}
#serial .schedule .date{
	gap:5px 8px;
	margin-block:17px 0;
	font-size:14px;
	font-weight:500;
}
#serial .notes{
	margin-block:11px 0;
}
#serial .all{
	margin-block:65px 0;
	border-block-start:1px solid var(--table-border);
}
#serial .all .item{
	row-gap:43px;
	padding-block-start:43px;
}
#serial .all .name{
	grid-template-columns:auto 1fr;
}
#serial .all .name .prize{
	position:static;
	padding-inline:0;
	font-size:20px;
	font-weight:500;
	text-align:left;
}
#serial .all .name .title{
	padding-block:0;
}
#serial .application{
	margin-block:25px 0;
	margin-inline:auto;
	padding-block:27px 32px;
	padding-inline:0;
	text-align:center;
	border-radius:6px;
	background:var(--box-background);
}
#serial .application .title{
	font-size:20px;
	font-weight:700;
}
#serial .application .period{
	display:grid;
	grid-template-columns:repeat(2,auto);
	width:fit-content;
	margin-block:17px 0;
	margin-inline:auto;
}
#serial .application .date{
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	row-gap:6px;
	font-family:var(--font-en);
	line-height:1;
}
#serial .application .yyyymmdd{
	font-size:24px;
	font-weight:700;
}
#serial .application .time{
	display:flex;
	column-gap:5px;
	width:fit-content;
	font-size:16px;
	font-weight:500;
}
#serial .application .end{
	padding-inline-start:40px;
}
#serial .application .end::before{
	position:absolute;
	top:0;
	left:12px;
	font-size:16px;
	line-height:24px;
	font-weight:300;
	font-family:var(--font-ja);
	content:'\FF5E';
}
#serial .link{
	width:320px;
	margin:25px auto 0;
}
@container wrapper (width <= 800px){
	#serial .inner{
		margin-block:76px 0;
	}
	#serial .text{
		margin-block:23px 0;
	}
	#serial .outline{
		margin-block:17px 0;
	}
	#serial .item{
		row-gap:20px;
		padding-block:26px 35px;
	}
	#serial .item:has(.image:empty){
		padding-block-end:35px;
	}
	#serial .item:has(.notes){
		padding-block-end:32px;
	}
	#serial .name{
		grid-template-columns:auto;
	}
	#serial .name .prize{
		width:fit-content;
		margin-inline:auto;
		padding-inline:0 16px;
	}
	#serial .name .title{
		flex-direction:column;
		margin-inline:auto;
		padding-block:0;
		font-size:18px;
		text-align:center;
	}
	#serial .name .title .number{
		padding-inline:22px;
	}
	#serial .content{
		padding-inline:0;
	}
	#serial .schedule{
		grid-template-columns:auto;
		padding-block:18px 15px;
		padding-inline:5px;
		font-size:15px;
	}
	#serial .schedule .type{
		width:fit-content;
		margin-inline:auto;
		padding-block:5px 6px;
		padding-inline:22px;
		font-size:14px;
		line-height:1;
		color:#FFF;
		border-radius:3px;
		background:rgba(0,0,0,0.52);
	}
	#serial .schedule .type::before,
	#serial .schedule .type::after{
		content:none;
	}
	#serial .schedule .applicants{
		margin-inline:auto;
	}
	#serial .schedule .performers{
		margin-inline:auto;
	}
	#serial .schedule .appearance::after{
		padding-inline:3px;
	}
	#serial .schedule .member li:not(:last-of-type)::after{
		padding-inline:0 7px;
	}
	#serial .schedule .date{
		margin-inline:auto;
	}
	#serial .notes{
		margin-block:12px 0;
	}
	#serial .all{
		margin-block:55px 0;
	}
	#serial .all .item{
		row-gap:16px;
		padding-block-start:34px;
	}
	#serial .all .name{
		grid-template-columns:auto;
		row-gap:8px;
	}
	#serial .all .name .prize{
		font-size:18px;
	}
	#serial .all .name .title{
		padding-block:0;
	}
	#serial .application{
		margin-block:20px 0;
		padding-block:20px 25px;
	}
	#serial .application .title{
		font-size:17px;
	}
	#serial .application .period{
		margin-block:12px 0;
	}
	#serial .application .date{
		row-gap:5px;
	}
	#serial .application .yyyymmdd{
		font-size:19px;
	}
	#serial .application .time{
		column-gap:4px;
		font-size:12px;
	}
	#serial .application .end{
		padding-inline-start:28px;
	}
	#serial .application .end::before{
		left:7px;
		font-size:13px;
		line-height:19px;
	}
}
@container wrapper (width <= 430px){
	#serial .name .title br{
		display:block;
	}
}

/* #campaign
-------------------------------------------------- */
#campaign .inner{
	max-width:900px;
	margin-block:106px 0;
}
#campaign .link{
	display:grid;
	grid-template-columns:auto;
	row-gap:10px;
	margin-block:34px 0;
}
#campaign .link a{
	display:grid;
	place-items:center;
	min-height:108px;
	font-size:18px;
	color:var(--default-color);
	font-weight:500;
	text-align:center;
	border-radius:6px;
	background:var(--button-background);
	transition:opacity 0.3s;
	-webkit-user-select:none;
	user-select:none;
}
#campaign .link span{
	display:block;
	padding-block:0px 1px;
}
#campaign .link br{
	display:none;
}
@container wrapper (width <= 800px){
	#campaign .inner{
		width:78vw;
		margin-block:78px 0;
	}
	#campaign .link{
		margin-block:27px 0;
		padding-inline:min(1.6vw,10px);
	}
	#campaign .link a{
		min-height:90px;
		font-size:16px;
	}
	#campaign .link br{
		display:block;
	}
}
@container wrapper (width <= 600px){
	#campaign .inner{
		width:100%;
	}
	#campaign .link{
		padding-inline:0
	}
}
@media (any-hover:hover){
	#campaign .link a:hover{
		opacity:0.7;
	}
}

/* #goods
-------------------------------------------------- */
#goods .inner{
	max-width:initial;
	margin-block:135px 165px;
	margin-inline:30px;
	padding-block:97px;
	padding-inline:min(3.75vw,40px);
	text-align:center;
	background:var(--box-background);
}
#goods .text{
	margin-block:36px 0;
}
#goods .subheading{
	font-size:26px;
	line-height:1;
	font-weight:300;
}
#goods .subheading::before{
	content:'\FF1C';
}
#goods .subheading::after{
	content:'\FF1E';
}
#goods .outline{
	margin-block:45px 0;
}
#goods .period{
	display:grid;
	grid-template-columns:repeat(2,auto);
	width:fit-content;
	margin-block:21px 0;
	margin-inline:auto;
}
#goods .date{
	position:relative;
	font-size:32px;
	line-height:1;
	font-family:var(--font-en);
	font-weight:700;
}
#goods .end{
	padding-inline:36px 0;
}
#goods .end::before{
	position:absolute;
	top:15px;
	left:12px;
	display:block;
	width:12px;
	height:2px;
	background:var(--default-color);
	content:'';
}
#goods .information{
	width:fit-content;
	margin-block:20px 0;
	margin-inline:auto;
}
#goods .details{
	display:grid;
	grid-template-columns:repeat(2,auto);
	align-items:center;
	gap:5px 1em;
	width:fit-content;
	margin-inline:auto;
	font-size:15px;
	line-height:1;
	font-weight:700;
}
#goods .details dt{
	padding-block:7px;
	padding-inline:20px;
	color:#FFF;
	border-radius:3px;
	background:#000;
}
#goods .details dd{
	text-align:left;
}
#goods .notes{
	margin-block:11px 0;
	text-align:left;
}
#goods .lineup{
	margin-block:45px 0;
}
#goods .list{
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
	gap:min(4vw,37px) min(3.75vw,40px);
	max-width:980px;
	margin-block:25px 0;
	margin-inline:auto;
}
#goods .name{
	margin-block:19px 0;
	font-size:18px;
	font-weight:700;
}
#goods .name span{
	display:block;
	font-size:14px;
}
@container layout (width <= 800px){
#goods .inner{
	margin-block:115px 0;
	margin-inline:0;
	padding-block:78px 113px;
	padding-inline:min(4vw,30px);
}
	#goods .text{
		margin-block:25px 0;
	}
	#goods .subheading{
		font-size:22px;
	}
	#goods .outline{
		margin-block:41px 0;
	}
	#goods .period{
		margin-block:16px 0;
	}
	#goods .date{
		font-size:28px;
	}
	#goods .end{
		padding-inline:20px 0;
	}
	#goods .end::before{
		top:14px;
		left:6px;
		width:8px;
	}
	#goods .information{
		margin-block:16px 0;
	}
	#goods .details{
		font-size:14px;
	}
	#goods .details dt{
		padding-block:6px 8px;
		padding-inline:18px;
	}
	#goods .notes{
		margin-block:12px 0;
	}
	#goods .lineup{
		margin-block:40px 0;
	}
	#goods .list{
		gap:min(6.9333vw,33px) min(4vw,30px);
		margin-block:19px 0;
	}
	#goods .name{
		margin-block:15px 0;
		font-size:16px;
	}
	#goods .name span{
		font-size:12px;
	}
}
@container layout (width <= 374px){
	#goods .text br{
		display:none;
	}
	#goods .period{
		margin-block:17px 0;
	}
	#goods .date{
		font-size:25px;
	}
	#goods .end{
		padding-inline:16px 0;
	}
	#goods .end::before{
		top:12px;
		left:5px;
		width:6px;
	}
	#goods .details{
		column-gap:0.75em;
	}
	#goods .notes br{
		display:none;
	}
}

/* #title */
/*
#title{
	display:grid;
	place-content:center;
	min-height:199px;
	padding:0 min(4.8vw,30px);
	font-size:30px;
	line-height:var(--heading-line-height);
	font-weight:400;
	background:var(--title-background);
}
#title p{
	padding-bottom:2px;
}
@media screen and (max-width:767px){
	#title{
		min-height:149px;
		font-size:20px;
	}
	#title p{
		padding-bottom:1px;
	}
}
*/
/* breadcrumb */
/*
#breadcrumb{
	background:var(--breadcrumb-background);
}
#breadcrumb ol{
	display:grid;
	grid-template-columns:repeat(4,auto);
	width:fit-content;
	margin:0 auto;
}
#breadcrumb li{
	position:relative;
	padding:16px 0 17px;
	font-size:16px;
	line-height:var(--heading-line-height);
	color:var(--breadcrumb-color);
	font-weight:500;
}
#breadcrumb li:not(:first-of-type){
	padding-left:77px;
}
#breadcrumb li:not(:first-of-type)::before{
	position:absolute;
	top:50%;
	left:31px;
	display:block;
	width:9px;
	height:9px;
	border-top:1px solid var(--breadcrumb-color);
	border-right:1px solid var(--breadcrumb-color);
	transform:translateY(-50%) rotate(45deg);
	content:'';
}
#breadcrumb li.active{
	color:var(--breadcrumb-active);
	font-weight:700;
}
@media screen and (max-width:767px){
	#breadcrumb li{
		padding:10px 0 11px;
		font-size:14px;
	}
	#breadcrumb li:not(:first-of-type){
		padding-left:37px;
	}
	#breadcrumb li:not(:first-of-type)::before{
		left:13px;
		width:7px;
		height:7px;
	}
}
*/
/* error */
/*
.error{
	padding:25px min(4.8vw,30px) 27px;
	background:var(--error-background);
}
.error ul{
	display:grid;
	grid-template-columns:auto;
	row-gap:12px;
}
.error li{
	font-size:16px;
	line-height:var(--heading-line-height);
	color:var(--error-color);
	font-weight:500;
	text-align:center;
}
@media screen and (max-width:767px){
	.error{
		padding-top:21px;
		padding-bottom:22px;
	}
	.error ul{
		row-gap:11px;
	}
	.error li{
		font-size:14px;
	}
}
*/
/* message */
/*
.message{
	margin:68px 0 -5px;
}
.message p{
	font-size:20px;
	line-height:var(--message-line-height);
	font-weight:700;
	text-align:center;
}
@media screen and (max-width:767px){
	.message{
		margin:50px 0 -4px;
	}
	.message p{
		font-size:18px;
	}
}
*/
/* table */
/*
.table table{
	width:100%;
	margin:0 auto;
	border-top:1px solid var(--table-border);
}
.table tr{
	border-bottom:1px solid var(--table-border);
}
.table th,
.table td{
	font-size:18px;
	line-height:var(--form-line-height);
	vertical-align:top;
}
.table th{
	padding:40px 50px 41px 0;
	font-weight:700;
	white-space:nowrap;
}
.table td{
	width:100%;
}
@media screen and (max-width:767px){
	.table table,
	.table tbody,
	.table tr,
	.table th,
	.table td{
		display:block;
	}
	.table th,
	.table td{
		font-size:16px;
	}
	.table th{
		padding:0;
		white-space:initial;
	}
}
*/


/* #hashtag
-------------------------------------------------- */
#hashtag .heading{
	font-size:28px;
	text-align:left;
}
#hashtag .content:not(:first-of-type){
	margin-top:50px;
	padding-top:47px;
	border-top:1px solid var(--table-border);
}
#hashtag .subheading{
	text-align:left;
}
#hashtag .lead{
	margin-top:62px;
}
#hashtag #participate{
	margin-top:62px;
}
#hashtag #participate ol{
	margin-top:22px;
	counter-reset:flow;
}
#hashtag #participate li{
	position:relative;
	padding-left:19px;
}
#hashtag #participate li::before{
	position:absolute;
	top:6px;
	left:0;
	display:grid;
	justify-content:center;
	align-items:center;
	width:14px;
	height:14px;
	font-size:10px;
	line-height:1;
	font-weight:400;
	border:1px solid var(--default-color);
	border-radius:50%;
	counter-increment:flow;
	content:counter(flow);
}
#hashtag #period .text{
	margin-top:22px;
	font-weight:700;
}
#hashtag #period .notes{
	margin:0;
	color:var(--notice-color);
	font-weight:700;
}
#hashtag #precautions .notes{
	margin-top:22px;
	color:#000;
	font-weight:500;
}
#hashtag #precautions .notes+.notes{
	margin:0;
}
#hashtag #stores .store{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	column-gap:30px;
	margin-top:21px;
}
#hashtag #stores .region:nth-of-type(n+3){
	margin-top:50px;
	padding-top:48px;
	border-top:1px solid var(--table-border);
}
#hashtag #stores .name{
	margin-bottom:5px;
	font-size:16px;
	font-weight:700;
}
#hashtag #stores .prefectures:not(:first-of-type){
	margin-top:42px;
}
#hashtag #stores .area{
	font-size:16px;
	font-weight:700;
}
#hashtag #stores .area::before,
#hashtag #stores .area::after{
	display:inline-block;
	font-weight:300;
	content:'\FF0D';
}
#hashtag #stores .area::before{
	padding-right:3px;
}
#hashtag #stores .area::after{
	padding-left:3px;
}
#hashtag #stores .list{
	margin-top:3px;
}
#hashtag #stores .list li+li{
	margin:0;
}
#hashtag #stores .list li::before{
	top:11px;
}
@media screen and (max-width:767px){
	#hashtag .heading{
		font-size:18px;
	}
	#hashtag .content:not(:first-of-type){
		margin-top:40px;
		padding-top:39px;
	}
	#hashtag .subheading{
		font-size:17px;
	}
	#hashtag .lead{
		margin-top:45px;
	}
	#hashtag #participate{
		margin-top:43px;
	}
	#hashtag #participate ol{
		margin-top:13px;
	}
	#hashtag #period .text{
		margin-top:12px;
	}
	#hashtag #period .notes{
		font-size:14px;
	}
	#hashtag #precautions .notes{
		margin-top:12px;
		font-size:14px;
	}
	#hashtag #stores .store{
		grid-template-columns:100%;
		margin-top:11px;
	}
	#hashtag #stores .region:nth-of-type(n+2){
		margin-top:32px;
		padding-top:0;
		border-top:none;
	}
	#hashtag #stores .name{
		margin-bottom:6px;
	}
	#hashtag #stores .prefectures:not(:first-of-type){
		margin-top:33px;
	}
}

/* #streaming
-------------------------------------------------- */
#streaming{
	padding-top:112px;
	padding-bottom:175px;
}
#streaming a{
	color:#6D5276;
	text-decoration:underline;
	word-break:break-all;
}
#streaming .heading{
	font-size:28px;
	text-align:left;
}
#streaming .heading span{
	display:inline-block;
}
#streaming .content:not(:first-of-type){
	margin-top:50px;
	padding-top:47px;
	border-top:1px solid var(--table-border);
}
#streaming .content:first-of-type{
	margin-top:62px;
}
#streaming .subheading{
	text-align:left;
}
#streaming .lead{
	margin-top:62px;
}
#streaming .text{
	margin-top:23px;
}
#streaming .list{
	margin-top:42px;
}
#streaming .list dt,
#streaming .list dd{
	padding-left:16px;
}
#streaming .list dt{
	position:relative;
}
#streaming .list dd+dt{
	margin-top:26px;
}
#streaming .list dt::before{
	position:absolute;
	top:11px;
	left:4px;
	display:block;
	width:4px;
	height:4px;
	border-radius:50%;
	background:var(--default-color);
	content:'';
}
#streaming .notes{
	margin-top:23px;
}
#streaming .lead+.notes,
#streaming .text+.notes{
	margin-top:9px;
}
#streaming .notes+.notes{
	margin:0;
}
@media screen and (max-width:767px){
	#streaming{
		padding-top:60px;
		padding-bottom:115px;
	}
	#streaming .heading{
		font-size:18px;
	}
	#streaming .content:not(:first-of-type){
		margin-top:40px;
		padding-top:39px;
	}
	#streaming .content:first-of-type{
		margin-top:44px;
	}
	#streaming .subheading{
		font-size:17px;
	}
	#streaming .lead{
		margin-top:45px;
	}
	#streaming .text{
		margin-top:13px;
	}
	#streaming .list{
		margin-top:23px;
	}
	#streaming .list dd+dt{
		margin-top:21px;
	}
	#streaming .notes{
		margin-top:21px;
	}
}

/* #download
-------------------------------------------------- */
/*
#download{
	padding-top:112px;
	padding-bottom:180px;
}
#download a{
	color:#6D5276;
	text-decoration:underline;
	word-break:break-all;
}
#download .heading{
	font-size:28px;
	text-align:left;
}
#download .heading span{
	display:inline-block;
}
#download .content:not(:first-of-type){
	margin-top:55px;
	padding-top:47px;
	border-top:1px solid var(--table-border);
}
#download .content:first-of-type{
	margin-top:62px;
}
#download .subheading{
	text-align:left;
}
#download .lead{
	margin-top:61px;
}
#download .text{
	margin-top:22px;
}
#download .list{
	margin-top:44px;
}
#download .list dt,
#download .list dd{
	padding-left:16px;
}
#download .list dt{
	position:relative;
}
#download .list dd+dt{
	margin-top:25px;
}
#download .list dt::before{
	position:absolute;
	top:11px;
	left:4px;
	display:block;
	width:4px;
	height:4px;
	border-radius:50%;
	background:var(--default-color);
	content:'';
}
#download .notes{
	margin-top:9px;
}
#download .notice{
	margin-top:46px;
}
#download .notice .heading{
	font-size:14px;
	font-weight:700;
}
#download .notice .heading::before{
	content:'\FF1C';
}
#download .notice .heading::after{
	content:'\FF1E';
}
#download .notice .notes{
	margin-top:6px;
	color:#EEE;
}
#download .contact{
	margin-top:50px;
	padding:31px 35px 29px;
	background:var(--box-background);
}
#download .contact .heading{
	font-size:14px;
	font-weight:700;
}
#download .contact .address{
	margin-top:6px;
}
#download .store{
	margin-top:24px;
}
#download .store li+li{
	margin-top:23px;
}
#download .store dt{
	position:relative;
	padding-left:16px;
}
#download .store dt::before{
	position:absolute;
	top:7px;
	left:2px;
	display:block;
	width:10px;
	height:11px;
	background:var(--default-color);
	content:'';
}
#download .store dd{
	position:relative;
	margin-top:3px;
	padding-left:16px;
}
#download .store dd::before{
	position:absolute;
	top:11px;
	left:4px;
	display:block;
	width:4px;
	height:4px;
	border-radius:50%;
	background:var(--default-color);
	content:'';
}
#download .store dd+dd{
	margin-top:9px;
}
@media screen and (max-width:767px){
#download{
	padding-top:112px;
	padding-bottom:180px;
}
#download .heading{
	font-size:28px;
	text-align:left;
}
#download .heading span{
	display:inline-block;
}
#download .content:not(:first-of-type){
	margin-top:55px;
	padding-top:47px;
	border-top:1px solid var(--table-border);
}
#download .content:first-of-type{
	margin-top:62px;
}
#download .subheading{
	text-align:left;
}
#download .lead{
	margin-top:61px;
}
#download .text{
	margin-top:22px;
}
#download .list{
	margin-top:44px;
}
#download .list dt,
#download .list dd{
	padding-left:16px;
}
#download .list dt{
	position:relative;
}
#download .list dd+dt{
	margin-top:25px;
}
#download .list dt::before{
	position:absolute;
	top:11px;
	left:4px;
	display:block;
	width:4px;
	height:4px;
	border-radius:50%;
	background:var(--default-color);
	content:'';
}
#download .notes{
	margin-top:9px;
}
#download .notice{
	margin-top:46px;
}
#download .notice .heading{
	font-size:14px;
	font-weight:700;
}
#download .notice .heading::before{
	content:'\FF1C';
}
#download .notice .heading::after{
	content:'\FF1E';
}
#download .notice .notes{
	margin-top:6px;
	color:#EEE;
}
#download .contact{
	margin-top:50px;
	padding:31px 35px 29px;
	background:var(--box-background);
}
#download .contact .heading{
	font-size:14px;
	font-weight:700;
}
#download .contact .address{
	margin-top:6px;
}
#download .store{
	margin-top:24px;
}
#download .store li+li{
	margin-top:23px;
}
#download .store dt{
	position:relative;
	padding-left:16px;
}
#download .store dt::before{
	position:absolute;
	top:7px;
	left:2px;
	display:block;
	width:10px;
	height:11px;
	background:var(--default-color);
	content:'';
}
#download .store dd{
	position:relative;
	margin-top:3px;
	padding-left:16px;
}
#download .store dd::before{
	position:absolute;
	top:11px;
	left:4px;
	display:block;
	width:4px;
	height:4px;
	border-radius:50%;
	background:var(--default-color);
	content:'';
}
#download .store dd+dd{
	margin-top:9px;
}
}
*/

/* #header
-------------------------------------------------- */
#header{
	padding:30px min(5.3333vw,30px) 25px;
	text-align:center;
}
#header .category{
	font-size:14px;
	line-height:1;
	font-weight:400;
}
#header .title{
	width:200px;
	margin:21px auto 17px;
}
#header .campaign{
	font-size:16px;
	line-height:var(--title-line-height);
	font-weight:700;
}
@media screen and (max-width:767px){
	#header{
		padding-top:20px;
		padding-bottom:16px;
	}
	#header .category{
		font-size:13px;
	}
	#header .title{
		width:152px;
		margin-top:17px;
		margin-bottom:14px;
	}
	#header .campaign{
		font-size:15px;
	}
}

/* #authentication
-------------------------------------------------- */
#authentication .inner:last-of-type{
	padding-top:50px;
}
@media screen and (max-width:767px){
	#authentication .inner:last-of-type{
		padding-top:40px;
	}
}

/* #send
-------------------------------------------------- */
#send{
	border-top:1px solid var(--default-border);
}
#send .box{
	padding-bottom:55px;
}
@media screen and (max-width:767px){
	#send .box{
		padding-bottom:50px;
	}
}

/* #verified
-------------------------------------------------- */
#verified{
	border-top:1px solid var(--default-border);
}
#verified .contents{
	padding-bottom:95px;
}
@media screen and (max-width:767px){
	#verified .contents{
		padding-bottom:77px;
	}
}

/* #terms
-------------------------------------------------- */
#terms .contents{
	padding-top:75px;
	padding-bottom:95px;
}
#terms .inner:first-of-type{
	margin-bottom:55px;
}
@media screen and (max-width:767px){
	#terms .contents{
		padding-top:50px;
		padding-bottom:75px;
	}
	#terms .inner:first-of-type{
		margin-bottom:45px;
	}
}

/* #entry
-------------------------------------------------- */
#entry .address{
	margin-bottom:50px;
	font-size:22px;
	line-height:var(--heading-line-height);
	font-weight:700;
}
#entry .prize{
	display:grid;
	grid-template-columns:1fr;
	row-gap:12px;
	margin-bottom:45px;
}
#entry .prize .items{
	padding:23px 40px 30px;
	background:var(--box-background);
}
#entry .prize .items:has(:checked){
	background:var(--button-background);
}
#entry .radio:has(input[type=radio]:checked){
	background:color-mix(in srgb, #FFF 40%, transparent);
}
#entry .prize .name{
	display:grid;
	grid-template-columns:52px 1fr;
	align-items:center;
	gap:9px 13px;
	margin-bottom:26px;
}
#entry .prize .name dt{
	font-size:48px;
	line-height:1;
	font-weight:700;
	text-align:center;
}
#entry .prize .name dt span{
	display:inline-block;
	padding:10px 0 0 2px;
	font-size:14px;
	line-height:var(--heading-line-height);
	vertical-align:middle;
}
#entry .prize .name dd{
	font-size:20px;
	line-height:var(--heading-line-height);
	font-weight:700;
}
#entry .prize .part+.part{
	margin-top:10px;
}
#entry .prize .part .icon{
	display:inline-block;
	margin-top:-3px;
	margin-right:4px;
	padding:4px 15px;
	font-size:13px;
	line-height:1;
	color:#FFF;
	vertical-align:middle;
	border-radius:3px;
	background:#000;
}
#entry .prize .radio br{
	display:none;
} 
#entry .table td{
	padding:27px 0;
}
#entry .table .name{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	column-gap:40px;
}
#entry .table .name dl{
	display:grid;
	grid-template-columns:2em 1fr;
	column-gap:1em;
}
#entry .table .name dt{
	align-self:center;
	font-weight:700;
}
#entry .table .zip{
	display:grid;
	grid-template-columns:repeat(2,auto);
	column-gap:10px;
	width:fit-content;
}
#entry .table .zip ul{
	display:grid;
	grid-template-columns:repeat(2,120px);
	column-gap:10px;
}
#entry .table .zip div{
	width:200px;
}
#entry .table .zip input{
	text-align:center;
}
#entry .table .tel{
	display:grid;
	grid-template-columns:repeat(3,120px);
	column-gap:10px;
	width:fit-content;
}
#entry .table .tel input{
	text-align:center;
}
#entry .link{
	margin-top:45px;
}
@media screen and (max-width:767px){
	#entry .address{
		margin-bottom:31px;
		font-size:18px;
	}
	#entry .prize{
		row-gap:10px;
		margin-bottom:25px;
	}
	#entry .prize .items{
		padding:18px min(3.2vw,30px) 22px;
	}
	#entry .prize .name{
		grid-template-columns:1fr;
		margin-bottom:21px;
		text-align:center;
	}
	#entry .prize .name dd{
		font-size:18px;
	}
	#entry .prize .part+.part{
		margin-top:8px;
	}
	#entry .prize .part .icon{
		margin-top:-4px;
		margin-right:2px;
		padding:3px 8px;
		font-size:10px;
	}
	#entry .table tr{
		padding:20px 0 25px;
	}
	#entry .table th{
		padding-bottom:9px;
	}
	#entry .table td{
		padding:0;
	}
	#entry .table .name{
		grid-template-columns:100%;
		row-gap:8px;
	}
	#entry .table .name dl{
		column-gap:0.5em;
	}
	#entry .table .zip{
		column-gap:8px;
		width:100%;
	}
	#entry .table .zip ul{
		grid-template-columns:repeat(2,1fr);
		column-gap:8px;
	}
	#entry .table .zip div{
		width:120px;
	}
	#entry .table .tel{
		grid-template-columns:repeat(3,1fr);
		column-gap:8px;
		width:100%;
	}
	#entry .link{
		margin-top:25px;
	}
}
@media screen and (max-width:649px){
	#entry .prizeList .tablet{
		display:inline;
	}
	#entry .prize01 .radio input[type=radio]+span::before {
		top:15px;
	}
	#entry .prize01 .radio input[type=radio]+span::after {
		top:20px;
	}
}
@media screen and (max-width:499px){
	#entry .prize .name dd span{
		display:block;
	}
	#entry .radio input[type=radio]+span{
		margin-left:0;
	}
}
@media screen and (max-width:413px){
	#entry .prize .radio br{
		display:block;
	}
	#entry .prize .radio:has(br) input[type=radio]+span::before{
		top:16px;
	}
	#entry .prize .radio:has(br) input[type=radio]+span::after{
		top:21px;
	}
}

/* #confirm
-------------------------------------------------- */
#confirm .address{
	margin-bottom:50px;
	font-size:22px;
	line-height:var(--heading-line-height);
	font-weight:700;
}
#confirm .table td{
	padding:40px 0 41px;
}
#confirm .link{
	display:grid;
	grid-template-columns:repeat(2,auto);
	direction:rtl;
	column-gap:30px;
	width:fit-content;
	margin-top:45px;
	max-width:initial;
}
#confirm .link li:first-of-type input{
	width:480px;
}
#confirm .link li:last-of-type input{
	width:200px;
}
@media screen and (max-width:767px){
	#confirm .address{
		margin-bottom:31px;
		font-size:18px;
	}
	#confirm .table tr{
		padding:20px 0 22px;
	}
	#confirm .table th{
		padding-bottom:7px;
	}
	#confirm .table td{
		padding:0;
	}
	#confirm .link{
		grid-template-columns:100%;
		row-gap:18px;
		width:100%;
		margin-top:25px;
	}
	#confirm .link li:first-of-type input,
	#confirm .link li:last-of-type input{
		width:100%;
	}
}

/* #complete
-------------------------------------------------- */
#complete .contents{
	padding-bottom:95px;
}
#complete .subheading+.subheading{
	margin-top:25px;
}
#complete strong{
	color:var(--notice-color);
	font-weight:700;
}
#complete .link{
	margin-top:55px;
}
#complete .customer{
	margin-top:70px;
}
@media screen and (max-width:767px){
	#complete .contents{
		padding-bottom:75px;
	}
	#complete .inner .subheading+.subheading{
		margin-top:17px;
	}
	#complete .link{
		margin-top:45px;
	}
	#complete .customer{
		margin-top:60px;
	}
}

/* #present
-------------------------------------------------- */
#present .form{
	row-gap:24px;
	margin:0;
}
#present .notes{
	margin-top:9px;
}
@media screen and (max-width:767px){
	#present .contents{
		padding-top:52px;
		padding-bottom:55px;
	}
	#present .form{
		row-gap:21px;
	}
}
@media screen and (max-width:413px){
	main:has(#present) #title{
		padding-top:32px;
		padding-bottom:33px;
	}
	main:has(#present) #title span{
		display:block;
	}
	main:has(#present) #title span+span{
		margin-top:4px;
	}
}

/* #download
-------------------------------------------------- */
#download .contents{
	padding-top:72px;
}
#download .subheading span{
	display:inline-block;
}
#download .image{
	max-width:800px;
	margin:48px auto 0;
}
@media screen and (max-width:767px){
	#download .contents{
		padding-top:48px;
		padding-bottom:55px;
	}
	#download .image{
		margin-top:39px;
	}
}
@media screen and (max-width:413px){
	main:has(#download) #title{
		padding-top:32px;
		padding-bottom:33px;
	}
	main:has(#download) #title span{
		display:block;
	}
	main:has(#download) #title span+span{
		margin-top:4px;
	}
}

/* form
-------------------------------------------------- */
/* input, textarea */
input,
textarea{
	color:var(--form-text-color);
	line-height:var(--form-line-height);
}
input[type=text],
textarea{
	width:100%;
	font-size:18px;
	border-radius:5px;
	background:var(--form-input-background);
}
input[type=text]{
	padding:13px 18px 14px;
}
textarea{
	height:188px;
	padding:13px 18px 14px;
}
input.serial{
	padding:9px 18px 12px;
	font-size:22px;
	font-weight:700;
	text-align:center;
}
@media screen and (max-width:767px){
	input[type=text],
	textarea{
		font-size:16px;
		border-radius:3px;
	}
	input[type=text]{
		padding:10px 12px 12px;
	}
	textarea{
		height:150px;
		padding:10px 12px 12px;
	}
	input.serial{
		padding:7px 12px 9px;
		font-size:20px;
	}
}

/* button */
input[type=submit]{
	width:100%;
	height:54px;
	font-size:var(--button-font-size);
	line-height:var(--button-line-height);
	color:var(--button-color);
	font-weight:500;
	text-align:center;
	border-radius:27px;
	background:var(--button-background);
	cursor:pointer;
}
input[type=submit].cancel{
	color:var(--cancel-text);
	background:var(--cancel-background);
}
@media screen and (max-width:767px){
	input[type=submit]{
		padding:10px 15px 12px;
	}
}

/* radio */
.radio{
	display:block;
	padding:13px 18px 14px;
	font-size:18px;
	line-height:var(--form-line-height);
	color:var(--form-box-text);
	font-weight:700;
	border-radius:5px;
	background:var(--form-box-background);
	cursor:pointer;
}
.radio input[type=radio]{
	display:none;
}
.radio input[type=radio]+span{
	position:relative;
	display:block;
	width:fit-content;
	margin:0 auto;
	padding-left:30px;
}
.radio input[type=radio]+span::before,
.radio input[type=radio]+span::after{
	position:absolute;
	display:block;
	border-radius:50%;
	content:'';
}
.radio input[type=radio]+span::before{
	top:3px;
	left:0;
	width:22px;
	height:22px;
	background:#FFF;
}
.radio input[type=radio]+span::after{
	top:9px;
	left:6px;
	width:10px;
	height:10px;
	background:#000;
	opacity:0;
}
.radio input[type=radio]:checked+span::after{
	opacity:1;
}
.radio:has(input[type=radio]:checked){
	background:var(--button-background);
}
.radio:has(input[type=radio]:disabled){
	color:rgba(0,0,0,0.3);
	cursor:default;
}
.radio input[type=radio]:disabled+span::before{
	background:rgba(255,255,255,0.55);
}
@media screen and (max-width:767px){
	.radio{
		padding:10px 12px 12px;
		font-size:16px;
		border-radius:3px;
	}
	.radio input[type=radio]+span{
		padding-left:28px;
	}
	.radio input[type=radio]+span::before{
		top:4px;
		width:18px;
		height:18px;
	}
	.radio input[type=radio]+span::after{
		top:9px;
		left:5px;
		width:8px;
		height:8px;
	}
	.radio input[type=radio]+span::after{
		border-width:6px;
	}
}

/* checkbox */
.checkbox{
	display:block;
	padding:13px 18px 14px;
	font-size:18px;
	line-height:var(--form-line-height);
	color:var(--form-box-text);
	font-weight:500;
	border-radius:5px;
	background:var(--form-box-background);
	cursor:pointer;
}
.checkbox input[type=checkbox]{
	display:none;
}
.checkbox input[type=checkbox]+span{
	position:relative;
	display:block;
	width:fit-content;
	margin:0 auto;
	padding-left:30px;
}
.checkbox input[type=checkbox]+span::before,
.checkbox input[type=checkbox]+span::after{
	position:absolute;
	display:block;
	content:'';
}
.checkbox input[type=checkbox]+span::before{
	top:3px;
	left:0;
	width:22px;
	height:22px;
	border-radius:2px;
	background:rgba(255,255,255,1);
}
.checkbox input[type=checkbox]+span::after{
	top:5px;
	left:7px;
	width:9px;
	height:15px;
	border-right:3px solid #000;
	border-bottom:3px solid #000;
	transform:rotate(45deg);
	transform-origin:center;
	opacity:0;
}
.checkbox input[type=checkbox]:checked+span::after{
	opacity:1;
}
.checkbox:has(input[type=checkbox]:checked){
	color:#000;
	background:var(--button-background);
}
@media screen and (max-width:767px){
	.checkbox{
		padding:10px 12px 12px;
		font-size:16px;
		border-radius:3px;
	}
	.checkbox input[type=checkbox]+span{
		padding-left:28px;
	}
	.checkbox input[type=checkbox]+span::before{
		width:20px;
		height:20px;
	}
	.checkbox input[type=checkbox]+span::after{
		width:7px;
		height:13px;
		border-right-width:2px;
		border-bottom-width:2px;
	}
}

/* .serial */
.serial::placeholder{
	font-size:19px;
	color:rgba(0,0,0,0.25);
	font-weight:600;
}
.serial:focus::placeholder{
	color:transparent;
}
@media screen and (max-width:767px){
	.serial::placeholder{
		font-size:16px;
	}
}

/* .toTop
-------------------------------------------------- */
.toTop{
	position:fixed;
	right:25px;
	bottom:25px;
	width:52px;
	height:52px;
	z-index:100;
}
.toTop img{
	display:block;
	filter:drop-shadow(0 0 15px rgba(0,0,0,.1));
	transition:0.3s;
	cursor:pointer;
}
@media screen and (max-width:767px){
	.toTop{
		right:15px;
		bottom:15px;
		width:44px;
		height:44px;
	}
}
@media screen and (min-width:768px){
	.toTop img:hover{
		transform:scale(1.03);
	}
}

/* .modal
-------------------------------------------------- */
.modalBg{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:none;
	background:rgba(0,0,0,0.8);
	z-index:200;
}
.modalBg[data-index="1"]{
	z-index:206
}
.modalClose{
	position:fixed;
	top:36px;
	right:32px;
	display:none;
	width:28px;
	height:28px;
	z-index:205;
	cursor:pointer;
}
.modalClose::before,
.modalClose::after{
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	width:36px;
	height:1px;
	background:#fff;
	content:'';
}
.modalClose::before{
	transform:translate(-50%,-50%) rotate(45deg);
}
.modalClose::after{
	transform:translate(-50%,-50%) rotate(-45deg);
}
.modalClose[data-index="1"]{
	z-index:208;
}
.modal{
	position:fixed;
	top:50%;
	left:50%;
	display:none;
	width:calc(100% - 60px);
	max-width:1366px;
	/*max-height:calc(100vh - 128px);*/
	transform:translate(-50%,-50%);
	overflow-y:scroll;
	z-index:201;
}
.modal[data-index="1"]{
	z-index:209;
}
.modal::-webkit-scrollbar{
	display:none;
	-webkit-appearance:none;  
}
@media screen and (max-width:767px){
	.modal{
		width:calc(100% - 30px);
		max-width:initial;
	}
}

/* .slick
-------------------------------------------------- */
.slick-slider{
	position:relative;
	display:block;
	box-sizing:border-box;
	-webkit-user-select:none;
	user-select:none;
	touch-action:pan-y;
}
.slick-slider .slick-list,
.slick-slider .slick-track{
	transform:translateZ(0);
}
.slick-list{
	position:relative;
	display:block;
	margin:0;
	padding:0;
	overflow:hidden;
}
.slick-list:focus{
	outline:none;
}
.slick-track{
	position:relative;
	top:0;
	left:0;
	display:block;
	margin:0 auto;
}
.slick-track::before,
.slick-track::after{
	display:table;
	content:'';
}
.slick-track::after{
	clear:both;
}
.slick-slide{
	display:none;
	float:left;
	height:100%;
	min-height:1px;
}
.slick-initialized .slick-slide{
	display:block;
}
.slick-prev,
.slick-next{
	position:absolute;
	display:block;
	width:32px;
	height:32px;
	padding:0;
	line-height:0;
	color:transparent;
	border:none;
	border-radius:50%;
	background:var(--slick-button);
	/*box-shadow:0 0 20px 0 rgba(0,0,0,0.12);*/
	cursor:pointer;
	transition:0.3s;
	z-index:10;
}
.slick-prev::before,
.slick-next::before{
	position:absolute;
	top:calc(50% - 4px);
	display:block;
	width:8px;
	height:8px;
	transform:rotate(-45deg) translate(-50%,-50%);
	transition:0.3s;
	content:'';
}
.slick-prev::before{
	left:calc(50% + 3px);
	border-top:1px solid var(--slick-arrow);
	border-left:1px solid var(--slick-arrow);
}
.slick-next::before{
	left:50%;
	border-right:1px solid var(--slick-arrow);
	border-bottom:1px solid var(--slick-arrow);
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled{
	background:var(--nolink-background);
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before{
	opacity:0.55;
}
@media screen and (max-width:767px){
	.slick-next:active,
	.slick-prev:active{
		background:var(--slick-button);
	}
	.slick-next:active:before,
	.slick-prev:active:before{
		border-color:var(--slick-arrow);
	}
}
@media screen and (min-width:768px){
	.slick-next:hover,
	.slick-prev:hover{
		background:var(--slick-button-hover);
		opacity:0.7;
	}
	.slick-next:hover:before,
	.slick-prev:hover:before {
		border-color:var(--slick-arrow-hover);
	}
	.slick-prev:hover:before {
		animation:slickArrowP 0.5s ease-out 0.3s 1, slickArrow_bg 0.5s ease-out 0.3s infinite
	}
	.slick-next:hover:before {
		animation: slickArrowN 0.5s ease-out 0.3s 1, slickArrow_bg 0.5s ease-out 0.3s infinite
	}
	.slick-prev.slick-disabled:hover,
	.slick-next.slick-disabled:hover{
		background:var(--nolink-background);
		opacity:1;
		cursor:default;
	}
	.slick-prev.slick-disabled:hover::before,
	.slick-next.slick-disabled:hover::before{
		opacity:0.4;
	}
	.slick-prev.slick-disabled:hover,
	.slick-next.slick-disabled:hover,
	.slick-prev.slick-disabled:hover::before,
	.slick-next.slick-disabled:hover::before{
		animation:none;
	}
}

/* #soon
-------------------------------------------------- */
body:has(#soon){
	background:#FFF;
}
#soon{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100dvh;
}
#soon p{
	font-size:8vw;
	line-height:1;
	color:#DDD;
	font-family:var(--font-en);
	font-weight:900;
}


