@charset "UTF-8";

header {
    background: rgba(255,255,255,1);
}
#mv_outer{
   margin-top: 136px;
}

@media screen and (max-width: 1200px){
#mv_outer{
   margin-top: 132px;
}
}
@media screen and (max-width: 900px){
#mv_outer{
   margin-top: 48px;
}
}