@charset "UTF-8";

/*MV横幅設定*/
@media screen and (max-width: 900px) {
    #mv {
      width: 100%;
    }
}