@charset "UTF-8";

/*MV調整_260713*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv:after {
    background: rgb(0 0 0 / 20%);
}
#mv .mv_textimg {
  width: 100%;
  height: 100%;
  left: 0;
}
#mv .mv_textimg > div {
  width: 55%;
  left: 2%;
  bottom: 2%;
}
#mv .mv_textimg a  {
    right: 0%;
    width: 20%;
}
#mv .mv_textimg img {
  width: 100%;
}

@media screen and (max-height: 900px), (max-width: 900px) {
  .mv_nav{
      display: none;
  }
  #mv .mv_textimg a {
      right: 0%;
      bottom: 10%;
      width: 20%;
  }
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg > div {
      width: 70%;
    }
    #mv .mv_textimg a {
      width: 20%;
      right: 0%;
      bottom: 10%;
  }
}
@media screen and (max-width: 600px) {
  #mv .mv_textimg a {
      width: 20%;
      right: 0%;
      bottom: 10%;
  }
}