/* =================================
	pripri Gallery CSS
================================= */

ul.lightbox-gallery:after {
	content:"";
	display:block;
	clear:both;
}
ul.lightbox-gallery li {
	float:left;
}
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;
}








ul.lightbox-gallery li:nth-child(4n-3) {
	clear:both;
}








@media all and (min-width: 768px) {
ul.lightbox-gallery {
	margin-bottom:30px;
}
ul.lightbox-gallery li {
	margin-right:4px;
	margin-bottom:4px;
}
ul.lightbox-gallery li:nth-child(4n) {
	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 {
	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;
}
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(36,42%,76%,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.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_21.jpg);}
.gallery ul.bn-pics li.num02 a:before {background-image:url(../gallery/img/th02_21.jpg);}
.gallery ul.bn-pics li.num03 a:before {background-image:url(../gallery/img/th03_20.jpg);}
.gallery ul.bn-pics li.num04 a:before {background-image:url(../gallery/img/th04_11.jpg);}
.gallery ul.bn-pics li.num05 a:before {background-image:url(../gallery/img/th05_19.jpg);}
.gallery ul.bn-pics li.num06 a:before {background-image:url(../gallery/img/th06_13.jpg);}
.gallery ul.bn-pics li.num07 a:before {background-image:url(../gallery/img/th07_19.jpg);}
.gallery ul.bn-pics li.num08 a:before {background-image:url(../gallery/img/th08_20.jpg);}
.gallery ul.bn-pics li.num09 a:before {background-image:url(../gallery/img/th09_10.jpg);}
.gallery ul.bn-pics li.num10 a:before {background-image:url(../gallery/img/th09_14.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: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 a:before {
	width:64px;
	height:36px;
}
}