@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;
}

.font-shippori {
  font-family: "Shippori Mincho", serif;
}

.inview {
  opacity: 0;
}

.scrolled main {
  padding-top: calc(130px + var(--fsBannerHeight));
}

html {
  scroll-padding-top: 0px
}

#br {
  color: #2e2e2e;
}

main a:hover {
  text-decoration: none;
}

footer {
  margin-top: 0;
}

sup {
  vertical-align: top;
}

/* ------------------------------
              共通
------------------------------ */
.common__title {
  color: #ad8521;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.font-uppercase {
  text-transform: uppercase;
}

.font-capitalize {
  text-transform: capitalize;
}

.common__catch {
  font-size: 2.6rem;
  line-height: 1.3;
  text-align: center;
}

.name-and-price {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: center;
  margin-top: 20px;
}

.btn--cart {
  margin: 0px;
  margin-top: 20px;
  text-align: center;
}

.btn--cart a {
  width: 150px;
  display: inline-block;
  background-color: #ba9843;
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  text-decoration: none;
  margin: 0px;
  padding: 11px 0px;
  position: relative;
}

.btn--cart a svg {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.link--detail {
  text-align: center;
  margin: 11px 0px 0px;
  padding: 0px;
}

.link--detail a {
  margin: 0px;
  padding: 0 0 5px 2px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  border-bottom: 1px solid #3d3027;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.link--detail svg {
  color: #9c8743;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 7px;
}

.kit-detail__wrapper {
  width: 212px;
  min-height: 190px;
  background-color: #eef5f8;
  text-align: center;
  margin: 20px auto 0;
  padding-top: 18px;
}

.kit-detail__wrapper--hair {
  background-color: #f9f3e7;
}

.kit-detail__wrapper--face {
  background-color: #f9eef3;
}

.kit-detail__title {
  font-size: 1.2rem;
  font-weight: bold;
}

.kit__text {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 8px;
  padding: 0 12px;
}

.kit-detail__wrapper--brk {
  width: 248px;
  min-height: 131px;
  background-color: #fdf7f5;
  margin: 22px auto 0;
  padding: 20px 0;
}

.limited {
  position: absolute;
  background-color: #3d3027;
  border-radius: 50%;
  z-index: 15;
  padding: 2px;
  box-sizing: border-box;
}

/* .limited--l {
  width: 81px;
  height: 81px;
  top: 15px;
  right: 14px;
} */

.limited--s {
  width: 54px;
  height: 54px;
  top: -2px;
  right: 10px;
}

.limited--brk {
  top: 25px;
  right: 0;
}

.limited--lkh {
  background-color: #d0ac5e;
  right: -25px;
}

.limited--lkf {
  background-color: #d58f8b;
  right: -25px;
}

.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.2;
  text-align: center;
  margin-top: 0px;
  position: absolute;
  left: 0px;
  top: 51%;
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
}

.ltext--s {
  font-size: 1.4rem;
}

.obj {
  position: absolute;
}

.accordion__wrapper {
  width: 535px;
  text-align: center;
  margin: 0 auto;
}

.accordion__title {
  font-size: 1.6rem;
  line-height: 1;
}

.accordion {
  padding: 10px 0px;
  font-weight: 400;
  display: block;
  position: relative;
  text-decoration: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.accordion-more {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}

.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%);
}

.slick-arrow::after {
  width: 16px;
  height: 16px;
}

.slick-arrow.slick-prev::after {
  border-top: 3px solid #9c894c;
  border-left: 3px solid #9c894c;
}

.slick-arrow.slick-next::after {
  border-top: 3px solid #9c894c;
  border-right: 3px solid #9c894c;
}

.slick-arrow.dor-prev {
  left: 90px;
}

.slick-arrow.dor-next {
  right: 90px;
}

.bcs {
  margin: 0px;
  padding: 20px 0px 0px;
  text-align: center;
}

.bbg {
  width: 200px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ba9843;
  color: #ba9843;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  text-decoration: none;
  margin: 0px;
  padding: 11px 0px;
  position: relative;
}

.slick-dots {
  margin: 49px auto 0;
}

.slick-dots li button {
  display: block;
  line-height: 0;
  width: 10px;
  height: 10px;
  background: #e3d6b4;
  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: #ba9843;
}

