@charset "UTF-8";

/* ------------------------------------

  カルーセル型

------------------------------------  */
.carousel-s__wrapper {
  background: #000;
}
.carousel-s__wrapper .carousel-s,
.carousel-s__wrapper .carousel-s .slick-slide {
  padding: 0;
}
.carousel-s__wrapper .carousel-s .slick-slide img {
  width: 100%;
  max-width: 1000px;
  max-height: none;
}
.slick-dots {
  margin-bottom: 40px!important;
}
.slick-dots li button:before {
  color: #fff!important;
  opacity: 1!important;
}
.slick-dots li.slick-active button:before {
  color :#000!important;
  opacity: 0.25!important;
}

@media screen and (max-width: 768px) {
  .p1s1-list-v__item {
    border-bottom: 1px solid #998675;
  }
  .p3s1-card-h__item {
    border: none;
  }
  .carousel-s__wrapper {
    margin: 0;
  }
  .slick-dots {
    bottom: -35px!important;
  }
}