@charset "UTF-8";

/* last update 2015.11.07 */

/** 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: 100%;
	padding: 0;
	margin-bottom: 5%;
}
.header h1 {
	display: block;
	background: url(../images/images_230521/main.jpg) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	padding: 68.36734693877551% 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}

}


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

.header {
	margin: 0 0 46px;
}
.header h1 {
	display: block;
	background: url(../images/images_230521/main.jpg) no-repeat center top;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	width: 980px;
	height: 670px;
	margin: 0 auto;
}

}
