@charset "UTF-8";

/*MV調整*/
@media screen and (min-width: 900px) {
   header {
       position: absolute;
   }
   .ss #mv_outer {
       border-top: 0px solid transparent !important;
   }
   #mv,
   #mv .mv_mp4,
   #mv .mv_mp4 video{
      height: auto;
      max-height: initial !important;
   }
   header .inner h1,
   header .tel a{
      text-shadow: 0px 0px 3px #fff;
   }
   header .tel svg,
   header .translate svg{
      filter: drop-shadow(0px 0px 3px #fff);
   }
}