@charset "utf-8";

#main_ > article > header > h1 {
	width:540px; height:0; position:absolute; left:50%; top:50%; transform: translate(-50%,-50%); padding:330px 0 0; 
	background:url(images/header_title.png) no-repeat; background-size:contain; overflow:hidden;}



@media screen and (max-width:599px) {

#main_ > article > header > h1 {
	width:60%; height:0; position:absolute; left:50%; top:50%; transform: translate(-50%,-50%); padding:37% 0 0; 
	background:url(images/header_title.png) no-repeat; background-size:contain; overflow:hidden; z-index: 2;}

}
