.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  /* color: #ffffff; */
  width: 100%;
  height: 100%;
  /* text-align: center; */
  /* line-height: 300px; */
  /* text-align: center; */
}

/*
.swiper-slide:nth-child(3n + 1) {
  background-color: #de4439;
}
.swiper-slide:nth-child(3n + 2) {
  background-color: #fcd500;
}
.swiper-slide:nth-child(3n + 3) {
  background-color: #53c638;
}
*/

.swiper-pagination {
  /* margin: 30 auto; */
  width: 100% !important;
  /* height: 30px; */
  /* top: -5px !important; */
  /* background-color: rgb(233, 215, 160); */
}

.swiper-pagination-bullet {
  background: #aa8f7b;
}
