/*	lower_header
============================== */
div.lower_header h1 span {
	background-image: url(../img/gallery_h2.png);
}
@media all and (min-width: 768px) {
	div.lower_header h1 span {
		width: 400px;
	}
	div.content {
		padding: 0px 110px 30px;
	}
}


ul.lightbox-gallery:after {
	content:"";
	display:block;
	clear:both;
}
ul.lightbox-gallery li {
	float:left;
	position: relative;
}
ul.lightbox-gallery li > span, ul.lightbox-gallery li > span > a, ul.lightbox-gallery li > span > a img {
	display:block;
}
ul.lightbox-gallery li > span {
	background-repeat:no-repeat;
	background-position:left top;
}
ul.lightbox-gallery li > span.lazy-done {
	-webkit-animation: fadeIn 500ms;
	animation: fadeIn 500ms;
	background-color:#d6b8a4;
	border:1px solid #e0b299;
}

@media all and (min-width: 768px) {
ul.lightbox-gallery {
	margin: 0 auto 30px;
	width: 726px;
}
ul.lightbox-gallery li {
	margin-right:4px;
	margin-bottom:4px;
}
ul.lightbox-gallery li:nth-child(5n) {
	margin-right:0;
}
ul.lightbox-gallery li > span > a img {
	width:140px;
	height:100px;
}
ul.lightbox-gallery li > span.lazy-done > a:hover {
	background-color:#ffcce0;
	opacity:0.3;
}
}
@media all and (max-width: 767px) {
ul.lightbox-gallery li:nth-child(4n-3) {
	clear:both;
}/*
ul.lightbox-gallery {
	margin-bottom:15px;
}*/
ul.lightbox-gallery li {
	width:25%;
	margin-bottom:4px;
}
ul.lightbox-gallery li:nth-child(4n-3) > span {
	margin-right:3px;
}
ul.lightbox-gallery li:nth-child(4n-2) > span {
	margin-left:1px;
	margin-right:2px;
}
ul.lightbox-gallery li:nth-child(4n-1) > span {
	margin-left:2px;
	margin-right:1px;
}
ul.lightbox-gallery li:nth-child(4n) > span {
	margin-left:3px;
}
ul.lightbox-gallery li > span {
	-webkit-background-clip:content-box;
	background-clip:content-box;
	-webkit-background-size:cover;
	background-size:cover;
	position: relative;
}
ul.lightbox-gallery li > span > a {
	position:relative;
	height:0;
	padding-top:71.428571428571%;
}
ul.lightbox-gallery li > span > a img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

}


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

/* h2 */
main section.bknum h2 {
	color:#e9dd8a;
	text-shadow:1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, 2px 2px 3px hsla(0,0%,0%,0.3);
	background-position:left top;
	background-image:-webkit-gradient(linear, left top, right top, from(hsla(0,0%,9%,0.5)), to(hsla(0,0%,9%,0)));
	background-image:-webkit-linear-gradient(left, hsla(0,0%,9%,0.5), hsla(0,0%,9%,0));
	background-image:linear-gradient(to right, hsla(0,0%,9%,0.5), hsla(0,0%,9%,0));
	background-color:#ca2e32;
	line-height:1.5;
}
@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;
}
}

/* list */
section.bknum ul.bn-pics li {
	border-bottom:1px dashed #ebd2be;
}
section.bknum ul.bn-pics li:nth-child(even) {
	background-color:hsla(208, 100%, 63%, 0.25);
}
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.num12 a:before {background-image:url(../img/bnum12.jpg);}
.story ul.bn-pics li.num11 a:before {background-image:url(../img/bnum11.jpg);}
.story ul.bn-pics li.num10 a:before {background-image:url(../img/bnum10.jpg);}
.story ul.bn-pics li.num09 a:before {background-image:url(../img/bnum09.jpg);}
.story ul.bn-pics li.num08 a:before {background-image:url(../img/bnum08.jpg);}
.story ul.bn-pics li.num07 a:before {background-image:url(../img/bnum07.jpg);}
.story ul.bn-pics li.num06 a:before {background-image:url(../img/bnum06.jpg);}
.story ul.bn-pics li.num05 a:before {background-image:url(../img/bnum05.jpg);}
.story ul.bn-pics li.num04 a:before {background-image:url(../img/bnum04.jpg);}
.story ul.bn-pics li.num03 a:before {background-image:url(../img/bnum03.jpg);}
.story ul.bn-pics li.num02 a:before {background-image:url(../img/bnum02.jpg);}
.story ul.bn-pics li.num01 a:before {background-image:url(../img/bnum01.jpg);}

.gallery ul.bn-pics li.num01 a:before {background-image:url(../gallery/img/th01_18.jpg);}
.gallery ul.bn-pics li.num02 a:before {background-image:url(../gallery/img/th02_18.jpg);}
.gallery ul.bn-pics li.num03 a:before {background-image:url(../gallery/img/th03_15.jpg);}
.gallery ul.bn-pics li.num04 a:before {background-image:url(../gallery/img/th04_14.jpg);}
.gallery ul.bn-pics li.num05 a:before {background-image:url(../gallery/img/th05_13.jpg);}
.gallery ul.bn-pics li.num06 a:before {background-image:url(../gallery/img/th06_24.jpg);}
.gallery ul.bn-pics li.num07 a:before {background-image:url(../gallery/img/th07_06.jpg);}
.gallery ul.bn-pics li.num08 a:before {background-image:url(../gallery/img/th08_07.jpg); background-position: top;}
.gallery ul.bn-pics li.num09 a:before {background-image:url(../gallery/img/th09_19.jpg);}
.gallery ul.bn-pics li.num10 a:before {background-image:url(../gallery/img/th10_07.jpg);}
.gallery ul.bn-pics li.num11 a:before {background-image:url(../gallery/img/th11_24.jpg);}
.gallery ul.bn-pics li.num12 a:before {background-image:url(../gallery/img/th12_37.jpg);}

