@charset "UTF-8";

/*--MV調整--*/
@media screen and (min-width: 901px) {
    #mv {
        width: 100%;
    }
}
@media screen and (max-height: 800px) {
    #mv .mv_textimg img {
        max-height: 280px !important;
    }
}
@media screen and (max-width: 550px) {
    #mv .mv_textimg img {
        max-height: 190px !important;
    }
}
@media screen and (max-width: 480px) {
    #mv {
        width: 100%;
        margin-left: 0;
    }
}