@charset "UTF-8";

.container {
	padding: 20px;
}

.box {
	margin: 0 0 50px 0;
}

.sample-block {
	margin: 0 auto;
	padding: 45px;
	width: 1490px;
	height: 1008px;
	background: url(../images/frame.svg) top center no-repeat;
	box-sizing: border-box;
	position: relative;
}

.site-title {
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
}

.sample-img {
	height: 790px;
	overflow-y: scroll;
}

.sample-img img {
	width: 100%;
}

.sample-img a.disable {
	pointer-events: none;
}

.video-wrapper {
	height: 790px;
	width: 100%;
	position: relative;
}

.video {
	min-height: 100%;
	min-height: 790px;
	min-width: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.promo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.promo img {
	width: 100%;
}