/*story*/
#storyArea h2 { text-align: center;
font-family: "kaneda-gothic", sans-serif;
font-weight: 800;
font-style: normal;
}
#storyArea .epnum { display: inline-block; vertical-align: middle; text-align: right; font-size: 6.5em; position:relative;}
#storyArea .epnum .small{ font-size: 0.6em;}
#storyArea .oadate { vertical-align: bottom; display: inline-block; font-size: 7em; text-align: right;}
#storyArea .oadate .date{display: inline-block;}
#storyArea .oadate .small{ font-size: 0.6em;}
#storyArea .oadate .onair {font-size: 0.6em;}

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

#trailer { position: relative; /*border: solid 2px #411b3b; background:rgba(210,204,231,0.8);*/}
#trailer .movieBox {position: relative;}
#trailer .movieBox::after {
  /* 疑似要素で同じ大きさのboxを作り、position: absoluteで背面に表示 */
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(0px);
  /* ③位置やサイズを調整 */
  transform: translateY(3px) translateX(3px) scale(1.00);
  /* ④乗算で重ねる */
		mix-blend-mode: multiply;
	opacity: 1.0;
	border-bottom: solid 3px #000;
	border-right: solid 3px #000;	
}

.photoArea p.ph_cut span { display: block; position: relative;}
.photoArea p.ph_cut span::after {
  /* 疑似要素で同じ大きさのboxを作り、position: absoluteで背面に表示 */
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(0px);
  /* ③位置やサイズを調整 */
  transform: translateY(3px) translateX(3px) scale(1.00);
  /* ④乗算で重ねる */
		mix-blend-mode: multiply;
	opacity: 1.0;
	border-bottom: solid 3px #000;
	border-right: solid 3px #000;	
}

@media all and (min-width: 768px) {
	#contentsArea {}
	#storyArea { padding:10px 0 0;}
	
	#storyArea h2 {padding-bottom: 10px; text-align: right; width: 800px; margin: 0 auto;}
	#storyArea .epnum {margin-right:30px;}
	
	#trailer {width:800px; z-index: 10; margin: 0 auto; padding:0;}
	#trailer .movieBox {width:800px; margin:0; }
	#trailer div {width:800px;}
	#trailer iframe {width:800px; height:450px;}
	
	section.txtArea {padding: 30px 10px 0px;}

	.photoArea { letter-spacing: -.4em; text-align: center; padding-bottom: 3em;}
	.photoArea p.ph_cut {margin: 40px auto 0; position: relative; display: inline-block;}
	.photoArea p.ph_cut:nth-child(odd){margin-right:40px;}
	.photoArea p.ph_cut{
		width: 430px;
		height: 287px;
		background-position: center top;
	}
	.photoArea p.ph_cut span, .photoArea p.ph_cut span img {
		width: 430px;
		height: 287px;
		background-position: center top;
	}

}
@media all and (max-width: 767px) {
	.low div.wrap .contentsBlock .contents {}
	#storyArea { padding:0 0 15px;}
	#storyArea h2 { padding-bottom: 5px; text-align: right;}
	#storyArea .epnum {font-size: 3.8em; margin-right: 8px;}
	#storyArea .oadate {font-size: 4.2em;}
	
	#storyArea #trailer {margin: 0 auto; z-index: 10; position: relative; padding:0 0 7px;}
	#trailer .movieBox, #trailer .photoBox {}
	#trailer .photoBox {padding: 15px 15px 0;}
	
	#trailer .movieBox::after, .photoArea p.ph_cut span::after {
	border-bottom: solid 2px #000;
	border-right: solid 2px #000;	
}

	section.txtArea { padding: 10px 0.5em;}
	
	.photoArea { padding: 0 0.5em;}
	.photoArea p.ph_cut {margin:0.5em 0 1.5em;}

  #story .ph_area {
    margin: 2% auto 0;
    /* width: 98%; */
    text-align: center;
  }
	.photoArea p.ph_cut span { padding-top: 66.0%; height: 0;}
}
@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 {
	padding:0 0 0px; margin-bottom: 20px; line-height: 1.0em; text-align: left;
	font-family: "kaneda-gothic", sans-serif;
font-weight: 800;
font-style: normal;
	border-bottom: solid 2px #000;
	color: #000;
	letter-spacing: 0em;
}
.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:rgba(210,204,231,0.8);
  /* ②ブラーフィルターでぼかす */
  filter: blur(0px);
  /* ③位置やサイズを調整 */
  transform: translateY(5px) translateX(5px) 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 {
    position: absolute;
    right: -5px;
    bottom: -5px;
	background-color: #421d3c;
	width:35px; padding: 3px 0; text-align: center;/*text-indent: -9999px;*/
	font-family: "kaneda-gothic", sans-serif;
font-weight: 800;
font-style: normal;
	color: #fff;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}
#bknm li span.epn .nb { font-size: 1.4em;}
/*#bknm li.bk10 span.epn {letter-spacing: -0.02em;}*/



@media all and (min-width: 768px) {
	.story #bknm { padding-bottom: 30px;}
	.story #bknm h3 { font-size: 2.2em;}
	.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 1em;}
	.story #bknm h3 { font-size: 2em; padding:0 0 0 2px; margin-bottom: 10px;}
	.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 {
    right: -5px;
    bottom: -5px;
	width:25px;
	font-size: 1em;
}
#bknm li span.bknDate {
    font-size: 0.7em; padding: 0.2em 0.4em 0em;
	right: 0;
    bottom: 0;
	}
}
