@charset "UTF-8";

#mv .mv_text.t_align_center {
  display: none;
}
#mv .mv_img li img {
  -o-object-fit: contain;
     object-fit: contain;
}
#mv_sp + div {
  display: none;
}
@media screen and (max-width: 1100px) {
  #mv {
    height: 65vh;
  }
}
@media screen and (max-width: 768px) {
  #mv {
    height: 38vh;
  }
}
@media screen and (max-width: 480px) {
  #mv_sp + .gallery_single {
    display: block;
  }
  #mv_outer {
    display: none;
  }
  #mv_outer {
    display: none;
  }
  #mv_sp + .gallery_single .gallery_single_slider .inner_item img,
  #mv_sp
    + .gallery_single
    .gallery_single_slider[data-column="1"]
    .inner_item
    img,
  #mv_sp
    + .gallery_single
    .gallery_single_slider:not([data-column])
    .inner_item
    img {
    max-height: initial;
    height: initial;
    max-width: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #mv_sp + .gallery_single button,
  #mv_sp + .gallery_single .pointer {
    display: none !important;
  }
  #mv_sp + .gallery_single .content_wrapper {
    padding: 0;
  }
}


/*----- SP時MV高さ調整
-------------------------------*/
@media screen and (max-width: 480px){
  .ss #mv_sp {
    display: block;
    margin-top: 55px;
  }
  #mv_sp + .gallery_single {
    display: block;
    background: #EE8711;
  }
  #mv_sp + .gallery_single .gallery_single_slider .inner_item img,
  #mv_sp
    + .gallery_single
    .gallery_single_slider[data-column="1"]
    .inner_item
    img,
  #mv_sp
    + .gallery_single
    .gallery_single_slider:not([data-column])
    .inner_item
    img {
    max-height: auto;
    height: 84vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mv_sp + .gallery_single .gallery_single_slider {
    margin: 30px 0;

  }
}
