@charset "UTF-8";

/* ===== MVテキスト画像調整_260727 ===== */
#mv .mv_textimg {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#mv .mv_textimg > div {
    width: 40%;
    left: 2%;
    bottom: 2%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
#mv .mv_textimg a {
  width: 22%;
}
@media only screen and (max-width: 768px) {
    #mv .mv_textimg > div {
        width: 80%;
    }
}