@charset "utf-8";



:root{
	letter-spacing: .8px;
}

/*  ===============================
			GLOBAL
===============================
container
header
navi
footer
other
*/



/* header
===============================
Ghdr
*/



/* footer
===============================
Gftr
*/

.Gftr_link{
	margin-top: 2rem;
}

/*  ===============================
		  block , element
===============================*/


/* sec
===============================
.sec
.sec_hdr
.sec_ttl
.sec_body
.sec_ftr
*/

.sec,
.sec.formArea:first-child:last-child{
	padding: 70px 39px;
}
	.main > .sec:first-child{
		padding-top: 140px;
	}
	.main > .sec:last-child{
		padding-bottom: 140px;
	}

	.sec--note{
		padding-top: 3rem;
	}

.sec_hdr{
	margin-bottom: min(4rem,15vw);
}
	.sec_hdr--tieUp{
		margin-bottom: min(3.5rem,12vw);
	}

.sec_ttl{}

.sec_ttl--release,
.sec_ttl--lyric{
	max-width: var(--cntInrMaxW);
	width: 71vw;
	margin-left: auto;
	margin-right: auto;
}


.sec_ttl::after{
	width: 15vw;
	height: 15vw;
}

	.sec_ttl--tieUp::after{
		top:  -5vw;
		left: 10vw;
	}



/* btn
===============================
*/
.btn{
	font-weight: 500;
	width: 100%;
	max-width: 350px;
	font-size: min(18px,4.3vw);
	margin-left: auto;
	margin-right: auto;
}
	.btn--link{
	}

	.btn--click{
		padding: 1rem .8rem;
		font-size: min( 18px , 4vw);
	}



/* mv
===============================
*/

.mv{
	overflow: hidden;
}
.mv_img{
	object-fit: cover;
}
.mv_pop{
	left: 0;
	right: 0;
	bottom: 12vw;
	margin-left: auto;
	margin-right: auto;
}
.mv_saw{
	text-align: center;
}


/* release
===============================
*/
.release_ttl{
	font-size: min( 27px , 5.5vw);
	margin-bottom: 3rem;
}



/* campaign
===============================
*/

.campaign_ttl{
	margin: 5rem 0 1.5rem;
}

.campaign_texts{
	margin-bottom: 80px;
	/* padding: 0 30px; */
}
.campaign_texts::after{
	width: 120%;
	height: calc( 100% + 2rem);
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	top: 0;
	left: -10%;
	right: 0;
}
.campaign_text{
	text-align: left;
	font-size: min(17px,3.4vw);
	line-height: 1.8;
}

.campaign_text.serif strong{
	margin-top: 1.5rem;
	font-size: 1.5em;
}

.campaign_text.serif strong+br+strong{
	margin-top: 0;
}



.campaign_text.serif .st01{
	margin-top: 0;
	font-size: 1.1em;
	line-height: 1.2;
}
.campaign_text.serif .st02{
	font-size: 1.1em;
	line-height: 1.2;
}
.campaign_text.serif .st03{
	display: inline;
	margin-top: 0;
	font-size: 1.2em;
	line-height: 1.2;
}
.campaign_text.serif .st04{
	font-size: 1.1em;
	line-height: 1.2;
}
.campaign_text.serif .st05{
	margin-top: 0.3rem;
	margin-bottom: 0;
	font-size: 1.1em;
	line-height: 1.2;
}
.campaign_text.serif .st06{
	margin-top: 1.2rem;
	line-height: 1.2;
	font-size: 1.2em;
}
.campaign_text.serif .st07{
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 1.2em;

}
.campaign_text.serif .st08{
	margin-top: 0;
	font-size: 1.1em;
}
.campaign_text.serif .st09{
	line-height: 1.2;
	font-size: 1.1em;
}

/* goods
===============================
*/

.goods{
	margin-bottom: 6rem;
}

.goods_ttl{
	font-size: min(17px,4.3vw);
}

.goods_img{
	max-width: 420px;
	width: 100%;
}

.goods_pics{
	display: block;
}

.goods_pic{
	margin-bottom: 2.5rem;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}

.goods_pic_text{
	margin-top: .8rem;
	font-size: min( 16px , 3.3vw );
}


.goods_ftr_texts{
	font-size: min( 14px , 3vw);
}


/* apply
===============================
*/


.apply{
	margin-top: 4rem;
}

.apply_hdr{
	flex-wrap: wrap;
	text-align: left;
	margin-bottom: 1rem;
}

.apply_ttl,
.apply_hdr_text{
	text-align: left;
}

