@charset "UTF-8";

@media screen and (max-width: 500px) {
    #seo_w + .composite_box01 .inner_item_img img {
        height: 100% !important;
    }
}

@media screen and (max-width: 500px) {
    #seo_w + .composite_box01 .inner_item_img {
    width: 140%;
}
}


@media screen and (max-width: 500px) {
  #seo_w + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2) {
    position: absolute;
    right: 60px;
    width: 30% !important;
    transform: translateX(0px);
  }
  #seo_w + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1) {
    margin-top: 38%;
    margin-left: 60px !important;
  }
}


/*-MV調整-*/
@media screen and (min-width: 901px) {
    #mv .mv_img li,
    #mv:after,
    #mv .mv_mp4 {
        clip-path: initial;
    }
}
/*MVスクロール削除*/
@media screen and (max-width: 900px){
    .mv_nav{
        display:none;
    } 
}