@charset "UTF-8";

/*------------------レイアウト修正_251021------------------*/
[id^=image] + .composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(2),
[id^=image] + .composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(1) {
  width: 50%;
  margin-left: 0;
}
@media screen and (max-width: 700px) {
  [id^=image] + .composite_box01.block_images_7 .inner_item:nth-of-type(2n-1):nth-last-of-type(2) {
    margin-bottom: 0 !important;
  }
}

/*MV調整_251107*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
    height: calc(100% - 10px);
}
.mv_textimg > div {
    width: 35%;
}
#mv .mv_textimg img {
    max-width: initial;
    max-height: initial !important;
}
#mv .mv_textimg a {
    max-width: initial;
    bottom: 3%;
    width: 95%;
}
@media screen and (max-width: 768px) {
    .mv_textimg > div {
        width: 40%;
    }
    #mv .mv_textimg a {
        width: 75%;
    }
}
@media screen and (max-width: 125vh){
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: 0 !important;
    }
}