/* ===============================================
  * COMMON *
=============================================== */
:root {
  --spacer-xxs: 1.5rem;
  --spacer-xs: 2rem;
  --spacer-s: 1.8rem;
  --spacer-m: 4rem;
  --spacer-l: 5rem;
  --spacer-xl: 6rem;
  --padding-horizontal: 5.2%;
  --transition-duration: 1.5s;
}


@media (min-width: 769px) {
  :root {
    --spacer-xxs: 3rem;
    --spacer-xs: 4rem;
    --spacer-s: 3rem;
    --spacer-m: 8rem;
    --spacer-l: 10rem;
    --spacer-xl: 12rem;
    --padding-horizontal: min(4.54%, 5rem);
  }
}



.main-area {
  background-color: var(--color-bg-main);
}

.lp_area {
  padding-bottom: calc(130* (100vw /375));
}

.lp_area::before {
  pointer-events: none;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/541;
  background: url(/Page/LP/2023/0821_limited/assets/imgs/bg-desktop.png) top/100% no-repeat;
  /* mix-blend-mode: lighten; */
}

.contentsArea {
  position: relative;
  z-index: 5;
}

.lp_area img {
  width: 100%;
  height: auto;
}

.lp_area .slick-slide {
  height: fit-content;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.fa-angle-right {
  right: 5rem;
}

.fa-angle-left {
  left: 5rem;
}

.slider-arrow img {
  transition-property: transform;
  transition-duration: 0.5s;
  transform: translateX(0);
}

.slider-arrow img:hover {
  transform: translateX(-2rem);
}

/*
 * Structure
 */

.main-area.lp,
.main-area.lp * {
  box-sizing: border-box;
  position: relative;
}

.main-area.lp {
  margin: 0;
  background-color: var(--color-bg-main);
}



@media (max-width: 768px) {
  .slider-arrow {
    display: none !important;
  }

  .pcOnly {
    display: none !important;
  }
}


@media (min-width: 769px) {
  .spOnly {
    display: none !important;
  }

  .lp_area {
    padding-bottom: 12.3rem;
  }

}




/*
 * Text
 */
.lp_area p {
  display: block;
  text-align: center;
  font-family: var(--font-jp);
  font-size: calc(14* (100vw /375));
  line-height: 2.2857142857;
  letter-spacing: 0.08em;
  color: #250D00;
  -webkit-font-smoothing: antialiased;
}

.lp_area .en {
  margin: calc(75 * (100vw / 750)) auto calc(80 * (100vw / 750));
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(25 * (100vw / 750));
  line-height: 2;
  letter-spacing: 0.05em;
}


@media (min-width: 769px) {
  .lp_area p {
    font-size: 1.6rem;
    line-height: 2;
  }

  .lp_area .en {
    margin: 2rem auto 3rem;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }
}





/* ===============================================
  * item - n *
=============================================== */
@media (max-width: 768px) {
  .lp_area::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 375/541;
    background-image: url(/Page/LP/2023/0821_limited/assets/imgs/bg-mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }

}


@media (min-width: 769px) {
  .main-lp_area::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 375/541;
    background-image: url(/Page/LP/2023/0821_limited/assets/imgs/bg-mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
}







/* ===============================================
* 0215 *
=============================================== */
/* ===============================================
* lp--head-wrap *
=============================================== */
.lp--head-wrap {
  text-align: center;
}

.lp--head-wrap h2 {
  font-family: "essonnes-display", serif;
  font-weight: 400;
  font-style: normal;
  color: #250D00;
  font-size: calc(45* (100vw /375));
  line-height: 1.288;
  letter-spacing: 0.08em;
  margin-top: calc(-1* (100vw /375));
}

.lp--head-wrap h2+p {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  color: #250D00;
  font-size: calc(26* (100vw /375));
  letter-spacing: 0.08em;
  margin-top: calc(9* (100vw /375));
  line-height: 1.6923076923;
}

.deco--wrap {
  position: relative;
  opacity: 1;
  visibility: visible;
  margin-bottom: calc(-97* (100vw /375));
  transition: opacity 1s, margin-bottom 1s;
}

.deco--wrap.js-fadeout {
  opacity: 0;
  margin-bottom: calc(38* (100vw /375));

}

@media screen and (max-width: 767px) {

  .deco--item.--1,
  .deco--item.--3 {
    display: none;
  }

  .deco--item.--2 {
    width: calc(60* (100vw /375));
    margin: calc(33* (100vw /375)) auto 0;
    height: calc(60* (100vw /375));
    visibility: visible;
    transition: visibility 1s, height 1s;
  }

  .deco--wrap.js-fadeout .deco--item.--2 {
    visibility: hidden;
    height: 0;
  }
}

@media screen and (min-width: 768px) {
  .lp--head-wrap h2 {
    font-size: 9.4rem;
    line-height: 1.170212766;
  }

  .lp--head-wrap h2+p {
    font-size: 4.6rem;
    margin-top: 2.6rem;
  }

  .deco--wrap {
    width: 120rem;
    margin: 8.8rem auto 0;
    margin-bottom: 20.3rem;
  }

  .deco--wrap.js-fadeout {
    margin-bottom: 0;
  }

  .deco--item {
    position: absolute !important;
  }

  .deco--item.--1,
  .deco--item.--3 {
    top: 0;
    width: 30rem;
  }

  .deco--item.--1::before,
  .deco--item.--3::before {
    content: "";
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../img/deco01_bg.jpg) center/contain no-repeat;
  }

  .deco--item.--3::before {
    left: initial;
    right: 3rem;
    background: url(../img/deco02_bg.jpg) center/contain no-repeat;

  }

  .deco--item.--1 {
    left: 0;
  }

  .deco--item.--3 {
    right: 0;
  }

  .deco--item.--2 {
    width: 8rem;
    top: 1.7rem;
    left: 50%;
    transform: translateX(-50%);
  }

}

/* ===============================================
* スクロール箇所 *
=============================================== */

/* 最低限のReset */
:where(body, html) {
  margin: 0;
  padding: 0;
}

:where(img) {
  width: 100%;
  height: auto;
  display: block;
}

/* スクロールに追従するエリア */
.fv-area {
  width: 100%;
  height: calc(100dvh + 300px);
  /* 足す数値の算出方法はJS側に記載あり */
  margin-inline: auto;
}

.fv-area .fv-area__inner {
  position: sticky;
  top: 15%;
}

/* 拡大させる画像 */
.fv-area .fv-area__image {
  width: 93.4%;
  margin-inline: auto;
  position: absolute;
  top: 0;
  left: calc(50% - (93.4% / 2));
  /*
		↑JSで制御する都合上 translateXで位置調整できないので計算式を入れる
		要素の左端が画面の左右中央位置に来るので、要素幅の半分だけマイナスして中央にする
		※要素幅をカスタムプロパティに入れるとレスポンシブ対応楽かも
		*/

  opacity: 1;
  transform: scale(0.428);
  transition: opacity 1s ease 1s;
}

.fv-area .fv-area__image.hide {
  opacity: 0;
}

@media screen and (min-width: 768px) {

  /* スクロールに追従するエリア */
  .fv-area {
    width: 120rem;
    height: calc(70dvh + 0px);
    /* 足す数値の算出方法はJS側に記載あり */
    margin-inline: auto;
  }

  /* 拡大させる画像 */
  .fv-area .fv-area__image {
    width: 30%;
    margin-inline: auto;

    position: absolute;
    top: 0;
    left: calc(50% - (30% / 2));
    /*
		↑JSで制御する都合上 translateXで位置調整できないので計算式を入れる
		要素の左端が画面の左右中央位置に来るので、要素幅の半分だけマイナスして中央にする
		※要素幅をカスタムプロパティに入れるとレスポンシブ対応楽かも
		*/

    opacity: 1;
    transform: scale(0.666);
    transition: opacity 1s ease 1s;
  }
}

/* スライダー */
.fv-area .fv-area__slider {
  opacity: 0;
  transition: opacity 1s ease;
}

.fv-area .fv-area__slider.show {
  opacity: 1;
}

/* 
.fv-area .fv-area__slider--item {
  transition: transform 0.3s ease;
}

.fv-area .fv-area__slider--item:not(.slick-center) {
  transform: scale(0.8);
} */



/* ------------------------------------------------
  fragrance
  ------------------------------------------------ */
@media screen and (max-width: 767px) {
  .top-fragrance {
    overflow: hidden;
  }

  .fv-area__slider--item {
    width: calc(350* (100vw / 375));
    margin: 0 calc(10* (100vw / 375));
  }

  #js-fv-slider img {
    position: relative;
  }

  #js-fv-slider .slick-dots {
    bottom: calc(-35* (100vw /375));
  }
}

