@charset "UTF-8";

/*MV調整_251204*/
@media screen and (min-width: 901px) {
    #mv_outer {
        padding: 140px 5% 50px;
    }
}
@media screen and (min-width: 901px) and (max-height: 1023px) {
    #mv .mv_img {
        max-height: calc(100vh - 250px);
    }
}