@charset "utf-8";

/* 本番 */
.font-yumin {
  font-family: "游明朝", YuMincho, 'Yu Mincho', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "serif" !important;
}

.font-garamond {
  font-family: 'EB Garamond', serif !important;
}

.font-arno {
  font-family: arno-pro, serif !important;
}

.font-petrona {
  font-family: Petrona, serif !important;
}

.inview {
  opacity: 0;
}

.scrolled main {
  padding-top: calc(130px + var(--fsBannerHeight));
}

html {
  scroll-padding-top: 0px
}

#holiday {
  color: #005257;
}

main a:hover {
  text-decoration: none;
}

footer {
  margin-top: 0;
}

sup {
  vertical-align: top;
}

.mv a:hover {
  opacity: 1;
}

/* ------------------------------
              共通
------------------------------ */
.font-capitalize {
  text-transform: capitalize;
}

.font-uppercase {
  text-transform: uppercase;
}

.common__title {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.contents__title {
  color: #fff;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.common-kit__catch {
  color: #005257;
  font-size: 2.6rem;
  line-height: 1.3;
  text-align: center;
}

.name-and-price {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}

.btn--cart,
.link--detail {
  position: relative;
  z-index: 50;
}


.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%);
}

.link--detail {
  text-align: center;
  margin: 11px 0 0;
}

.link--detail a {
  padding: 0 0 5px 2px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  border-bottom: 1px solid #404040;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.link--detail svg {
  color: #c9a856;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 7px;
}

.limited {
  width: 70px;
  position: absolute;
}

.ltext {
  display: inline-block;
  width: 100%;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 51%;
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
}

.common-icon-plus {
  display: block;
}

.common-icon-minus {
  display: none;
}

.open .common-icon-plus {
  display: none;
}

.open .common-icon-minus {
  display: block;
}

.common-icon {
  color: #005257;
  font-size: 3rem;
  position: absolute;
  top: 52%;
  right: 3px;
  transform: translateY(-52%);
  -webkit-transform: translateY(-52%);
}

.slick-dots {
  margin: 49px auto 0;
}

.slick-dots li button {
  display: block;
  line-height: 0;
  width: 10px;
  height: 10px;
  background: #a2d3d3;
  color: transparent;
  font-size: 0;
  outline: none;
  padding: 0;
  border-radius: 0%;
  transform: rotate(45deg);
}

.slick-dots>li.slick-active>button::before,
.slick-dots>li>button::before {
  background-color: transparent;
}

.slick-dots .slick-active button,
.slick-dots li button:hover {
  background: #169091;
}

.slick-dots>li:not(:first-of-type) {
  margin-left: 15px;
}

.obj {
  position: absolute;
}

.line__obj--center {
  width: 275px;
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}

