/* ===============================================
  * COMMON *
=============================================== */
:root {
  --color-bg-main: #D9C7A4;
  --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(217, 199, 164, 1), rgba(250, 240, 230, 0));
}


.main-area {
  background-color: var(--color-bg-main);
}

.lp_area {
  padding-bottom: calc(126* (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/2024/0301_hairoil/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;
  color: #250D00;
  -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/0301_hairoil/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/0301_hairoil/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;
  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;
  text-align: center;
}
.lp--head-wrap .ttl--wrap-02 p {
  text-align: center;
}

.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));
}
.ttl--wrap-02 {
  position: absolute!important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-bottom: calc(38* (100vw /375));
  opacity: 0;
}

@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;
  }
}

/*///// PC /////*/
@media screen and (min-width: 768px) {
  .lp--head-wrap {
    text-align: left;
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: -4.8rem;
    display: flex;
    justify-content: space-between;
  }

  .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;
    text-align: left;
  }

  .ttl--wrap {
    margin-top: 4rem;
  }

  /* スクロールすると出てくるやつ */
  .lp--head-wrap-02 {
    text-align: center;
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8.6rem;
  }

  .lp--head-wrap-02 h2 {
    font-family: "essonnes-display", serif;
    font-weight: 400;
    font-style: normal;
    color: #250D00;
    font-size: 9.4rem;
    line-height: 1.170212766;
    letter-spacing: 0.08em;
  }

  .lp--head-wrap-02 h2+p {
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
    color: #250D00;
    font-size: 4.6rem;
    margin-top: 2.6rem;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1.6923076923;

  }


  .deco--wrap {
    width: 8rem;
    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);
  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: calc(70dvh + 0px);
    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));
  }

  #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 9rem;
  }
  #js-fv-slider .slick-arrow {
    position: absolute;
    width: 6rem;
    height: 6rem;
    z-index: 2;
    cursor: pointer;
    top: 24.6rem;
  }
  #js-fv-slider .slick-next.slick-arrow {
    background-image: url(../img/arrow_next.svg);
    width: 6rem;
    right: 33rem;
  }
  #js-fv-slider .slick-prev.slick-arrow {
    background-image: url(../img/arrow_prev.svg);
    width: 6rem;
    left: 33rem;
  }

  #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(229, 218, 198, 0.6);
  border: #250D00 1px solid;
  margin: calc(92 * (100vw /375)) auto 0;
  padding: calc(72* (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(50* (100vw /375)) auto 0;
  width: calc(280* (100vw /375));
  height: calc(50* (100vw /375));
  border-radius: calc(10* (100vw /375));
  color: #250D00;
  background: #EADDC4;
  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)) #F7EDD9;
  font-size: calc(16* (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 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: 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 #F7EDD9;
    font-size: 1.6rem;
  }
}



/* ===============================================
* i--item *
=============================================== */

.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 .slick-slider {
  margin-top: calc(40* (100vw /375));
}

@media screen and (max-width: 767px) {

  .main-area__inner .i--item {
    display: flex;
    width: calc(350 * (100vw / 375));
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: calc(120 * (100vw / 375));
    position: relative;
    padding-bottom: calc(45 * (100vw / 375));
    padding-top: calc(5 * (100vw / 375));
  }

  .i--item::before {
    position: absolute;
    content: "";
    background-image: url(../img/frame_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .i--item__item {
    display: flex;
    flex-direction: column;
    width: calc(175 * (100vw / 375));
    row-gap: calc(38 * (100vw / 375));
  }

  .i--item__item .product_img {
    width: calc(68 * (100vw / 375));
    padding-top: calc(48 * (100vw / 375));
    margin-left: calc(60 * (100vw / 375));
    margin-right: auto;
  }

  .lp_area .font_en {
    font-family: var(--font-en);
    font-size: calc(18* (100vw /375));
    letter-spacing: 0;
    line-height: 1.7777778;
    position: relative;
    top: calc(4* (100vw /375));
  }


  .i--item__item .font_ja {
    font-size: calc(10 * (100vw / 375));
    top: calc(-8 * (100vw / 375));
  }
}

@media screen and (min-width: 768px) {
  .i--item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8rem 0;
    align-items: center;
    justify-content: space-between;
    width: 118rem;
    margin: 12rem auto 0;
  }

  .i--item__item {
    width: 50.8rem;
    margin-left: auto;
    margin-right: auto;
    padding: 3.8rem 4rem 4.2rem;
    position: relative;
  }

  .i--item__item::before {
    position: absolute;
    content: "";
    background-image: url(../img/frame_pc.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }


  .i--item__item:nth-child(5) {
    width: 50.7rem;
  }

  .i--item__item .product_img {
    width: 10.2rem;
    margin-left: 17.4rem;
    margin-right: auto;
  }


  .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(83* (100vw /375));
}

@media screen and (min-width: 768px) {
  .i--item+.lp--btn {
    margin-top: 12rem;
  }
}


.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: 46rem;
    top: 51.6rem;
  }
  .lp--head-wrap .scale_img {
    width: 36rem;
    flex-shrink: 0;
    left: 3rem;
  }
  .lp--head-wrap .scale_img img {
    transform: scale(0.7777777778);
  }

  .ttl--wrap-01 {
    margin-top: 9.4rem;
  }
  .ttl--wrap-01,
  .scale_img,
  .arrow_image {
    position: relative;
    opacity: 1;
    transition: opacity .5s;
    z-index: 5;
  }
  .ttl--wrap-01.jsFadeOut,
  .scale_img.jsFadeOut,
  .arrow_image.jsFadeOut {
    opacity: 0;
  }
  .ttl--wrap-02,
  .fv-area {
    opacity: 0;
    transition: opacity .5s;
    pointer-events: none;
  }
  .ttl--wrap-02.jsFadeIn,
  .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(120*100vw/750);
    height: calc(120*100vw/750);
    pointer-events: none;
    z-index: 2!important;
    left: 50%;
    transform: translateX(-50%);
    top: calc(404*100vw/750);
  }
  /* ===============================================
    * item - n *
  =============================================== */
    .lp_area::before {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      aspect-ratio: 375/541;
      background-image: url(/Page/LP/2024/0301_hairoil/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/0301_hairoil/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;
    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;
  }
  
  
  /* ===============================================
  * スクロール箇所 *
  =============================================== */
  
  /* 最低限の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;
    }
  
    /* ------------------------------------------------
      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));
      }
    }
  
  
    /* ===============================================
    * 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;
      }
    }
  
    /* ===============================================
    * mainslider *
    =============================================== */
  } 

/************** js **************/
  .js_imgFadeIn {
    opacity: 0!important;
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
  }

  .js_imgFadeIn02 {
    opacity: 0;
    transform: translateY(2em);
    transition-duration: 1.3s;
  }

  .i--item li:nth-child(2) {
    transition-delay: .2s;
  }

  .i--item li:nth-child(3) {
    transition-delay: .4s;
  }

  .i--item li:nth-child(4) {
    transition-delay: .6s;
  }
  
  .i--item li:nth-child(5) {
    transition-delay: .8s;
  }

  .imgAnimated{
    opacity: 1!important;
    transform: translateY(0);
  }