@charset "utf-8";

#home .header {
}

/** under 767px **/
@media screen and (max-width: 767px) {

#home .header {
}
#home .header-inner {
	background: url(../images/header-sp.png) no-repeat center top;
	padding: 184.53% 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	position: relative;
}

#home .preview a {
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	width: 24.69%;
	height: 12.02%;
	position: absolute;
	top: 27.18%;
	left: 3.75%;
}

#home .header h1,
#home .header .info,
#home .header .cast {
	overflow: hidden;
	height: 0px;
}

}


/** over 768px **/
@media screen and (min-width: 768px) {

#home .header {
}
#home .header-inner {
	width: 980px;
	height: 860px;
	margin: 0 auto;
	position: relative;
}

#home .preview a {
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	width: 170px;
	height: 154px;
	position: absolute;
	top: 404px;
	left: 74px;
}

#home .header h1,
#home .header .info,
#home .header .cast {
	overflow: hidden;
	height: 0px;
}

}
