/* mixin
**********************************************************************/
/* hannari*/
/* media query */
/* setting
**********************************************************************/
/* mixin
**********************************************************************/
/* hannari*/
/* media query */
@font-face {
	font-family: 'Hannari';
	src: url("../wf/Hannari.eot?") format("eot"), url("../wf/Hannari.woff") format("woff"), url("../wf/Hannari.ttf") format("truetype");
}
.flex {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
}
.flex_between {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.flex_wrap {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_center {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-box-pack: center;
	box-pack: center;
	-webkit-flex-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.flex_right {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-box-pack: end;
	box-pack: end;
	-webkit-flex-pack: end;
	-moz-flex-pack: end;
	-ms-flex-pack: end;
	flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
.flex_between_wrap {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fade, #thumbs label img, #thumbs label img:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.cover_w {
	position: relative;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cover_h {
	position: relative;
	width: auto;
	height: 100%;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* main
**********************************************************************/
.headline_area {
	background-image: url(../../gallery/images/main.jpg);
}
/* contents
**********************************************************************/
.contents_block {
	margin-top: 30px;
}


.gallery {
	padding: 30px;
}

#stage {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}
#thumbs {
	padding: 15px 0;
	margin-left: 0%;
}
#thumbs label img {
	width: 10.82%;
	cursor: pointer;
}
#thumbs label img:hover {
	opacity: 0.7;
}


#r1, #r2, #r3, #r4, #r5, #r6, #r7, #r8, #r9 {
	display: none;
}
.photo {
	position: absolute;
	left: 0;
	top: 0;
}
.photo img {
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
#r1:checked ~ #photo1 img, #r2:checked ~ #photo2 img, #r3:checked ~ #photo3 img, #r4:checked ~ #photo4 img, #r5:checked ~ #photo5 img, #r6:checked ~ #photo6 img, #r7:checked ~ #photo7 img, #r8:checked ~ #photo8 img, #r9:checked ~ #photo9 img {
	opacity: 1;
}