.wrapping__text {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

/* ライン */
.lace__line {
  width: 100%;
  height: 18px;
  background-image: url(../../images/special_contents/HolidayCollection2025/20250908/line_lace.png);
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  z-index: 20;
}

.lace__line--top {
  top: 0;
}

.lace__line--bottom {
  bottom: 0;
}

.lace__line--body-care {
  top: 75px;
}

.orange__line {
  width: 100%;
  height: 22px;
  background-image: url(../../images/special_contents/HolidayCollection2025/20251002/line_orange.png);
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  z-index: 10;
}

.chain__line {
  width: 100%;
  height: 19px;
  background-image: url(../../images/special_contents/HolidayCollection2025/20251016/line_chain.png);
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  z-index: 10;
}

/* ------------------------------
              mv
------------------------------ */
.mv {
  margin: 0px;
  padding: 0px;
  overflow: visible;
  z-index: 20;
  position: relative;
}

.mv-text__wrapper {
  width: 52.9vw;
  text-align: center;
  position: absolute;
  top: 3.3vw;
  left: 0;
}

.mv-text__img img {
  width: 14vw;
}

.mv__title img {
  width: 25.8vw;
}

.mv__collection-title {
  margin-top: 1.2vw;
}

.mv__collection-title img {
  width: 30.4vw;
}

.mv__lead {
  color: #eae8e3;
  font-size: 1.3vw;
  line-height: 1.7;
  margin-top: 0.6vw;
}

.mv__label {
  margin-top: 0.7vw;
}

.mv__label img {
  /* width: 29vw; */
  width: 19.5vw;
}

.mv__notes {
  color: #eae8e3;
  font-size: 0.7vw;
  margin-top: 0.3vw;
}

/* ------------------------------
              lead
------------------------------ */
.lead {
  background-image: url(../../images/special_contents/HolidayCollection2025/20251002/bg_lead.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.lead__inner {
  padding: 53px 0 88px;
}

.shipping__notes {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.campaign-banner__wrapper {
  width: 622px;
  margin: 0 auto 30px;
}

.jewelry-box__notes--lead {
  text-align: center;
  margin: 10px auto 30px;
}

.nav-anchor__list {
  width: 100%;
  display: flex;
  column-gap: 39px;
  justify-content: center;
  margin: 0 auto;
}

.nav-anchor__item {
  width: 165px;
  background-image: url(../../images/special_contents/HolidayCollection2025/20251002/bg_nav_item.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding: 12px 0 32px;
}

.nav-anchor__link {
  color: #fff;
  font-size: 1.7rem;
  font-feature-settings: "palt";
  letter-spacing: -0.02em;
  position: relative;
}

.fa-chevron-down {
  color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.lead__obj {
  width: 273px;
  /* margin: 62px auto 0; */
  margin: 0 auto;
}

.lead__text {
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
  /* margin-top: 30px; */
  margin: 30px 0;
}

.lead__text--cs {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 35px;
}

.lead__text--detail {
  font-size: 18px;
  margin-top: 16px;
  font-weight: 500;
  text-align: center;
}

.lead__obj--l {
  width: 221px;
  top: 0;
  left: 0;
  z-index: 30;
}

.lead__obj--r {
  width: 167px;
  bottom: 0;
  right: 0;
  z-index: 30;
}

/* ------------------------------
        スペシャルキット
------------------------------ */
.special-kit {
  position: relative;
}

.contents__bg {
  position: relative;
}

.contents__title--sk {
  left: 16.9vw;
}

.common-kit__contens {
  border-top: 1px solid #dab66d;
}

.brooch__obj {
  width: 63px;
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
}

.special-kit__inner {
  background-image: url(../../images/special_contents/HolidayCollection2025/20251002/bg_special_kit.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 68px 0 103px;
  position: relative;
}

.special-kit__item-contents {
  display: flex;
  column-gap: 44px;
  justify-content: center;
  margin-top: 35px;
}

.kit-img__wrapper,
.special-kit-img__wrapper,
.advent-24-img__wrapper {
  position: relative;
  z-index: 50;
}

.kit__img {
  display: block;
  object-fit: cover;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}

.special-kit__img {
  width: 446px;
  padding-top: 55px;
}

.special-kit-item__deco {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -170px;
  width: 510px;
  z-index: 20;
}

.special-kit-item__bg {
  width: 810px;
  position: absolute;
  top: -20px;
  left: -200px;
  z-index: 10;
  pointer-events: none;
}

.name-and-price--sk {
  margin-top: 0;
}

.kit-detail__wrapper {
  width: 248px;
  background-color: #eef1ed;
  text-align: center;
  margin: 19px auto 0;
  padding: 19px 0 18px;
}

.kit-detail__title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

.kit__text {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 8px;
  padding: 0 12px;
}

.limited--sk {
  top: 74px;
  right: 10px;
}

.special-kit-banner__wrapper {
  width: 567px;
  margin: 45px auto 0;
}

.jewelry-box__notes {
  color: #d14545;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

.jewelry-box__notes--sk {
  text-align: center;
  margin-top: 10px;
}

/* ------------------------------
          フレグランス
------------------------------ */
.fragrance {
  /* background-color: #d7eae6;
  border-top: 2px solid #dab66d; */
  background-image: url(../../images/special_contents/HolidayCollection2025/20251016/bg_fragrance.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #3d3027;
}

.fragrance__inner {
  padding: 100px 0 90px;
}

.fragrance__title {
  color: #cd860a;
}

.fragrance__sub-title {
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  margin-top: 40px;
}

.fragrance-accordion__wrapper {
  width: 535px;
  margin: 50px auto 0;
}

.fragrance-accordion__title {
  font-size: 1.8rem;
  text-align: center;
}

.fragrance-accordion {
  display: block;
  border-top: 1px solid #3d3027;
  border-bottom: 1px solid #3d3027;
  color: #005257;
  line-height: 1;
  padding: 18px 0;
  position: relative;
}

.open .fragrance-accordion {
  border-bottom: none;
}

/* .fragrance__sub-title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin-top: 22px;
} */


.fragrance__img {
  width: 532px;
  /* margin: 32px auto 0; */
  margin: 0 auto;
}

.fragrance-accordion-more {
  border-bottom: 1px solid #3d3027;
  padding-bottom: 41px;
}

.fragrance__obj,
.other-item__obj {
  top: 0;
}

.fragrance__obj--l {
  width: 42px;
  left: 0;
}

.fragrance__obj--c {
  width: 83px;
  left: 50%;
  transform: translateX(-50%);
}

.fragrance__obj--r {
  width: 42px;
  right: 0;
}

/* -------------------
  アイテムラインナップ
------------------- */
.item-lineup {
  background-color: #fffefa;
  position: relative;
}

.item-lineup__inner {
  padding: 104px 0;
}

.item-lineup__sub-title {
  width: fit-content;
  display: block;
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.item-lineup__sub-title::before,
.item-lineup__sub-title::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #005257;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.item-lineup__sub-title::before {
  left: -50px;
}

.item-lineup__sub-title::after {
  right: -50px;
}

.item-lineup__frame {
  width: 972px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(22, 144, 145, 0.2);
  margin: 57px auto 0;
  position: relative;
}

.item-lineup__frame::before,
.item-lineup__frame::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;
}

.item-lineup__frame::before {
  top: 0;
}

.item-lineup__frame::after {
  bottom: 0;
}

.step-block__list {
  padding: 73px 0 69px;
}

.step-block-in {
  width: 825px;
  min-height: 428px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.item-lineup__list {
  position: relative;
}

.step-block-in2 {
  margin: 0 auto;
  padding: 62px 0px 0px 429px;
  position: relative;
  /* min-height: 427px; */
}

.step-block h4 {
  text-align: center;
  box-sizing: border-box;
  z-index: 5;
  position: relative;
}

.step-block .text {
  padding: 31px 0 0;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  z-index: 5;
  position: relative;
  letter-spacing: -0.02em;
}

.step-block .img {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  width: 428px;
}

.step-block .img .rel {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
}

.step-block .data {
  margin: 0px;
  padding: 20px 0 0;
}

.step-block .data .name-and-price {
  margin: 0px;
  display: block;
  text-align: center;
  padding: 0px;
}

.step-block .data h5 {
  margin: 0px;
  padding: 0px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: normal;
}

.step-block .data .price {
  margin: 0px;
  padding: 0px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: normal;
}

.step-block .data .btn,
.step-block .data .bcs {
  margin: 0px;
  padding: 16px 0px 0px;
  text-align: center;
}

.step-block .data .btn a svg,
.cart-arrow {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 1rem;
}

.step-block .data .bcs .bbg {
  margin: 0px;
  padding: 14px 0px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
  display: inline-block;
  background: #FFF;
  width: 215px;
  border: 1px solid #a18b4f;
}

.step-block .data .link {
  text-align: center;
  margin: 10px 0px 0px;
  padding: 0px;
}

.bgt {
  position: absolute;
  display: inline-block;
}

.step-block.step1 .bgt {
  width: 72px;
  top: 39px;
  right: 57px;
  z-index: 1;
}

.step-block.step2 .bgt {
  width: 117px;
  top: 42px;
  right: 28px;
}

.step-block.step3 .bgt {
  width: 111px;
  top: 38px;
  right: 33px;
}

.step-block.step4 .bgt {
  width: 108px;
  top: 38px;
  right: 38px;
}

.step-tjp {
  display: block;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1;
  margin: 0px;
  padding: 18px 0px 0px;
}

.step-tbg {
  margin: 0px auto;
  padding: 0px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-align: center;
  width: 77px;
}

.step-tbg:before,
.step-tbg:after {
  border-top: 1px solid #404040;
  content: "";
  flex-grow: 1;
}

.step-tbg:before {
  margin-right: 6px;
}

.step-tbg::after {
  margin-left: 6px;
}

.link--step {
  position: relative;
}

.limited--step {
  top: 17px;
  right: 17px;
}

/* ステップスライダー */
.slick-arrow.slick-prev::after,
.slick-arrow.slick-next::after {
  display: none;
}

.step-slider .step-prev,
.step-slider .step-next {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% 100%;
  transition: unset;
  border-width: 0px;
  border-style: none;
  opacity: 1;
}

.step-slider .step-prev {
  left: -18px;
  background-image: url(../../images/special_contents/HolidayCollection2025/20251002/step_arrow_prev.svg);
}

.step-slider .step-next {
  right: -18px;
  background-image: url(../../images/special_contents/HolidayCollection2025/20251002/step_arrow_next.svg);
}

/* -------------------
    その他のアイテム
------------------- */
.other-item-slider {
  width: 972px;
  background-color: #d7eae6;
  box-shadow: 0 0 50px 0 rgba(22, 144, 145, 0.2);
  border-top: 2px solid #bd9550;
  border-bottom: 2px solid #bd9550;
  margin: 51px auto 0;
  padding: 77px 0 70px;
  position: relative;
}

.other-item__title,
.mini-gift__title {
  font-size: 6rem;
}

.other-items__obj {
  width: 95px;
  /* margin: 18px auto 0; */
  margin: 16px auto 0;
}

.other-item__list {
  width: 850px;
  margin: 38px auto 0;
}

.other-item__item {
  width: 285px;
}

.common-other__catch {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 0px;
  text-align: center;
}

.other-item__item .img {
  width: 250px;
  height: 100%;
  margin: -20px auto 0;
  position: relative;
}

.name-and-price--oi {
  margin-top: -15px;
}

.other-item__btn--cart a {
  width: 165px;
}

.other-item__btn--cart a svg {
  font-size: 1rem;
  right: 10px;
}

.bg-big__obj {
  width: 233px;
}

.bg-big__obj--l {
  bottom: 242px;
  left: 0;
}

.bg-big__obj--r {
  top: 241px;
  right: 0;
}

.other-item__obj {
  z-index: 20;
}

.other-item__obj--l {
  width: 30px;
  left: 0;
}

.other-item__obj--c {
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.other-item__obj--r {
  width: 30px;
  right: 0;
}

.other-item__obj--rev {
  transform: scaleY(-1);
  top: inherit;
  bottom: 0;
}

.limited--s {
  width: 50px;
  top: 60px;
  right: 20px;
}

.ltext--s {
  font-size: 1.4rem;
}

.other-item__obj--revc {
  transform: scaleY(-1) translateX(-50%);
}

.other-item-slider .other-item-prev,
.other-item-slider .other-item-next,
.price-slide .gift-item-prev,
.price-slide .gift-item-next {
  width: 14px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.slick-arrow.other-item-prev,
.slick-arrow.gift-item-prev {
  background-image: url(../../images/special_contents/HolidayCollection2025/20251002/other_item_prev.svg);
  left: 30px;
}

.slick-arrow.other-item-next,
.slick-arrow.gift-item-next {
  background-image: url(../../images/special_contents/HolidayCollection2025/20251002/other_item_next.svg);
  right: 30px;
}


/* -------------------
    ボディケアキット
------------------- */
.body-care-kit__inner {
  background-image: url(../../images/special_contents/HolidayCollection2025/20251002/bg_body_care_kit.jpg);
  background-repeat: repeat;
  background-size: contain;
  padding: 89px 0;
  position: relative;
}

.body-care-kit__contents {
  position: relative;
}

/* .body-care-kit__contents:last-child {
  padding-top: 157px;
} */

.body-care-kit__contents:nth-child(3),
.body-care-kit__contents:nth-child(4) {
  padding-top: 157px;
}

.body-care-kit__item {
  display: flex;
  column-gap: 60px;
  justify-content: center;
  margin-top: 53px;
}

.body-care-kit__item.rev {
  flex-direction: row-reverse;
}

.body-care-kit__label {
  width: 390px;
  margin: 0 auto;
}

.body-care-kit__catch {
  margin-top: 25px;
}

.body-care-kit__img {
  width: 579px;
}

.body-care-kit-item__deco {
  pointer-events: none;
}

.body-care-kit-item__deco--l {
  width: 619px;
  top: -145px;
  left: -286px;
}

.body-care-kit-item__deco--r {
  width: 632px;
  top: -130px;
  right: -177px;
}

.name-and-price--bck {
  padding-top: 20px;
}

.limited--bck {
  width: 66px;
  top: 28px;
  right: 26px;
  z-index: 50;
}

.body-care-kit-detail__wrapper {
  min-height: 156px;
}

/* ------------------------------
            Campaign
------------------------------ */
.campaign {
  background-image: url(../../images/special_contents/HolidayCollection2025/20251002/bg_campaign.jpg);
  /* background-size: 100% 100%;
  background-repeat: no-repeat; */
  position: relative;
  background-size: auto;
  background-repeat: repeat;
}

.campaign__inner {
  padding: 100px 0;
}

.campaign__contents {
  width: 820px;
  margin: 44px auto 0;
}

.campaign__detail {
  display: flex;
  align-items: center;
  column-gap: 50px;
  margin-top: 55px;
}

.campaign-text__s {
  font-size: 2rem;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
}

.campaign-text__l {
  font-size: 3.6rem;
  font-feature-settings: "palt";
  line-height: 1.1;
  margin-top: 20px;
  text-align: center;
}

.tax {
  font-size: 1.6rem;
}

.campaign-text__vol {
  font-size: 2.4rem;
}

.campaign__img {
  width: 243px;
  position: relative;
}

.jewelry-box__notes--cp {
  text-align: right;
  margin-top: 10px;
  padding-right: 30px;
}

.sc-accordion__wrapper {
  width: 723px;
  margin: 43px auto 0;
}

.sc-accordion {
  display: block;
  border-top: 1px solid #9a8a5b;
  border-bottom: 1px solid #9a8a5b;
  color: #005257;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  margin-top: 24px;
  padding: 11px 0;
  position: relative;
}

.sc-accordion-more {
  border-bottom: none;
  padding-bottom: 0;
}

.sc-accordion__title,
.sc-accordion-more__in {
  background-color: #eae8e3;
}

.sc-accordion__title {
  font-size: 1.6rem;
  text-align: center;
}

.sc-comment__list {
  text-align-last: left;
  padding: 25px 17px 30px 17px;
}

.sc-comment__item__notes {
  color: #d14545;
}

.limited--cp {
  width: 66px;
  height: 66px;
  position: absolute;
  top: 12px;
  right: -5px;
}

.ltext--cp {
  font-size: 1.8rem;
}

.campaign__obj--l {
  top: 22px;
}

/* -------------------
        ムービー
------------------- */
.movie {
  background-color: #fffefa;
}

.movie__inner {
  padding: 88px 0 128px;
}

.movie__frame {
  width: 770px;
  position: absolute;
  z-index: 20;
  left: 50%;
  transform: translateX(-50%);
  top: 180px;
}

.youtube {
  display: block;
  width: 745px;
  height: 420px;
  margin: 80px auto 0;
  position: relative;
  z-index: 30;
}

.bg-big__obj--movie {
  bottom: inherit;
  top: 71px;
}

/* -------------------
        LINE
------------------- */
.line {
  background-image: url(../../images/special_contents/HolidayCollection2025/20250908/bg_line.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 75px 0 74px;
  position: relative;
  z-index: 30;
}

.line-in {
  width: 590px;
  height: 250px;
  background-image: url(../../images/special_contents/HolidayCollection2025/20250908/frame_line.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 59px 0 0;
  position: relative;
}

.line h2 {
  margin: 0px;
  padding: 0px;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
}

.line .text {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 18px;
}

.line .btn {
  margin-top: 21px;
  text-align: center;
}

.line .btn a {
  margin: 0px;
  padding: 26px 0px 0px 70px;
  text-align: center;
  color: #FFF;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
  display: inline-block;
  background: #00b900;
  width: 272px;
  height: 70px;
  border-radius: 10px;
  box-sizing: border-box;
  font-weight: 600;
}

.line .btn a:before {
  content: "";
  background: url(../../images/special_contents/HolidayCollection/20211014/icon_line.png) no-repeat center center;
  background-size: 50px auto;
  margin: 0px;
  padding: 0px;
  border-right: 1px solid #009e00;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.all-notes {
  text-align: left;
  margin: 0px auto;
  padding: 0px 0px 30px;
  font-size: 1rem;
  line-height: 1;
  width: 1030px;
}

/* ------------------------------
        The Collection
------------------------------ */
.collection-banner {
  background-image: url(../../images/special_contents/HolidayCollection2025/20250908/bg_banner.jpg);
  background-repeat: repeat;
  background-size: contain;
  position: relative;
}

.collection-banner__inner {
  padding: 69px 0 90px;
}

.title__obj {
  width: 95px;
  margin: 23px auto 0;
}

.collection-banner__title {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.collection__banner {
  width: 856px;
  margin: 54px auto 0;
}

.collection__banner:not(:first-child) {
  margin-top: 33px;
}

/* MENUアンカー */
.open-menu-out {
  z-index: 110;
  position: relative;
}

.open-menu {
  position: fixed;
  top: 160px;
  right: -80px;
  transition: all 0.8s cubic-bezier(.165, .84, .44, 1);
}

.open-menu-out .open-menu.open {
  right: -400px;
}

.open-menu-out.view .open-menu {
  right: 0px;
}

.open-menu .open-menu-in {
  transform: translateX(0%);
  transition: all 0.8s cubic-bezier(.165, .84, .44, 1);
}

.open-menu.open .open-menu-in {
  transform: translateX(-320px);
}

.open-menu .btn {
  position: relative;
  z-index: 80;
}

.open-menu .btn a {
  opacity: 1;
  display: block;
  transition: unset;
}

.open-menu .btn a span.open-text {
  display: none;
}

.open-menu .btn a span.close-text {
  display: inline-block;
}

.open-menu.open .btn a span.open-text {
  display: inline-block;
}

.open-menu.open .btn a span.close-text {
  display: none;
}

.open-menu .open-menu-list {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: -320px;
  /*right: 0px;*/
  z-index: 50;
  overflow: hidden;
  width: 320px;
  background-image: url(../../images/special_contents/FacePolisher/20230720/bg_menu_2.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.open-menu.open .open-menu-list {
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.17);
}

.open-menu .open-menu-frame1 {
  margin: 0px;
  padding: 0px;
  background-image: url(../../images/special_contents/FacePolisher/20230720/bg_menu_1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}

.open-menu .open-menu-frame2 {
  margin: 0px;
  padding: 23px 0px 20px;
  background-image: url(../../images/special_contents/FacePolisher/20230720/bg_menu_3.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}

.open-menu .open-menu-list-iner {
  margin: 0px;
  padding: 0px;
}

.open-menu .open-menu-list ul li {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.open-menu .open-menu-list ul li a {
  margin: 0px;
  padding: 0px 24px 0px 24px;
  display: block;
  position: relative;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.02em;
  text-align: left;
  text-decoration: none;
  opacity: 1;
  width: 100%;
  box-sizing: border-box;
}

.open-menu .open-menu-list ul li a svg {
  color: #fff;
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.open-menu .open-menu-list ul li a:hover {
  background-image: url(../../images/special_contents/FacePolisher/20230720/nav_current.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.open-menu .open-menu-list ul li a span {
  display: block;
  margin: 0px;
  padding: 14px 0px 14px 55px;
  border-bottom: 1px solid rgba(120, 99, 32, 0.5);
  position: relative;
  box-sizing: border-box;
}

.open-menu .open-menu-list ul li:last-child a span {
  border-bottom: 0px none;
}

/* TOPに戻るボタン */
.pagetop {
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 12px;
  left: 12px;
  z-index: 500;
  display: none;
}

.pagetop .pagetop-link {
  margin: 0;
  padding: 0;
  width: 62px;
}

.pagetop .pagetop-link a {
  margin: 0;
  padding: 35px 0px 0;
  width: 62px;
  height: 62px;
  box-sizing: border-box;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  background-color: #000;
  color: #FFF;
  font-style: italic;
  font-weight: 600;
  background-image: url(../../images/sp/special_contents/FacePolisher/20230720/page_top2.svg);
  background-repeat: no-repeat;
  background-position: center top 16px;
  background-size: 19px auto;
  box-shadow: 0 0 12.1px 0.9px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

/* フレグランス */
.rb-text-list {
  width: 535px;
  /* height: 100px; */
  /* height: 230px; */
  margin: 30px auto 0;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}

.fragrance__text {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 30px;
  /* font-weight: 400; */
}

.reason-more-btn {
  display: block;

  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 20;
}

.reason-more-btn a {
  margin: 0;
  padding: 15px 0;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  position: relative;
  display: inline-block;
  background: #9c894d;
  width: 150px;
  cursor: pointer;
  box-sizing: border-box;
}

.reason-more-btn a:hover {
  opacity: 1;
}

.reason-more-btn a .icon {
  font-size: 26px;
  line-height: 1;
  font-style: normal;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  font-weight: 400;
  display: inline-block;
}

.rb-text-list.open .reason-more-btn {
  display: none;
}

.reason-close-btn {
  display: none;
}

.rb-text-list .reason-close-btn {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.reason-close-btn a {
  color: #3d3027;
  margin: 0;
  padding-left: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: auto;
  cursor: pointer;
  box-sizing: border-box;
}

.reason-close-btn a .icon {
  color: #3d3027;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-weight: 400;
  display: inline-block;
}

.reason-more-bg {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(transparent, transparent, #f5e1b8);
}

.rb-text-list.open .reason-more-bg {
  display: none;
}

#rb1 {
  height: 220px;
  /* 初期状態 */
  overflow: hidden;
  transition: height 1.2s ease;
}

#rb1.open {
  height: 450px;
  /* PCのとき */
}

/* 予算で選ぶ */
.gift-price {
  background-color: #d7eae6;
}

.gift-price-in {
  margin: 0px;
  /* padding: 82px 0 117px; */
  padding: 82px 0 100px;
  width: 100%;
  position: relative;
}

.gift-title__obj {
  width: 61px;
  margin: 0 auto;
}

.gift__title {
  color: #be964e;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 22px;
}

.gift__title--ja {
  display: block;
  color: #005257;
  font-size: 4.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 18px;
}

.price-block {
  width: 100%;
}

.price-block .phead {
  margin: 0px;
  padding: 0px;
}

.price-block .phead h3 {
  margin: 0px;
  padding: 0px;
  font-size: 6rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}

.price-block .phead h3 {
  font-size: 6rem;
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}

.price-block .phead h3 .inc {
  display: inline-block;
  margin: 0px;
  padding: 0px 130px;
  position: relative;
}

.gift__text {
  margin: 0px;
  padding: 25px 0px 0px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
}


.price-block .price-slide {
  margin: 0px;
  padding: 20px 0px 0px;
}

.price-block .price-slide ul.thumbs {
  width: 100%;
  width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.price-block .price-slide ul.thumbs li {
  /* width: 170px;
  margin: 0 auto;
  padding: 0px;
  color: #493528; */
}

.price-block .price-slide ul.thumbs li a {
  text-decoration: none;
  display: block;
}

.price-block .price-slide ul.thumbs li .img {
  width: 170px;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
}

.price-block .price-slide ul.thumbs li .img img {
  display: inline-block;
  border-radius: 30px;
}

.price-block .price-slide ul.thumbs li .name {
  margin: 0px;
  padding: 5px 0px 0px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: center;
}

.price-block .price-slide ul.thumbs li a:hover .name {
  text-decoration: none;
}

.price-block .price-slide ul.thumbs li .fra {
  margin: 0px;
  padding: 0px;
  font-size: 1.4rem;
  text-align: center;
}

.price-block .price-slide ul.thumbs li .price {
  margin: 0px;
  padding: 0px;
  font-size: 1.25rem;
  text-align: center;
}

.price-block .price-slide ul.thumbs li .rating {
  margin: 0px;
  padding: 3px 0px 0px;
  text-align: center;
}

.price-block .price-slide ul.thumbs li .rating img {
  width: 10px;
  height: auto;
  display: inline-block;
  margin: 0 1px;
}

.price-block .price-slide ul.thumbs li .label {
  margin: 0px;
  padding: 10px 0px 0px;
  text-align: center;
}

.price-block .price-slide ul.thumbs li .label span {
  color: #493528;
  display: inline-block;
  margin: 0px 2px;
  padding: 2px 4px;
  border: 1px solid #493528;
  font-size: 1.2rem;
}

.price-slide .gift-item-prev {
  left: 39px;
}

.price-slide .gift-item-next {
  right: 39px;
}

/* .price-block .price-slide .slick-arrow {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 28px;
  font-size: 0;
  cursor: pointer;
  outline: none;
  color: #5b4b41;
  z-index: 10;

  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

.price-block .price-slide .slick-prev {
  left: -20px;
  background: none;
  border-width: 0px;
  border-style: none;
}

.price-block .price-slide .slick-next {
  right: -20px;
  background: none;
  border-width: 0px;
  border-style: none;
} */

.price-block .price-slide .slick-prev.slick-disabled {
  opacity: 0.4;
  cursor: auto;
}

.price-block .price-slide .slick-next.slick-disabled {
  opacity: 0.4;
  cursor: auto;
}


.price-block .price-slide .slick-prev svg {

  font-size: 3rem;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 0px;

  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

.price-block .price-slide .slick-next svg {

  font-size: 3rem;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 0px;

  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

.price-block .price-slide .slick-arrow.slick-prev::after,
.price-block .price-slide .slick-arrow.slick-next::after {
  display: none;
}

.price-block .price-slide .slick-track {
  margin-left: 0;
  margin-right: 0;

}

.panel-area {
  width: 1160px;
  background-color: #f8f4ee;
  border-top: 2px solid #bd9550;
  border-bottom: 2px solid #bd9550;
  /* margin: 61px auto 0;
  padding: 83px 0 90px; */
  position: relative;
  margin: 53px auto 0;
  padding: 53px 0 60px;
}

.tab-area {
  width: 899px;
  display: flex;
  column-gap: 13px;
  /* margin: 60px auto 0; */
  cursor: pointer;
  margin: 40px auto 0;
}

.tab {
  width: 215px;
  background-image: url(../../images/special_contents/HolidayCollection2025/20251016/bg_tab.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #005257;
  font-size: 1.8rem;
  padding: 15px 0;
  text-align: center;
}

.tab.active {
  background-image: url(../../images/special_contents/HolidayCollection2025/20251016/bg_tab_active.png);
  color: #fff;
}

.panel {
  display: none;
  text-align: center;
}

.panel.active {
  display: block;
}

/* 追従アンカー */
.tracking-nav {
  width: 100%;
  background-color: #169091;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  opacity: 0;
  transition: all .8s ease;
}

.tracking-nav.show {
  top: 122px;
  opacity: 1;
}

.tracking-nav__list {
  display: flex;
  width: 996px;
  height: 45px;
  margin: 0 auto;
}

.tracking-nav__item {
  width: 166px;
  background-image: linear-gradient(#35a8a9 0%, #096e6f 100%);
  border: 2px solid #0f5c5d;
  color: #fff;
  font-size: 1.3rem;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  text-align: center;
  outline: 1px solid #fff;
  outline-offset: -3px;
  position: relative;
}

.tracking-nav__item a {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 7px 0 20px;
  /* position: relative; */
}

.tracking-nav__item a svg {
  color: #8ecbcb;
  font-size: 1rem;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.obj-flower {
  z-index: 9;
}

@media screen and (max-width: 990px) {
  .tracking-nav.show {
    top: 89px;
  }
}

/* アドベントカレンダー24days */
.contents__title--advent-24 {
  color: #005257;
  left: 10.8vw;
}

.advent-24__inner {
  background-image: url(../../images/special_contents/HolidayCollection2025/20251023/bg_advent_24.jpg);
  background-repeat: repeat;
  background-size: auto;
  border-top: 2px solid #dab66d;
  padding: 103px 0;
  position: relative;
}

.advent-24__title {
  color: #fff;
  font-size: 7rem;
  line-height: 1;
  text-align: center;
}

.shine__obj--l {
  width: 295px;
  bottom: 60px;
  left: 0;
}

.shine__obj--r {
  width: 406px;
  top: -45px;
  right: 0;
}

.advent-24__item-contens {
  width: 970px;
  margin: 45px auto 0;
  position: relative;
}

.advent-24-img__wrapper {
  width: 576px;
}

.advent-24__img {
  width: 576px;
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 30;
}

.limited--ad24 {
  top: 30px;
  right: -7px;
  z-index: 30;
}

.advent-24__label {
  text-align: center;
}

.advent-24__label img {
  width: 311px;
}

.advent-24__deco {
  width: 817px;
  pointer-events: none;
  position: absolute;
  top: -37px;
  left: -102px;
  z-index: 20;
}

.advent-24__top {
  width: 399px;
  text-align: center;
  position: absolute;
  top: 80px;
  right: -40px;
}

.advent-24__catch {
  color: #eae8e3;
  margin-top: 46px;
}

.data--advent-24 {
  color: #eae8e3;
  padding: 300px 0 0 650px;
}

.btn--advent-24-cart {
  margin-top: 25px;
}

.link--advent-24 a {
  border-bottom: 1px solid #eae8e3;
  color: #eae8e3;
}

.advent-accordion__wrapper {
  width: 874px;
  margin: 131px auto 0;
}

.advent-accordion__title {
  font-size: 1.6rem;
  text-align: center;
}

.advent-accordion {
  display: block;
  border-top: 1px solid #eae8e3;
  border-bottom: 1px solid #eae8e3;
  color: #eae8e3;
  line-height: 1;
  padding: 18px 0;
  position: relative;
}

.open .advent-accordion {
  border-bottom: none;
}

.advent-accordion-more {
  border-bottom: 1px solid #eae8e3;
  padding-bottom: 42px;
}

.advent-kit__detail {
  display: flex;
  color: #eae8e3;
  column-gap: 75px;
  justify-content: center;
  padding: 28px 25px 0 25px;
}

.advent-kit__text {
  font-size: 1.4rem;
  line-height: 1.7;
}

.advent-icon {
  color: #eae8e3;
}

/* アドベントカレンダー7days */
.advent-7__inner {
  background-image: url(../../images/special_contents/HolidayCollection2025/20251023/bg_advent_7.jpg);
  background-repeat: repeat;
  background-size: auto;
  padding: 119px 0 108px;
  position: relative;
}

.advent--notes {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 5px;
}


/* ホリデーコフレ */
.contents__title--hc {
  left: 12.3vw;
}

.coffret__inner {
  background-image: url(../../images/special_contents/HolidayCollection2025/20251106/bg_coffret.jpg);
  background-repeat: repeat;
  background-size: cover;
}

.name-and-price--coffret {
  padding-top: 45px;
}

.kit-detail__wrapper--coffret {
  background-color: #d7eae6;
}

.mini-gift {
  margin-top: 0;
}

.mini-gift-slider {
  margin-top: 0;
}

.mini-gift__sub-title {
  font-size: 2.6rem;
  line-height: 1;
  margin-top: 19px;
  text-align: center;
}

.mini-gift__catch {
  font-feature-settings: "palt";
}

.mini-gift__label {
  width: 311px;
  margin: 23px auto 0;
}

.kit-detail__wrapper--mini-gift {
  width: 208px;
  min-height: 159px;
  background-color: #e9f3f3;
}