@charset "utf-8";
/*--****************************************



@dramaEpo



*****************************************--*/
body,html{background-color: #000;color:#FFF;/* text-align:center; */font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

#wrapper{
	min-width: 1024px;
	overflow-x: scroll;
	opacity: 0;
}

#mvtk:hover{
	opacity:0.8;
	-moz-opacity:0.8;
	-webkit-opacity:0.8;
}

* {
  box-sizing: border-box;
}

.w100 {
  width: 100%;
}

.contents-inner {
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 0 100px 0;
}

.video-wrapper{
	margin: 30px auto;
	width:640px;
	height:390px;
}

.video-container {
	position: relative;
	width:640px;
	height:390px;
	/*
	padding-bottom: 56.25%;
	padding-top: 30px;
	overflow: hidden;
	margin-bottom: 30px; */
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*-------------------------------

bg

-------------------------------*/

.bg-main{
  background: url("../img/s3qqdmls.jpg");
  background-attachment: fixed;
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-width:1024px;
}

@media screen and (max-width: 1024px) {
  .bg-main{
    background-size: 1024px!important;
    overflow-x: scroll;
    /* width: 100%; */
  }
}



.bg-black{
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
}

/*-------------------------------

main

-------------------------------*/

#top{
  background: #000;
}

.contents-l {
  width: 50%;
  padding: 50px 0 50px 50px;
}

.contents-r {
  width: 50%;
  position: relative;
  text-align: center;
}

.contents-l img {
  display: block;
  width: 100%;
  margin: 0 auto;
  /* padding: 50px; */
  box-shadow: 0 0 30px #c5000a;
}

.contents-r img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 679px;
    margin: auto;
}

/*-------------------------------

main

-------------------------------*/
.main-img{
  width: 100%;
}

.lead {
	text-align: center;
	width: 1200px;
	font-size: 20px;
	line-height: 3;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 0 auto;
	padding: 100px 0 10px;
	text-shadow: 0 0 6px #fff;
}

/*-------------------------------

story

-------------------------------*/

#story{
  background: rgba(255, 255, 255, 0.52);
  padding: 80px 0 0;
}

.story-ttl{
	text-align: center;
	color: #000;
	font-size: 55px;
	font-weight: bold;
	padding: 0 0 20px;
}

.story-container{
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 100px 0;
	/* background: #fff; */
}

.story-main-ttl{
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	margin: 20px auto;
	/* letter-spacing: 8px; */
	/* padding: 0 0 20px; */
}


#story-thumb-container {overflow:hidden;margin: 15px auto;}
#story-thumb-container li{margin: 5px 0 0 20px;width: 235px;float:left;/* margin-right: 12px; */transition-duration: .2s;}
#story-thumb-container li img{box-shadow: 0 0 10px rgba(195, 235, 255, 0.58);}
#story-thumb-container li:first-child,#story-thumb-container li:nth-child(5){margin-left: 0;}
#story-thumb-container li:nth-child(4),#story-thumb-container li:nth-child(7){/* margin: 5px 0 0 5px; */}
#story-thumb-container li.selected{opacity: .4;}
#story-main-container li{background: rgba(0, 0, 0, 0.8);padding: 20px 70px 30px;transition-duration: .2s;line-height: 1.8;box-shadow: 0 0 10px rgba(195, 235, 255, 0.29);/* text-shadow: 0 0 3px rgba(0, 0, 0, 0.34); */}
.hide {display:none;}

#story-main-container img{
	margin: 30px auto 20px;
	display:block;
	transition-duration: .2s;
}

.story-thumb-ttl{
	color:#000;
	text-align:center;
	font-weight:bold;
	margin:3px auto 10px;
	letter-spacing: 3px;
}

.story-ttl--thumb{
  padding: 30px 0 0;
  font-size: 30px;
}

.story-main-sentence{
	letter-spacing: 0;
	margin: 0 0 20px;
}

/*-------------------------------

network

-------------------------------*/

