@charset "UTF-8";

/* MVキャッチ画像調整 260723 */
#mv .mv_textimg a {
    width: 36%;
    bottom: 19.5%;
}
@media screen and (min-width: 769px) {
    #mv .mv_textimg .mv_textimg_pc {
        max-width: 600px;
        width: 70%;
    }
}
@media screen and (min-width: 901px) and (max-height: 900px){
  #mv {
      min-height: 600px !important;
  }
}
@media (max-width: 900px) {
    #mv .mv_textimg {
        top: 65px;
        height: calc(100% - 65px);
    }
}
@media (max-width: 768px) {
    #mv .mv_textimg .mv_textimg_sp {
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
    }
    #mv .mv_textimg img {
        width: 80%;
        height: auto;
        bottom: initial;
    }
    #mv .mv_textimg a {
      width: 30%;
      bottom: 18.5%;
  }
}