/* ---------------------------------------------------------------------------------------------

　   ヒーロー

--------------------------------------------------------------------------------------------- */

 .hero_top_inn {
     background-image: url("../image/cmn/main.jpg");
     background-position: center;
     background-size: cover;
    height: 100vh;
    margin-bottom: -80px;
}

.hero_top_inn .hero_title {
    position: relative;
    top: 40%;	
}
/* ---------------------------------------------------------------------------------------------

　  メディアクエリ

--------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 480px){
.hero_top_inn {
    background-image: url(../image/cmn/bg.jpg);
	}
}
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 