@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
}

#wtc {
  color: #3d3027;
}

main a:hover {
  text-decoration: none;
}

footer {
  margin-top: 0;
}

sup {
  vertical-align: top;
}

.kv a:hover {
  opacity: 1;
}

/* =========================
            共通
========================= */
.font-capitalize {
  text-transform: capitalize;
}

.common__title {
  line-height: 1;
  margin: 0 auto;
}

.common__main-catch {
  font-size: 2.6rem;
  line-height: 1.3;
  text-align: center;
}

.name-and-price {
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}

.btn--cart,
.bcs {
  margin: 20px auto 0;
  text-align: center;
}

.btn--cart a,
.btn--other a,
.bbg {
  width: 210px;
  display: inline-block;
  background-color: #97804e;
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  text-decoration: none;
  padding: 16px 0 18px;
  position: relative;
}

.btn--other {
  margin: 14px auto 0;
}

.btn--other a {
  width: 280px;
  background-color: #3dae79;
}

.bbg {
  background-color: #fff;
  border: 1px solid #97804e;
  color: #97804e;
}

.btn--cart-s a,
.bbg--s {
  width: 165px;
}

.btn--cart a svg {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.limited {
  position: absolute;
  background-color: #b29a58;
  border-radius: 50%;
  z-index: 15;
  padding: 3px;
  box-sizing: border-box;
}

.limited--l {
  width: 70px;
  height: 70px;
  top: 15px;
  right: 13px;
}

.limited--s {
  width: 48px;
  height: 48px;
  top: 34px;
  right: -8px;
}

.limited .limited-in {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #FFF;
  border-radius: 50%;
  box-sizing: border-box;
}

.ltext {
  width: 100%;
  display: inline-block;
  color: #FFF;
  letter-spacing: 0.05em;
  line-height: 1.1em;
  text-align: center;
  margin-top: 0px;
  position: absolute;
  left: 0px;
  top: 51%;
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
}

.ltext--l {
  font-size: 1.8rem;
}

.ltext--s {
  font-size: 1.4rem;
}

.obj {
  position: absolute;
}

.section__line {
  display: inline-block;
  content: "";
  width: 100%;
  height: 18px;
  background-image: url(../../images/special_contents/WhiteTeaCelebration/20260219/line_section.png);
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
  z-index: 30;
}

.slick-dots>li.slick-active>button::before,
.slick-dots>li>button::before {
  background-color: transparent;
}

.slick-dots li button {
  display: block;
  line-height: 0;
  width: 10px;
  height: 10px;
  background: #9fd1d1;
  color: transparent;
  font-size: 0;
  outline: none;
  padding: 0;
  border-radius: 0%;
  transform: rotate(45deg);
}

.slick-dots .slick-active button,
.slick-dots li button:hover {
  background: #169091;
}

.special-kit-prev,
.special-kit-next,
.other-kit-prev,
.other-kit-next {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% 100%;
  transition: unset;
  border-width: 0px;
  border-style: none;
  opacity: 1;
}

.special-kit-slider .slick-arrow,
.other-lineup-slider .slick-arrow,
.step-slider .slick-arrow,
.other-kit-slider .slick-arrow {
  width: 12px;
  height: 23px;
}

.slick-arrow.special-kit-prev,
.slick-arrow.other-kit-prev {
  left: -33px;
  background-image: url(../../images/special_contents/WhiteTeaCelebration/20260219/sk_prev.svg);
}

.slick-arrow.special-kit-next,
.slick-arrow.other-kit-next {
  right: -33px;
  background-image: url(../../images/special_contents/WhiteTeaCelebration/20260219/sk_next.svg);
}

.slick-arrow.other-kit-prev {
  left: 27px;
}

.slick-arrow.other-kit-next {
  right: 27px;
}

.special-kit-slider .slick-dots {
  margin-top: 50px;
}

.special-kit .other-kit .slick-arrow {
  display: block;
}

/* =========================
            kv
========================= */
.kv {
  margin: 0px;
  padding: 0px;
  overflow: visible;
  z-index: 20;
  position: relative;
}

.kv-text__wrapper {
  width: 52.9vw;
  text-align: center;
  position: absolute;
  top: 5vw;
  left: 0;
}

.kv__title img {
  width: 26.7vw;
}

.kv__lead {
  color: #3d3027;
  font-size: 1.3vw;
  line-height: 1;
  margin-top: 0.9vw;
}

.kv__label {
  margin-top: 1.6vw;
}

.kv__label img {
  width: 29vw;
}

.kv__notes {
  font-size: 0.9vw;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  margin-top: 0.3vw;
}

/* =========================
            lead
========================= */
.lead {
  background: linear-gradient(to bottom, #f5efcf 0%, #f3e6f1 100%);
  position: relative;
}

.lead__inner {
  padding: 55px 0 75px;
}

.lead__top-text {
  width: fit-content;
  color: #2a8368;
  font-size: 2.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.lead__top-text::before,
.lead__top-text::after,
.campaign__date::before,
.campaign__date::after {
  content: "";
  width: 20px;
  height: 37px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.lead__top-text::before,
.campaign__date::before {
  background-image: url(../../images/special_contents/WhiteTeaCelebration/20260219/obj_lead_text_l.svg);
  left: -30px;
}

.lead__top-text::after,
.campaign__date::after {
  background-image: url(../../images/special_contents/WhiteTeaCelebration/20260219/obj_lead_text_r.svg);
  right: -30px;
}

.nav-anchor__list {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  margin-top: 27px;
}

.nav-anchor__item {
  width: 207px;
  height: 76px;
  background-image: url(../../images/special_contents/WhiteTeaCelebration/20260219/bg_nav_item.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 29px rgba(226, 198, 167, 1));
  line-height: 74px;
  text-align: center;
  position: relative;
}

.nav-anchor__link {
  width: 100%;
  height: 100%;
  display: block;
  color: #3d3027;
  font-feature-settings: "palt";
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.1;
  padding: 14px 0 25px;
}

.nav-anchor__link--aj {
  line-height: 1;
  padding-top: 24px;
}

.fa-chevron-down {
  color: #3d3027;
  font-size: 20px;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.lead__text {
  font-feature-settings: "palt";
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
  margin-top: 64px;
}

.lead__obj {
  width: 340px;
  top: 0;
  left: 0;
}

.lead__obj--rev {
  left: inherit;
  right: 0;
  transform: scale(-1, 1);
}

.campaign-banner__wrapper {
  width: 622px;
  margin: 43px auto 0;
}

.campaign-banner__notes {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
}

/* =========================
      スペシャルキット
========================= */
.special-kit {
  background: linear-gradient(to bottom, #f3e6f1 0%, #cbe4d9 100%);
  position: relative;
}

.special-kit__inner {
  padding: 117px 0 0;
}

.special-kit__title {
  width: 378px;
}

.special-kit-slider {
  width: 1000px;
  margin: 58px auto 0;
  padding-bottom: 65px;
  position: relative;
  z-index: 100;
}

.slick-initialized .slick-slide.special-kit__contents {
  display: flex;
  column-gap: 151px;
}

.special-kit-img__wrapper {
  width: 501px;
  position: relative;
}

/* .special-kit-img {
  width: 390px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */



.special-kit__data {
  box-sizing: content-box;
  text-align: center;
  margin-top: 70px;
}

.special-kit__data .name-and-price {
  margin-top: 25px;
}

.special-kit__obj1 {
  top: 49px;
  left: 0;
  opacity: .7;
}

.special-kit__obj2 {
  top: 89px;
  right: 0;
  opacity: .7;
}

.special-kit-itam__obj {
  pointer-events: none;
  z-index: 100;
}

.special-kit-itam__obj1 {
  top: -30px;
  left: -20px;
}

.special-kit-itam__obj2 {
  bottom: 95px;
  right: 418px;
}

.special-kit-itam__obj3 {
  top: -46px;
  right: 412px;
}

.spoon__text {
  display: block;
  width: 163px;
  background-color: #fff;
  border-radius: 15px;
  color: #3d3027;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  padding: 7px 0;
  position: absolute;
  bottom: 14px;
  left: 14px;
}

.new__icon {
  display: block;
  width: 66px;
  position: absolute;
  top: 19px;
  left: 20px;
}

.new__icon--s {}

/* =========================
      Other Kit
========================= */
.other-kit,
.campaign {
  background-image: url(../../images/special_contents/WhiteTeaCelebration/20260219/bg_leaf.png);
  background-repeat: repeat;
  position: relative;
  z-index: 1;
}

.other-kit>* {
  position: relative;
  z-index: 2;
}

.other-kit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  /* 境目のぼかし量 */
  pointer-events: none;
  filter: blur(13px);
  background: linear-gradient(to bottom,
      rgba(236, 244, 241, 0.85) 0%,
      rgba(236, 244, 241, 0.5) 50%,
      rgba(236, 244, 241, 0) 100%);
}

.other-kit__inner {
  padding: 85px 0 95px;
}

.other-kit-slider {
  width: 972px;
  background-color: #fff;
  border-radius: 30px;
  margin: 0 auto;
  padding: 80px 0 101px;
  position: relative;
}

.other-kit__title {
  width: 312px;
}

.other-kit__list {
  width: 818px;
  margin: 65px auto 0;
}

.other-kit__item {
  width: 250px;
}

/* .other-kit__item .img {
  width: 182px;
  height: 182px;
  background-image: linear-gradient(0deg, #ebf4f8, #c7e1ed);
  border-radius: 50%;
  margin: 22px auto 0;
  position: relative;
} */

.img_wrapper {
  display: block;
  width: 227px;
  margin: 0 auto;
  padding-top: 37px;
  position: relative;
}

.other-kit__item1 img {
  width: 215px;
  margin: 0 auto;
}

.other-kit__item2 img {
  width: 188px;
  margin: 0 auto;
}

.other-kit__item3 img {
  width: 227px;
  margin: 0 auto;
}

.other-kit__item4 img {
  width: 201px;
  margin: 0 auto;
}

.other-kit__item4 .img .new__icon--s {
  width: 60px;
  top: 12px;
  left: 20px;
}

.name-and-price--ok {
  margin-top: 15px;
}

.common-other__catch {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 0px;
  /* display: flex; */
  text-align: center;
  /* justify-content: center; */
}

.other-kit__obj-left {
  width: 288px;
  top: -68px;
  left: -25px;
}

.other-kit__obj-right {
  width: 200px;
  bottom: 6px;
  right: -60px;
}

.spoon__text--s {
  width: 136px;
  background-color: #fff7c7;
  font-size: 1.4rem;
  padding: 6px 0;
  bottom: inherit;
  top: 30px;
  left: 0;
}

.other-kit .slick-arrow {
  display: none;
}

.other-kit .slick-dots {
  margin: 30px auto 0;
}

/* =========================
    アイテムラインナップ
========================= */
.item-lineup {
  background-color: #d1e6e7;
  position: relative;
}

.item-lineup__inner {
  padding: 102px 0 0;
}

.item-lineup__title {
  width: 415px;
  position: relative;
  z-index: 30;
}

.item-lineup__sub-title,
.new-hair-care__sub-title {
  display: block;
  width: fit-content;
  color: #94792f;
  font-size: 3.4rem;
  line-height: 1;
  text-align: center;
  margin: 22px auto 0;
  position: relative;
  z-index: 30;
}

.item-lineup__sub-title::before,
.item-lineup__sub-title::after,
.new-hair-care__sub-title::before,
.new-hair-care__sub-title::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #94792f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.item-lineup__sub-title::before,
.new-hair-care__sub-title::before {
  left: -50px;
}

.item-lineup__sub-title::after,
.new-hair-care__sub-title::after {
  right: -50px;
}

.item-lineup__detail-text,
.new-hair-care__detail-text {
  width: 182px;
  background-color: #fff;
  border-radius: 13px;
  color: #94792f;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  margin: 13px auto 0;
  padding: 6px 0;
  position: relative;
  z-index: 30;
}

.item-lineup__img {
  width: 1077px;
  margin: 0 auto;
  margin-top: -200px;
  position: relative;
  z-index: 10;
}

.js-open-body-step,
.js-open-hair-step {
  background: none;
  border: none;
  position: absolute;
}

.step1__btn--body {
  top: 243px;
  left: 89px;
}

.step2__btn--body {
  top: 610px;
  left: 223px;
}

.step3__btn--body {
  top: 514px;
  right: -34px;
}

.step-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, .6);
  display: none;
}

.step-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 30px;
}

.step-modal__close {
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  position: absolute;
  top: 21px;
  right: 47px;
  z-index: 100000;
}

.step-modal__close::before,
.step-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  /* 棒の幅（太さ） */
  height: 38px;
  /* 棒の高さ */
  background: #333;
}

.step-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.step-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.frame__il {
  width: 972px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}

.step-block-in {
  width: 860px;
  box-sizing: border-box;
  margin: 0 auto;
  /* padding: 53px 0 0; */
  position: relative;
}

.item-lineup__list,
.new-hair-care__list {
  padding: 0 0 41px;
  position: relative;
}

.step-block {
  padding-top: 53px;
}

.step-block-in2 {
  margin: 0 auto;
  padding: 50px 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;
}

.limited--step {
  top: 18px;
  right: 22px;
}

.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: 24px 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;
}

