/*story*/
#storyArea h2 { text-align: center;
font-family: "bc-novatica-cyr", sans-serif;
font-weight: 700;
font-style: normal;
}
#storyArea .epnum { display: inline-block; vertical-align: middle; text-align: right; font-size: 4.8em; color: #A12609; position:relative;}
#storyArea .epnum .small{ font-size: 0.6em;}

#storyArea .oadate { vertical-align: bottom; display: inline-block; font-size: 5em; text-align: right;}
#storyArea .oadate .date{display: inline-block;}
#storyArea .oadate .small{ font-size: 0.6em;}
#storyArea .oadate .onair {font-size: 0.5em;
font-family: "metronic-slab", serif;
font-weight: 700;
font-style: normal;}

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

#trailer { position: relative; background-repeat: no-repeat; background-position: center top; background-size: contain;background-image: url(../img/story/bg_movie.jpg);  }

@media all and (min-width: 768px) {
	#contentsArea {}
	#storyArea { padding:15px 0;}
	
	#storyArea h2 {padding-bottom: 20px;}
	#storyArea .epnum {margin-right:30px;}
	
	#trailer {width:800px; z-index: 10; margin: 0 auto; padding: 15px;}
	#trailer .movieBox {width:800px; margin:0; }
	#trailer div {width:800px;}
	#trailer iframe {width:800px; height:452px;}
	
	section.txtArea {padding: 30px 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;}
	.photoArea p.ph_cut:nth-child(odd){margin-right:25px;}
	.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 {padding: 1em 0.5em 0.5em;}
	#storyArea { padding:0 0 15px;}
	#storyArea h2 {  padding: 0 0 10px;}
	#storyArea .epnum {font-size: 2.6em; margin-right: 8px;}
	#storyArea .oadate {font-size: 2.8em;}
	
	#storyArea #trailer {margin: 0 auto; z-index: 10; position: relative; padding: 7px;}
	#trailer .movieBox, #trailer .photoBox {}
	#trailer .photoBox {padding: 15px 15px 0;}

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

  #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: "metronic-slab", serif;
	font-weight: 700;
	font-style: normal;
	border-bottom: solid 2px #000;
	color: #1c4a26;
	letter-spacing: -0.03em;
}
.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: linear-gradient(90deg, rgba(19, 99, 37, 1) 10%, rgba(33, 132, 55, 1) 50%, rgba(19, 99, 37, 1) 90%);
  /* ②ブラーフィルターでぼかす */
  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 {
    position: absolute;
    right: -7px;
    bottom: -7px;
	background-image: linear-gradient(90deg, rgba(19, 99, 37, 1) 10%, rgba(33, 132, 55, 1) 50%, rgba(19, 99, 37, 1) 90%);
	width:35px; padding: 3px 0; text-align: center;/*text-indent: -9999px;*/
	font-family: "bc-novatica-cyr", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	border-top:solid 1px rgba(255, 255, 255, 0.55);
	border-left:solid 1px rgba(255, 255, 255, 0.55);
}
#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 h3 { font-size: 1.8em;}
	.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 { font-size: 1.3em; 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;
	}
}
