@charset "UTF-8";

/*MV調整_250806*/
#mv {
    height: auto;
    max-height: initial !important;
}
#mv::before {
    display: none;
}
#mv .mv_textimg img {
    max-width: 500px;
}
@media screen and (max-width: 768px){
    #mv .mv_textimg img {
        width: 40%;
    }
}

