@charset "UTF-8";

/*--MV調整--*/
#mv .mv_textimg {
    filter: drop-shadow(0px 0px 5px rgba(000,000,000,1)) ;
}
@media screen and (min-width: 901px) {
    .index header .logo {
        top: 10px !important;
    }
    .index header .logo a img {
        max-height: 90px;
    }
    #mv::before {
        content: none;
    }
}