@charset "UTF-8";

/*MV調整*/
@media screen and (max-width: 768px) {
   #mv .mv_textimg {
       height: 100%;
   }
}
@media screen and (max-width: 500px) {
    #mv .mv_textimg img {
        max-height: 240px !important;
    }
}

