@charset "utf-8";

#home .header {
}

@media screen and (max-width: 640px) {
#home .header {
	width: 100%;
	position: fixed;
	z-index: 999;
}
#home .header-inner h1 {
	display: block;
	background: url(../images/sp/header.png) no-repeat center top;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	padding: 17.1875% 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	position: relative;
}

#home .header h1 a {
	width: 24.375%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 3.594%;
}
}

@media print, screen and (min-width: 641px) {
#home .header.fixed {
	position: fixed;
	z-index: 200;
}

#home .header {
	width: 100%;
	background: #fff;
	min-width: 980px;
}
#home .header-inner {
	width: 940px;
	margin: 0 auto;
	padding: 4px 0 6px;
	position: relative;
}
#home .header h1 a {
	display: block;
	background: url(../images/pc/logo.png) no-repeat 0 0;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	list-style-type: none;
	width: 97px;
	height: 61px;
}
}