@charset "UTF-8";

/*-MV調整-*/
#mv_outer:before {
    content: none;
}
#mv_outer {
    padding-bottom: 0;
}
@media screen and (max-width: 900px) {
    #mv_outer {
        padding-bottom: 0;
    }
}