.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 #3d3027;
  content: "";
  flex-grow: 1;
}

.step-tbg:before {
  margin-right: 6px;
}

.step-tbg::after {
  margin-left: 6px;
}

.texture__img {
  position: absolute;
}

.texture__img--step1 {
  top: -5px;
  right: 206px;
}

.texture__img--step2 {
  width: 284px;
  top: -70px;
  right: 228px;
}

.texture__img--step3 {
  top: -27px;
  right: 176px;
}

/* ステップスライダー */
.step-slider .slick-dots {
  margin-top: 25px;
}

/* 
.step-slider .slick-dots>li>button::before,
.other-kit-slider .slick-dots>li>button::before,
.other-lineup-slider .slick-dots>li>button::before {
  width: 8px;
  height: 8px;
  background: #99c0d4;
}

.step-slider .slick-dots>li.slick-active>button::before,
.other-kit-slider .slick-dots>li.slick-active>button::before,
.other-lineup-slider .slick-dots>li.slick-active>button::before {
  background: #006194;
} */

.slick-arrow.slick-prev::after,
.slick-arrow.slick-next::after {
  display: none;
}

.step-slider .step-prev-body,
.step-slider .step-next-body,
.step-slider .step-prev-hair,
.step-slider .step-next-hair {
  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-body,
.step-slider .step-prev-hair {
  left: 18px;
  background-image: url(../../images/special_contents/WhiteTeaCelebration/20260219/sk_prev.svg);
}

.step-slider .step-next-body,
.step-slider .step-next-hair {
  right: 18px;
  background-image: url(../../images/special_contents/WhiteTeaCelebration/20260219/sk_next.svg);
}

/* =========================
        Special Items
========================= */
.special-items {
  background: linear-gradient(to bottom, #dcecf0 0%, #ffffff 100%);
  position: relative;
}

.special-items__inner {
  padding: 111px 0 72px;
}

.special-items__contents {
  width: 1000px;
  display: flex;
  column-gap: 73px;
  margin: 59px auto 0;
  position: relative;
  z-index: 30;
}

.special-items__contents2 {
  margin: 0 auto;
}

.special-items__title {
  width: 462px;
  position: relative;
}

.special-items__data {
  box-sizing: content-box;
  text-align: center;
  margin-top: 50px;
}

.special-items .name-and-price {
  margin-top: 15px;
}

.special-items__obj {
  width: 1464px;
  top: 7px;
  right: 180px;
}

.special-items__obj1 {
  width: 70px;
  top: -20px;
  left: -69px;
}

.special-items__obj2 {
  width: 112px;
  right: -28px;
  bottom: -12px;
}

.special-items__obj3 {
  width: 1660px;
  top: 30px;
  left: -69px;
}

.special-items__obj4 {
  width: 1152px;
  right: 0;
  bottom: 0;
}

.ingredient__wrapper {
  width: 1004px;
  background-color: #fff;
  border-radius: 20px;
  margin: 71px auto 0;
  padding: 45px 0 80px;
  position: relative;
  z-index: 30;
}

.ingredient__title {
  width: 250px;
}

.ingredient__detail-wrapper {
  display: flex;
  column-gap: 20px;
  margin-top: 38px;
}

.ingredient__detail-wrapper.rev {
  flex-direction: row-reverse;
}

.ingredient__text-wrapper {
  width: 736px;
}

.ingredient__in-title {
  border-top: 1px solid #3d3027;
  border-bottom: 1px solid #3d3027;
  font-size: 2.2rem;
  line-height: 1;
  padding: 14px 0 14px 10px;
}

.ingredient__in-text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 24px;
  padding-left: 15px;
}

.ingredient__in-notes {
  margin-top: 10px;
  padding-left: 14px;
}

.greentea__img {
  width: 139px;
  margin-left: 58px;
  padding-top: 23px;
}

.eo__img {
  width: 158px;
  margin-right: 30px;
}

/* =========================
        Other Item
========================= */

.other-item__data {
  margin-top: 32px;
}

.other-item__sub-catch {
  color: #a468b5;
  font-feature-settings: "palt";
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 15px;
}

.other-item .name-and-price {
  margin-top: 15px;
}

.other-lineup__inner {
  margin-top: 87px;
}

.other-lineup-slider {
  width: 1004px;
  background-color: #e1f5ed;
  border-radius: 20px;
  margin: 0 auto;
  padding: 80px 0 66px;
  position: relative;
}

.other-lineup__img .img_wrapper {
  width: 139px;
  height: 139px;
  margin-top: 20px;
  padding: 0;
}

.other-lineup__obj-left {
  width: 103px;
  top: -25px;
  left: 40px;
}

.other-lineup__obj-right {
  width: 147px;
  top: -18px;
  right: 0;
}

.limited--oi {
  top: 0;
  right: -14px;
}

.special-kit-itam2__obj1 {
  width: 113px;
  left: -53px;
  bottom: 55px;
}

.special-kit-itam2__obj2 {
  width: 103px;
  top: 160px;
  right: -20px;
  z-index: 20;
}

.special-kit-itam2__obj3 {
  width: 113px;
  top: 76px;
  right: -110px;
  z-index: 10;
}

/* =========================
    NEW HAIR CARE
========================= */
.new-hair-care {
  background-color: #e6cde0;
  position: relative;
}

.new-hair-care__inner {
  padding: 102px 0 0;
}

.new-hair-care__title {
  width: 415px;
  position: relative;
  z-index: 30;
}

.new-hair-care__img {
  width: 1077px;
  margin: 0 auto;
  margin-top: -200px;
  position: relative;
  z-index: 10;
}

.step1__btn--hair {
  top: 333px;
  right: 111px;
}

.step2__btn--hair {
  top: 390px;
  left: 190px;
}

.step3__btn--hair {
  top: 543px;
  left: 150px;
}

.texture__img--rs {
  width: 308px;
  top: -100px;
  right: 170px;
}

.texture__img--rc {
  width: 250px;
  top: -70px;
  right: 230px;
}

.texture__img--rm {
  width: 230px;
  top: -50px;
  right: 230px;
}

/* =========================
        フレグランス
========================= */
.fragrance {
  background: linear-gradient(to bottom, #f5efcf 0%, #e1f5ed 100%);
  position: relative;
}

.fragrance__inner {
  padding: 90px 0;
}

.fragrance__title {
  width: 385px;
}

.rb-text-list {
  width: 600px;
  /* height: 100px; */
  /* height: 230px; */
  margin: 34px auto 0;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}

.fragrance__sub-title {
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  margin-top: 73px;
}

.fragrance__text {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}

.fragrance__img {
  margin-top: 40px;
}

.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: #a18b4f;
  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: #a18b4f;
  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(rgba(235, 242, 222, 0.4));
}

.rb-text-list.open .reason-more-bg {
  display: none;
}

#rb1 {
  height: 124px;
  /* 初期状態 */
  overflow: hidden;
  transition: height 1.2s ease;
}

