@charset "utf-8";

#home .header {
}

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

#home .header {
}
#home .header-inner {
}

#home .header h1 {
	display: block;
	background: url(../images/header-sp.jpg) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	padding: 150.47% 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}

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

}


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

#home .header {
	width: 100%;
	height: 848px;
}
#home .header-inner {
}

#home .header h1 {
	display: block;
	background: url(../images/header.jpg) no-repeat center top;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	text-decoration: none;
	height: 848px;
}

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

}
