@charset "UTF-8";

/*--- SNSリンクレイアウト調整(2025/04/17) ---*/
#area + .composite_box01 .wrapper_item {
    justify-content: center;
}
#area + .composite_box01 .wrapper_item .inner_item.empty {
    display: none;
}

/*--- スタッフレイアウト調整(2025/04/17) ---*/
#staff +.widget_staff01 .wrapper_item {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
#staff + .widget_staff01 .inner_item {
    width: 80%;
    margin: 0;
}
#staff +.widget_staff01 .inner_item_img img {
    object-fit: contain;
}

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