@charset "UTF-8";
a:focus { outline: none; }
img { width: 100%; }
html { font-size: 62.5%; }

body {
	position: relative;
	width: 100%;
	font-family: "Noto Sans Japanese", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/bg01.jpg) repeat;
	background-size: auto auto;
}

/* NAV BUTTON */
.navBtn {
	position: absolute;
	width: 13.75vw;
	height: 13.75vw;
	top: 13.125vw;
	right: 3vw;
	background: url(../img/nav/navBg.png) no-repeat 0 0;
	background-size: 100% 100%;
	z-index: 999;
}
	.navLine {
		position: absolute;
		width: 5vw;
		height: 4vw;
		top: 2.8vw;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		   -moz-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		     -o-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}
		.navLine p {
			position: absolute;
			width: 100%;
			height: 2px;
			background: #fff;
			-webkit-transition: all .3s ease-out;
			   -moz-transition: all .3s ease-out;
			    -ms-transition: all .3s ease-out;
			     -o-transition: all .3s ease-out;
			        transition: all .3s ease-out;
		}
		.no-active .navLine p:first-child {
			top: 0;
		}
		.no-active .navLine p:nth-child(2) {
			top: 50%;
		}
		.no-active .navLine p:nth-child(3) {
			top: 100%;
		}
		.active .navLine p:first-child {
			top: 50%;
			transform: rotate(45deg);
		}
		.active .navLine p:nth-child(2) {
			display: none;
		}
		.active .navLine p:nth-child(3) {
			top: 50%;
			transform: rotate(-45deg);
		}

	.no-active:after {
		display: block;
		position: absolute;
		width: 100%;
		bottom: 2.5vw;
		content: "MENU";
		color: #fff;
		font-size: 9px;
		font-size: 0.9rem;
		text-align: center;
	}
	.active:after {
		display: block;
		position: absolute;
		width: 100%;
		bottom: 2.5vw;
		content: "CLOSE";
		color: #fff;
		font-size: 9px;
		font-size: 0.9rem;
		text-align: center;
	}

/* INTRODUCTION */
h1 {
	width: 100%;
	margin: 0 0 12.5vw;
	padding: 3.125vw 0 0;
}
	.hlogo {
		width: 36.875vw;
		margin: 0 auto 6.5vw;
	}
.gallery_block {
	width: 100%;
	margin: 0 0 12.5vw;
}
	.gallery_block h2 {
		margin: 0 0 9.3vw;
	}
	.gallery_block ul {
		width: 90.6%;
		margin: 0 auto 25%;
	}
	.gallery_block li {
		margin: 0 0 6.8%;
	}
		.movie_thum {
			position: relative;
			width: 90.6vw;
			height: 50.9vw;
			margin: 0 0 4%;
			overflow: hidden;
		}
		.movie_thum:after {
			content: "";
			display: block;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			background: url(../img/gallery/movieFrame.png) no-repeat 0 0;
			background-size: 100% 100%;
		}
		.movie_lbl {
			margin: 0 0 2.7%;
			color: #d4ab32;
			font-size: 16px;
			font-size: 1.6rem;
			line-height: 1.5;
			text-align: center;
		}
		.movie_time {
			color: #fff;
			font-size: 12px;
			font-size: 1.2rem;
			line-height: 2;
			text-align: center;
		}