.network_area{
	padding: 100px 0;
	/* background: url(../images/pc/trailer_bg_pc.png) no-repeat; */
	background-position: top center;
}
.network_area .network_area_wrapper{
	width: 1000px;
	margin: 0 auto;
}
.network_area .network_area_wrapper .h2_title{text-align: center;color: #fff;font-size: 45px;font-weight: bold;padding: 0 0 50px;}
.network_area .vod_area{
	width: 800px;
	margin: 0 auto 60px;
	border-bottom: 1px solid #fff;
	font-size: 2rem;
}
.network_area .vod_area h3{
	/* border-bottom: 1px solid #222; */
	color: #ffffff;
	font-weight: bold;
	/* padding-bottom: 15px; */
	margin: 40px auto;
	text-align: center;
}
.network_area .vod_area .vod_list{
	padding-bottom: 60px;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	color: #9e9e9e;
}
.network_area .vod_area .vod_list li{
	width: 50%;
	position: relative;
	padding-left: 41px;
}
.network_area .vod_area .vod_list li:before{
	display: block;
	content: '';
	width: 25px;
	height: 1px;
	background: #917841;
	position: absolute;
	left: 1px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.network_area .vod_area .vod_list li:not(:nth-of-type(-n+2)){
	margin-top: 45px;
}
.network_area .vod_area .vod_list li a{
	color: #fff;
	text-decoration: none;
}
.network_area .vod_area .vod_list li a:hover{
	opacity: .7;
}
.network_area .network_list{
	-webkit-display: flex;
	display: flex;
	font-size: 2rem;
	font-size: 20px;
	width: 800px;
	margin: 0 auto;
}
.network_area .network_list:not(:last-of-type){
	margin-bottom: 45px;
}
.network_area .network_list .network_list_net{
	width: 60%;
	padding-left: 42px;
	/* padding: 30px; */
	position: relative;
	color: #fff;
	font-weight: bold;
	/* font-size: 25px; */
}
.network_area .network_list .network_list_net span{
	font-size: 15px;
} 

.network_area .network_list .network_list_net:before{
	display: block;
	content: '';
	width: 25px;
	height: 5px;
	background: #db0010;
	position: absolute;
	left: 1px;
	top: 0;
	bottom: 0;
	margin: 13px 0;
}
.network_list_net--nihon{
	height: 30px;
}

.network_area .network_list.new .network_list_net:after{
	display: inline-block;
	content: 'NEW';
	background: #917841;
	color: #fff;
	font-size: 1.2rem;
	font-size: 12px;
	line-height: 1;
	padding: 4px 6px;
	vertical-align: bottom;
}
.network_area .network_list .network_list_date{
	width: 70%;
	color: #9e9e9e;
	text-align: right;
	font-size: 18px;
}

.network_area .network_list .network_list_date span{
	font-size: 15px;
}

.network_area .network_caution{
	padding: 4% 0 0;
	line-height: 1.4;
	font-size: 1.2rem;
	font-size: 12px;
	width: 800px;
	margin: 0 auto;
	color: #fff;
}

.haishin-container{
  /* border: 1px solid #dc402b; */
  width: 800px;
  padding: 30px;
  margin: 50px auto 20px;
}

.haishin-link{
  display: flex;
  width: 50%;
  font-size: 30px;
  margin: 0 auto 20px;
}

.haishin-link li{
	text-align: center;
	margin: 0 auto;
	text-decoration: underline;
}

.haishin-link li a{
	color: #f8b732;
	font-weight: bold;
}

.haishin-caution li{
 	font-size: 20px;
 	text-align: center;
 	color: #fff;
}

/*-------------------------------

main

-------------------------------*/

.main{
  height: 100vh;
}

/* ////////////////////

20201105

//////////////////// */

.about{
  
}

.about-container{
  
}

.about-container p{
  
}

.pickup-bnr-container{
    width: 100%;
    margin: 50px 0 70px;
}

.pickup-bnr-list li{
	width:90%;
	max-width:500px;
	margin: 0 auto;
}

.pickup-bnr-list li img{
	width:100%;
}

.cast-container{
  margin: 50px 0 0;
}

.cast-container p{
  text-align: center;
  font-size: 18px;
  margin: 0 0 5px;
}

p.cast-ttl{
  text-align: center;
  font-size: 9vw;
  font-weight: bold;
  padding: 8vw 0 2vw;
  text-align: center;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding: 30px 0 30px;
}