@charset "euc-jp";
/* CSS Document */

#actv_mv {
	display: block;
	width: 100%;
	background: #6DC8E3 none;
	background-size: cover;
	position: relative;
	text-align:center;
}
#actv_mv h1 {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	margin: 0;
	color: #FFF;
	text-align: center;
	text-shadow: 0 0 6px #000;
}
.contents h1.sunb {
	margin: 0;
	position: absolute;
	font-size: 3.2rem;
}
.contents h1.sunb::before {
	background-image: url(../images/sbw1.png) !important;
}
@media screen and (max-width:649px){
.contents h1.sunb {
	font-size: 2.2rem;
}
}
