@charset "UTF-8";

/* MV調整(2026/07/03) */
#mv .mv_mp4 {
    left: 10%;
}
@media only screen and (min-width: 901px) {
    #mv.mv_mp4_cover .mv_mp4 video {
        max-width: 1080px;
        aspect-ratio: 1;
    }
    #mv .mv_mp4 {
        width: 70%;
        left: 30%;
    }
}
@media only screen and (max-width: 900px) {
    #mv.mv_mp4_cover {
        height: auto !important;
        max-height: initial !important;
    }
    #mv .mv_mp4 video {
        aspect-ratio: 9 / 16;
    }
    .mv_nav{
        display: none;
    } 
}