.pickupBanner .splide__pagination {
  gap: 10px;
  margin-top: 5px;
}
.pickupBanner .splide__pagination__page {
  border: none;
  background: none;
  background-color: #D9D9D9;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  transition: background 0.3s;
}
.pickupBanner .splide__pagination__page.is-active {
  background-color: #333333;
  pointer-events: none;
}
.pickupBanner .splide__pagination__page:hover {
  background-color: #333333;
}

.campaignBanner .splide__pagination {
  gap: 10px;
  margin-top: 10px;
}
.campaignBanner .splide__pagination__page {
  border: none;
  background: none;
  background-color: #D9D9D9;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  transition: background 0.3s;
}
.campaignBanner .splide__pagination__page.is-active {
  background-color: #333333;
  pointer-events: none;
}
.campaignBanner .splide__pagination__page:hover {
  background-color: #333333;
}

.indexBanner .splide__arrow {
  background: none;
  border: 2px solid #EA6001;
  background-color: #EA6001;
  border-radius: 0 100% 100% 0/50%;
  width: 24px;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: background 0.3s;
}
.indexBanner .splide__arrow:after {
  content: "";
  display: block;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  width: 12px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25%;
  left: 0;
  transform: rotate(45deg);
  transition: border 0.3s;
}
.indexBanner .splide__arrow:hover {
  background-color: #fff;
}
.indexBanner .splide__arrow:hover:after {
  border-top: solid 4px #EA6001;
  border-right: solid 4px #EA6001;
}
.indexBanner .splide__arrow svg {
  display: none;
}
.indexBanner .splide__arrow--prev {
  transform: scale(-1, 1);
  left: -30px;
  right: auto;
}
.indexBanner .splide__arrow--next {
  right: -30px;
  left: auto;
}

.seasonSlider .splide__arrow {
  background: none;
  border: 2px solid #EA6001;
  background-color: #EA6001;
  border-radius: 0 100% 100% 0/50%;
  width: 40px;
  height: 80px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: background 0.3s;
}
.seasonSlider .splide__arrow:after {
  content: "";
  display: block;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  width: 14px;
  height: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25%;
  left: 0;
  transform: rotate(45deg);
  transition: border 0.3s;
}
.seasonSlider .splide__arrow:hover {
  background-color: #fff;
}
.seasonSlider .splide__arrow:hover:after {
  border-top: solid 4px #EA6001;
  border-right: solid 4px #EA6001;
}
.seasonSlider .splide__arrow svg {
  display: none;
}
.seasonSlider .splide__arrow--prev {
  transform: scale(-1, 1);
  bottom: 40%;
  left: -15px;
}
.seasonSlider .splide__arrow--next {
  bottom: 40%;
  right: -15px;
}
.seasonSlider .splide__pagination {
  gap: 5px 10px;
  margin-top: 20px;
}
.seasonSlider .splide__pagination__page {
  border: none;
  background: none;
  background-color: #fff;
  border-radius: 0;
  width: 30px;
  height: 8px;
  transition: background 0.3s;
}
.seasonSlider .splide__pagination__page.is-active {
  background-color: #EA6001;
  pointer-events: none;
}
.seasonSlider .splide__pagination__page:hover {
  background-color: #EA6001;
}
@media (min-width: 768px) {
  .seasonSlider .splide__arrow {
    width: 50px;
    height: 100px;
  }
  .seasonSlider .splide__arrow:after {
    width: 20px;
    height: 20px;
  }
  .seasonSlider .splide__pagination {
    margin-top: 30px;
  }
  .seasonSlider .splide__pagination__page {
    width: 40px;
    height: 10px;
  }
}
@media (min-width: 960px) {
  .seasonSlider .splide__arrow--prev {
    bottom: 10%;
    left: -20px;
  }
  .seasonSlider .splide__arrow--next {
    bottom: 10%;
    right: -20px;
  }
}

/*# sourceMappingURL=slider.css.map*/