@charset "UTF-8";

/*MV調整_251219*/
#mv:after {
    width: 100%;
}
.mv_textimg > div {
    width: 35%;
}
#mv .mv_textimg img {
    max-width: initial;
    max-height: initial !important;
    min-height: initial;
    height: auto;
    width: 100%;
}
@media screen and (max-width: 768px) {
    #mv_outer {
        padding-top: 100px;
    }
    .mv_textimg > div {
       width: 40%;
    }
    #mv .mv_textimg img {
        height: auto;
    }
}