
@charset "UTF-8";

#top_illust + .block_images_9 .inner_item {
    border-radius: 50%;
    display: grid;
    place-content: center;
    background: var(--i_sub2_color);
    aspect-ratio: 1;
}
#top_illust + .block_images_9 .inner_item .inner_item_img img {
    width: 50% !important;
    height: auto !important;
}
#top_illust + .composite_box01 .wrapper_item {
    width: 70%;
    margin: 0 auto;
}
@media screen and (max-width: 1440px) {
    #top_illust + .composite_box01 .wrapper_item {
        width: 80%;
    }
}
@media screen and (max-width: 950px) {
    #top_illust + .composite_box01 .wrapper_item {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    #top_illust + .composite_box01 .wrapper_item {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        width: 90%;
    }
    #top_illust + .block_images_9 .inner_item {
        margin: 0 !important;
    }
    #top_illust + .block_images_9 .inner_item .inner_item_img img {
        width: 35% !important;
    }
}

/*MV動画調整*/
@media screen and (min-width: 980px) {
    #mv {
        width: 100%;
    }
}
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
   height: auto;
   max-height: initial !important;
}
@media screen and (max-width: 125vh){
   #mv.mv_mp4_cover {
      height: auto !important;
      min-height: 0 !important;
   }
}