@media screen and (min-width: 768px) {
  #js-fv-slider .slick-dots {
    bottom: -4.7rem;
  }

  .fv-area__inner .slick-slider {
    width: 120rem;
    margin: 0 auto 0;
  }

  .fv-area__slider--item {
    transition: transform 0.5s ease;
  }

  .fv-area__slider--item::before {
    opacity: 0;
    content: "";
    position: absolute;
    background: #FAF0E6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.5s ease;
  }

  .fv-area__slider--item:not(.slick-center) {
    transform: scale(0.833);
  }

  .fv-area__slider--item:not(.slick-center)::before {
    opacity: 0.7;
  }

  /* .fv-area__inner .slick-slide {
    transform: scale(0.833);
    transition: all 0.5s;
    opacity: 1;
  } */


  /* .fv-area__inner .slick-slide::before {
    content: "";
    position: absolute;
    background: #FAF0E6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.7;
    transition: opacity 0.3s;
    pointer-events: none;
  } */

  /* .fv-area__inner .slick-slide.slick-current,
  .fv-area__inner .slick-slide.is-active-next {
    transform: scale(1);
    opacity: 1;
    margin: 0;
  } */

  /* .fv-area__inner .slick-slide.slick-current::before,
  .fv-area__inner .slick-slide.is-active-next::before {
    opacity: 0;
  } */

  .fv-area__slider--item {
    width: 36rem;
    margin: 0 4.5rem;
  }

  #js-fv-slider .slick-arrow {
    position: absolute;
    top: 21.7rem;
    width: 6rem;
    z-index: 2;
    cursor: pointer;
  }

  #js-fv-slider .prev_icon {
    left: 33rem;
  }

  #js-fv-slider .next_icon {
    right: 33rem;
    left: initial;
  }

  #js-fv-slider img {
    position: relative;
  }

}


