@charset "UTF-8";
a:focus { outline: none; }

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

/*
 INTRODUCTION
-----------------------------------------------------*/
h1 {
	position: relative;
	width: 1240px;
	margin: 0 auto;
	padding: 120px 0 68px;
}
	.h1logo {
		position:absolute;
		width:225px;
		height:132px;
		top: 119px;
		right: 40px;
	}

	/* MOVIE BLOCK --*/
	.movie_block {
		width: 1240px;
		margin: 0 auto 180px;
	}
		.movie_block h2 {
			margin: 0 0 80px;
			text-align: center;
		}
		.movie_block ul {
			width: 1160px;
			margin: 0 auto;
			letter-spacing: -.4em;
		}
		.movie_block li {
			display: inline-block;
			width: 360px;
			margin: 0 40px 60px 0;
			letter-spacing: normal;
		}
		.movie_block li:nth-child( 3n+3 ) {
			margin: 0 0 60px 0;
		}
			.movie_block li a:hover .movie_thum img {
				opacity: .7;
			}
			.movie_thum {
				position: relative;
				width: 360px;
				height: 200px;
				margin: 0 0 20px;
				background: #000;
				overflow: hidden;
			}
			.movie_thum:after {
				position: absolute;
				width: 360px;
				height: 200px;
				top: 0;
				left: 0;
				content: "";
				background: url(../img/gallery/movieFrame.png) no-repeat 0 0;
			}
				.movie_thum img {
					width: 100%;
				}
			.movie_lbl {
				margin: 0 0 16px;
				color: #d4ab32;
				font-size: 20px;
				line-height: 1.8;
				text-align: center;
			}
			.movie_time {
				color: #fff;
				font-size: 16px;
				line-height: 1;
				text-align: center;
			}


/* TOP BACKGROUND --------------------------------*/
.clearfix:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
}