@charset "UTF-8";

/*MV調整_250730*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
  height: auto;
  max-height: initial !important;
}
#mv:after {
    border-radius: 0;
}
#mv .mv_textimg {
    top: auto;
    bottom: 2%;
}
#mv .mv_textimg img {
    max-width: 400px;
    margin-left: 2%;
    margin-right: auto;
}
@media screen and (min-width: 901px) {
    #mv .mv_img, #mv:after, #mv .mv_mp4 {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 900px){
    #mv .mv_scroll{
       display:none;
    }
}
@media screen and (max-height: 900px) {
    #mv .mv_textimg_pc a {
        right: 40%;
    }
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg_sp a {
        right: 21%;
    }
   #mv .mv_textimg img {
      max-width: 250px;
      width: 85%;
   }
}