/* ===============================================
* slick *
=============================================== */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute !important;
  bottom: calc(-65* (100vw /375));
  z-index: 1;
}

/* ドット___________________________*/
.slick-dots li {
  width: calc(16* (100vw /375)) !important;
  height: calc(16* (100vw /375)) !important;
  margin: 0 calc(7.5* (100vw /375)) !important;
}

.slick-dots li button {
  width: calc(16* (100vw /375)) !important;
  height: calc(16* (100vw /375)) !important;
  border-radius: 50% !important;
  padding: 0 !important;
  background: initial !important;
  z-index: 1 !important;
}

.slick-dots li.slick-active button {
  background: transparent;
}

.slick-dots li button:before {
  content: "" !important;
  color: transparent !important;
  border-radius: 50%;
  font-size: 0 !important;
  line-height: 0 !important;
  opacity: 1 !important;
  width: calc(16* (100vw /375)) !important;
  height: calc(16* (100vw /375)) !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: -1 !important;
  border: #250D00 calc(1* (100vw /375)) solid;
  box-sizing: border-box;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  background: #250D00;
}

@media screen and (max-width: 767px) {
  .slick-slider {
    width: calc(350* (100vw /375));
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .i--item .slick-slider {
    width: 58rem;
    margin: 0 auto 0;
  }

  .slick-dots {
    bottom: -4.7rem;
    z-index: 1;
    position: absolute;
  }

  /* ドット___________________________*/
  .slick-dots li {
    width: 1.6rem !important;
    height: 1.6rem !important;
    margin: 0 0.75rem !important;
  }

  .slick-dots li button {
    width: 1.6rem !important;
    height: 1.6rem !important;
  }

  .slick-dots li button:before {
    width: 1.6rem !important;
    height: 1.6rem !important;
    border: #250D00 1px solid;
  }

  .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    width: 1.6rem !important;
    height: 1.6rem !important;
  }
}

