/* ===============================================
  * 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-container {
  font-family: "ryo-text-plusn", serif;
  font-weight: 400;
  font-style: normal;
  color: #250D00;
  overflow: clip;
}

#main-container p {
  color: #250D00;
}


.lp_area {
  padding-bottom: calc(126* (100vw /375));
}


.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;
}

.header[data-header-theme="light"].c-active,
.header[data-header-theme="dark"] {
  background: linear-gradient(180deg, rgba(245, 213, 181, 1), rgba(250, 240, 230, 0));
}

@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 *
=============================================== */
/* pc */
body,
html {
  height: 100%;
  margin: 0 auto;
}


/*疑似要素でbody全体に画像を配置*/
body:before {
  content: "";
  /*中身はブランク*/
  display: block;
  background: url(../img/bgimg_pc.jpg) center/100% no-repeat;
  background-repeat: no-repeat;
  /*画像を繰り返さない*/
  background-size: cover;
  /*画面サイズいっぱいに表示*/
  background-position: center top;
  width: 100%;
  /*横幅いっぱいに表示*/
  height: 100vh;
  /*立幅いっぱいに表示*/
  position: fixed;
  /*固定*/
  z-index: -1;
  /*全ての要素より順位を下げる*/
}







/* ===============================================
* 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(110dvh + 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(415* (100vw /375));
  }

}

.fv-area__slider--item .credit-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: calc(87* (100vw /375));
  gap: calc(33* (100vw /375));
  transition: opacity 0.5s ease;
  opacity: 1;
  white-space: nowrap;
}

.fv-area__slider--item:not(.slick-center) .credit-wrap {
  opacity: 0;
}

.fv-area__slider--item .credit-wrap a {
  display: inline-block;
  font-size: calc(16* (100vw /375));
  text-align: center;
  line-height: 1.8;
  white-space: nowrap;
  letter-spacing: 0.08em;
}


@media screen and (min-width: 768px) {
  #js-fv-slider .slick-dots {
    bottom: 35.1rem;
  }

  .fv-area__slider--item .credit-wrap {
    margin-top: 9rem;
    gap: 0;
  }

  .fv-area__slider--item .credit-wrap a {
    font-size: 1.8rem;
  }

  .fv-area__inner .slick-slider {
    width: 120rem;
    margin: 0 auto 0;
  }

  .fv-area__slider--item {
    transition: transform 0.5s ease;
  }

  .fv-area__slider--item .--img {
    display: block;
  }

  .fv-area__slider--item .--img::before {
    opacity: 0;
    content: "";
    position: absolute;
    background: #FFEDCC;
    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) .--img::before {
    opacity: 0.7;
  }

  .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(0* (100vw /375));
}

.tx--wrap p+p {
  margin-top: calc(32* (100vw /375));
}

.item--detail {
  width: calc(350* (100vw /375));
  background: rgba(255, 237, 204, 0.6);
  border: #250D00 1px solid;
  margin: calc(75 * (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: #FFE8C4;
  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)) #FFF1E0;
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.08em;
}


@media screen and (min-width: 768px) {
  .tx--wrap {
    margin-top: 3rem;
  }

  .tx--wrap p+p {
    margin-top: 3.3rem;
  }

  .item--detail {
    width: 60rem;
    margin: 11.2rem 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 #FFF1E0;
    font-size: 1.6rem;
  }
}

/* //ウィンドウ高さが750px以下の時 */
@media screen and (max-height: 750px) and (min-width: 768px) {
  .item--detail {
    margin: 30rem auto 0;
  }
}

/* ===============================================
* i--item *
=============================================== */
.i--item {
  display: flex;
  flex-direction: column;
  gap: calc(139* (100vw /375));
  margin-top: calc(177* (100vw /375));
  align-items: center;
}

.i--item .section__ttl {
  font-size: calc(48* (100vw /375));
  letter-spacing: 0.08em;
}

.i--item .section__ttl::before {
  width: calc(24* (100vw / 375));
  height: calc(24* (100vw / 375));
  top: calc(-39* (100vw / 375));
}

.i--item .section__ttl+* {
  margin-top: calc(23* (100vw / 375));
  position: relative;
}

.i--item .slick-slider {
  margin-top: calc(40* (100vw /375));
}

.product_img {
  margin-top: calc(23* (100vw /375));
  width: calc(300* (100vw /375));
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .i--item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 13.6rem 0rem;
    align-items: center;
    justify-content: space-between;
    width: 100rem;
    margin: 15.6rem auto 0;
  }

  .i--item__item {
    width: calc(300* (100vw /375));
  }

  .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;
    margin-bottom: 2.2rem;
  }

  .product_img {
    margin-top: 0;
    width: 36rem;
  }


  .i--item .slick-slider {
    margin-top: 5.6rem;
  }
}

.i--item__item {
  width: 36rem;
}


/* ===============================================
*  foot lp--btn*
=============================================== */
.i--item+.lp--btn {
  margin-top: calc(120* (100vw /375));
}

@media screen and (min-width: 768px) {
  .i--item+.lp--btn {
    margin-top: 10rem;
  }
}