/* ===============================================
  * COMMON *
=============================================== */
:root {
  --color-bg-main: #FCEDD2;
  --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);
  }
}

.header[data-header-theme="light"].c-active,
.header[data-header-theme="dark"] {
  background: linear-gradient(180deg, rgba(252, 237, 210, 1), rgba(250, 240, 230, 0));
}

.main-area {
  background-color: var(--color-bg-main);
}

.lp_area {
  padding-bottom: calc(126* (100vw /375));
}

.lp_area * {
  color: #250D00;
}

.lp_area::before {
  pointer-events: none;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/541;
  background: url(/Page/LP/2024/0321_linen/asset/img/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;
  -webkit-font-smoothing: antialiased;
}

.lp_area .en {
  margin: calc(75 * (100vw / 375)) auto calc(80 * (100vw / 375));
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(25 * (100vw / 375));
  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/2024/0321_linen/asset/img/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/2024/0321_linen/asset/img/bg-mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

/* ===============================================
* 0301 *
=============================================== */
/* ===============================================
* lp--head-wrap *
=============================================== */
.lp--head-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}

.lp--head-wrap h2 {
  font-family: "essonnes-display", serif;
  font-weight: 400;
  font-style: normal;
  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;
  font-size: calc(26* (100vw /375));
  letter-spacing: 0.08em;
  margin-top: calc(9* (100vw /375));
  line-height: 1.6923076923;
  text-align: center;
}

.lp--head-wrap .ttl--wrap-01 p {
  text-align: center;
}

/*///// PC /////*/
@media screen and (min-width: 768px) {
  .lp--head-wrap {
    text-align: center;
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: -4.8rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
  }

  .lp--head-wrap h2 {
    font-size: 9.2rem;
    line-height: 1.1956521739;
  }

  .lp--head-wrap h2+p {
    font-size: 4.6rem;
    margin-top: 1.4rem;
    margin-bottom: 6.6rem;
    text-align: center;
  }

  .ttl--wrap {
    margin-top: 4rem;
  }

  .deco--item.--1 {
    left: 0;
  }

  .deco--item.--3 {
    right: 0;
  }

  .deco--item.--2 {
    width: 8rem;
    top: 1.7rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ===============================================
* スクロール箇所 *
=============================================== */
/* スクロールに追従するエリア */
.fv-area {
  width: 100%;
  height: calc(100dvh + 300px);
  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));
  opacity: 1;
  transform: scale(0.428);
  transition: opacity 1s ease 1s;
}

@media screen and (min-width: 768px) {
  .fv-area {
    width: 120rem;
    height: 100%;
    margin-inline: auto;
  }

  /* 拡大させる画像 */
  .fv-area .fv-area__image {
    width: 35%;
    margin-inline: auto;
    position: absolute;
    top: calc(-203% - (30% / 2));
    left: calc(77.5% - (30% / 2));
    opacity: 1;
    transform: scale(0.666);
    transition: opacity 1s ease 1s;
  }
}

/* ------------------------------------------------
  fragrance
  ------------------------------------------------ */
#js-fv-slider .slick-arrow::before {
  display: none;
}

@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));
  }
}

@media screen and (min-width: 768px) {

  .f-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: 36.6rem;
    margin: 0 9rem;
  }
}

/* ===============================================
* 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) {
  .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 *
=============================================== */