/* ===============================================
* mainslider *
=============================================== */

/* ===============================================
* tx--wrap *
=============================================== */
.tx--wrap {
  margin-top: calc(126* (100vw /375));
}

.tx--wrap p+p {
  margin-top: calc(22* (100vw /375));
}

.item--detail {
  width: calc(350* (100vw /375));
  background: rgba(247, 247, 247, 0.6);
  border: #250D00 1px solid;
  margin: calc(92 * (100vw /375)) auto 0;
  padding: calc(72* (100vw /375)) 0 calc(100* (100vw /375));
}

.item--detail::before,
.item--detail::after {
  content: "";
  position: absolute;
  background: url(../img/star_sp.svg) center/contain no-repeat;
  width: calc(310* (100vw /375));
  height: calc(16* (100vw /375));
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.item--detail::before {
  top: calc(20* (100vw /375));
}

.item--detail::after {
  bottom: calc(20* (100vw /375));
}

.item--detail p+p {
  margin-top: calc(24* (100vw /375));
}

.lp_area .lp--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: calc(50* (100vw /375)) auto 0;
  width: calc(280* (100vw /375));
  height: calc(50* (100vw /375));
  border-radius: calc(10* (100vw /375));
  background: #F7F7F7;
  box-shadow: calc(5* (100vw /375)) calc(5* (100vw /375)) calc(10* (100vw /375)) rgba(0, 0, 0, 0.1), calc(-5* (100vw /375)) calc(-5* (100vw /375)) calc(10* (100vw /375)) #ffffff;
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .tx--wrap {
    margin-top: 13.9rem;
  }

  .tx--wrap p+p {
    margin-top: 2.5rem;
  }

  .item--detail {
    width: 60rem;
    margin: 9rem auto 0;
    padding: 7.2rem 0 8rem;
  }

  .item--detail::before,
  .item--detail::after {
    background: url(../img/star_pc.svg) center/contain no-repeat;
    width: 56rem;
    height: 1.4rem;
  }

  .item--detail::before {
    top: 2rem;
  }

  .item--detail::after {
    bottom: 2rem;
  }

  .item--detail p+p {
    margin-top: 2.5rem;
  }

  .lp_area .lp--btn {
    margin: 5.2rem auto 0;
    width: 28rem;
    height: 5rem;
    border-radius: 1rem;
    box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.1), -0.5rem -0.5rem 1rem #ffffff;
    font-size: 1.6rem;
  }
}

/* ===============================================
* i--item *
=============================================== */
.i--item {
  display: flex;
  flex-direction: column;
  gap: calc(200* (100vw /375));
  margin-top: calc(174* (100vw /375));
  align-items: center;
}

.i--item .section__ttl {
  font-size: calc(72* (100vw /375));
  letter-spacing: 0.08em;
}

.i--item .section__ttl::before {
  width: calc(24* (100vw / 375));
  height: calc(24* (100vw / 375));
  top: calc(-36* (100vw / 375));
}

.i--item .section__ttl+* {
  margin-top: calc(23* (100vw / 375));
  position: relative;
}

.i--item .slick-slider {
  margin-top: calc(40* (100vw /375));
}

@media screen and (min-width: 768px) {
  .i--item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 18.2rem 0;
    align-items: center;
    justify-content: space-between;
    width: 120rem;
    margin: 15.6rem auto 0;
  }

  .i--item__item {
    width: 56rem;
  }

  .i--item .section__ttl {
    font-size: 7.2rem;
  }

  .i--item .section__ttl::before {
    width: 2.4rem;
    height: 2.4rem;
    top: -3.6rem;
  }

  .i--item .section__ttl+* {
    margin-top: 2.4rem;
  }

  .i--item .slick-slider {
    margin-top: 5.6rem;
  }
}


/* ===============================================
*  foot lp--btn*
=============================================== */
.i--item+.lp--btn {
  margin-top: calc(184* (100vw /375));
}

@media screen and (min-width: 768px) {
  .i--item+.lp--btn {
    margin-top: 16.3rem;
  }
}