@charset "UTF-8";

/* 共通cssの上書き　MVサイズ調整 */
@media screen and (min-width: 901px) and (max-height: 900px) {
    #mv .mv_textimg img {
        max-width: 370px !important;
    }
}