@charset "utf-8";
.slick-slider.sp_only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .slick-slider.sp_only {
    display: block;
  }

  #mainVisualMovie {
    display: none;
  }
}
.tablet .box-mainVisualSlider {
  padding: 0;
}
.tablet .box_mainVisual_text img {
  display: none !important;
}
.tablet .slick-slider.sp_only {
  display: block !important;
  margin-bottom: 0;
}
.tablet #mainVisualMovie {
  display: none !important;
}
.tablet .box.box_mainVisual {
  height: auto !important;
}
