@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
}

#wj {
  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 {
  color: #006194;
  font-weight: 600;
  font-size: 7rem;
  line-height: 1;
  text-align: center;
}

.name-and-price {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}

.btn--cart,
.bcs {
  margin: 20px auto 0;
  text-align: center;
}

.btn--cart 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;
}

.bbg {
  background-color: #fff;
  border: 1px solid #97804e;
  color: #97804e;
}

.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: #97804e;
  border-radius: 50%;
  z-index: 15;
  padding: 3px;
  box-sizing: border-box;
}

.limited--l {
  width: 70px;
  height: 70px;
  top: 15px;
  right: 14px;
}

.limited--s {
  width: 56px;
  height: 56px;
  top: -2px;
  right: 10px;
}

.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;
}

.common__obj1 {
  width: 109px;
  right: 0;
}

.common__obj1--rev {
  right: inherit;
  left: 0;
  transform: scale(-1, 1);
}

.common__obj2 {
  width: 223px;
  left: 0;
}

.common__obj2--rev {
  left: inherit;
  right: 0;
  transform: scale(-1, 1);
}

.common__obj3 {
  width: 206px;
  right: 0;
}

.section__line {
  display: inline-block;
  content: "";
  width: 100%;
  height: 35px;
  background-image: url(../../images/special_contents/JasminWonders/20251226/line_section.jpg);
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
}

/* =========================
            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: 22vw;
}

.kv__lead {
  color: #857023;
  font-feature-settings: "palt";
  font-size: 1.3vw;
  line-height: 1;
  margin-top: 0.5vw;
}

.kv__text {
  color: #006194;
  font-feature-settings: "palt";
  font-size: 1.3vw;
  line-height: 1;
  margin-top: 1.1vw;
}

.kv__label {
  margin-top: 1.3vw;
}

.kv__label img {
  width: 18.5vw;
}

/* =========================
            lead
========================= */
.lead,
.collection-banner {
  background-image: url(../../images/special_contents/JasminWonders/20251226/bg1.jpg);
  background-repeat: repeat;
  background-size: 142px 141px;
  position: relative;
}

.lead__inner {
  padding: 58px 0 90px;
}

.nav-anchor__list {
  display: flex;
  justify-content: center;
  column-gap: 25px;
}