.fade-out {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.fade-in {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .fv-area {
    margin-top: -4.5rem;
  }

  .lp--head-wrap {
    position: relative;
    z-index: 2;
  }

  .arrow_image {
    position: absolute !important;
    content: "";
    display: block;
    background-image: url(../img/arrow_scroll.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 8rem;
    height: 8rem;
    pointer-events: none;
    z-index: 2 !important;
    left: 60.5rem;
    top: 54.2rem;
  }

  .lp--head-wrap .scale_img {
    width: 36.6rem;
    flex-shrink: 0;
    left: 3.2rem;
    top: -5.3rem;
  }

  .lp--head-wrap .scale_img img {
    transform: scale(0.546);
  }

  .ttl--wrap-01 {
    margin-top: 9.4rem;
    text-align: center;
  }

  .ttl--wrap-01,
  .scale_img,
  .arrow_image {
    position: relative;
    opacity: 1;
    transition: opacity .5s;
    z-index: 5;
  }

  .arrow_image.jsFadeOut {
    opacity: 0;
  }

  .fv-area {
    opacity: 0;
    transition: opacity .5s;
    pointer-events: none;
  }

  .fv-area.jsFadeIn {
    position: relative;
    opacity: 1;
    pointer-events: initial;
    z-index: 10;
  }
}

@media (max-width: 768px) {
  .arrow_image {
    position: relative;
    opacity: 1;
    transition: opacity .5s;
    z-index: 5;
  }

  .arrow_image.jsFadeOut {
    opacity: 0;
  }

  .arrow_image {
    position: absolute !important;
    content: "";
    display: block;
    background-image: url(../img/arrow_scroll.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(60* 100vw / 375);
    height: calc(60* 100vw / 375);
    pointer-events: none;
    z-index: 2 !important;
    left: 50%;
    transform: translateX(-50%);
    top: calc(238* 100vw / 375);
  }

  /* ===============================================
    * item - n *
  =============================================== */
  .lp_area::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 375/541;
    background-image: url(/Page/LP/2024/0321_linen/asset/img/bg-mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .main-lp_area::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 375/541;
    background-image: url(/Page/LP/2024/0321_linen/asset/img/bg-mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }


  /* ===============================================
  * lp--head-wrap *
  =============================================== */
  .lp--head-wrap {
    text-align: center;
  }

  .lp--head-wrap h2 {
    font-family: "essonnes-display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(42* (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;
    font-size: calc(26* (100vw /375));
    letter-spacing: 0.08em;
    margin-top: calc(9* (100vw /375));
    line-height: 1.6923076923;
  }


  /* ===============================================
  * スクロール箇所 *
  =============================================== */

  /* 最低限の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: calc(20* (100vw /375));
    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;
  }

  /* ===============================================
  * slick *
  =============================================== */
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .slick-dots {
    position: absolute !important;
    bottom: calc(-17* (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;
    }
  }

  /* ===============================================
  * mainslider *
  =============================================== */
}

@media screen and (min-width: 768px) {

  .scale_img02,
  .scale_img03 {
    width: 36.6rem;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 1s ease;
  }

  .scale_img02.jsFadeIn,
  .scale_img03.jsFadeIn {
    opacity: 1;
  }

  .scale_img {
    transition: opacity 1s ease;
  }

  .scale_img.jsFadeOut {
    opacity: 0;
    display: none;
  }

  .scale_img_flex {
    margin: 0 auto;
    width: 77.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}




/* ===============================================### 
これより下に記述お願いします！！
###=============================================== */
.tx--wrap {
  margin-top: calc(89* (100vw /375));
}

.tx--wrap p+p {
  margin-top: calc(22* (100vw /375));
}

.item--detail {
  width: calc(350* (100vw /375));
  background: rgba(251, 237, 210, 0.4);
  border: #250D00 1px solid;
  margin: calc(71*(100vw / 375)) auto 0;
  padding: calc(71*(100vw / 375)) 0 calc(70*(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(79*(100vw / 375)) auto 0;
  width: calc(280* (100vw /375));
  height: calc(50* (100vw /375));
  border-radius: calc(10* (100vw /375));
  background: #FBEDD2;
  box-shadow: calc(5* (100vw /375)) calc(5* (100vw /375)) calc(10* (100vw /375)) rgba(0, 0, 0, 0.16), calc(-5* (100vw /375)) calc(-5* (100vw /375)) calc(10* (100vw /375)) #FFF3DE;
  font-size: calc(16* (100vw /375));
  letter-spacing: 0.08em;
}

.lineclip {
  display: block;
  width: calc(350* (100vw /375));
  margin: calc(70*(100vw / 375)) auto 0;
}

.tx--wrap.--2 {
  margin-top: calc(72* (100vw /375));
}

@media screen and (min-width: 768px) {
  .tx--wrap {
    margin-top: 11.8rem;
  }

  .tx--wrap p+p {
    margin-top: 2.5rem;
  }

  .item--detail {
    width: 60rem;
    margin: 7rem auto 0;
    padding: 7.2rem 0 7.1rem;
  }

  .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 .font_en {
    font-size: 2.2rem;
    font-family: var(--font-en);
    top: 2.6rem;
    letter-spacing: 0;
  }

  .lp_area .font_ja {
    font-size: 1.6rem;
    margin-left: 0.8rem;
    padding-left: 1rem;
    position: relative;
  }

  .lp_area .font_ja::before {
    position: absolute;
    content: "";
    background-image: url(../img/square.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 0.3rem;
    height: 0.3rem;
    top: 0.6rem;
    left: -0.3rem;
  }

  .lp_area .lp--btn {
    margin: 8.1rem auto 0;
    width: 28rem;
    height: 5rem;
    border-radius: 1rem;
    box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.16), -0.5rem -0.5rem 1rem #FFF3DE;
    font-size: 1.6rem;
  }

  .lineclip {
    width: 100rem;
    margin: 9.2rem auto 0;
  }

  .tx--wrap.--2 {
    margin-top: 9.3rem;
  }
}


.i--item {
  display: flex;
  flex-direction: column;
  gap: calc(90*(100vw / 375));
  margin-top: calc(158*(100vw / 375));
}

.i--item h3 {
  font-size: calc(56*(100vw / 375));
  letter-spacing: 0.08em;
}

.i--item__img {
  width: calc(280* (100vw /375));
  margin: calc(23*(100vw / 375)) auto 0;
}

.i--item__tx {
  width: calc(350* (100vw /375));
  margin: calc(10* (100vw /375)) auto 0;
}

.i--item__tx p {
  text-align: left;
  margin: 0;
}

.i--item__link {
  display: block;
  position: relative;
  margin-top: calc(32*(100vw / 375));
  padding-left: calc(38*(100vw / 375));
  font-size: calc(16* (100vw /375));
  font-family: var(--font-en);
  letter-spacing: 0.08em;
  width: fit-content;
}

.i--item__link::before {
  content: "";
  position: absolute;
  background: url(../img/arrow_small.svg) center/contain no-repeat;
  width: calc(22* (100vw /375));
  height: calc(9* (100vw /375));
  left: 0;
  top: calc(3* (100vw /375));
}

@media screen and (min-width: 768px) {
  .i--item {
    gap: 10rem;
    margin-top: 12rem;
  }

  .i--item__item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8rem;
  }

  .i--item__item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .i--item h3 {
    font-size: 7.2rem;
  }

  .i--item h3::before {
    width: 2.5rem;
    height: 2.5rem;
  }

  .i--item__img {
    width: 44rem;
    margin: 0;
  }

  .i--item__tx {
    width: 48rem;
    margin: 3.2rem 0 0 0;
  }

  .i--item__tx p {
    margin: 2.4rem 0 0 0;
  }

  .i--item__link {
    margin-top: 5.1rem;
    padding-left: 3.9rem;
    font-size: 1.6rem;
  }

  .i--item__link::before {
    width: 2.2rem;
    height: 0.9rem;
    top: 0.2rem;
  }
}

.lineclip.--2 {
  margin: calc(117*(100vw / 375)) auto 0;
}

.productAbout h3 {
  position: relative;
  width: fit-content;
  margin: calc(123* (100vw /375)) auto 0;
  text-align: center;
  font-size: calc(40 * (100vw /375));
  letter-spacing: 0.08em;
  font-family: "essonnes-display", serif;
}

.productAbout h3::before,
.productAbout h3::after {
  content: "";
  position: absolute;
  background: url(../img/star_single.svg) center/contain no-repeat;
  width: calc(20 * (100vw /375));
  height: calc(20* (100vw /375));
  top: calc(11* (100vw /375));
}

.productAbout h3::before {
  left: calc(-40* (100vw /375));
}

.productAbout h3::after {
  right: calc(-40* (100vw /375));
}

.productAbout h3 span {
  font-size: calc(16* (100vw /375));
  letter-spacing: 0.08em;
  margin-top: calc(15*(100vw / 375));
  display: block;
}

.productAbout .tx--wrap {
  display: flex;
  flex-direction: column;
  margin-top: calc(50*(100vw / 375));
}

.lp_area .lp--btn.--2 {
  margin: calc(111* (100vw /375)) auto 0;
}

@media screen and (min-width: 768px) {

  .lineclip.--2 {
    margin: 12rem auto 0;
  }

  .productAbout h3 {
    margin: 12.3rem auto 0;
    font-size: 5.6rem;
  }

  .productAbout h3::before,
  .productAbout h3::after {
    width: 2.8rem;
    height: 2.8rem;
    top: 1.5rem;
  }

  .productAbout h3::before {
    left: -5.5rem;
  }

  .productAbout h3::after {
    right: -5.5rem;
  }

  .productAbout h3 span {
    font-size: 1.8rem;
    margin-top: 2rem;
  }

  .productAbout .tx--wrap {
    margin-top: 4.8rem;
  }

  .lp_area .lp--btn.--2 {
    margin: 11rem auto 0;
  }
}

/* ===============================================
* フェードイン *
=============================================== */
.js_fade {
  opacity: 0;
  transition-duration: 1s;
  transition: ease-in, opacity 2500ms, transform 1000ms;
}

.js_fade.active {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .i--item__img.js_fade {
    transition-delay: 0.1s;
  }

  .i--item__tx.js_fade {
    transition-delay: 0.3s;
  }
}