@charset "UTF-8";

/*MV調整*/
#mv .mv_textimg {
    top: initial;
    bottom: 2%;
    width: 40%;
    height: fit-content;
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg {
        left: 5%;
   }
}