.nav-anchor__item {
  width: 235px;
  height: 74px;
  background-image: url(../../images/special_contents/JasminWonders/20251226/bg_nav_item.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  line-height: 74px;
  text-align: center;
  position: relative;
}

.nav-anchor__link {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-feature-settings: "palt";
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 12px 0 32px;
}

.nav-anchor__link--aj {
  line-height: 1;
  padding-top: 24px;
}

.fa-chevron-down {
  color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.lead__obj {
  width: 67px;
  margin: 56px auto 0;
}

.lead__main-text {
  color: #006194;
  font-size: 3rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  margin-top: 23px;
}

.lead__text {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 30px;
}

.lead__obj1 {
  top: 63px;
}

.lead__obj2 {
  top: 191px;
}

.campaign-banner__wrapper {
  width: 546px;
  margin: 0 auto 35px;
}

/* =========================
          review
========================= */
.review {
  background-image: url(../../images/special_contents/JasminWonders/20251226/bg_review.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.review__inner {
  padding: 83px 0 85px;
}

.review__img {
  width: 702px;
  margin: 54px auto 0;
}

.review__notes {
  width: 702px;
  font-size: 1.4rem;
  line-height: 1;
  margin: 34px auto 0;
}

.review__obj1 {
  bottom: 156px;
}

.review__obj2 {
  bottom: 85px;
}

.review__obj3 {
  width: 23.2vw;
  top: -70px;
}

/* =========================
      スペシャルキット
========================= */
.special-kit {
  background: linear-gradient(#d2e5ee, #e9f1f5);
}

.special-kit__inner {
  padding: 120px 0 95px;
}

.special-kit__lead {
  color: #006194;
  font-size: 2.6rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 21px;
}

.special-kit__contents {
  display: flex;
  width: 965px;
  column-gap: 103px;
  margin: 37px auto 0;
  position: relative;
}

.special-kit-img__wrapper {
  width: 549px;
  box-shadow: 0 0 35px 30px rgba(0, 97, 148, 0.05);
  position: relative;
}

/* .special-kit-img {
  width: 390px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.special-kit__catch {
  font-size: 2.6rem;
  line-height: 1.3;
}

.special-kit__data {
  box-sizing: content-box;
  text-align: center;
  margin-top: 40px;
}

.special-kit__data .name-and-price {
  margin-top: 25px;
}

.special-kit__obj1 {
  top: 687px;
}

.special-kit__obj2 {
  bottom: 134px;
}

/* =========================
      Other Kit
========================= */
.other-kit {
  position: relative;
}

.other-kit-slider {
  width: 972px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 35px 30px rgba(0, 97, 148, 0.05);
  margin: 84px auto 0;
  padding: 79px 0 101px;
  position: relative;
}

.other-kit__title {
  font-size: 6rem;
}

.other-kit__list {
  width: 818px;
  margin: 45px 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: 239px;
  margin: 0 auto;
  margin-left: -25px;
  position: relative;
}

.other-kit__item1 img {
  width: 239px;
  margin: 0 auto;
  padding-top: 43px;
}

.other-kit__item2 img {
  width: 204px;
  margin: 0 auto;
  padding-top: 50px;
}

.other-kit__item3 img {
  width: 201px;
  margin: 0 auto;
  padding-top: 40px;
}

.name-and-price--ok {
  margin-top: 20px;
}

.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: 249px;
  top: -37px;
  left: 0;
}

.other-kit__obj-right {
  width: 178px;
  top: -12px;
  right: 0;
}

.other-kit .slick-arrow {
  display: none;
}

/* =========================
    アイテムラインナップ
========================= */
.item-lineup {
  background-image: url(../../images/special_contents/JasminWonders/20251226/bg3.jpg);
  background-size: 150px 150px;
  background-repeat: repeat;
  position: relative;
}

.item-lineup__inner {
  padding: 100px 0 115px;
}

.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 {
  display: block;
  color: #006194;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  margin-top: 7px;
}

.item-lineup__sub-title::before,
.item-lineup__sub-title::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #006194;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.item-lineup__sub-title::before {
  left: -50px;
}

.item-lineup__sub-title::after {
  right: -50px;
}

.frame__il {
  width: 972px;
  background-color: #fff;
  border-radius: 30px;
  margin: 57px auto 0;
  position: relative;
}

.step-block-in {
  width: 860px;
  box-sizing: border-box;
  margin: 0 auto;
  /* padding: 53px 0 0; */
  position: relative;
}

.item-lineup__list {
  padding: 53px 0 41px;
  position: relative;
}

.step-block-in2 {
  margin: 0 auto;
  padding: 55px 0px 0px 429px;
  position: relative;
  min-height: 427px;
}

.step-block h4 {
  color: #006194;
  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: 47px;
  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: 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: 33px;
  right: 90px;
  z-index: 1;
}

.step-block.step2 .bgt {
  width: 117px;
  top: 33px;
  right: 52px;
}

.step-block.step3 .bgt {
  width: 111px;
  top: 28px;
  right: 61px;
}

.step-block.step4 .bgt {
  width: 108px;
  top: 73px;
  right: 32px;
}

.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 #006194;
  content: "";
  flex-grow: 1;
}

.step-tbg:before {
  margin-right: 6px;
}

.step-tbg::after {
  margin-left: 6px;
}

.texture__img {
  position: absolute;
}

.texture__img--step1 {
  right: 196px;
  bottom: 5px;
}

.texture__img--step2 {
  right: 248px;
  bottom: 5px;
}

.texture__img--step3 {
  right: 176px;
  bottom: 25px;
}

/* ステップスライダー */
.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,
.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/JasminWonders/20251226/step_arrow_prev.svg);
}

.step-slider .step-next {
  right: -18px;
  background-image: url(../../images/special_contents/JasminWonders/20251226/step_arrow_next.svg);
}

/* =========================
      Other LineUp
========================= */
.other-lineup-slider {
  width: 972px;
  background-color: #fff;
  border-radius: 30px;
  margin: 84px auto 0;
  padding: 67px 0 73px;
  position: relative;
}

.other-lineup__item1 img {
  width: 48px;
  margin: 0 auto;
  padding-top: 15px;
}

.other-lineup__item2 img {
  width: 108px;
  transform: translateY(-30px);
  margin: 0 auto;
  padding-top: 0;
}

.other-lineup__obj-left {
  width: 180px;
  top: 35px;
  left: 0;
}

.other-lineup__obj-right {
  width: 239px;
  top: -27px;
  right: 0;
}

