@charset "UTF-8";

/*MV調整*/
#mv:before {
    content:none;
}
@media screen and (min-width: 901px) {
    #mv {
        width: 100%;
    }
}
