@charset "UTF-8";

/*--MV調整--*/
#mv .mv_textimg img {
    width: 40%;
}
#mv .mv_textimg {
    bottom: 100px;
}
#mv:after {
    background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-height: 900px) {
    #mv .mv_textimg img {
        width: 40%;
    }
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg {
        bottom: 50px;
    }
}