/* =================================
	NIGEHAJI Story CSS
================================= */

/*	player
============================== */

section.trailer {
	background-color:#f4e6e5;
	/*background-image:url(../img/cmn_bg_dot.png);*/
	border:4px solid #f4e6e5;
}
section.trailer h3 {
	color:#7b1700;
	text-align:center;
	line-height:1.25;
	padding:0.5em 0;
}
div.player-deco {
/*
	border:4px solid #ebd3c0;
	background-color:#ebd3c0;
*/
}
div.player-outer {
	position:relative;
	height:0;
	padding-top:56.25%;
}
div.player-outer > iframe {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media all and (min-width: 768px) {
section.trailer {
	margin:0 40px 25px;
}
section.trailer h3 {
	font-size:87.5%;
}
}
@media all and (max-width: 767px) {
section.trailer {
	margin:0 20px 15px;
}
section.trailer h3 {
	font-size:83%;
}
}

@media all and (min-width: 768px) {
main article.oa {
	padding-bottom:30px;
}
}
@media all and (max-width: 767px) {
main article.oa {
	padding-bottom:15px;
}
}

/*	text
============================== */

main article.oa p.txt {
	text-align: justify;
	text-justify: distribute;
	line-height:1.5;
}
main article.oa p.txt:not(:last-child) {
	margin-bottom:1.5em;
}
main p.txt a{
	color:#ed1a3d;
	font-weight: bold;
}
main p.txt a:hover{
	text-decoration:none; 
}
@media all and (min-width: 768px) {
main article.oa p.txt {
	font-size:87.5%;
}
}
@media all and (max-width: 767px) {
main article.oa p.txt {
	font-size:83%;
}
}


/*	h2
============================== */

main article.story01 header h2, main article.gallery01 header h2 {background-image:url(../img/story_h2_01.png);}
main article.story02 header h2, main article.gallery02 header h2 {background-image:url(../img/story_h2_02.png);}
main article.story03 header h2, main article.gallery03 header h2 {background-image:url(../img/story_h2_03.png);}
main article.story04 header h2, main article.gallery04 header h2 {background-image:url(../img/story_h2_04.png);}
main article.story05 header h2, main article.gallery05 header h2 {background-image:url(../img/story_h2_05.png);}
main article.story06 header h2, main article.gallery06 header h2 {background-image:url(../img/story_h2_06.png);}
main article.story07 header h2, main article.gallery07 header h2 {background-image:url(../img/story_h2_07.png);}
main article.story08 header h2, main article.gallery08 header h2 {background-image:url(../img/story_h2_08.png);}
main article.story09 header h2, main article.gallery09 header h2 {background-image:url(../img/story_h2_09.png);}
main article.story10 header h2, main article.gallery10 header h2 {background-image:url(../img/story_h2_10.png);}

main article.oa header {
	position:relative;
}
main article.oa header h2 {
	background-repeat:no-repeat;
}
main article.oa header h2 span {
	display:block;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
main article.oa header p {
	color:#7b1700;
	line-height:1.5;
	font-weight:bold;
}
main article.oa header.bef p {
	position:absolute;
}
main article.oa header.aft p {
	text-align:right;
}
@media all and (min-width: 768px) {
main article.oa header {
	margin-bottom:25px;
}
main article.oa header h2 {
	height:62px;
}
main article.oa header.bef h2 {
	width:100px;
	margin-bottom:10px;
}
main article.oa header p {
	font-size:87.5%;
}
main article.oa header.bef p {
	left:110px;
	top:22px;
}
}
@media all and (max-width: 767px) {
main article.oa header {
	margin-bottom:15px;
}
main article.oa header.bef h2 {
	background-size:333px 37px;
	width:60px;
	height:37px;
	margin-bottom:6px;
}
main article.oa header.aft h2 {
	background-size:cover;
	position:relative;
	height:0;
	padding-top:10.544%;
}
main article.oa header.aft h2 span {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
main article.oa header p {
	font-size:75%;
}
main article.oa header.bef p {
	left:70px;
	top:10px;
}
}

/*	backnumber
============================== */

/* h2 */
@media all and (min-width: 768px) {
main section.bknum h2 {
	font-size:87.5%;
	padding:10px 20px;
}
}
@media all and (max-width: 767px) {
main section.bknum h2 {
	font-size:83%;
	padding:5px 10px;
}
}

/* h2_2 */
.story .bknum,
.interview .bknum,
.gallery .bknum {
	border-top: 3px dashed #ffd2d5;
}
.story #bknm,
.gallery #bknm {
	border-top: 3px dashed #ffd2d5;
}
.story .bk_tit,
.interview .bk_tit,
.gallery .bk_tit {
	display: block;
	width: 174px;
	height: 23px;
	background-image: url(../img/bk_tit.png);
	background-repeat: no-repeat;
	margin: 18px auto 10px;
}

/* list */
section.bknum ul.bn-pics li {
	border-bottom:1px solid #f4e6e5;
}
/*section.bknum ul.bn-pics li:nth-child(even) {
	background-color:hsla(10,16%,91%,0.5);
}*/
section.bknum ul.bn-pics li a,
section.bknum ul.bn-pics li a:before {
	display:block;
}
section.bknum ul.bn-pics li a {
	text-decoration:none;
}
section.bknum ul.bn-pics li:after {
	content:"";
	display:block;
	clear:both;
}
section.bknum ul.bn-pics li a:before {
	content:"";
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	float:left;
	margin-right:10px;
}

/* 画像サイズは 16：9 (320×180) */
.story ul.bn-pics li.num07 a:before {background-image:url(../img/story_bnum07.jpg);}
.story ul.bn-pics li.num06 a:before {background-image:url(../img/story_bnum06.jpg);}
.story ul.bn-pics li.num05 a:before {background-image:url(../img/story_bnum05.jpg);}
.story ul.bn-pics li.num04 a:before {background-image:url(../img/story_bnum04.jpg?20170508);}
.story ul.bn-pics li.num03 a:before {background-image:url(../img/story_bnum03.jpg);}
.story ul.bn-pics li.num02 a:before {background-image:url(../img/story_bnum02.jpg);}
.story ul.bn-pics li.num01 a:before {background-image:url(../img/story_bnum01.jpg);}

.gallery ul.bn-pics li.num10 a:before {background-image:url(../gallery/img/num10.jpg);}
.gallery ul.bn-pics li.num09 a:before {background-image:url(../gallery/img/num09.jpg);}
.gallery ul.bn-pics li.num08 a:before {background-image:url(../gallery/img/num08.jpg);}
.gallery ul.bn-pics li.num07 a:before {background-image:url(../gallery/img/num07.jpg);}
.gallery ul.bn-pics li.num06 a:before {background-image:url(../gallery/img/num06.jpg);}
.gallery ul.bn-pics li.num05 a:before {background-image:url(../gallery/img/num05.jpg);}
.gallery ul.bn-pics li.num04 a:before {background-image:url(../gallery/img/num04.jpg);}
.gallery ul.bn-pics li.num03 a:before {background-image:url(../gallery/img/num03.jpg);}
.gallery ul.bn-pics li.num02 a:before {background-image:url(../gallery/img/num02.jpg);}
.gallery ul.bn-pics li.num01 a:before {background-image:url(../gallery/img/num01.jpg);}

.interview ul.bn-pics li.num03 a:before {background-image:url(../img/inter_bnum03.jpg);}
.interview ul.bn-pics li.num02 a:before {background-image:url(../img/inter_bnum02.jpg);}
.interview ul.bn-pics li.num01 a:before {background-image:url(../img/inter_bnum01.jpg);}

/* 新バックナンバー*/
.story .ep10{ background-image: url(../img/story_bnum10.jpg);}
.story .ep9{ background-image: url(../img/story_bnum09.jpg);}
.story .ep8{ background-image: url(../img/story_bnum08.jpg);}
.story .ep7{ background-image: url(../img/story_bnum07.jpg);}
.story .ep6{ background-image: url(../img/story_bnum06.jpg);}
.story .ep5{ background-image: url(../img/story_bnum05.jpg);}
.story .ep4{ background-image: url(../img/story_bnum04.jpg);}
.story .ep3{ background-image: url(../img/story_bnum03.jpg);}
.story .ep2{ background-image: url(../img/story_bnum02.jpg);}
.story .ep1{ background-image: url(../img/story_bnum01.jpg);}

@media all and (min-width: 768px) {
section.bknum ul.bn-pics li {
	padding:10px;
}
section.bknum ul.bn-pics li a {
	font-size:87.5%;
	line-height:64px;
	height:64px;
}
section.bknum ul.bn-pics li a:before {
	width:114px;
	height:64px;
}
}
@media all and (max-width: 767px) {
section.bknum ul.bn-pics li {
	padding:6px;
}
section.bknum ul.bn-pics li a {
	font-size:83%;
	line-height:36px;
	height:36px;
}
section.bknum ul.bn-pics li .gyou2{
	font-size:83%;
	line-height:20px !important;
	height:36px;
}
section.bknum ul.bn-pics li a:before {
	width:64px;
	height:36px;
}
}

.story #bknm h3{padding:0 0 .1em 1em;}
.story #bknm ul {margin:1.5em auto; /*width:91%;*/ padding:0 0 1em;}
.story #bknm li{ display:inline-block; margin:0 0 .7em .3em; background-size: cover; background-repeat: no-repeat; background-position: center top; position: relative;}
.story #bknm li a {color:#fff; display:block; box-sizing: border-box; font-size: 90%;
text-decoration:none;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;}

.story #bknm li span {margin-top: 20px;}
.story #bknm li span.epi {background:#e40213; padding:.2em; margin:0 0 0 0; color:#fff; position:absolute; left: -2px; top: -2px;}
.story #bknm li span.date {padding:.2em; }

@media all and (min-width: 768px) {
.story #bknm li{ width:185px; height:104px;}
.story #bknm li a{ width:100%; height:104px;}
.story #bknm li a:hover{text-decoration:none;
border:3px solid #f4e6e5;}
}

@media all and (max-width: 767px) {
.story #bknm ul {margin:1em auto; padding:0 0 1em;}
.story #bknm li{float:left; width:48%; margin:0 4% 4% 0;}
.story #bknm li:nth-child(even) {margin:0 0 4% 0;}
.story #bknm li a { height:100%; padding-top:56.21%; font-size: 80%;}
.story #bknm li span { font-size:100%;}
}




