@charset "UTF-8";

/*MV調整*/
#mv:after {
    background: rgb(255 255 255 / 25%);
}
#mv .mv_textimg {
    filter: drop-shadow(0px 0px 5px rgba(000, 000, 000, 1));
}
#mv_outer::after {
    background: none;
}
#mv .mv_textimg {
    bottom: 2%;
}
@media screen and (max-width: 900px){
    #mv .mv_textimg img {
        width: 60%;
    }
}

/*MVスクロール削除*/
@media screen and (max-width: 900px){
    .mv_nav{
        display:none;
    } 
}