
#topPage header {
	background-image: url("../img/spr/top_header_bg.png");
	background-position: center center;
	background-repeat: repeat-x;
	background-size: 32px 1440px;
}

#topPage header h1 {
	background-image: url("../img/spr/top_header.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1600px 600px;
}

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

    #topPage header h1 {
        background-image: url("../img/spr/top_header_sp.png");
        background-size: 100vw 88vw;
    }
	
}


#innerPage header {
	background-image: url("../img/spr/top_header_bg.png");
	background-position: center center;
	background-repeat: repeat-x;
	background-size: 32px 1440px;
}

#innerPage header h1 {
	background-image: url("../img/spr/top_header_inner.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1920px 240px;
}

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

    #innerPage header h1 {
        background-image: url("../img/spr/top_header_sp_inner.png");
        background-size: 55vw 40vw;
    }
	
}