/* =========================
        Ingredients
========================= */
.ingredients {
  background-image: url(../../images/special_contents/JasminWonders/20251226/bg_ingredients.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ingredients__inner {
  padding: 80px 0 126px;
}

.ingredients__lead {
  color: #006194;
  font-size: 2.6rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}

.ingredients-detail__wrapper {
  width: 425px;
  margin-top: 78px;
  margin-left: 52%;
}

.ingredients-detail {
  width: 425px;
  height: 237px;
  display: flex;
  border-radius: 20px;
  column-gap: 17px;
  padding: 20px 0;
}

.ingredients-detail.rev {
  flex-direction: row-reverse;
}

.ingredients-detail--top {
  background-image: url(../../images/special_contents/JasminWonders/20251226/bg_ingredients1.jpg);
  border-radius: 20px;
  padding-left: 24px;
  padding-right: 17px;
}

.ingredients-detail--bottom {
  background-image: url(../../images/special_contents/JasminWonders/20251226/bg_ingredients2.jpg);
  margin-top: 18px;
  padding-left: 17px;
  padding-right: 24px;
}

.ingredients-detail__title {
  color: #006194;
  font-size: 2rem;
}

.ingredients-detail__text {
  width: 257px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.ingredients-detail__img {
  width: 112px;
}

/* =========================
        JW vs DJ
========================= */
.jw-dj__inner {
  padding: 127px 0 105px;
}

* {
  box-sizing: border-box;
  padding: 0;
}

.tab-area {
  width: 374px;
  display: flex;
  column-gap: 22px;
  cursor: pointer;
  margin: 50px auto 0;
}

.tab {
  width: 176px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -6px 6px 0 rgba(0,0,0,0.2);
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 18px 0;
}

.tab.active {
  box-shadow: none;
}

.tab--jw {
  background: linear-gradient(#489dd0, #62b1e0);
  color: #fff;
}

.tab--jw.active {
  background: #94d4fa;
  color: #006194;
}

.tab--dj {
  background: linear-gradient(#9a824d, #af9866);
  
}

.tab--dj.active {
  background: #f6f4ec;
  color: #3d3027;
}

.panel {
  display: none;
  text-align: center;
}

.panel.active {
  width: 1082px;
  /* height: 759px; */
  display: block;
  margin: 0 auto;
  padding: 60px 0 45px 68px;
  background-repeat: no-repeat;
  background-size: cover;
}

.panel--jw {
  background-image: url(../../images/special_contents/JasminWonders/20251226/bg_jw.jpg);

}

.panel--dj {
  background-image: url(../../images/special_contents/JasminWonders/20251226/bg_dj.jpg);
}

.jw-dj-detail__wrapper {
  display: flex;
  column-gap: 104px;
}

.incense-tone__text {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 32px;
}

.incense-tone__text--jw,
.jw-dj-detail__title--jw,
.jw-dj-detail__catch--jw {
  color: #006194;
}

.incense-tone__text--dj,
.jw-dj-detail__title--dj,
.jw-dj-detail__catch--dj {
  color: #038123;
}

.graph__img {
  margin-top: 27px;
}

.jw-dj-detail__title {
  font-size: 2.8rem;
  line-height: 1;
  padding-top: 13px;
}

.jw-dj-detail__catch {
  font-size: 2rem;
  line-height: 1;
  margin-top: 15px;
}

.note__img {
  margin-top: 30px;
}

.jw-dj-detail__btn {
  margin-top: 40px;
}

.jw-dj-detail__link {
  display: block;
  width: 377px;
  background-color: #97804e;
  color: #fff;
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 17px 0 19px;
  position: relative;
}

.jw-dj-detail__link svg {
  font-size: 1.3rem;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* =========================
        フレグランス
========================= */
.fragrance {
  background-image: url(../../images/special_contents/JasminWonders/20251226/bg3.jpg);
  background-size: 150px 150px;
  background-repeat: repeat;
  position: relative;
}

.fragrance__inner {
  padding: 90px 0;
}

.rb-text-list {
  width: 600px;
  /* height: 100px; */
  /* height: 230px; */
  margin: 34px auto 0;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}

.fragrance__sub-title {
  color: #006194;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  margin-top: 40px;
}

.fragrance__text {
  color: #006194;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  /* font-weight: 400; */
}

.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(248, 241, 231, 0.4));
}

.rb-text-list.open .reason-more-bg {
  display: none;
}

#rb1 {
  height: 124px;
  /* 初期状態 */
  overflow: hidden;
  transition: height 1.2s ease;
}

#rb1.open {
  height: 600px;
  /* PCのとき */
}

.movie__inner {
  padding: 88px 0 103px;
}

.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: linear-gradient(#d2e5ee, #e9f1f5);
  position: relative;
  z-index: 30;
}

.line__inner {
  padding: 110px 0 74px;
}

.line-in {
  width: 590px;
  height: 250px;
  background-color: #fff;
  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;
}

.line__obj1 {
  top: 105px;
}

.line__obj2 {
  top: 165px;
}

/* ------------------------------
        The Collection
------------------------------ */
.collection-banner__inner {
  padding: 69px 0 90px;
}

.title__obj {
  width: 395px;
  margin: 18px auto 0;
}

.collection-banner__title {
  color: #006194;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.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;
}

.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 1.8s ease-out,
    transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
  opacity: 0.95;
}