@media screen and (max-width: 767px) {
  .slider,
  .slick-slider,
  .swiper,
  .mainvisual,
  .top-slider {
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .slider img,
  .slick-slide img,
  .swiper-slide img,
  .mainvisual img,
  .top-slider img {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .home .main,
  .home .content,
  .home section:first-of-type,
  .home .wp-block-group {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}