#rb1.open {
  height: 670px;
  /* PCのとき */
}

.fragrance__obj-l {
  left: 0;
  opacity: .7;
}

.fragrance__obj-r {
  right: 0;
  opacity: .7;
}

.movie {
  background: linear-gradient(to bottom, #dcecf0 0%, #ffffff 100%);
  position: relative;
}

.movie__inner {
  padding: 88px 0 103px;
}

.movie__title {
  width: 213px;
}

.movie__img {
  width: 770px;
  height: 446px;
  margin: 50px auto 0;
  position: relative;
}

.youtube {
  width: 100%;
  height: 100%;
}

.movie__obj1 {
  top: -140px;
  left: 0;
}

.movie__obj2 {
  top: -153px;
  right: -173px;
}

.movie__obj3 {
  bottom: -89px;
  left: -292px;
}

/* -------------------
        LINE
------------------- */
.line {
  background-image: url(../../images/special_contents/WhiteTeaCelebration/20260219/bg_line.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 30;
}

.line__inner {
  padding: 75px 0 74px;
}

.line-in {
  width: 590px;
  height: 250px;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto;
  padding: 45px 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;
}

.line__obj-l {
  top: 95px;
  left: 0;
}

.line__obj-r {
  top: 0;
  right: 0;
}

/* ------------------------------
        The Collection
------------------------------ */
.collection-banner {
  background-color: #e1f5ed;
}

.collection-banner__inner {
  padding: 88px 0 100px;
}

.title__obj {
  width: 395px;
  margin: 38px auto 0;
}

.collection-banner__title {
  width: 547px;
}

.collection__banner {
  width: 856px;
  margin: 33px auto 0;
}

.collection__banner-first {
  margin-top: 55px;
}



/* 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;
}

/* .tax {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 20px;
} */

.vol {
  font-size: 3rem;
}

.campaign-text__vol {
  font-size: 2.4rem;
}

.emphasis {
  font-size: 2.6rem;
}

.campaign__img {
  width: 200px;
  position: relative;
}

.campaign__line {
  width: 80px;
  line-height: 1;
  margin: 0 0 30px 230px;
}

.sc-accordion__wrapper {
  width: 723px;
  margin: 27px auto 0;
}

.sc-accordion {
  display: block;
  border-top: 1px solid #9a8a5b;
  border-bottom: 1px solid #9a8a5b;
  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: #ecf4f0;
}

.sc-accordion__title {
  font-size: 1.6rem;
  text-align: center;
}

.sc-comment__list {
  text-align-last: left;
  padding: 25px 17px 30px 17px;
}

.limited--cp {
  width: 66px;
  height: 66px;
  position: absolute;
  top: 12px;
  right: -5px;
}

.ltext--cp {
  font-size: 1.8rem;
}

.common-icon-plus {
  display: block;
}

.common-icon-minus {
  display: none;
}

.open .common-icon-plus {
  display: none;
}

.open .common-icon-minus {
  display: block;
}

.common-icon {
  font-size: 3rem;
  position: absolute;
  top: 52%;
  right: 3px;
  transform: translateY(-52%);
  -webkit-transform: translateY(-52%);
}

/* ------------------------------
            Campaign
------------------------------ */
.campaign__inner {
  padding: 80px 0;
}

.campaign__contents {
  width: 820px;
  margin: 22px auto 0;
}

.campaign__detail {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
}

.campaign-text__s {
  font-size: 2.4rem;
  font-feature-settings: "palt";
  line-height: 1;
  text-align: center;
}

.campaign-text__l {
  font-size: 3.6rem;
  font-feature-settings: "palt";
  line-height: 1.1;
  margin-top: 15px;
  text-align: center;
}

.tax {
  font-size: 1.6rem;
}

.vol {
  font-size: 2.4rem;
}

.campaign-text__vol {
  font-size: 2.4rem;
}

.campaign__img {
  width: 243px;
  position: relative;
}

.sc-accordion-more {
  border-bottom: none;
  padding-bottom: 0;
}

.sc-accordion__title {
  font-size: 1.6rem;
  text-align: center;
}

.sc-comment__list {
  text-align-last: left;
  padding: 25px 17px 30px 17px;
}

.limited--cp {
  width: 66px;
  height: 66px;
  position: absolute;
  top: 12px;
  right: -5px;
}

.ltext--cp {
  font-size: 1.8rem;
}

.campaign__obj--l {
  top: 22px;
}

/* ラッキードロー */
.campaign__detail-wrapper {
  width: 1050px;
  background-color: #fff;
  border-radius: 20px;
  margin: 65px auto 0;
  padding: 46px 0 62px;
  position: relative;
}

.campaign__label {
  width: 406px;
  margin: 0 auto;
}

.campaign__title {
  width: 338px;
}

.campaign__date {
  width: fit-content;
  color: #339879;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 15px auto 0;
  position: relative;
}

.campaign__date span {
  font-size: 2.1rem;
}

.ldc__title {
  color: #9455a6;
  font-feature-settings: "palt";
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 9px;
}

.limited.limited--ldc {
  width: 74px;
  height: 74px;
  background-color: #fff;
  border: 1px solid #a18634;
  border-radius: 50%;
  z-index: 15;
  padding: 2px;
  box-sizing: border-box;
  position: relative;
}

.limited .limited-in--ldc {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px dotted #a18634;
  border-radius: 50%;
  box-sizing: border-box;
}

.limited .ltext--ldc {
  color: #a18634;
  font-feature-settings: "palt";
  font-size: 2.2rem;
  font-weight: bold;
}

.campaign-text__l {
  margin-top: 5px;
}

.img__ldc {
  width: 496px;
  margin: 30px auto 0;
}

.ldc__notes {
  width: fit-content;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 1.3;
  text-align: left;
  margin: 22px auto 0;
}

.campaign__obj1 {
  top: -100px;
  right: 30px;
}

.campaign__obj2 {
  top: -60px;
  left: -20px;
}

/* POP UP 詳細 */
.pop-up-block {
  background: linear-gradient(to bottom, #f5efcf 0%, #f3e6f1 100%);
}

.pop-up__in {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0;
}

.pop-up__title {
  color: #94792f;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}

.pop-up__text-wrapper {
  width: 500px;
  background-color: #fff;
  line-height: 1.3;
  margin: 30px auto 0;
  padding: 20px 40px;
}

.pop-up__table-title {
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
}

.pop-up__sub-title {
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 15px;
}

.pop-up__sub-title2 {
  margin-top: 50px;
}

.pop-up__text {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 30px;
}

.pop-up-block .pop-up__img {
  max-width: 500px;
  margin: 10px auto 0;
}

.pop-up__notes {
  width: 500px;
  font-size: 1.2rem;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
}

.pop-up__btn {
  text-align: center;
}

.pop-up__btn a {
  margin-top: 30px;
  padding: 20px 0px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  background: #3dae79;
  width: 250px;
  cursor: pointer;
}

.pop-up__btn a span svg {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 1.1rem;
}

.coming-soon__btn {
  margin: 30px auto 0;
  padding: 20px 0px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-decoration: none;
  position: relative;
  display: block;
  background: #3dae79;
  width: 250px;
}

.pop-up__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin: 0 auto;
}

.pop-up__table--area {
  margin-top: 15px;
}

.pop-up__table th {
  width: 17%;
  vertical-align: middle;
  font-weight: bold;
  white-space: nowrap;
  padding: 2px 0px;
  background-color: #ecf4f0;
  padding: 5px 10px;
  /* color: #070627; */
  text-align: center;
}

.pop-up__table td {
  font-size: 1.6rem;
  line-height: 1.1;
  padding-left: 20px;
}