@charset "UTF-8";

/*MVスクロール削除*/
@media screen and (max-width: 900px) {
 .mv_nav {
    display: none;
 }
}