.slick-dots>li:not(:first-of-type) {
  margin-left: 15px;
}

/* タブ */
.tab-section {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.tab-section.bg-tab3StepBody {
  background-image: url(../../images/special_contents/BodyRitual/20250828/bg_br_blue.jpg);
}

.tab-section.bg-tab3StepHair {
  background-image: url(../../images/special_contents/BodyRitual/20250828/bg_br_orange.jpg);
}

.tab-section.bg-tab3stepFace {
  background-image: url(../../images/special_contents/BodyRitual/20250828/bg_br_pink.jpg);
}

.tab-section.bg-tabDorBody {
  background-image: url(../../images/special_contents/BodyRitual/20250828/bg_dor_blue.jpg);
}

.tab-section.bg-tabDorHair {
  background-image: url(../../images/special_contents/BodyRitual/20250828/bg_dor_orange.jpg);
}

.tab-section.bg-tabDorFace {
  background-image: url(../../images/special_contents/BodyRitual/20250828/bg_dor_pink.jpg);
}

.tab-section.bg-tabLimitedKitBody {
  background-image: url(../../images/special_contents/BodyRitual/20250828/bg_lk_blue.jpg);
}

.tab-section.bg-tabLimitedKitHair {
  background-image: url(../../images/special_contents/BodyRitual/20250828/bg_lk_orange.jpg);
}

.tab-section.bg-tabLimitedKitFace {
  background-image: url(../../images/special_contents/BodyRitual/20250828/bg_lk_pink.jpg);
}

.tabs {
  width: 25vw;
  display: flex;
  align-items: center;
  column-gap: 17px;
  margin: 0 auto;
  position: relative;
}

.tabs::before,
.tabs::after {
  content: "";
  display: inline-block;
  width: 38.1vw;
  height: 4.5vw;
  background-size: 100% 100%;
  position: absolute;
  /* width: 733px;
  height: 88px; */
}

.tabs::before {
  background-image: url(../../images/special_contents/BodyRitual/20250828/tab_line_l.png);
  left: -38vw;
}

.tabs::after {
  background-image: url(../../images/special_contents/BodyRitual/20250828/tab_line_r.png);
  right: -38vw;
}

.tab-section .panel {
  display: none;
}

.tab-section .panel.active {
  display: block;
}

.tab-btn {
  width: 8.2vw;
  height: 4vw;
  /* width: 158px;
  height: 77px; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.tab-btn-body {
  background-image: url(../../images/special_contents/BodyRitual/20250828/tab_body.png);
}

.tab-btn-hair {
  background-image: url(../../images/special_contents/BodyRitual/20250828/tab_hair.png);
}

.tab-btn-face {
  background-image: url(../../images/special_contents/BodyRitual/20250828/tab_face.png);
}

.tab-btn.active {
  width: 7.7vw;
  height: 2vw;
}

.tab-btn-body.active {
  background-image: url(../../images/special_contents/BodyRitual/20250828/tab_active_body.png);
}

.tab-btn-hair.active {
  background-image: url(../../images/special_contents/BodyRitual/20250828/tab_active_hair.png);
}

.tab-btn-face.active {
  background-image: url(../../images/special_contents/BodyRitual/20250828/tab_active_face.png);
}

/* タブ */

/* ------------------------------
              mv
------------------------------ */
.mv {
  margin: 0px;
  padding: 0px;
  overflow: visible;
  z-index: 20;
  position: relative;
}

.mv-text__wrapper {
  width: 54.2vw;
  text-align: center;
  position: absolute;
  top: 5.2vw;
  left: 0;
}

.mv-text__img img {
  width: 14vw;
}

.mv__title {
  color: #fff;
  font-size: 3.3vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 1vw;
}

.mv__sub-title {
  width: 5.9vw;
  display: block;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 1.3vw;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 auto 1.2vw;
  padding: 0.4vw 0;
}

.mv__title img {
  width: 33.9vw;
}

.mv__lead {
  width: 100%;
  margin-top: 1.5vw;
  /* color: #fff;
  font-feature-settings: "palt";
  font-size: 2.2vw;
  line-height: 1.3; */
}

.mv__num {
  font-size: 2.5vw;
}

.mv-lead__label {
  margin-top: 1.3vw;
}

.mv-lead__label img {
  width: 15vw;
}

/* ------------------------------
              lead
------------------------------ */
.lead {
  background-image: url(../../images/special_contents/BodyRitual/20250828/bg_lead.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.lead__inner {
  padding: 81px 0 110px;
}

.campaign-banner__wrapper {
  width: 593px;
  margin: 0 auto 60px;
}

.lead__title {
  color: #ad8521;
  font-size: 3.4rem;
  line-height: 1.2;
  text-align: center;
}

.lead__text {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 30px;
}

.lead__detail-contents {
  width: 700px;
  display: flex;
  column-gap: 60px;
  margin: 60px auto 0;
  position: relative;
}

.lead__detail-in {
  width: calc(100%/2);
  text-align: center;
  padding: 0 12px;
}

.lead__detail-title {
  color: #a08c4c;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 24px;
}

.lead__detail-text {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  margin-top: 10px;
}

.lead__line {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ===========================
      Glow in 3steps
=========================== */
.glow-in-3steps__inner {
  padding: 95px 0;
  position: relative;
}

.glow-in-3steps__title {
  margin-top: 30px;
}

.glow-in-3steps__title--large {
  font-size: 8rem;
}

.glow-in-3steps__title--small {
  font-size: 4rem;
}

.br__banner {
  width: 865px;
  margin: 37px auto 0;
}

.glow-in-3steps__text {
  font-size: 2.6rem;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 35px;
}

.step__wrapper {
  /* width: 1160px; */
  width: 952px;
  margin: 0 auto;
}

.step__list {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}

.step__list--body {
  padding: 0 58px;

}

.step__list--hair {
  padding: 0 32px;

}

.step__list--face {
  padding: 0 61px;

}

.step__item {
  text-align: center;
  position: relative;
}

.step__item--center::before,
.step__item--center::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 448px;
  background-image: url(../../images/special_contents/BodyRitual/20250828/line_step.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}

.step__item--body.step__item--center::before {
  left: -35%;
}

.step__item--body.step__item--center::after {
  right: -38%;
}

.step__item--hair.step__item--center::before {
  left: -43%;
}

.step__item--hair.step__item--center::after {
  right: -41%;
}

.step__item--face.step__item--center::before {
  left: -19%;
}

.step__item--face.step__item--center::after {
  right: -17%;
}

.step__num {
  position: absolute;
  top: 5px;
  z-index: 5;
}

.step__num1 {
  width: 33px;
}

.step__num2 {
  width: 55px;
}

.step__num3 {
  width: 52px;
}

.step__num1--body {
  left: -10px;
}

.step__num2--body {
  left: -18px;
}

.step__num3--body {
  left: 6px;
}

.step__num1--hair {
  left: 15px;
}

.step__num2--hair {
  left: -25px;
}

.step__num3--hair {
  left: 5px;
}

.step__num1--face {
  left: -24px;
}

.step__num2--face {
  left: 8px;
}

.step__num3--face {
  left: -28px;
}

.step__title {
  font-size: 3.2rem;
  line-height: 1;
}

.step__name {
  font-feature-settings: "palt";
  font-size: 2.2rem;
  line-height: 1;
  margin-top: 15px;
  position: relative;
  z-index: 20;
}

.step__title--body,
.step__name--body {
  color: #438ca4;
}

.step__title--hair,
.step__name--hair {
  color: #c68b37;
}

.step__title--face,
.step__name--face {
  color: #cf6589;
}

.step__img {
  display: block;
  width: 181px;
  margin: 25px auto 0;
}

.step__sub-title {
  color: #ad8521;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 25px;
}

.step__text {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 8px;
}

/* ===========================
      Body Ritual Kit
=========================== */
.body-ritual-kit {
  position: relative;
}

.body-ritual-kit__inner {
  padding: 100px 0 85px;
}

.release__label {
  width: 367px;
  margin: 15px auto 0;
}

.body-ritual-kit-slider {
  width: 970px;
  margin: 0 auto;
  position: relative;
}

.body-ritual-kit__list {
  /* width: 750px; */
  margin: 75px auto 0;
  position: relative;
}

.body-ritual-kit__item {
  padding: 0 120px;
  position: relative;
}

.body-ritual-kit__catch {
  font-size: 2.6rem;
  line-height: 1.3;
  text-align: center;
}

.body-ritual-kit__in-item {
  display: flex;
  column-gap: 100px;
  margin-top: 35px;
}

.body-ritual-kit__img {
  display: block;
  width: 401px;
  object-fit: cover;
  margin: 0 auto;
  padding-top: 55px;
}

/* .body-ritual-kit__list .img {
  width: 399px;
  background-image: url(../../images/gift/egift/202503/frame_item.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 30px;
} */

.body-ritual-kit__data {
  box-sizing: content-box;
  text-align: center;
  margin: 0;
}

.body-ritual-kit__data .name-and-price {
  margin-top: 0;
}

.body-ritual-kit__in-item .img {
  position: relative;
}

.new__icon {
  position: absolute;
  top: 40px;
  left: -50px;
}

.new__icon--lk {
  width: 60px;
  top: 0;
  left: -10px;
}

.brk__obj1 {
  width: 222px;
  top: 0;
  left: 0;
}

.brk__obj2 {
  width: 299px;
  top: 0;
  right: 0;
}

.brk__obj3 {
  width: 432px;
  bottom: 0;
  left: 0;
}

.brk__obj4 {
  width: 422px;
  bottom: 0;
  right: 0;
}

/* ===========================
    Discover Our Rituals
=========================== */
.discover-our-rituals__inner {
  padding: 104px 0 115px;
}

/* 削除予定 */
/* .discover-our-rituals__text {
  font-size: 2.6rem;
  line-height: 1.3;
  text-align: center;
  margin-top: 38px;
} */

.tabs-dor {
  margin-top: 35px;
}

.dor-3step-title__wrapper {
  display: flex;
  padding-left: 214px;
}

.dor-3step-title__wrapper {
  color: #438ca4;
}

.dor-3step__title {
  color: #438ca4;
  font-style: italic;
  font-size: 5.3rem;
  line-height: 1;
  position: relative;
}

.dor-3step__title::after {
  content: "";
  width: 1px;
  height: 64px;
  background-color: #438ca4;
  position: absolute;
  bottom: 0;
  right: -25px;
}

.dor-3step-title__wrapper--hair,
.dor-3step__title--hair {
  color: #c68b37;
}

.dor-3step__title--hair::after {
  background-color: #c68b37;
}

.dor-3step-title__wrapper--face,
.dor-3step__title--face {
  color: #cf6589;
}

.dor-3step__title--face::after {
  background-color: #cf6589;
}

.dor-3step__title--num {
  /* font-size: 13.2rem;
  font-weight: 200;
  padding-left: 8px; */
  position: absolute;
  bottom: 12px;
}

.dor-3step__title--num1 {
  width: 35px;
}

.dor-3step__title--num2 {
  width: 57px;
}

.dor-3step__title--num3 {
  width: 55px;
}

.dor-3step__title--ja {
  font-size: 4.5rem;
  font-style: normal;
  padding-left: 70px;
}

.dor-item-title__wrapper {
  margin-left: 55px;
  /* padding-top: 58px; */
}

.dor-item__title {
  font-size: 1.9rem;
  font-weight: bold;
}

.dor-item__comment {
  font-size: 1.6rem;
}

.dor-slider {
  width: 1160px;
  background-image: url(../../images/special_contents/BodyRitual/20250828/frame_dor.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 36px auto 0;
  padding: 105px 0 38px;
  position: relative;
}

.dor-slider--bs,
.dor-slider--bl {
  margin-top: 80px;
}

.dor__list {
  width: 855px;
  margin: 30px auto 0;
}

.dor__item {
  width: 285px;
}

.dor__item .img {
  width: 174px;
  height: 174px;
  background-color: #eef5f8;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}

.panel-dor-hair .dor__item .img {
  background-color: #f9f3e7;
}

.panel-dor-face .dor__item .img {
  background-color: #f9eef3;
}

.img__wrapper {
  display: block;
  margin: 0 auto;
  /* position: relative; */
}

.img__item {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.img__item--so {
  width: 53px;
  padding-top: 25px;
}

.img__item--bs {
  width: 103px;
  padding-top: 46px;
}

.img__item--bl {
  width: 52px;
  padding-top: 15px;
}

.img__item--hs {
  width: 108px;
  padding-top: 42px;
}

.img__item--rs {
  width: 51px;
  padding-top: 23px;
}

.img__item--rc {
  width: 47px;
  padding-top: 21px;
}

.img__item--fp {
  width: 103px;
  padding-top: 48px;
}

.img__item--fpt {
  width: 52px;
  padding-top: 23px;
}

.img__item--rwl {
  width: 56px;
  padding-top: 21px;
}

.img__item--rws {
  width: 26px;
  padding-top: 53px;
}

.img__item--rscl {
  width: 110px;
  padding-top: 60px;
}

.img__item--rscs {
  width: 71px;
  padding-top: 70px;
}

.obj-so {
  right: 0;
  bottom: 20px;
  z-index: 5;
}

.obj-hs {
  right: 2px;
  bottom: 37px;
}

.obj-so--dj {
  width: 75px;
}

.obj-so--gr {
  width: 74px;
}

.obj-so--plv {
  width: 66px;
}

.obj-so--wt {
  width: 73px;
}

.obj-hs--ref {
  width: 63px;
}

.obj-hs--rel {
  width: 76px;
}

.obj-hs--rep {
  width: 43px;
}

.obj-hs--cla {
  width: 46px;
  right: 8px;
}

.obj-fp--ref {
  width: 72px;
}

.obj-fp--rel {
  width: 84px;
  bottom: 30px;
}

.obj-fp--cr {
  width: 49px;
  right: 10px;
  bottom: 35px;
}

.obj-fp--fm {
  width: 80px;
  right: 14px;
}

.obj-fp--gen {
  width: 60px;
  right: 24px;
}

.other-btn__wrapper {
  width: 324px;
  margin: 0 auto;
}

.dor-slider .name-and-price,
.limited-kit-slider .name-and-price {
  min-height: 0;
  height: auto !important;
}


/* ===========================
  アイテムラインナップバナー
=========================== */
.conductor-wire-banner {
  position: relative;
}

.conductor-wire-banner__inner {
  padding: 121px 0;
}

.banner__wrap {
  width: 886px;
  margin: 0 auto;
}

/* ===========================
        Limited Kit
=========================== */
.limited-kit__inner {
  padding: 112px 0 123px;
}

.limited-kit-slider {
  width: 989px;
  background-color: #fff;
  border: 2px solid #a8cadd;
  border-radius: 30px;
  margin: 30px auto 0;
  padding: 59px 0 45px;
  position: relative;
}

.limited-kit-slider--hair {
  border: 2px solid #eac07f;
}

.limited-kit-slider--face {
  border: 2px solid #dbbac6;
}

.limited-kit__list {
  width: 816px;
  margin: 0 auto;
}

.limited-kit__item {
  width: 212px;
}

.limited-kit__catch {
  color: #438ca4;
  font-feature-settings: "palt";
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}

.limited-kit__catch--hair {
  color: #c68b37;
}

.limited-kit__catch--face {
  color: #cf6589;
}

.limited-kit__item .img {
  width: 150px;
  height: 150px;
  background-color: #eef5f8;
  border-radius: 50%;
  margin: 21px auto 0;
  position: relative;
}

.limited-kit__item .img--hair {
  background-color: #f9f3e7;
}

.limited-kit__item .img--face {
  background-color: #f9eef3;
}

.panel-dor-hair .dor__item .img {
  background-color: #f9f3e7;
}

.panel-dor-face .dor__item .img {
  background-color: #f9eef3;
}

.img__wrapper {
  display: block;
  margin: 0 auto;
  /* position: relative; */
}

.img__wrapper--tsk {
  width: 197px;
  margin: 0 auto;
}

.img__item--3step-bk {
  width: 161px;
  padding-top: 25px;
}

.img__item--wk {
  width: 120px;
  padding-top: 0;
}

.img__item--ob {
  width: 160px;
  padding-top: 34px;
  margin-left: -6px;
}

.img__item--tsk {
  width: 197px;
  margin-left: -23px;
  padding-top: 47px;
}

.img__item--3step-hk {
  width: 179px;
  margin-left: -12px;
  padding-top: 38px;
}

.img__item--3step-hdg {
  width: 170px;
  padding-top: 30px;
  margin-left: -5px;
}

.img__item--fgk {
  width: 186px;
  margin-left: -18px;
  padding-top: 42px;
}

.img__item--3step-fk {
  width: 182px;
  margin-left: -13px;
  padding-top: 28px;
}

.img__item--pk {
  width: 159px;
  margin-left: 0;
  padding-top: 39px;
}


.limited-kit-slider .slick-dots {
  margin-top: 40px;
}

.slick-arrow.limited-kit-prev {
  left: 49px;
}

.slick-arrow.limited-kit-next {
  right: 49px;
}

/* ===========================
          Campaign
=========================== */
.campaign {
  background-color: #fdf7f5;
  position: relative;
}

.campaign__inner {
  padding: 90px 0 75px;
}

.campaign__contents {
  width: 820px;
  margin: 0 auto;
}

.campaign__label {
  width: 622px;
  margin: 45px auto 0;
}

.campaign__detail {
  display: flex;
  align-items: center;
  column-gap: 43px;
  margin-top: 55px;
  padding-left: 70px;
}

.campaign-text__s {
  font-size: 2rem;
  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: 14px;
  text-align: center;
}

.campaign-text__note {
  display: block;
  font-size: 2.1rem;
  margin-bottom: 5px;
}

.precautions__title {
  width: fit-content;
  font-size: 2.1rem;
  margin: 35px auto 0;
  position: relative;
}

.precautions__title::before,
.precautions__title::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ba9843;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.precautions__title::before {
  left: -15px;
}

.precautions__title::after {
  right: -15px;
}

.precautions__text {
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
}

.campaign__img {
  width: 249px;
  position: relative;
}

.sc-accordion__wrapper {
  width: 723px;
  margin: 45px auto 0;
}

.sc-accordion {
  margin-top: 63px;
  border-top: 1px solid #ad8521;
  border-bottom: 1px solid #ad8521;
}

/* .sc-accordion__in {
  line-height: 1.7;
} */

.sc-accordion-more {
  border-bottom: none;
  padding-bottom: 0;
}

.sc-accordion__title,
.sc-accordion-more__in {
  background-color: #fff;
}

.sc-comment__list {
  text-align-last: left;
  padding: 25px 19px 30px 19px;
}

.sc-comment__item {
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: justify;
}

.sc-comment__item--notes {
  color: #9f1818;
}

.sc-comment__item--aj {
  margin-top: 30px;
}

.limited--cp {
  width: 78px;
  height: 78px;
  position: absolute;
  top: 0;
  right: -33px;
}

.ltext--cp {
  font-size: 1.8rem;
}

.gwp__size {
  font-size: 1.6rem;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

/* ===========================
        Instagram
=========================== */
.instgram {
  margin: 0px;
  padding: 70px 0px 80px;
}

.instgram h2 {
  margin: 0;
  padding: 0px 0px 55px;
  text-align: center;
  font-size: 5rem;
  line-height: 1;
  background-image: url(../../images/special_contents/BodyRitual/20250828/line_insta.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.instgram h2 span {
  font-size: 6rem;
  letter-spacing: 0.04em;
}

.instgram .text {
  margin: 0;
  padding: 35px 0px 0px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 400;
}

.instgram .text a {
  color: #c99b41;
  text-decoration: none;
}

.instgram .btn {
  margin: 58px auto 0px;
  padding: 0px;
  width: 215px;
}

.instgram .btn a {
  margin: 0px;
  padding: 14px 0px;
  text-align: center;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
  display: inline-block;
  background: #ba9843;
  width: 100%;
  cursor: pointer;
}

.instgram .btn a svg {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  font-size: 1.1rem;
}

.instgram .instgram-block {
  margin: 30px auto 0px;
  padding: 0px;
  width: 1040px;
}

/* ===========================
            Movie
=========================== */
.movie {
  background-image: url(../../images/special_contents/BodyRitual/20250828/bg_movie.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 100px 0 115px;
  position: relative;
}

.youtube {
  display: block;
  width: 765px;
  height: 446px;
  margin: 41px auto 0;
}


/* ===========================
            Sample
=========================== */
.sample {
  background-image: url(../../images/special_contents/BodyRitual/20250828/bg_sample.jpg);
  background-repeat: none;
  background-size: 100% 100%;
}

.sample__inner {
  padding: 90px 0 110px;
}

.sample__contents {
  width: 723px;
  margin: 65px auto 0;
}

.sample__detail {
  display: flex;
  align-items: center;
  column-gap: 105px;
  padding-left: 20px;
}

.sample__text {
  font-size: 2.6rem;
  line-height: 1.3;
  text-align: center;
}

.sample__img {
  width: 98px;
}

/* ===========================
            LINE
=========================== */
.line {
  background-color: #fff;
  padding: 96px 0px 92px;
  margin: 0;
  position: relative;
  z-index: 30;
}

.line-in {
  background-image: url(../../images/special_contents/BodyRitual/20250828/frame_line.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 15px auto 0;
  padding: 50px 0px 0px;
  width: 594px;
  height: 271px;
  position: relative;
  box-sizing: border-box;
}

.line h2 {
  margin: 0px;
  padding: 0px;
  font-size: 2.6rem;
  line-height: 1.5;
  text-align: center;
}

.line .text {
  margin: 0px;
  padding: 10px 0px 0px;
  font-size: 1.4rem;
  text-align: center;
}

.line .btn {
  margin: 0;
  padding: 21px 0px 0px;
  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;
}

/* -------------------
        SNS
------------------- */
.sns {
  margin: 0px;
  padding: 75px 0px 67px;
  background-image: url(../../images/special_contents/BodyRitual/20250828/bg_sns.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.sns .sns-frame {
  margin: 0px auto;
  padding: 55px 0px 0px;
  width: 590px;
  height: 222px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}

.sns h3 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 5rem;
  line-height: 1.34;
  color: #ad8521;
  font-weight: 600;
}

.sns .social-btn {
  margin-top: 20px;
  position: relative;
  z-index: 20;
  font-size: 0;
}

.fb-like>span {
  width: 162px !important;
}

.fb-like iframe {
  width: 162px !important;
}

.obj_sns1 {
  width: 118px;
  top: -15px;
  right: -3px;
}

.obj_sns2 {
  width: 202px;
  bottom: -58px;
  left: -10px;
}

/* ------------------------------
              ライン
------------------------------ */
.line__leaf {
  width: 100%;
  height: 44px;
  background-image: url(../../images/special_contents/OliveBliss/20241212/line_leaf.png);
  background-size: contain;
  position: absolute;
  top: -20px;
  left: 0;
}

.ob-line {
  width: 100%;
  height: 39px;
  background-image: url(../../images/special_contents/OliveBliss/20241212/line.png);
  background-size: contain;
  position: absolute;
  top: -20px;
  left: 0;
}

/* ------------------------------
          オブジェクト
------------------------------ */


/* 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;
}

/* POP UP 詳細 */
.pop-up__in {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0;
}

.pop-up__label {
  width: 245px;
  margin: 0 auto;
}

.pop-up__title {
  font-size: 4.5rem;
  line-height: 1;
  text-align: center;
  margin-top: 15px;
}

.pop-up__title--ja {
  font-size: 3.2rem;
}

.pop-up__text-wrapper {
  width: 708px;
  background-color: #fff;
  border: 2px solid #cebc90;
  margin: 30px auto 0;
  padding: 17px 18px;
}

.pop-up__table-title {
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}

.pop-up__sub-title {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 15px;
}

.pop-up__text {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 30px;
}

.pop-up-block .pop-up__img {
  max-width: 708px;
  margin: 30px auto 0;
}

.pop-up__notes {
  width: 708px;
  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: #04755b;
  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;
}

.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: 10%;
  vertical-align: middle;
  font-weight: bold;
  white-space: nowrap;
  padding: 2px 0px;
  background-color: #f1e7e1;
  padding: 5px 10px;
  /* color: #070627; */
  text-align: center;
}

.pop-up__table td {
  font-size: 1.6rem;
  line-height: 1.1;
  padding-left: 20px;
}

.release-date {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 15px;
}


.kit-text {
  width: 248px;
  min-height: 131px;
  background-color: #f1e7e1;
  text-align: center;
  margin: 22px auto 0;
  padding: 20px 0;
}