@charset "UTF-8";

/* MVキャッチ画像調整(2026/05/25) */
@media only screen and (min-width: 769px) {
    .mv_textimg {
        left: initial;
        bottom: 0;
        top: initial;    width: 100%;
        height: 100%;
    }
    .mv_textimg > div {
        left: 1%;
        bottom: 1%;
        width: 35%;
    }
    #mv .mv_textimg img {
        width: 100%;
    }
}
@media screen and (max-width: 1360px) and (min-width: 769px) {
    #mv .mv_textimg img {
        max-height: initial !important;
        width: 100%;
    }
}