@charset "UTF-8";

#mv_outer:has(.d1) {
    width: 100%;
}
#mv.d1 {
    border-radius: 0;
}
#mv.d1:after {
    height: auto;
}
#mv .mv_textimg img {
    margin: 10px;
    filter: drop-shadow(0px 0px 5px rgba(000,000,000,1)) ;
}
#mv:after {
    height: 100%;   
    background: rgba(0, 0, 0, 0.3);
    height: 40%;
    top: auto;
    bottom: 0;
}
@media screen and (min-width: 901px) {
    #mv .mv_img, #mv::after {
        width: 100%;
        margin-left: 0;
    }
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg img {
        width: max(60%, 250px);
    }
}


