/*story*/
#storyArea h2 { text-align: center;
font-family: gigalypse, sans-serif;
font-weight: 900;
font-style: normal;
}
#storyArea .epnum { display: inline-block; vertical-align: bottom; text-align: right; color: #FDF004; position:relative; 
	 background-repeat:no-repeat; background-position: left center; background-image: url(../img/top/nb.png); background-size: 40px 38px; padding-left:36px;}
#storyArea .epnum .small{ font-size: 0.6em;}
#storyArea .epTit {color: #FDF004; background-color: #000; font-size: 0.9em; margin-bottom: 0.5em; display: inline-block;}

#storyArea .oadate { vertical-align: bottom; display: inline-block; font-size: 4em; text-align: right;}
#storyArea .oadate .date{display: inline-block;}
#storyArea .oadate .small{ font-size: 0.6em;}
#storyArea .oadate .onair {font-size: 0.5em;}

#storyArea .titSpecial { text-align: center; font-family: "m-plus-1p", sans-serif; font-weight: 900; line-height: 1.5em; padding-bottom: 0.5em;}

#storyArea #story #ph span {
  display: block;
  position: relative;
background-size: 100%;
}

#trailer { position: relative; }
#trailer::after {
  /* 疑似要素で同じ大きさのboxを作り、position: absoluteで背面に表示 */
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* ①疑似要素のボックスを影色で塗りつぶし */
  background-image:url(../img/story/story_bg.png); background-size: cover;
  /* ②ブラーフィルターでぼかす */
  filter: blur(0px);
  /* ③位置やサイズを調整 */
  transform: translateY(15px) translateX(15px) scale(1.00);
  /* ④乗算で重ねる */
		mix-blend-mode: multiply;
	opacity: 1;
		}
#trailer .ph_cut { margin: 0 auto;}

@media all and (min-width: 768px) {
	#contentsArea {}
	#storyArea { padding:15px 0;}
	
	#storyArea h2 {padding-bottom: 20px;}
	#storyArea .epnum {font-size: 4em; margin-right:30px; padding-left:36px; background-size: 40px 38px; -webkit-text-stroke: 5px #000; text-stroke: 5px #000;}
	#storyArea .epTit { padding: 0 18px;
		border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;}
	#storyArea .titSpecial { font-size: 1.6em;}
	
	#trailer {width:800px; z-index: 10; margin: 0 auto;}

	#trailer .movieBox {width:800px; margin:0; }
	#trailer div {width:800px;}
	#trailer iframe {width:800px; height:452px;}
	
	/*.storySp #trailer {width:750px;}*/
	#trailer .ph_cut, .ph_cut span {
        width: 750px;
        height: 500px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
	
	section.txtArea {padding: 45px 0 20px;}

	.photoArea { letter-spacing: -.4em; text-align: center; padding-bottom: 3em;}
	.photoArea p.ph_cut {
		margin: 25px auto 0; position: relative; display: inline-block;
		width: 430px;
		height: 287px;
		background-position: center top;
		border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
		border: solid 3px #F53475;
	}
	.photoArea p.ph_cut:nth-child(odd){margin-right:35px;}
	.photoArea p.ph_cut{
		
	}
	.photoArea p.ph_cut span, .photoArea p.ph_cut span img {
		width: 430px;
		height: 287px;
		background-position: center top;
		border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
	}

}
@media all and (max-width: 767px) {
	.low div.wrap .contentsBlock .contents {padding: 0.5em;}
	#storyArea { padding:0 0 15px;}
	#storyArea h2 {  padding: 10px 0 15px;}
	#storyArea .epnum {font-size: 2.2em; padding-left:22px; margin-right:8px; background-size: 25px 24px; -webkit-text-stroke: 3px #000; text-stroke: 3px #000;}
	#storyArea .oadate {font-size: 2.3em;}
	#storyArea .epTit {padding: 0 12px;
		border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;}
	
	#storyArea #trailer {margin: 0 0.5em; z-index: 10; position: relative; /*padding: 7px;*/}
	#storyArea #trailer::after {transform: translateY(7px) translateX(7px) scale(1.00);}
	#trailer .movieBox, #trailer .photoBox {}
	#trailer .photoBox {padding: 15px 15px 0;}

	section.txtArea { padding: 20px 0.5em;}
	
	.photoArea { padding: 0 0.5em;}
	.photoArea p.ph_cut {margin:0.5em 0 1em;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border: solid 3px #F53475;
	}

  #story .ph_area {
    margin: 2% auto 0;
    /* width: 98%; */
    text-align: center;
  }
	.photoArea p.ph_cut span { padding-top: 66.0%; height: 0;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;}
}
@media all and (max-width: 365px) {
	#story h2 .oadate { /*position: static; margin: 0 auto;*/ font-size: 1.8em; display: inline-block;}
}

