/*story*/

#storyArea h2 { text-align: center;
font-family: industry-inc-base, sans-serif;
font-weight: 900;
font-style: normal;
color: #fff;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.45);
	background-image: url(../img/story/bg_tit.png);
	background-repeat: no-repeat;
	background-position: top center;
	
}
#storyArea h2 .epnum {  display: inline-block; vertical-align: middle; font-size: 3em;}
#storyArea h2 .epnum .nb{display: inline-block;}
#storyArea h2 .epnum .small{ font-size: 0.5em;}
#storyArea h2 .oadate { vertical-align: middle; display: inline-block; font-size: 3.6em; }
#storyArea h2 .oadate .date{
display: inline-block; letter-spacing: 0.05em;
}
#storyArea h2 .oadate .small{ font-size: 0.7em;}
#storyArea h2 .oadate .onair {font-size: 0.4em;
}

section.txtArea { padding: 30px 40px 15px;}
#storyArea #story #ph span {
  display: block;
  position: relative;
background-size: 100%;
}

@media all and (min-width: 768px) {
	#storyArea { padding-bottom: 15px;}
	#storyArea h2 { padding: 22px 0 12px; margin-bottom: 45px;}
	#storyArea h2 .epnum { margin-right: 45px;}
	.story2 #storyArea h2 .oadate, .story6 #storyArea h2 .oadate, .story10 #storyArea h2 .oadate { margin-right: 50px;}
	.story3 #storyArea h2 .oadate { margin-right: 25px;}
	.story4 #storyArea h2 .oadate { margin-right: 15px;}
	.story5 #storyArea h2 .oadate { margin-right: 20px;}
	.story7 #storyArea h2 .oadate, .story8 #storyArea h2 .oadate { margin-right: 10px;}
	#trailer { z-index: 10; position: relative;}
	#trailer .movieBox, #trailer .photoBox {width:750px; margin: 0 auto; position: relative; }
	#trailer div {width:750px;}
	#trailer iframe {width:750px; height:422px;}

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

}
@media all and (max-width: 767px) {

	#storyArea { padding-bottom: 15px;}
	#storyArea h2 {margin-bottom: 3px; padding: 10px 0 5px; background-size: cover;}
	#storyArea h2 .oaDatebox { padding: 0 15px 10px;}
	#storyArea h2 .epnum {font-size: 1.8em; margin-right: 10px;}
	#storyArea h2 .oadate { font-size: 2.2em;}
	.story2 #storyArea h2 .oadate { margin-right: 30px;}
	
	#storyArea #trailer {margin:0; width:100%; position: relative;}
	#trailer .photoBox {padding: 15px 15px 0;}

	section.txtArea { padding: 10px 15px;}
	
	.photoArea { padding: 0 15px;}

  #story .ph_area {
    margin: 2% auto 0;
    /* width: 98%; */
    text-align: center;
  }
	
	#story #trailer {padding: 0px 0; margin:0; width:100%; position: relative; background-color: #fff;}
	

}

@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 {
	background-image: url(../img/story/tit_backnumber.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	text-indent: -9999px; height: 40px;
	margin-bottom: 30px;}

.story #bknm ul {
    text-align: left; letter-spacing: -.4em;
}
.story #bknm li {
    display: inline-block;
    margin: 0 7px 15px;
    position: relative; vertical-align: top;
}
.story #bknm li a {
    display: block;
    position: relative;
    overflow: hidden;
	width: 168px;
    height: 112px; background-size: contain;
	
}
.story #bknm li a span {
	width: 165px;
    height: 110px; display: block; background-size: contain;}


.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: -3px;
    bottom: -3px;
    background-size: contain; width:40px; height: 40px; text-indent: -9999px;
}
#bknm li.bk1 span.epn {background-image: url(../img/story/bkn01.png);}
#bknm li.bk2 span.epn {background-image: url(../img/story/bkn02.png);}
#bknm li.bk3 span.epn {background-image: url(../img/story/bkn03.png);}
#bknm li.bk4 span.epn {background-image: url(../img/story/bkn04.png);}
#bknm li.bk5 span.epn {background-image: url(../img/story/bkn05.png);}
#bknm li.bk6 span.epn {background-image: url(../img/story/bkn06.png);}
#bknm li.bk7 span.epn {background-image: url(../img/story/bkn07.png);}
#bknm li.bk8 span.epn {background-image: url(../img/story/bkn08.png);}
#bknm li.bk9 span.epn {background-image: url(../img/story/bkn09.png);}
#bknm li.bk10 span.epn {background-image: url(../img/story/bkn10.png);}

.story #bknm li a:hover {opacity: 0.85;}

@media all and (min-width: 768px) {
	.story #bknm ul { width:910px; margin: 0 auto; padding-bottom: 10px;}
}
@media all and (max-width: 767px) {
	.story #bknm h3 { height: 35px; margin-bottom: 15px;}
.story #bknm ul {
      margin: 2.6% 1.5% 0;
      text-align: left;
  }
.story #bknm li {
      width: 30%;
      height: auto;
      margin: 0 1.5% 3%;
  }
.story #bknm li a {
       width: 100%;
      height: 0; padding: 66.6% 0 0;
position: relative;
  }
	.story #bknm li a span {
       font-size: 3.5vw;
      
  }

#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:26px; height: 26px;
}
#bknm li span.bknDate {
    font-size: 0.7em; padding: 0.2em 0.4em 0em;
	right: 0;
    bottom: 0;
	}
}
