@charset "UTF-8";

/*MV調整*/
#mv:after {
    background: rgba(0,0,0,0.15);
    background-image: url(/common/upload_data/salonmahalocom/image/20230623143208.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}
#mv .mv_text {
    height: fit-content;
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
}
#mv .mv_scroll {
    display: none;
}

@media screen and (max-width: 650px) {
#mv .mv_text {
    height: fit-content;
    bottom: initial!important;
}
}