@charset "UTF-8";

/** PC・スマホ共通 **/
.header {
}
.header p {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}


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

.header {
	width: 88%;
	padding: 0 0 3.2%;
	margin: 0 auto;
}
.header h1 {
	display: block;
	background: url(../images/header-sp.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	padding: 109.51% 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}

}


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

.header {
	padding: 0 0 4px;
}
.header h1 {
	display: block;
	background: url(../images/header.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	width: 962px;
	height: 344px;
	margin: 0 auto;
}

}
