@charset "UTF-8";

/*--MV調整--*/
#mv .mv_textimg {
    top: auto;
    bottom: 2rem;
    right: auto;
    left: 2rem;
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg {
        bottom: 0;
    }
    #mv .mv_textimg img {
        width: max(50%, 180px) !important;
    }
}