@charset "utf-8";
/* CSS Document */
#top{position:relative; width:100%; height:100vh; background:url(../../images/top/mv.jpg) no-repeat center center; background-size:cover;}
#top #mvsp{display:none;}

header{background-image:url(../../images/common/header_bg2.png);}
#pageTop{display:block;}
footer{position:fixed; bottom:0; left:0; width:100%; z-index:9990;}

/*===============================
             MEDIA
================================*/
@media only screen and (max-width:767px){
#top{height:auto; background:none; margin-top:78px;}	
#top #mvsp{display:block; margin:0 0 30px;}

header{background-image:url(../../images/common/header_bg.jpg);}
#pageTop{display:none;}	
footer{position:static;}
}