@charset "UTF-8";

/*-------------------------------------------
color
-----------------------------------------------*/
#color {
  position: relative;
}
#color .swiper-wrap.color {
  position: absolute;
  top: 280px;
  left: 50%;
	transform: translateX(-50%);
  margin: 0 auto;
  width: 920px;
  overflow: hidden;
}
@media screen and (max-width: 912px) {
  #color .swiper-wrap.color {
    top: 26.92vw;
    width: 90%;
  }
}
#color .swiper-button-next:after,
#color .swiper-rtl .swiper-button-prev:after,
#color .swiper-button-prev:after,
#color .swiper-rtl .swiper-button-next:after {
  display: none;
}
#color .swiper-container.color .swiper-button-prev,
#color .swiper-container.color .swiper-button-next {
  top: 50%;
  margin-top: 0;
  width: 91px;
  height: 78px;
  background: url("../img/20260126/color/arrow.png") no-repeat center top;
  background-size: 100% auto;
}
#color .swiper-container.color .swiper-button-prev {
  left: 20px;
}
#color .swiper-container.color .swiper-button-next {
  right: 20px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 912px) {
  #color .swiper-container.color .swiper-button-prev,
  #color .swiper-container.color .swiper-button-next {
    width: 6.83vw;
    height: 5.58vw;
  }
  #color .swiper-container.color .swiper-button-prev {
    left: 2.67vw;
  }
  #color .swiper-container.color .swiper-button-next {
    right: 2.67vw;
  }
}
#color .swiper-wrap.color > .swiper-pagination-bullets {
  position: relative;
  bottom: 0;
  margin-top: 65px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 912px) {
  #color .swiper-wrap.color > .swiper-pagination-bullets {
    margin-top: 5.33vw;
    gap: 0 1.92vw;
  }
}
#color .swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 76px;
  height: 76px;
  opacity: 1;
  border-radius: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 912px) {
  #color .swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 7.31vw;
    height: 7.31vw;
  }
}
#color .swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:first-of-type {
  background: #a1afd9;
}
#color .swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(2) {
  background: #2c2f32;
}
#color .swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(3) {
  background: #e56c9b;
}
#color .swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(4) {
  background: #364668;
}
#color .swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(5) {
  background: #f0e3e0;
  border: 2px solid #ffffff;
}
#color .swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 2px solid #d0a6b7 !important;
}