#story #ph_main {margin: 0 auto;}
#story #ph_main span {
  display: block;
  position: relative;
}
#story #ph_main span {
  background-size: 100%;
}
@media all and (min-width: 768px) {
	#story #ph_main,
	#story #ph_main span {
    width: 750px;
	height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media all and (max-width: 767px) {
	#story #ph_main span img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
	#story #ph_main {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
	#story #ph_main span {
    height: 0;
    padding: 66.66666% 0 0;
    position: relative;
  }
}


/*	bknm
============================== */
.story #bknm {}
.story #bknm h3 {margin-bottom: 20px;
	background-position: left center;
	background-image: url(../img/story/h3_bkn.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999px;
}
.story #bknm ul {
    text-align: left; letter-spacing: -.4em;
}
.story #bknm li {
    display: inline-block;
    position: relative; vertical-align: top; letter-spacing: 0em;
}
.story #bknm li::after {
  /* 疑似要素で同じ大きさのboxを作り、position: absoluteで背面に表示 */
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* ①疑似要素のボックスを影色で塗りつぶし */
  background-image:url(../img/story/story_bg.png); background-size: cover;
  /* ②ブラーフィルターでぼかす */
  filter: blur(0px);
  /* ③位置やサイズを調整 */
  transform: translateY(7px) translateX(7px) scale(1.00);
  /* ④乗算で重ねる */
		mix-blend-mode: multiply;
	opacity: 1;}
.story #bknm li a {
    display: block;
    position: relative;
    overflow: hidden;
	width: 156px;
    height: 104px; background-size: contain; transition:0.5s;
}
.story #bknm li a span {
	width: 156px;
    height: 104px; display: block; background-size: contain;}
.story #bknm li a:hover {filter: brightness(1.1);}
.story #bknm li a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}
#bknm li span.epn {
    font-size: 100%;
    color: #fff;
    position: absolute;
    right: -1px;
    bottom: -1px;
    background-size: contain; width:50px; height: 25px; text-indent: -9999px;
	 background-position: right; background-repeat: no-repeat; 
}
#bknm li.bk1 span.epn {background-image: url(../img/story/bkn01.png?1);}
#bknm li.bk2 span.epn {background-image: url(../img/story/bkn02.png?1);}
#bknm li.bk3 span.epn {background-image: url(../img/story/bkn03.png?1);}
#bknm li.bk4 span.epn {background-image: url(../img/story/bkn04.png?1);}
#bknm li.bk5 span.epn {background-image: url(../img/story/bkn05.png?1);}
#bknm li.bk6 span.epn {background-image: url(../img/story/bkn06.png?1);}
#bknm li.bk7 span.epn {background-image: url(../img/story/bkn07.png?1);}
#bknm li.bk8 span.epn {background-image: url(../img/story/bkn08.png?1);}
#bknm li.bk9 span.epn {background-image: url(../img/story/bkn09.png?1);}
#bknm li.bk10 span.epn {background-image: url(../img/story/bkn10.png);}
#bknm li.bksp span.epn {background-image: url(../img/story/bknsp.png?1);}



@media all and (min-width: 768px) {
	.story #bknm h3 { height: 28px;}
	.story #bknm ul { width:880px; margin: 0 auto;}
	.story #bknm li {margin: 0 24px 24px 0;}
	.story #bknm li:nth-child(5), .story #bknm li:nth-child(10) { margin-right: 0;}
}
@media all and (max-width: 767px) {
	.story #bknm { padding:0 0.5em 0.5em;}
	.story #bknm h3 { height: 22px;}
	.story #bknm ul { width:98%; margin: 0 auto;}
	.story #bknm li {
      width: 30%;
      height: auto;
      margin: 0 4% 4% 0;
  }
.story #bknm li::after {transform: translateY(5px) translateX(5px) scale(1.00);}
.story #bknm li:nth-child(3n){ margin-right: 0;}
.story #bknm li a {
	width: 100%;
	height: 0; padding: 66.6% 0 0;
	position: relative;
  }
#story #bknm li a img,  #story #bknm li a span {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
  }

#bknm li span.epn {
	width:44px; height: 22px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#bknm li.bksp span.epn {width:53px;}
#bknm li span.bknDate {
    font-size: 0.7em; padding: 0.2em 0.4em 0em;
	right: 0;
    bottom: 0;
	}
}
