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

#storyArea .oaDatebox { text-align: center;
font-family: "rival", sans-serif;
font-weight: 500;
font-style: normal;
}
#storyArea .epnum { display: inline-block;}
#storyArea .epnum .nb{
	background-color: rgba(158,79,211,0.8); line-height:1.1em;
	text-align: left;
	color: #fff;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	letter-spacing: -0.01em;
	display: table;
}
#storyArea .epnum .small{ font-size: 0.6em; padding-left: 0.2em;}
.story10 #storyArea .epnum .nb{letter-spacing: -0.08em; padding:0 2px;}
.story10 #storyArea .epnum .small{ font-size: 0.5em; padding-left: 0em;}
#storyArea .oadate { vertical-align: bottom; display: inline-block;}
#storyArea .oadate .date{display: inline-block;}
#storyArea .oadate .small{ font-size: 0.6em;}
#storyArea .oadate .onair {font-size: 0.5em;}

section.txtArea {}

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

#trailer { position: relative; background-color: #fff;}
#trailer .movieBox {position: relative;}

.photoArea p.ph_cut { background-color: #fff; padding: 5px;}
.photoArea p.ph_cut span{position: relative;}

.deco.pic1 span { height:0; padding-top: -webkit-calc(50 / 80 * 100%); padding-top: calc(50 / 80 * 100%); }
.deco.pic2 span { height:0; padding-top: -webkit-calc(50 / 60 * 100%); padding-top: calc(50 / 60 * 100%); }
.deco.pic3 span { height:0; padding-top: -webkit-calc(140 / 175 * 100%); padding-top: calc(140 / 175 * 100%); }

@media all and (min-width: 768px) {
	#contentsArea {}
	#storyArea { padding:10px 0 0;}
	#storyArea .oaDatebox { padding: 10px 0 25px;}
	#storyArea .epnum {font-size: 4.2em; margin-right: 0.2em;}
	#storyArea .epnum .nb {width:85px; height: 85px; }
	#storyArea .oadate {font-size: 5.0em;}
	
	#trailer {width:800px; margin: 0 auto; padding:10px;}
	#trailer .movieBox {width:800px; margin:0; }
	#trailer div {width:800px;}
	
	.photoArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 900px; margin: 0 auto 1.8em;
	}
	
	.photoArea p.ph_cut { width:calc((100% - 20px)/2); margin-bottom:20px;}
	.photoArea p.ph_cut:nth-child(odd){margin-right:20px;}
	
	.deco.pic1 { position: absolute; top:50px; left:50%; margin-left: -420px; width: 80px;}
	.deco.pic2 { position: absolute; top:115px; left:50%; margin-left: 290px; width: 60px; }
	.deco.pic3 { position: absolute; top:10px; left:50%; margin-left: 358px; width: 175px; }

}
@media all and (max-width: 767px) {
	#storyArea { padding:0;}
	#storyArea .oaDatebox { padding: 10px 0 15px;}
	
	#storyArea .epnum {font-size: 2.8em; margin-right: 0.1em;}
	#storyArea .epnum .nb {width:56px; height: 56px; }
	#storyArea .oadate {font-size: 3.4em;}
	
	#storyArea #trailer {margin: 0 auto; position: relative; padding: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.0em;}
	.photoArea p.ph_cut span { padding-top: 66.0%; height: 0;}
	
	.deco.pic1 { position: absolute; top:20px; left:5%; width: 12%;}
	.deco.pic2 { position: absolute; top:60px; right:17%; width: 8%; }
	.deco.pic3 { position: absolute; top:6px; right:1%; width: 20%; }
}
@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 {width: 100%; position: relative; background-repeat: no-repeat; background-position: center top;}
.story #bknm #bknmBlock { background-color: #FFFBD2;}
.story #bknm h3 {
	padding:0 2px 5px; line-height: 1.0em; text-align: left;
	font-family: "bodedo", sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #000;
	letter-spacing: 0em;
}
.story #bknm h3 span {border-bottom: solid 3px #000; padding: 0 5px;}
.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: -8px;
    bottom: -8px;
	background-color: rgba(158,79,211,0.9);
	width:40px; height: 40px; text-align: center;
	font-family: "rival", sans-serif;
font-weight: 500;
font-style: normal;
	color: #fff;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	display: table;
}
#bknm li span.epn .nb {vertical-align: middle; display: table-cell; text-align: center;}
/*#bknm li.bk10 span.epn {letter-spacing: -0.02em;}*/



@media all and (min-width: 768px) {
	.story #bknm {background-image: url(../img/bg_comment.png); background-size: 100% 63px; padding: 63px 0 0px;}
	.story #bknm .wrap { position: relative; padding-top: 30px;}
	.story #bknm h3 { position: absolute; top:-15px; left:40px; font-size: 1.5em; width: 1000px; margin:0 auto 15px; background-size: 230px 8px;}
	.story #bknm ul { width:1000px; margin: 0 auto; padding: 10px;}
	.story #bknm ul li { width:calc((100% - 80px)/5); }
	.story #bknm ul li:not(:nth-child(5n)){
	margin-right:20px;
	}
	.story #bknm ul li {
	margin-bottom:20px;
	}
}
@media all and (max-width: 767px) {
	.story #bknm { background-image: url(../img/bg_comment_sp.png); background-size: 100% 24px; padding: 24px 0 0px; }
	.story #bknm h3 { font-size: 1.3em; margin-bottom: 5px; 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:30px; height: 30px;
	font-size: 1.2em;
}
#bknm li span.bknDate {
    font-size: 0.7em; padding: 0.2em 0.4em 0em;
	right: 0;
    bottom: 0;
	}
}
