@charset "UTF-8";

@media screen and (max-width: 768px) {
#top_news + div .contents_btn01 a {
    padding: 3px 4px!important;
}
}
#mv #conv .w {
    border: none;
}
#mv #conv .ic {
    top: 20px;
    right: 75px;
}

/*MV調整*/
@media screen and (min-width: 900px) {
    header .inner h1{
       text-shadow: 0px 0px 3px #fff;
    }
    header .sp_translate svg{
       filter: drop-shadow(0px 0px 3px #fff);
    }
}
#mv #conv .ic {
    display: none;
}