#wrapper p.btn {
	text-align: center;
}
#wrapper p.btn a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	width: 100%;
	color: #fff;
	line-height: 1;
	background: url(../png/btn_arrow.png) right 20px center no-repeat rgba(255, 255, 255, 0.3);
	border: 1px solid #fff;
	padding: 15px 0;
	margin-top: 20px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
#wrapper p.btn a {
	font-size: 14px;
}
}
#wrapper p.btn a:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
.video-container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.video-container video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video-container .filter {
	background: rgba(0, 16, 29, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
a.target {
	padding-top: 120px;
	margin-top: -120px;
	display: block;
}

@media screen and (max-width: 768px) {
a.target {
	padding-top: 60px;
	margin-top: -60px;
}
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.pc {
	display: block;
}

@media screen and (max-width: 768px) {
.pc {
	display: none;
}
}
.sp {
	display: none;
}

@media screen and (max-width: 768px) {
.sp {
	display: block;
}
}

/*# sourceMappingURL=common_layout.css.map */
