/*----------------------------------------
  contents
----------------------------------------*/
:root{
		
	}
	
	
body{
	background:#FFDF2E;
	font-family: Noto Sans JP, sans-serif;
	text-align: center;
	font-size: 20px;
	

}


.wrapper{
	  max-width: 1000px;
	  margin:0 auto;
	  position: relative;
	  text-align: center;
	  padding-left: 10%;
	  padding-right: 10%;
	  overflow: hidden;
}

.wrapper img{
	width: 100%;
}

.wrapper strong{
	font-weight: 700;
}

.banner{
	letter-spacing: 0em;
	font-weight: 700;
	font-size: 34px;
}



a{
	color:#043EF5;
	text-decoration: none;
	
}

.banner u{
	font-weight: normal;
}
.bold{
	font-weight: 600;
}

h3{
	font-size: 60px;
	font-weight: 900;
	font-style: italic;
	font-feature-settings: "palt";
	letter-spacing:0em;
	padding-top:60px;
	padding-bottom:42px;
	
}


h4{
	font-size: 30px;
	font-weight: 900;
	padding-top:1em;
	padding-bottom:1em;
}

h5{
	font-size: 30px;
	font-weight: 900;
	display: inline-block;
	padding:0em 0.6em;
	background:#FFDF2E;
	margin-bottom:50px;
}

.text{
	line-height: 40px;
	padding: inherit;
	text-align: left;
	margin-bottom:6vw;
}



#title{
	height: 733px;
	position: relative;
	background: url(../img/title_bg.png) left bottom repeat;
	
	min-width: 1000px;
	overflow: hidden;
	margin-bottom:50px;
	
}

#header{
	display:block;
	position: absolute;
	top:0;
	left:50%;
	height: 100px;
	min-width: 1200px;
	z-index: 1;
	transform: translateX(-50%);
}
#header a{
	display: block;
	width: 45%;
	height: 100%;
	
}

#title img.pc{
	position: absolute;
	height:733px;
	width: auto;
	left:50%;
	 transform: translateX(-50%);

}


.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#pickup h5,
#interview h5{
	color:#213EDE;
	font-weight: 900;
	background: none;
	display: block;
	margin-bottom: 20px;
	padding:0;
	line-height: 1.3;
	font-size: 24px;
}

#interview h5{
	color:#000;
}


#kv{
	padding-bottom:6vw;
}

#info,#cast,#osusume,#pickup,#interview,#lineup{
		padding-bottom:10vw;
}

#lineup h3{
	padding-bottom:0;
}


#osusume h4{
	padding-top:60px;
	padding-bottom:60px;
}

#pickup{
	background: #FFFBCE;

}

#pickup h3{
	color:#FF6B29;
	padding-bottom: 0px;
}

#pickup h4,
#interview h4{
	padding-top:0;
	padding-bottom:38px;
}

#pickup .btn{
	text-decoration: none;
}


#interview h3{
	padding-bottom:0;

}


#lineup .cover{
	overflow: hidden;
	
	font-size: 0;
	backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0);
    box-shadow: 5px 5px 5px 0 rgb(0, 0, 0, 0.15);
}

#lineup a .cover img{
     height: auto;
     transition: transform .6s ease; 

}
#lineup a .cover:hover img{
	transform: scale(1.05);
	transition: transform .6s ease; 
    
	
} 
.text a{
	color:#000;
	text-decoration: underline;

}

.wb{
	background: #FFF;
	padding-bottom: 2em;
}

.wb .text{
	padding:1.8em 5em 1em;
	
}

.link{
line-height: 1.4;

}



li{
	display: inline-block;
	
}

.slider {
  margin: 0 auto;
  pointer-events: none;
  

}
.slider-img {
  margin: 0 0px;
}
.slider-img img {
	width:  auto;	
	height: 33vw;

}
    
    
ico {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-right:0.4rem;
	background:url(../img/up.svg) center top/100% auto no-repeat;

}
#header,#title{
	font-size: 0;
}
#cast{
	background: url(../img/bg_cast.png) left top/30px auto repeat;
}



#lineup{
	background: url(../img/bg_lineup.png) center top/1999px auto; repeat;
	
}

.hiddenmenu{
	margin:20px 0 20px;
	display: none;
}


.btn,
.btn-link{
	background:#000;
	font-size:22px;
	font-weight: 700;
	color:#FFF;
	padding:1em 0;
	margin:0 10%;
	display: block;
	cursor: pointer;
}

.orange{
	background:#FF6A29;
}

.loadmore{
	margin-top:-10px;
	background: #FEF6DC;
	color:#000;
}

.loadmore::before{
	content: 'すべて見る';
}
.loadmore.opened::before{
	content: '閉じる';
}

.footer_top a {
        display: block;
        padding: 30px 15px;
        background: #000;
        color: #fff;

        text-align: center;
}
.footer_top a:hover{
	opacity: 0.8;
}



/**** arrow ****/


.loadmore span{
 position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left:0.9em;
  top:0.1em;
  background:url(../img/downarrow.svg) center center no-repeat;
}

.loadmore.opened span{
	transform: rotate(180deg);
}

.arrow {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left:0.3em;
  top:0.15em;
  background:url(../img/rightarrow.svg) center center no-repeat;
}

.btarrow {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left:0.3em;
  top:0.15em;
  background:url(../img/btarrow.svg) center center no-repeat;
}



/*** slide up***/
.slide-up {
    position: relative;
    transform: translateY(100px);
    opacity: 0;
}




/*** align ****/
.tC{text-align: center;}
.tR{text-align: right;}
.tL{text-align: left;}


.pb20{padding-bottom:40px;}
.pb50{padding-bottom:70px;}


.mt20{margin-top:40px;}
.mt50{margin-top:70px;}

.mb20{margin-bottom:40px;}
.mb30{margin-bottom:50px;}
.mb50{margin-bottom:70px;}

.pc { display:inline;}
.sp { display: none !important;}

