@charset "UTF-8";

/* スタッフ名表示調整(2025/11/17) */
#staff3 + .widget_staff01 .inner_item_txt .heading {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 1em;
}
#staff3 + .widget_staff01 .inner_item_txt .heading .h {
    margin-bottom: 0;
    order: 2;
}
#staff3 + .widget_staff01 .inner_item_txt .heading p {
    font-size: 2.2rem;
    line-height: 1.5;
    color: var(--i_main_color);
    order: 1;
}
@media screen and (max-width: 1350px) {
    #staff3 + .widget_staff01 .inner_item_txt .heading p {
        letter-spacing: 0;
        font-size: 2rem;
    }
}
@media screen and (max-width: 900px) {
    #staff3 + .widget_staff01 .inner_item_txt .heading p {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 800px) {
    #staff3 + .widget_staff01 .inner_item_txt .heading p {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 500px) {
    #staff3+.widget_staff01 .inner_item_img {
        margin: 0;
    }
}


/*MV調整_251120*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv {
    border-radius: 0rem;
}
.mv_textimg > div {
    width: 30%;
}
#mv .mv_textimg img {
    max-width: initial;
    max-height: initial !important;
    width: 100%;
}
#mv .mv_textimg a {
    max-width: initial;
    width: 57%;
}
@media screen and (min-width: 901px) {
    #mv_outer {
        padding: 0;
    }
}
@media screen and (max-width: 125vh){
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: 0 !important;
    }
}
@media screen and (max-width: 900px) {
    #mv {
        border-radius: 0rem;
    }
}
@media screen and (max-width: 768px) {
    .mv_textimg > div {
        width: 36%;
    }
}