/*story*/
.story #contentsArea .contentsBlock {}

#storyArea .oaDatebox { text-align: center;
font-family: montserrat, sans-serif;
font-weight: 700;
font-style: normal;
}
#storyArea .epnum { display: inline-block; color: #EA6188;}
#storyArea .epnum .nb{}
#storyArea .epnum .small{ font-size: 0.8em;}
#storyArea .epnum .nb.nb10 {letter-spacing: -.1em;}
#storyArea .oadate { vertical-align: bottom; display: inline-block;}
#storyArea .oadate .date{display: inline-block;}
#storyArea .oadate .small{ font-size: 0.5em;}
#storyArea .oadate .onair {font-size: 0.5em;}

section.txtArea {}

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

#trailer { position: relative;}
#trailer .movieBox {position: relative;}

.photoArea p.ph_cut span{position: relative;}
.photoArea p.ph_cut span::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
		border-bottom: solid 2px #ffdd65;
		border-right: solid 2px #ffdd65;
    filter: blur(0px);
    transform: translateY(3px) translateX(3px) scale(1.00);
    mix-blend-mode: multiply;
    opacity: 1;
}

@media all and (min-width: 768px) {
	#contentsArea {}
	#storyArea { padding:10px 0 0;}
	#storyArea .oaDatebox { padding: 0 0 20px;}
	#storyArea .epnum {font-size: 4.8em; margin-right: 10px;}
	#storyArea .oadate {font-size: 5em;}
	
	#trailer {width:800px; z-index: 10; margin: 0 auto; padding:0px 0 10px;}
	#trailer .movieBox {width:800px; margin:0; }
	#trailer div {width:800px;}
	
	.photoArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%; margin: 0 auto;
	}
	
	.photoArea p.ph_cut { width:calc((100% - 40px)/2); margin-bottom:40px;}
	.photoArea p.ph_cut:nth-child(odd){margin-right:40px;}

}
@media all and (max-width: 767px) {
	#storyArea { padding:0;}
	#storyArea .oaDatebox { padding: 0 0 10px;}
	
	#storyArea .epnum {font-size: 2.7em; margin-right: 8px;}
	#storyArea .oadate {font-size: 3em;}
	
	#storyArea #trailer {margin: 0 auto; z-index: 10; position: relative; padding:0 0 5px;}
	
	#trailer .movieBox, #trailer .photoBox {}
	#trailer .photoBox {padding: 15px 15px 0;}
	
	.photoArea { padding: 0 1em 0.5em;}
	.photoArea p.ph_cut {margin:0.5em auto 1.5em;}
	.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 2px 5px; line-height: 1.0em; text-align: left;
	font-family: playpen-sans, sans-serif;
font-weight: 500;
font-style: normal;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #000;
	letter-spacing: 0em;
	background-repeat: repeat-x;
    background-position: center bottom;
    background-image: url(../img/news/line.png);
}
.story #bknm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;	
}
.story #bknm ul li {position: relative;}
.story #bknm ul li a{
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	display:block;
	height:0;
	padding-top: -webkit-calc(500 / 750 * 100%);
	padding-top: calc(500 / 750 * 100%);
}
.story #bknm ul li a span{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.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-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../img/story/epn.png);
	background-size: 36px 36px;
	width:36px; padding: 3px 0 6px 3px; text-align: center;
	font-family: montserrat, sans-serif;
	font-weight: 700;
	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 {margin: 0 auto;}
	.story #bknm h3 { font-size: 1.5em; margin-bottom: 15px; background-size: 230px 8px; padding: 0 10px 18px;}
	.story #bknm ul { width:1000px; margin: 0 auto; padding: 10px;}
	.story #bknm ul li { width:calc((100% - 100px)/5); }
	.story #bknm ul li:not(:nth-child(5n)){
	margin-right:25px;
	}
	.story #bknm ul li {
	margin-bottom:25px;
	}
}
@media all and (max-width: 767px) {
	.story #bknm { padding:0; width:98%; margin: 0 auto;}
	.story #bknm h3 { font-size: 1.2em; margin-bottom: 5px; background-size: 173px 6px; padding: 0 5px 10px;}
	.story #bknm ul { width:98%; margin: 0 auto; padding: 0.5em 1%; background-size: auto 27px;}
	.story #bknm ul li {
	width:calc((100% - 8%)/3);
	}
	.story #bknm ul li:not(:nth-child(3n))  {
	margin-right:4%;
	}
	.story #bknm ul li {
	margin-bottom:4%;
	}
#bknm li span.epn {
    right: -5px;
    bottom: -5px;
	width:28px; padding: 2px 0 4px 3px;
	font-size: 1.2em;
	background-size: 28px 28px;
}
#bknm li span.bknDate {
    font-size: 0.7em; padding: 0.2em 0.4em 0em;
	right: 0;
    bottom: 0;
	}
}
