@charset "UTF-8";

/*-------------------------------------------
color
-----------------------------------------------*/
.color .color-slider {
  position: relative;
}
.color .swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}
.color .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 8px;
}
.color .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}
.color .swiper-pagination-bullet-active {
  background: #fff;
}
.color .custom-buttons {
  position: relative;
  padding: 30px 0 292px;
  background-size: cover;
  text-align: center;
}
.color .custom-buttons .button_point {
  width: 264px;
}
.color .custom-buttons .button_variation {
  width: 446px;
}
.color .custom-buttons .button_size {
  width: 234px;
}
.custom-buttons button {
  padding: 0;
}
.color .custom-buttons01 {
  background-image: url(../img/type01/bg_custom-buttons.jpg);
}
.color .custom-buttons02 {
  background-image: url(../img/type02/bg_custom-buttons.jpg);
}
.color .custom-buttons03 {
  background-image: url(../img/type03/bg_custom-buttons.jpg);
}
.color .custom-buttons .open-modal-btn {
  position: absolute;
  bottom: 220px;
  right: 40px;
  font-size: 26px;
  text-decoration: underline;
}

@media (width < 768px) {
  .color .swiper-pagination {
    bottom: 3vw;
  }
  .color .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0.6vw 0.8vw;
  }
  .color .swiper-pagination-bullet {
    width: 1.3vw;
    height: 1.3vw;
  }
  .color .custom-buttons {
    padding: 3vw 0 29.2vw;
  }
  .color .custom-buttons .button_point {
    width: 26.4vw;
  }
  .color .custom-buttons .button_variation {
    width: 44.6vw;
  }
  .color .custom-buttons .button_size {
    width: 23.4vw;
  }
  .color .custom-buttons .open-modal-btn {
    bottom: 22vw;
    right: 4vw;
    font-size: 3.6vw;
  }
}