.kbt ul.bn-pics li.num01 a:before {background-image:url(../explain/img/bnum01.jpg);}
.kbt ul.bn-pics li.num02 a:before {background-image:url(../explain/img/bnum02.jpg);}
.kbt ul.bn-pics li.num03 a:before {background-image:url(../explain/img/bnum03.jpg);}
.kbt ul.bn-pics li.num04 a:before {background-image:url(../explain/img/bnum04.jpg);}
.kbt ul.bn-pics li.num05 a:before {background-image:url(../explain/img/bnum05.jpg);}
.kbt ul.bn-pics li.num06 a:before {background-image:url(../explain/img/bnum06.jpg);}
.kbt ul.bn-pics li.num07 a:before {background-image:url(../explain/img/bnum07.jpg);}
.kbt ul.bn-pics li.num08 a:before {background-image:url(../explain/img/bnum08.jpg);}
.kbt ul.bn-pics li.num09 a:before {background-image:url(../explain/img/bnum09.jpg);}

/*
.interview ul.bn-pics li.num04 a:before {background-image:url();}
.interview ul.bn-pics li.num03 a:before {background-image:url();}
.interview ul.bn-pics li.num02 a:before {background-image:url();}
.interview ul.bn-pics li.num01 a:before {background-image:url();}
.trailer ul.bn-pics li.num05 a:before {background-image:url();}
.trailer ul.bn-pics li.num04 a:before {background-image:url();}
.trailer ul.bn-pics li.num03 a:before {background-image:url();}
.trailer ul.bn-pics li.num02 a:before {background-image:url();}
.trailer ul.bn-pics li.num01 a:before {background-image:url();}
*/

@media all and (min-width: 768px) {
section.bknum ul.bn-pics li {
	padding:10px;
}
section.bknum ul.bn-pics li a {
	font-size: 17px;
	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: 74%;
	line-height: 36px;
}
section.bknum ul.bn-pics li a:before {
	width:64px;
	height:36px;
}
}






div.content article header {
	position:relative;
	background-size: 100%;
	background-repeat:repeat;
	background-position:left top;
	-webkit-box-shadow:hsla(0,0%,0%,0.1) 0 5px 0 0;
	box-shadow:hsla(0,0%,0%,0.1) 0 5px 0 0;
}
div.content article header h2 {
	background-image:url(../img/story_date.png?0001);
	background-repeat:no-repeat;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
div.content article header p {
	position:absolute;
	line-height:1.25;
	font-family:'Passion One', 'sans serif';
	font-weight:normal;
	color:#e0f4fa;
	text-shadow:1px 2px 0 hsla(0,0%,0%,0.1);
}
@media all and (min-width: 768px) {
div.content article header {
	padding: 15px;
	margin: 0 -110px 40px;
	background-color: #1ca3ed;
}
div.content article header h2 {
	height:58px;
}
div.content article header p {
	font-size:125%;
	right:12px;
	bottom:2px;
}
div.content article.epi01 header h2 {background-position:left top;}
div.content article.epi02 header h2 {background-position:0 -78px;}
div.content article.epi03 header h2 {background-position:0 -154px;}
div.content article.epi04 header h2 {background-position:0 -231px;}
div.content article.epi05 header h2 {background-position:0 -307px;}
div.content article.epi06 header h2 {background-position:0 -385px;}
div.content article.epi07 header h2 {background-position:0 -462px;}
div.content article.epi08 header h2 {background-position:0 -538px;}
div.content article.epi09 header h2 {background-position:0 -616px;}
div.content article.epi10 header h2 {background-position:0 -693px;}
div.content article.epi11 header h2 {background-position:0 -770px;}
div.content article.epi12 header h2 {background-position:0 -845px;}
}
@media all and (max-width: 767px) {
div.content article header {
	margin-bottom:12px;
	background-image: url(../img/space.jpg);
	border-radius: 10px 10px 0 0 ;
	background-size: 100%;
	padding: 15px;
	margin: -15px -15px 15px;
}
div.content article header h2 {
	height:32px;
	width: 200px;
	background-size:510px 648px;
}
div.content article header p {
	right:8px;
	bottom:0;
}
div.content article.epi01 header h2 {background-position:left top;}
div.content article.epi02 header h2 {background-position:0 -45px;}
div.content article.epi03 header h2 {background-position:0 -89px;}
div.content article.epi04 header h2 {background-position:0 -133px;}
div.content article.epi05 header h2 {background-position:0 -177px;}
div.content article.epi06 header h2 {background-position:0 -221px;}
div.content article.epi07 header h2 {background-position:0 -265px;}
div.content article.epi08 header h2 {background-position:0 -309px;}
div.content article.epi09 header h2 {background-position:0 -354px;}
div.content article.epi10 header h2 {background-position:0 -398px;}
div.content article.epi11 header h2 {background-position:0 -445px;}
div.content article.epi12 header h2 {background-position:0 -485px;}
}
