@charset "UTF-8";

/* MV調整(2026/04/17) */
#mv {
    min-height: 750px !important;
}
@media only screen and (max-width: 900px) {
    #mv {
        min-height: 650px !important;
    }
}
@media only screen and (max-width: 460px) {
    #mv {
        min-height: 140vw !important;
    }
}