@charset "utf-8";

body, html
{
	height: 100%;
}

body
{
	min-width: 1080px;
}

#movieSection
{
	max-width: none;
	height: 100%;
	min-height: 902px;
	max-height: 1020px;
	padding-bottom: 72px;
	box-sizing: border-box;
	overflow: hidden;
	background: none;
}

#movieSection div.container
{
	height: 100%;
	position: relative;
	background: url(../img/contents/img_movie.jpg) 50% 50% no-repeat ;
	background-size: cover;
}

#movieSection div.container div.backgroundMovie
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#movieSection div.container div.backgroundMovie video
{
	position: absolute;
}

#contents_block
{
	margin-top: -72px;
}





.bannerDl
{
	top: 88px;
}

.bannerDl.fix
{
	position: fixed;
	top: 16px;
}
