@charset "UTF-8";

/*チームウェア*/
#team-wear + .composite_box01 .inner_item:nth-child(n+2){
    display: none;
}
#team-wear + .composite_box01 .heading.block_header_4 .h {
    color: var(--i_bg_color);
}
#team-wear + .composite_box01.block_images_11 .inner_item_txt .heading {
    margin: auto auto auto 10%;
    background: rgba(34,34,34,0.95);
}
#team-wear + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(2){
    width: 100%;
}
#team-wear + .composite_box01 .inner_item_img img {
    object-position: 10% 25%;
}
@media screen and (max-width: 800px) {
    #team-wear + .composite_box01.block_images_11 .inner_item {
        width: 100% !important;
    }
}
@media screen and (max-width: 400px) {
    #team-wear + .composite_box01.block_images_11 .inner_item_img img{
        height: 250px !important;
    }
    #team-wear + .composite_box01.block_images_11 .inner_item_txt .heading {
        margin: auto auto auto 2rem;
    }
}

/*MV調整*/
#mv .mv_text > div:before {
   content: none;
}
/*MVスクロール削除*/
@media screen and (max-width: 900px) {
  .mv_nav {
    display: none;
  }
}
/*MV下パーツ調整*/
.index main {
    margin-top: 0px;
}