@charset "utf-8";


h1 {
	height: 814px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	background: url(header.png) center center / auto 100% no-repeat;
	text-indent: -9999px;
	}

		
@media screen and (max-width: 1023px) {

	h1 {
		height: calc( 814 / 1000 * 100vw);
	}
}

@media screen and (max-width: 599px) {

	h1.pconly.tbonly {display: none;}
	h1.sponly {display: block;height: auto;}

}