@charset "utf-8";

.font-capitalize {
  text-transform: capitalize;
}

.contents__bg {
  position: relative;
}

.contents__left {
  position: absolute;
  top: 9.1vw;
  left: 11.9vw;
}

.new__label {
  display: block;
  width: 10vw;
  margin: 0 auto;
}

.candle-contents__title {
  font-size: 4.1vw;
  font-weight: 600;
  line-height: 1;
  margin-top: 1.5vw;
}

.candle-contents__inner {
  color: #3d3027;
  background-image: url(../../images/gift/20251211/bg_candle.jpg);
  background-repeat: repeat;
  background-size: 855px 626px;
  border-top: 1px solid #dab66d;
  padding: 80px 0 105px;
  position: relative;
}

.brooch__obj {
  width: 63px;
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
}

.candle-contents__lead {
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
}

.candle-contents__lead--mv {
  margin-top: 10px;
}

.candle-contents__text {
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 30px;
}

.candle-item__wrapper {
  width: 972px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(182, 155, 108, 0.2);
  margin: 57px auto 0;
  position: relative;
}

.candle-item__wrapper::before,
.candle-item__wrapper::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 18px;
  background-image: url(../../images/special_contents/HolidayCollection2025/20251002/item_lineup_line_frame.png);
  background-size: contain;
  position: absolute;
}

.candle-item__wrapper::before {
  top: 0;
}

.candle-item__wrapper::after {
  bottom: 0;
}

.candle-item__list {
  width: 864px;
  margin: 0 auto;
  padding: 83px 0 55px;
}

.candle-item__inner {
  display: flex;
}

.candle__img {
  width: 428px;
  position: relative;
}

.candle-item-detail__wrapper {
  text-align: center;
  padding-top: 28px;
}

.candle-item-detail__wrapper--jh {
  padding-left: 70px;
}

.candle-item-detail__wrapper--wo {
  padding-left: 34px;
}

.candle-item-detail__wrapper--plv {
  padding-left: 21px;
}

.candle-item-detail__wrapper--cs {
  padding-left: 60px;
}

.candle-item-detail__wrapper--am {
  padding-left: 105px;
}

.candle-item__name {
  font-size: 4.1rem;
  font-weight: 600;
  line-height: 1.3;
}

.candle-item__name--plv {
  font-feature-settings: "palt";
  letter-spacing: -0.02em;
}

.candle-item__name--ja {
  display: block;
  font-size: 1.6rem;
  font-feature-settings: "palt" off;
}



.candle-item__catch {
  font-size: 2rem;
  line-height: 1.3;
  margin-top: 13px;
}

.candle-item__catch--jh {
  color: #106b91;
}

.candle-item__catch--wo {
  color: #10913b;
}

.candle-item__catch--plv {
  color: #7a438f;
}

.candle-item__catch--cs {
  color: #55649d;
}

.candle-item__catch--am {
  color: #8f4936;
}

.candle-item__data {
  font-size: 1.4rem;
  margin-top: 16px;
}

.btn--cart {
  margin-top: 15px;
  text-align: center;
}

.btn--cart a {
  width: 210px;
  display: inline-block;
  background-color: #9e894e;
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 16px 0 19px;
  position: relative;
}

.btn--cart a svg {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.candle-fra__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
  padding: 44px 38px 35px 37px;
}

.candle-fra__wrapper--jh {
  background-color: #ddf0f5;
}

.candle-fra__wrapper--wo {
  background-color: #e3eee6;
}

.candle-fra__wrapper--plv {
  background-color: #e8deee;
}

.candle-fra__wrapper--cs {
  background-color: #e0e6ee;
}

.candle-fra__wrapper--am {
  background-color: #eedcd8;
}

.candle-fra__text {
  font-size: 1.6rem;
  line-height: 1.5;
}

.candle-fra__img {
  width: 349px;
  margin-top: 30px;
}

.candle-pyramid__img {
  width: 333px;
}

.slick-arrow.slick-prev::after,
.slick-arrow.slick-next::after {
  display: none;
}

.candle-item-prev,
.candle-item-next {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% 100%;
  transition: unset;
  border-width: 0px;
  border-style: none;
  opacity: 1;
}

.slick-arrow.slick-prev.candle-item-prev {
  left: -18px;
  background-image: url(../../images/gift/20251211/prev.svg);
}

.slick-arrow.slick-next.candle-item-next {
  right: -18px;
  background-image: url(../../images/gift/20251211/next.svg);
}

.candle-item-slider .slick-dots {
  margin-top: 37px;
}

.candle-item-slider .slick-dots li button {
  display: block;
  line-height: 0;
  width: 10px;
  height: 10px;
  background: #d9d1b9;
  color: transparent;
  font-size: 0;
  outline: none;
  padding: 0;
  border-radius: 0%;
  transform: rotate(45deg);
}

.candle-item-slider .slick-dots>li.slick-active>button::before,
.candle-item-slider .slick-dots>li>button::before {
  background-color: transparent;
}

.candle-item-slider .slick-dots .slick-active button,
.candle-item-slider .slick-dots li button:hover {
  background: #a18b4f;
}

.limited {
  width: 74px;
  background-color: inherit;
  position: absolute;
  top: 22px;
  right: 16px;
}

#gift .kv .kv-text {
  top: 12vw;
}

.kv-label {
  width: 54vw;
  text-align: center;
  position: absolute;
  top: 16vw;
  left: 0;
}

.kv-label img {
  width: 25vw;
}