.apply_ttl{
	display: inline-block;
	width: auto;
	margin-right: 0;
	margin-bottom: 1rem;
	padding: .5em .8em;
	font-size: min(17px,4.2vw);
}
.apply_hdr_text{
	width: 100%;
	line-height: 1.6;
	font-size: min( 18px , 4.2vw);
	font-weight: 700;
}
	.apply_hdr_text--mail{
		font-size: min(18px , 4.5vw);
	}


	
.apply_texts{
	font-size: min(16px,3.4vw);
}

.apply_text{
	font-weight: 300;
}

.apply_ftr{
	margin-top: 3rem;
}

.apply_anchor{
	padding: 0;
	transition: none;
	font-weight: 400;
}

.apply_anchor--mail::after{
	top: .2em;
}


/* modal */
.apply--modal{
	margin-top: 0;
	padding-left: 5vw;
	padding-right: 5vw;
}

.campaign_ttl,
.campaign_ttl--modal{
	font-size: min( 2.5rem , 7.4vw )
}

.campaign_ttl span,
.campaign_ttl--modal span{
	font-size: min( 2.5rem , 4.5vw );
	font-weight: 900;
}



/* step
===============================
*/

.step{
	padding: 0 0 0 1.2em;
	border-left-width: 7px;
}
	.step:first-child{
		margin-top: 3rem
	}

.step_num{
	margin-bottom: 1rem;
	font-size: min(20px,4.2vw);
}

.step_ttl{
	letter-spacing: 0;
	font-size: min(16px,3.6vw);
}
.step_texts{

	font-size: min(12px,3vw);
}
.step_text{}



/* form , formArea
===============================
*/

.formArea{
	padding: 0 39px 0;
}


.formArea_inr{
	padding-top:    2.5rem;
	padding-bottom: 2.5rem;
}
.formArea_ttl{
	font-size: min( 22px , 4.5vw);
}
.form_message{
	font-size: min( 14px , 3.2vw );
}

.form_dl{
	margin-top: 3rem;
	margin-bottom: 4rem;
	padding: 0 20px;
	font-size: min( 18px , 3.5vw);
	font-weight: 500;
}

	.form_dl--confirm{
		flex-direction: column;
	}


.form_dl--confirm .form_term,
.form_dl--confirm .form_desc{
	width: 100%;
	text-align: center;
}

.form_term{
	margin-bottom: 0.5rem;
}

.form_desc{
	margin-bottom: min( 2.5rem , 8vw );
}

.form_term--short,
.form_desc--short{
	max-width: 240px;
	width: 80%;
}

.form_desc > label{
	padding: min( 15px , 2.8vw );
}

.form_desc > label + p{
	font-size: min( 14px , 3.2vw );
}

.form_btns{
	width: 80%;
}




.form input[type="text"],
.form input[type="email"] {
    padding: .6em 1em;
}


/* note , modal
===============================
*/

.note_sec_ttl{
	width: 100%;
	max-width: 350px;
}

.note{
	padding: 2rem;
}

.note_ttl--big{
	margin-bottom: 3rem;
}

.note ul,
.note_text{
	font-size: min( 14px , 3vw );
}



.modal_content{
	width: 100%;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}
.modal_content,
.modal_inr{
	min-height: 80vh
}
	

.closeBtn_wrap {
	top: -7vh;
	right: 0;
}

.closeBtn{
	width: 10vw;
	height: 10vw;
}

.closeBtn::before, .closeBtn::after{
	position: absolute;
    top: -50%;
	width: 10vw;
}





/* lyric
===============================
*/

.lyric_texts{
	font-size: min( 15px , 3.3vw);
}
.lyric_text{}


/* tieUp
===============================
*/

.tieUp_picWrap{
	margin-bottom: 3rem;
}
.tieUp_movieWrap{
	margin-bottom: 3rem;
}

.tieUp_phrase{
	font-size: min( 3.2vw , 14px);
}

.tieUp_strong{
	font-size: min( 4vw , 17px);
}

.tieUp_info{
	margin: 5rem 0 3rem;
}

.tieUp_info_copy{
	font-size: min( 2.5vw , 13px);
}

.tieUp_text{
	font-size: min( 18px , 3.9vw);
}

.tieUp_text--sub{
	font-size: min( 17px , 3.7vw);
}

/* info_list
===============================
*/

.info_list{}
.info_term{
	width: 7em;
	font-size: min( 3.3vw , 14px);
}
.info_desc{
	font-size: min( 3.5vw , 18px);
	font-weight: 500;
}
.info_aside{
	font-size: min( 2.5vw , 13px);
	font-weight: 200;
}






.is-show.paint.paint--left{
	left: -25%
}
.is-show.paint.paint--right{
	left: 125%
}
