﻿@charset "UTF-8";

/*//////////////////////////////////////////////////

  osmanthus '25 | f-organics Website

//////////////////////////////////////////////////*/

html {
  font-size: calc(10 * (100vw/500));
}

@media (min-width: 769px) {
  html {
    font-size: calc(10 * (100vw/1600));
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 62.5%
  }

}

footer {
  position: relative;
  z-index: 10;
  margin-top: 0 !important;
}


/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
:root {
  --color1: #fff;
  --color2: #000000;
  --color3: #808080;
  --color4: #e09b57;
  --color5: #8ea9c0;
  --font_ja: "Roboto", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", 'Noto Sans JP', "メイリオ", "Meiryo", sans-serif;
  --font_en: "century-gothic", "Roboto", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", sans-serif;
}

#Wrap {
  width: 100%;
}

.lp_contents * {
  box-sizing: border-box;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: .075em;
}

.lp_contents {
  width: 100%;
  max-width: 50rem;
  height: 100%;
  font-family: var(--font_ja);
  font-weight: 300;
  overflow-x: clip;
  color: var(--color2);
}

@media (min-width: 769px) {
  .lp_contents {
    position: relative;
    width: 100%;
    max-width: 100vw;
    height: 100%;
  }
}

.lp_contents .pcOnly {
  display: none;
}

.lp_contents img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.lp_contents a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.lp_contents h1,
.lp_contents h2,
.lp_contents h3,
.lp_contents h4,
.lp_contents h5 {
  font-weight: 300;
}

.lp_contents_inner {
  background: var(--color1);
  z-index: 1;
  position: relative;
}

.lp_contents_inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: url(../img/bg_main.png) center -5px / calc(755 * 50rem / 750) auto no-repeat;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {

  .lp_contents .fixed_area {
    position: relative;
    position: fixed;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .lp_contents .fixed_area .fixed_nav {
    display: grid;
    place-items: center;
    width: calc((100% - 50rem) / 2);
    height: 100vh;
    margin-top: 8rem;
  }

  .fixed_left_inner .logo {
    width: 29rem;
    text-align: center;
  }

  .lp_contents_inner {
    width: 50rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    overflow: clip;
    /* padding-bottom: 8rem; */
  }


  .bgSetting {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
  }

  .bgSetting .for_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s;
  }

  .bgSetting .for_bg:nth-of-type(1) {
    opacity: 1 !important;
    background: url(../img/bg_pc01.png) center center / cover no-repeat;
  }

  .bgSetting .for_bg:nth-of-type(2) {
    background: rgb(237, 176, 111, .15) url(../img/bg_pc02.png) center center / cover no-repeat;
  }

  .bgSetting .for_bg:nth-of-type(3) {
    background: #dae1e4 url(../img/bg_pc03.png) center center / cover no-repeat;
  }

  .bgSetting .for_bg.selected {
    opacity: 1;
  }



}


.fixed_right .menu_list {
  width: 33rem;
}

.fixed_right .menu_list li {
  height: 8rem;
  color: var(--color1);
  border-top: solid .1rem;
  position: relative;
}

.fixed_right .menu_list li:last-of-type {
  border-bottom: solid .1rem;
  height: 6rem;
}

.fixed_right .menu_list li::before,
.fixed_right .menu_list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.fixed_right .menu_list li.special::before {
  width: 5.6rem;
  height: 5.6rem;
  background: url(../img/icon_nav00.svg) no-repeat center;
  background-size: 100%;
  left: 2rem;
}

.fixed_right .menu_list li.skincare::before {
  width: 6rem;
  height: 6rem;
  background: url(../img/icon_nav01.png) no-repeat center;
  background-size: 100%;
  left: 1.8rem;
}

.fixed_right .menu_list li.haircare::before {
  width: 6rem;
  height: 6rem;
  background: url(../img/icon_nav02.png) no-repeat center;
  background-size: 100%;
  left: 1.8rem;
}

.fixed_right .menu_list li::after {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/arrow_bottom_white.svg) no-repeat center;
  background-size: 100%;
  right: 1.6rem;
}

.fixed_right .menu_list li:last-of-type::after {
  width: 2rem;
  height: 1.2rem;
  background: url(../img/icon_hamburger.svg) no-repeat center;
  background-size: 100%;
  right: 1rem;
}


.fixed_right .menu_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed_right .menu_list li a:hover {
  background: rgb(77, 77, 77, .1)
}

.fixed_right .menu_list li .ttl_en {
  font-size: 1.8rem;
  text-align: center;
  padding-left: 3rem;
}

.fixed_right .menu_list li .ttl_ja {
  font-size: 1.2rem;
  display: block;
  margin-bottom: .9rem;
}


/* ========================================================
            * fixed_nav fixed_right   *
========================================================= */
@media (max-width: 768px) {

  .lp_contents .fixed_area .fixed_right {
    position: fixed;
    bottom: 0;
    display: block;
    width: calc(750 * 50rem / 750);
    translate: 0 100%;
    opacity: 0;
    transition: all .5s;
    z-index: 100;
  }

  .lp_contents .fixed_area .fixed_right.active {
    translate: 0 0;
    opacity: 1;
  }


  .fixed_right .menu_list {
    gap: 0;
    margin-top: 0;
    display: flex;
    flex-wrap: nowrap;
    background: #a4b7c8;
    width: 100%;
    height: calc(105 * 50rem / 750);
  }

  .fixed_right .menu_list li {
    padding: calc(13 * 50rem / 750) 0;
    height: auto;
    border-top: none;
  }

  .fixed_right .menu_list li:nth-of-type(1) {
    width: calc(178 * 50rem / 750);
  }

  .fixed_right .menu_list li:nth-of-type(2) {
    width: calc(220 * 50rem / 750);
  }

  .fixed_right .menu_list li:nth-of-type(3) {
    width: calc(218 * 50rem / 750);
  }

  .fixed_right .menu_list li:nth-of-type(4) {
    width: calc(100% - calc(178 * 50rem / 750) - calc(220 * 50rem / 750) - calc(218 * 50rem / 750));
  }


  .fixed_right .menu_list li::before,
  .fixed_right .menu_list li:not(:last-of-type)::after {
    display: none;
  }

  .fixed_right .menu_list li .ttl_ja {
    display: none;
  }

  .fixed_right .menu_list li:last-of-type {
    border-bottom: none;
  }


  .fixed_right .menu_list li a {
    border-right: solid calc(2 * 50rem / 750);
  }


  .fixed_right .menu_list li:last-of-type a {
    border-right: none;
  }

  .fixed_right .menu_list li a:hover {
    background-color: initial;
  }

  .fixed_right .menu_list li .ttl_en {
    padding-left: 0;
    font-size: calc(24 * 50rem / 750);
    line-height: 1.3;
  }

  .fixed_right .menu_list li:nth-of-type(4) .ttl_en {
    font-size: calc(20 * 50rem / 750);
    margin-top: calc(-13 * 50rem / 750);
  }

  .fixed_right .menu_list li:nth-of-type(4)::after {
    width: calc(35 * 50rem / 750);
    height: calc(21 * 50rem / 750);
    top: calc(69 * 50rem / 750);
    right: calc(50 * 50rem / 750);
    transform: none;
  }


}

/* ========================================================
                      * 共通設定  *
========================================================= */

.sp_only {
  display: none;
}

@media (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.txt {
  font-size: calc(26 * 50rem / 750);
}

.area_ttl {
  font-family: var(--font_en);
  color: var(--color1);
  text-align: center;
}

.area_ttl span {
  font-family: var(--font_ja);
  display: block;
}

.price {
  font-family: var(--font_en);
}

.btn_detail {
  font-size: calc(26 * 50rem / 750);
  color: var(--color2);
  border-bottom: calc(2 * 50rem / 750) solid var(--color2);
  width: fit-content;
  height: fit-content;
  padding-bottom: calc(4 * 50rem / 750);
}

.btn_cart {
  font-size: calc(28 * 50rem / 750);
  color: var(--color1);
  width: calc(400 * 50rem / 750);
  height: calc(90 * 50rem / 750);
  background: var(--color2);
}

.btn_cart a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: calc(32 * 50rem / 750);
  position: relative;
}

.btn_cart a::after {
  content: "";
  width: calc(28 * 50rem / 750);
  height: calc(28 * 50rem / 750);
  background: url(../img/icon_cart.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: calc(31 * 50rem / 750);
  left: calc(57 * 50rem / 750);
}

.ttl_en {
  font-family: var(--font_en);
}

.ttl_ja {
  font-family: var(--font_ja);
}

.btn_more {
  font-size: calc(20 * 50rem / 750);
  font-family: var(--font_en);
  color: #a9aaaa;
  text-align: center;
  border-bottom: solid calc(2 * 50rem / 750);
  width: fit-content;
  padding-right: calc(31 * 50rem / 750);
  position: relative;
  margin: calc(51 * 50rem / 750) auto 0;
}

.skincare_area .btn_more.is-open {
  margin: calc(31 * 50rem / 750) auto 0;
}

.haircare_area .btn_more.is-open {
  margin: calc(26 * 50rem / 750) auto 0;
}

.btn_more::after {
  content: "";
  position: absolute;
}

.btn_more::after {
  width: calc(14 * 50rem / 750);
  height: calc(14 * 50rem / 750);
  background: url(../img/btn_plus.svg) no-repeat center;
  background-size: 100%;
  top: calc(2 * 50rem / 750);
  right: calc(2 * 50rem / 750);
}

.btn_more.is-open::after {
  width: calc(14 * 50rem / 750);
  height: calc(2 * 50rem / 750);
  background: url(../img/btn_minus.svg) no-repeat center;
  background-size: 100%;
  top: calc(8 * 50rem / 750);
  right: calc(2 * 50rem / 750);
}



/* ========================================================
                      * sec_mv  *
========================================================= */

.sec_mv {
  text-align: center;
  padding-bottom: calc(202 * 50rem / 750);
  position: relative;
  z-index: 1;
}

.sec_mv h1 {
  width: calc(750 * 50rem / 750);
  position: relative;
  z-index: 99;
}

.sec_mv .txt {
  color: var(--color3);
  margin-top: calc(47 * 50rem / 750);
  line-height: 2.2;
  font-size: calc(26 * 50rem / 750);
  position: relative;
  z-index: 99;
}

.sec_mv .link_area {
  margin-top: calc(45 * 50rem / 750);
  position: relative;
  z-index: 99;
}

.sec_mv .link {}

.sec_mv .link li {
  color: var(--color3);
  padding: calc(32 * 50rem / 750) 0 calc(26 * 50rem / 750);
  border-top: calc(2 * 50rem / 750) solid var(--color3);
  position: relative;
}

.sec_mv .link li:last-of-type {
  border-bottom: calc(2 * 50rem / 750) solid var(--color3);
}

.sec_mv .link li.skincare::before,
.sec_mv .link li.haircare::before,
.sec_mv .link li::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.sec_mv .link li.skincare::before,
.sec_mv .link li.haircare::before {
  width: calc(120 * 50rem / 750);
  height: calc(120 * 50rem / 750);
  top: 50%;
  left: calc(17 * 50rem / 750);
  transform: translateY(-50%);
}

.sec_mv .link li.skincare::before {
  background: url(../img/icon_nav01.png) no-repeat center;
  background-size: 100%;
}

.sec_mv .link li.haircare::before {
  background: url(../img/icon_nav02.png) no-repeat center;
  background-size: 100%;
}

.sec_mv .link li::after {
  width: calc(24 * 50rem / 750);
  height: calc(12 * 50rem / 750);
  top: 50%;
  right: calc(51 * 50rem / 750);
  transform: translateY(-50%);
  background: url(../img/arrow_bottom_gray.svg) no-repeat center;
  background-size: 100%;
}

.sec_mv .link p.ttl_jp {
  font-size: calc(30 * 50rem / 750);

}

.sec_mv .link span.ttl_jp {
  font-size: calc(22 * 50rem / 750);

}

.sec_mv .link .ttl_en {
  font-size: calc(40 * 50rem / 750);
  margin-top: calc(14 * 50rem / 750);
}


/* ========================================================
                      * sec_contents01  *
========================================================= */

.sec_contents01 {
  padding-bottom: calc(113 * 50rem / 750);
  position: relative;
}

.bg_03 {
  background: var(--color1) url(../img/bg_main03.png) no-repeat center -1px;
  background-size: calc(755 * 50rem / 750);
}

.sec_contents01 .area_ttl {}

.sec_contents01 .area_ttl {
  font-size: calc(50 * 50rem / 750);
  line-height: 1.5;
}

.sec_contents01 .area_ttl span {
  font-size: calc(40 * 50rem / 750);
}

.special_item {
  width: calc(700 * 50rem / 750);
  margin: 0 auto;
  background: rgb(255, 255, 255, 0.5);
  position: relative;
  padding: calc(62 * 50rem / 750) 0 calc(82 * 50rem / 750);
}

.special_item01 {
  margin-top: calc(66 * 50rem / 750);
}

.special_item02 {
  margin-top: calc(40 * 50rem / 750);
}

.special_item03 {
  margin-top: calc(40 * 50rem / 750);
}

.special_item .icon_limited {
  width: calc(160 * 50rem / 750);
  position: absolute;
  top: calc(198 * 50rem / 750);
  right: calc(35 * 50rem / 750);
}

.special_item .ttl {
  font-family: var(--font_en);
  font-size: calc(30 * 50rem / 750);
  font-weight: 300;
  text-align: center;
  color: var(--color1);
  width: calc(580 * 50rem / 750);
  background: #a9aaaa;
  margin: 0 auto;
  padding: calc(10 * 50rem / 750) 0;
}

.special_item .img {
  width: calc(500 * 50rem / 750);
  margin: calc(60 * 50rem / 750) auto 0;
}

.special_item01 .txt_kit {
  margin-top: calc(42 * 50rem / 750);
  margin-left: calc(192 * 50rem / 750);
}

.special_item02 .txt_kit,
.special_item03 .txt_kit {
  margin-top: calc(41 * 50rem / 750);
  margin-left: calc(178 * 50rem / 750);
}

.special_item .txt_kit a {
  font-size: calc(24 * 50rem / 750);
  text-decoration: underline;
  line-height: 1.6;
  position: relative;
}

.special_item .txt_kit a:not(:first-of-type) {
  margin-top: calc(14 * 50rem / 750);
}

.special_item .txt_kit a::after {
  content: "";
  position: absolute;
  top: calc(15 * 50rem / 750);
  left: calc(-64 * 50rem / 750);
}

.special_item01 .txt_kit a:nth-of-type(1):after {
  width: calc(35 * 50rem / 750);
  height: calc(38 * 50rem / 750);
  background: url(../img/icon_flower01.svg) no-repeat center;
  background-size: 100%;
}

.special_item01 .txt_kit a:nth-of-type(2):after {
  width: calc(35 * 50rem / 750);
  height: calc(38 * 50rem / 750);
  background: url(../img/icon_flower02.svg) no-repeat center;
}

.special_item02 .txt_kit a:nth-of-type(1):after,
.special_item03 .txt_kit a:nth-of-type(1):after {
  width: calc(35 * 50rem / 750);
  height: calc(38 * 50rem / 750);
  background: url(../img/icon_flower03.svg) no-repeat center;
  background-size: 100%;
}

.special_item02 .txt_kit a:nth-of-type(2):after,
.special_item03 .txt_kit a:nth-of-type(2):after {
  width: calc(35 * 50rem / 750);
  height: calc(38 * 50rem / 750);
  background: url(../img/icon_flower04.svg) no-repeat center;
}

.special_item .present_area {
  background: var(--color1);
  width: calc(630 * 50rem / 750);
  margin: calc(38 * 50rem / 750) auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: calc(22 * 50rem / 750);
  padding-bottom: calc(12 * 50rem / 750);
  position: relative;
}

.special_item .present_area::before,
.special_item .present_area::after {
  content: "";
  position: absolute;
}

.special_item .present_area::before {
  background: url(../img/present_area_before.png) no-repeat center;
  background-size: 100%;
  width: calc(120 * 50rem / 750);
  height: calc(100 * 50rem / 750);
  top: calc(2 * 50rem / 750);
  right: calc(-30 * 50rem / 750);
}


.special_item .present_area::after {
  background: url(../img/present_area_after.png) no-repeat center;
  background-size: 100%;
  width: calc(80 * 50rem / 750);
  height: calc(90 * 50rem / 750);
  bottom: calc(-29 * 50rem / 750);
  left: calc(-22 * 50rem / 750);
}

.special_item .present_area .img_area {
  width: calc(60 * 50rem / 750);
  margin-left: calc(41 * 50rem / 750);
}

.special_item .present_area .txt_area {
  margin-top: calc(27 * 50rem / 750);
}

.special_item .present_area .txt {
  font-size: calc(22 * 50rem / 750);
}

.special_item .present_area .txt span {
  display: block;
  font-size: calc(26 * 50rem / 750);
  color: var(--color5);
  margin: calc(6 * 50rem / 750) 0 calc(12 * 50rem / 750);
  line-height: 1.5;
}

.special_item .btn_area {
  display: flex;
  margin-top: calc(58 * 50rem / 750);
  justify-content: center;
  align-items: center;
  gap: calc(36 * 50rem / 750);
}


/* ========================================================
                      * sec_contents02 *
========================================================= */

.sec_contents02 {
  position: relative;
  z-index: 1;
  background: var(--color1);
}

.sec_contents02 .area_ttl {
  font-size: calc(60 * 50rem / 750);
  line-height: 1.5;
  padding-top: calc(88 * 50rem / 750);
}

.sec_contents02 .area_ttl span {
  font-size: calc(24 * 50rem / 750);

}

.sec_contents02 .link_area {
  width: 100%;
  padding-top: calc(94 * 50rem / 750);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-grow: 1;
  padding-bottom: calc(189 * 50rem / 750);
  position: relative;
}

.sec_contents02 .link_area::after {
  content: "";
  width: calc(2 * 50rem / 750);
  height: calc(716 * 50rem / 750);
  background: var(--color1);
  position: absolute;
  top: calc(61 * 50rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.sec_contents02 .link {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}

.sec_contents02 .link::before {
  content: "";
  width: calc(40 * 50rem / 750);
  height: calc(15 * 50rem / 750);
  position: absolute;
  bottom: calc(-47 * 50rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.sec_contents02 .link:nth-of-type(1)::before {
  background: url(../img/arrow_bottom_orange.svg) no-repeat center;
  background-size: 100%;
}

.sec_contents02 .link:nth-of-type(2)::before {
  background: url(../img/arrow_bottom_blue.svg) no-repeat center;
  background-size: 100%;
}

.sec_contents02 .link .img {
  width: calc(250 * 50rem / 750);
  margin: 0 auto;
}

.txt_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.sec_contents02 .link .txt_area {
  flex: 1;
}

.sec_contents02 .link .ttl_ja {
  font-size: calc(20 * 50rem / 750);
  line-height: 1.75;
  display: block;
}

.sec_contents02 .link:nth-of-type(1) .ttl_ja {
  margin-top: calc(49 * 50rem / 750);
  color: var(--color4);
}

.sec_contents02 .link:nth-of-type(2) .ttl_ja {
  margin-top: calc(27 * 50rem / 750);
  color: var(--color5);
}

.sec_contents02 .link .ttl_en {
  font-size: calc(38 * 50rem / 750);
  line-height: 1.3;
}

.sec_contents02 .link:nth-of-type(1) .ttl_en {
  color: var(--color4);
}

.sec_contents02 .link:nth-of-type(2) .ttl_en {
  color: var(--color5);
}

.sec_contents02 .link .txt {
  width: fit-content;
  font-size: calc(28 * 50rem / 750);
  color: var(--color1);
  flex-grow: 1;
  display: flex;
  align-items: end;
  justify-content: center;
  margin: calc(8 * 50rem / 750) auto 0;
  padding-bottom: calc(5 * 50rem / 750);
  border-bottom: solid calc(2 * 50rem / 750) var(--color1);
  font-weight: 400;
}

.skincare_area {}

.bg_04 {
  background: rgb(237, 176, 111, 0.1) url(../img/bg_main04.png) no-repeat center top;
  background-size: cover;
}

.haircare_area {
  padding-top: calc(178 * 50rem / 750);
  padding-bottom: calc(127 * 50rem / 750);
}


.skincare_area .area_ttl {
  font-size: calc(60 * 50rem / 750);
  color: var(--color4);
  line-height: 1.8;
  padding-top: calc(13 * 50rem / 750);
}

.haircare_area .area_ttl {
  font-size: calc(60 * 50rem / 750);
  color: var(--color5);
  line-height: 1.6;
  padding-top: 0;
}

.skincare_area .area_ttl span,
.haircare_area .area_ttl span {
  font-size: calc(24 * 50rem / 750);
}

.skincare_area .area_ttl_sub,
.haircare_area .area_ttl_sub {
  font-size: calc(32 * 50rem / 750);
  font-family: var(--font_en);
  color: #a9aaaa;
  border-bottom: solid calc(2 * 50rem / 750);
  width: fit-content;
  margin: calc(2 * 50rem / 750) auto 0;
  padding-bottom: calc(10 * 50rem / 750);
}

.skincare_area .read {
  font-size: calc(32 * 50rem / 750);
  color: var(--color4);
  text-align: center;
  margin-top: calc(48 * 50rem / 750);
  line-height: 1.75;
  letter-spacing: .1em;
  font-weight: 500;
}

.haircare_area .read {
  font-size: calc(32 * 50rem / 750);
  color: var(--color5);
  text-align: center;
  margin-top: calc(48 * 50rem / 750);
  line-height: 1.75;
  letter-spacing: .1em;
  font-weight: 500;
}

.recommend {
  font-size: calc(30 * 50rem / 750);
  margin-top: calc(70 * 50rem / 750);
  text-align: center;
  position: relative;
}

.recommend::before,
.recommend::after {
  content: "";
  position: absolute;
  top: calc(12 * 50rem / 750);
  width: calc(120 * 50rem / 750);
  height: calc(2 * 50rem / 750);
}

.skincare_area .recommend::before,
.skincare_area .recommend::after {
  background: var(--color4);
}

.skincare_area .recommend::before,
.haircare_area .recommend::before {
  left: calc(92 * 50rem / 750);
}

.skincare_area .recommend::after,
.haircare_area .recommend::after {
  right: calc(92 * 50rem / 750);
}


.haircare_area .recommend::before,
.haircare_area .recommend::after {
  background: var(--color5);
}

.haircare_area .recommend::before,
.haircare_area .recommend::before {
  left: calc(92 * 50rem / 750);
}

.haircare_area .recommend::after,
.haircare_area .recommend::after {
  right: calc(92 * 50rem / 750);
}

.skincare_area .list {
  margin-top: calc(26 * 50rem / 750);
  margin-left: calc(140 * 50rem / 750);
}

.haircare_area .list {
  margin-top: calc(30 * 50rem / 750);
  margin-left: calc(140 * 50rem / 750);
}

.skincare_area .list li,
.haircare_area .list li {
  font-size: calc(26 * 50rem / 750);
  line-height: 2;
  position: relative;
}

.skincare_area .list li::before,
.haircare_area .list li::before {
  content: "";
  width: calc(24 * 50rem / 750);
  height: calc(17 * 50rem / 750);
  position: absolute;
  top: calc(14 * 50rem / 750);
  left: calc(-42 * 50rem / 750);
}

.skincare_area .list li::before {
  background: url(../img/icon_check01.svg) no-repeat center;
  background-size: 100%;
}

.haircare_area .list li::before {
  background: url(../img/icon_check02.svg) no-repeat center;
  background-size: 100%;
}

.haircare_area .list li:first-of-type {
  line-height: 1.6;
}

.accordion_area {
  margin: calc(81 * 50rem / 750) auto 0;
  width: calc(700 * 50rem / 750);
  padding-bottom: calc(80 * 50rem / 750);
}

.skincare_area .accordion_area {
  background: rgb(237, 176, 111, 0.3);

}

.haircare_area .accordion_area {
  background: rgb(169, 198, 223, 0.3);
  margin: calc(86 * 50rem / 750) auto 0;
  padding-bottom: calc(83 * 50rem / 750);
}


.accordion_area .img {
  width: calc(640 * 50rem / 750);
  margin: 0 auto;
  padding-top: calc(60 * 50rem / 750);
}

.accordion_area .accordion_txt {
  transition: all 0.5s;
  font-size: calc(24 * 50rem / 750);
  width: calc(560 * 50rem / 750);
  margin: calc(50 * 50rem / 750) auto 0;
  line-height: 2;
  position: relative;
  overflow: hidden;
  height: calc(70 * (50rem / 750));
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);

}

.accordion_area .accordion_txt.is-open {
  mask-image: none;
  -webkit-mask-image: none;

}

.skincare_area .btn_more {}

.skincare_area .btn_more.is-open {}


.skincare_area .item_ttl,
.haircare_area .item_ttl {
  font-size: calc(50 * 50rem / 750);
  text-align: center;
  margin-top: calc(123 * 50rem / 750);
  line-height: 1.9;
  color: #a9aaaa;
}

.haircare_area .item_ttl {
  margin-top: calc(122 * 50rem / 750);
}

.skincare_area .item_ttl span,
.haircare_area .item_ttl span {
  font-size: calc(24 * 50rem / 750);
  display: block;
}

.skincare_item_wrap,
.haircare_item_wrap {
  position: relative;
}


.skincare_item_wrap .vertical_txt,
.haircare_item_wrap .vertical_txt {
  position: absolute;
  font-size: calc(110 * 50rem / 750);
  font-family: var(--font_en);
  transform: rotate(90deg);
}

.skincare_item_wrap .vertical_txt {
  color: rgb(237, 176, 111, .3);
}

.haircare_item_wrap .vertical_txt {
  color: rgb(142, 169, 192, .3);
}

.skincare_item_wrap .vertical_txt:nth-of-type(1) {
  top: calc(396 * 50rem / 750);
  right: calc(-162 * 50rem / 750);
}

.skincare_item_wrap .vertical_txt:nth-of-type(2) {
  top: calc(805 * 50rem / 750);
  left: calc(-77 * 50rem / 750);
}


.haircare_item_wrap .vertical_txt:nth-of-type(1) {
  top: calc(355 * 50rem / 750);
  right: calc(-258 * 50rem / 750);
}

.haircare_item_wrap .vertical_txt:nth-of-type(2) {
  top: calc(1021 * 50rem / 750);
  left: calc(-267 * 50rem / 750);
}

.haircare_item_wrap .vertical_txt:nth-of-type(3) {
  top: calc(1728 * 50rem / 750);
  right: calc(-201 * 50rem / 750);
}

.skincare_item,
.haircare_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.skincare_item.reverse,
.haircare_item.reverse {
  flex-direction: row-reverse;
}


.skincare_item .column_text,
.haircare_item .column_text {
  width: calc(440 * 50rem / 750);

}

.skincare_item .column_text_inner,
.haircare_item .column_text_inner {
  padding-left: calc(21 * 50rem / 750);

}

.skincare_item .ttl,
.haircare_item .ttl {
  width: calc(440 * 50rem / 750);

}

.skincare_item .txt,
.haircare_item .txt {
  font-size: calc(22 * 50rem / 750);
  margin-top: calc(32 * 50rem / 750);
  letter-spacing: .075em;
  text-align: justify;
  line-height: 2;
}

.skincare_item .txt sup,
.haircare_item .txt sup {
  vertical-align: super;
  font-size: 0.6em;

}

.skincare_item .note,
.haircare_item .note {
  color: #a9aaaa;
  font-size: calc(20 * 50rem / 750);
  letter-spacing: .075em;
  margin-top: calc(15 * 50rem / 750);

}

.skincare_item .name {
  font-size: calc(26 * 50rem / 750);
  margin-top: calc(29 * 50rem / 750);
  line-height: 1.75;
  font-weight: 500;
}

.haircare_item .name {
  font-size: calc(26 * 50rem / 750);
  margin-top: calc(16 * 50rem / 750);
  line-height: 1.75;
  font-weight: 500;
}

.skincare_item .price,
.haircare_item .price {
  font-size: calc(22 * 50rem / 750);
  margin-top: calc(10 * 50rem / 750);

}

.skincare_item .btn_detail,
.haircare_item .btn_detail {
  margin-top: calc(37 * 50rem / 750);

}

.skincare_item .btn_cart,
.haircare_item .btn_cart {
  font-size: calc(24 * 50rem / 750);
  margin-top: calc(29 * 50rem / 750);
  width: calc(440 * 50rem / 750);
  height: calc(70 * 50rem / 750);
}


.skincare_item .btn_cart a,
.haircare_item .btn_cart a {
  margin-left: calc(29 * 50rem / 750);
}

.skincare_item .btn_cart a::after,
.haircare_item .btn_cart a::after {
  top: calc(20 * 50rem / 750);
  left: calc(87 * 50rem / 750);
}

.skincare_item .column_img,
.haircare_item .column_img {
  width: calc(100% - calc(440 * 50rem / 750));
}


.skincare_item .img,
.haircare_item .img {
  width: calc(200 * 50rem / 750);
  margin: 0 auto;
}

.skincare_item01,
.haircare_item01,
.haircare_item03 {
  margin-top: calc(37 * 50rem / 750);
  padding: 0 calc(49 * 50rem / 750) 0 calc(40 * 50rem / 750);
}

.haircare_item03 {
  margin-top: calc(141 * 50rem / 750);
}

.skincare_item02 {
  margin-top: calc(135 * 50rem / 750);
  padding: 0 calc(40 * 50rem / 750) 0 calc(43 * 50rem / 750);
}

.haircare_item02 {
  margin-top: calc(126 * 50rem / 750);
  padding: 0 calc(40 * 50rem / 750) 0 calc(43 * 50rem / 750);
}

.haircare_item02 {
  margin-top: calc(138 * 50rem / 750);
}

.skincare_item01 .img {
  margin-top: calc(-3 * 50rem / 750);
  margin-left: calc(18 * 50rem / 750);
}

.skincare_item02 .img {
  padding-top: calc(6 * 50rem / 750);
  margin-left: calc(4 * 50rem / 750);
}

.skincare_istem02 .img {
  padding-top: calc(10 * 50rem / 750);
}

.haircare_item01 .img {
  padding-top: calc(22 * 50rem / 750);
}

.haircare_item02 .img {
  padding-top: calc(22 * 50rem / 750);
  margin-left: calc(-4 * 50rem / 750);
}

.haircare_item03 .img {
  padding-top: calc(22 * 50rem / 750);
  margin-left: calc(22 * 50rem / 750);
}

.skincare_area .item_ttl.review {
  margin-top: calc(142 * 50rem / 750);
}

.haircare_area .item_ttl.review {
  margin-top: calc(132 * 50rem / 750);
}

.skincare_area .review_slider_area {}

.review_slider_area {
  margin-top: calc(26 * 50rem / 750);
  margin-left: calc(65 * 50rem / 750);
  margin-right: auto;
}

.lp_contents .simplebar-content {
  display: flex;
}

.review_list {
  display: flex;
  gap: calc(32 * 50rem / 750);
  padding-right: calc(60 * 50rem / 750);
}

.review_list li {
  width: calc(580 * 50rem / 750);
  border-radius: calc(20 * 50rem / 750);
  padding: calc(38 * 50rem / 750) calc(51 * 50rem / 750) calc(36 * 50rem / 750);
  background: rgb(255, 255, 255, .6);
}

.review_list li .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(30 * 50rem / 750);
}

.review_list li .icon {
  width: calc(140 * 50rem / 750);
}

.review_list li .name {
  font-size: calc(26 * 50rem / 750);

}

.review_list li .txt {
  font-size: calc(24 * 50rem / 750);
  margin-top: calc(20 * 50rem / 750);
  line-height: 2;
}


.standard_area {
  padding-top: calc(86 * 50rem / 750);
  padding-bottom: calc(159 * 50rem / 750);
  background: var(--color1);
}

.standard_area h5.ttl_en {
  font-size: calc(44 * 50rem / 750);
  text-align: center;
  line-height: 1.5;
}

.standard_area .ttl_ja {
  font-size: calc(30 * 50rem / 750);
  display: block;
}

.lp_contents .standard_slider_area .slick-track {
  display: flex;
}

.standard_slider_area {
  margin-top: calc(44 * 50rem / 750);
  position: relative;
}

.standard_list li {
  background: var(--color1);
  border-radius: calc(20 * 50rem / 750);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-top: calc(59 * 50rem / 750);
  padding-bottom: calc(49 * 50rem / 750);
  margin: calc(20 * 50rem / 750) calc(20 * 50rem / 750);
  width: calc(440 * 50rem / 750);
  height: auto !important;
}

.standard_list li .category {
  font-size: calc(22 * 50rem / 750);
  color: #a9aaaa;
  width: fit-content;
  margin: 0 auto;
  border: solid calc(2 * 50rem / 750);
  padding: calc(6 * 50rem / 750) calc(33 * 50rem / 750);
}

.standard_list li .img {
  width: calc(400 * 50rem / 750);
  margin: calc(30 * 50rem / 750) auto 0;
}

.standard_list li .name {
  font-size: calc(26 * 50rem / 750);
  margin-top: calc(23 * 50rem / 750);
  line-height: 1.75;
  font-weight: 500;
}

.standard_list li .price {
  font-size: calc(22 * 50rem / 750);
  margin-top: calc(18 * 50rem / 750);
}

.standard_list li .price.red {
  color: #ba4f3b;
  margin-top: calc(13 * 50rem / 750);
}

.standard_list li .price.red sup {
  vertical-align: super;
  font-size: .6em;
  margin-top: calc(10 * 50rem / 750);
}

.standard_list li .price.regular {
  color: #a9aaaa;
  margin-top: calc(19 * 50rem / 750);
}

.standard_list li .btn_detail {
  margin: calc(27 * 50rem / 750) auto 0;
}

.btn_all {
  font-size: calc(36 * 50rem / 750);
  font-family: var(--font_en);
  color: var(--color1);
  background: #787878;
  width: calc(650 * 50rem / 750);
  margin: calc(184 * 50rem / 750) auto 0;
  text-align: center;
  padding: calc(23 * 50rem / 750) 0;
}


/* ========================================================
            * fadeUp*
========================================================= */

.lp_contents .fadeUp {
  mask-image: linear-gradient(180deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(180deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-size: 100% 300%;
  -webkit-mask-size: 100% 300%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 130% 130%;
  -webkit-mask-position: 130% 130%;
}

.lp_contents .fadeUp.is-show {
  animation: mask-animation 2s linear forwards;
}

@keyframes mask-animation {

  0% {
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
  }

  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;

  }

}

/* ========================================================
            * 花   *
========================================================= */


.for_decoration {
  position: absolute;
  content: "";
  transform: translateY(calc(20 * 50rem / 750));
  transition: translate 2s, opacity 1s, transform 1s;
  opacity: 0;
  pointer-events: none;
}

.for_decoration.is-show {
  opacity: 1;
  transform: translateY(0);
}

.for_decoration::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.for_decoration.flower01 {
  top: calc(653 * 50rem / 750);
  right: calc(-106 * 50rem / 750);
  width: calc(358 * 50rem / 750);
  height: calc(550 * 50rem / 750);
}

.for_decoration.flower01::before {
  background: url(../img/flower01.png) center center / cover no-repeat;
}

.for_decoration.flower02 {
  top: calc(-378 * 50rem / 750);
  left: calc(-164 * 50rem / 750);
  width: calc(379 * 50rem / 750);
  height: calc(582 * 50rem / 750);
}

.for_decoration.flower02::before {
  background: url(../img/flower02.png) center center / cover no-repeat;
}


.for_decoration.flower03 {
  top: calc(115 * 50rem / 750);
  right: calc(-124 * 50rem / 750);
  width: calc(368 * 50rem / 750);
  height: calc(558 * 50rem / 750);
}

.for_decoration.flower03::before {
  background: url(../img/flower03.png) center center / cover no-repeat;
}

.for_decoration.flower04 {
  top: calc(763 * 50rem / 750);
  left: calc(-73 * 50rem / 750);
  width: calc(194 * 50rem / 750);
  height: calc(147 * 50rem / 750);
}

.for_decoration.flower04::before {
  background: url(../img/flower04.png) center center / cover no-repeat;
}

.for_decoration.flower05 {
  top: calc(1258 * 50rem / 750);
  left: calc(-56 * 50rem / 750);
  width: calc(363 * 50rem / 750);
  height: calc(558 * 50rem / 750);
}

.for_decoration.flower05::before {
  background: url(../img/flower05.png) center center / cover no-repeat;
}

.for_decoration.flower06 {
  top: calc(1826 * 50rem / 750);
  right: calc(-56 * 50rem / 750);
  width: calc(158 * 50rem / 750);
  height: calc(168 * 50rem / 750);
}

.for_decoration.flower06::before {
  background: url(../img/flower06.png) center center / cover no-repeat;
}

.for_decoration.flower07 {
  top: calc(2156 * 50rem / 750);
  left: calc(-3 * 50rem / 750);
  width: calc(160 * 50rem / 750);
  height: calc(144 * 50rem / 750);
}

.for_decoration.flower07::before {
  background: url(../img/flower07.png) center center / cover no-repeat;
}

.for_decoration.flower08 {
  top: calc(2411 * 50rem / 750);
  right: calc(-100 * 50rem / 750);
  width: calc(363 * 50rem / 750);
  height: calc(558 * 50rem / 750);
}

.for_decoration.flower08::before {
  background: url(../img/flower08.png) center center / cover no-repeat;
}

.for_decoration.flower09 {
  top: calc(3271 * 50rem / 750);
  right: calc(-51 * 50rem / 750);
  width: calc(161 * 50rem / 750);
  height: calc(165 * 50rem / 750);
}

.for_decoration.flower09::before {
  background: url(../img/flower09.png) center center / cover no-repeat;
}

.for_decoration.flower10 {
  top: calc(3489 * 50rem / 750);
  left: calc(-149 * 50rem / 750);
  width: calc(395 * 50rem / 750);
  height: calc(607 * 50rem / 750);
}

.for_decoration.flower10::before {
  background: url(../img/flower10.png) center center / cover no-repeat;
}



/* ========================================================
                      * modal  *
========================================================= */

.lp_contents .modal_toggle {
  cursor: pointer;
  transition: opacity .3s ease-in-out;
}

.lp_contents .modal_toggle:hover {
  opacity: 0.8;
}

body.no_scroll {
  overflow: hidden;
}

.lp_contents .modal_button {
  position: relative;
  cursor: pointer;
  z-index: 10;
}

.lp_contents .modal_button.btn_modalClose {
  width: calc(50 * 50rem / 750);
  height: calc(50 * 50rem / 750);
  background: url(../img/btn_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  float: right;
  /* position: sticky;  追従の場合はこっち*/
  position: absolute;
  top: calc(-67 * 50rem / 750);
  right: 0;
  z-index: 9999;
}

.lp_contents .modal_outside.hide {
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}

.lp_contents .modal_outside {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.lp_contents .modal_outside::-webkit-scrollbar {
  display: none;
}

.lp_contents .modal_outside::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e6e6e6;
  opacity: .7;
  content: "";
}

.lp_contents .modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp_contents .modal_wrap {
  width: calc(660 * (50rem / 750));
  margin: 0 auto;
  max-height: calc(100% - calc(200 * (50rem / 750)));
  /* overflow-y: scroll; */
  -ms-overflow-style: none;
  scrollbar-width: none;
  will-change: transform;
}

.lp_contents .modal_outside.hide .modal_wrap {
  animation: slideOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.lp_contents .modal_outside .modal_wrap {
  animation: slideIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);

}


.lp_contents .modal_wrap::-webkit-scrollbar {
  display: none;
}

.lp_contents .modal_inner {
  position: relative;
  background: var(--color1);
}

.lp_contents .modal_content {
  padding: calc(60 * 50rem / 750) 0 calc(55 * 50rem / 750);
}


.lp_contents .modal_content .skincare {}

.lp_contents .modal_content .haircare {
  margin-top: calc(60 * 50rem / 750);

}

.lp_contents .modal_content .skincare>.ttl_ja,
.lp_contents .modal_content .haircare>.ttl_ja {
  font-size: calc(20 * 50rem / 750);
  text-align: center;
  color: #e9b989;
}

.lp_contents .modal_content .haircare>.ttl_ja {
  color: #a7bcce;
}

.lp_contents .modal_content .skincare>.ttl_en,
.lp_contents .modal_content .haircare>.ttl_en {
  font-size: calc(28 * 50rem / 750);
  text-align: center;
  background: #e9b989;
  color: var(--color1);
  margin: calc(18 * 50rem / 750) auto 0;
  padding: calc(3 * 50rem / 750);
  width: calc(550 * 50rem / 750);
}

.lp_contents .modal_content .haircare>.ttl_en {
  background: #a7bcce;
}

.lp_contents .modal_content .skincare .txt,
.lp_contents .modal_content .haircare .txt {
  font-size: calc(22 * 50rem / 750);
  font-family: var(--font_en);
  font-weight: 700;
  color: #a9aaaa;
  width: fit-content;
  margin: 0 auto;
  border-bottom: solid calc(2 * 50rem / 750);
  margin-top: calc(21 * 50rem / 750);
  padding-bottom: calc(3 * 50rem / 750);

}

.lp_contents .modal_content .skincare .list,
.lp_contents .modal_content .haircare .list {
  margin-top: calc(36 * 50rem / 750);
  display: flex;
  justify-content: flex-start;
  margin-top: calc(36 * 50rem / 750);
  align-items: flex-end;
  flex-wrap: wrap;
}

.lp_contents .modal_content .skincare .list li:nth-of-type(1) {
  margin-left: calc(123 * 50rem / 750);
}

.lp_contents .modal_content .skincare .list li:nth-of-type(2) {
  margin-left: calc(60 * 50rem / 750);
}

.lp_contents .modal_content .haircare .list li:nth-of-type(1) {
  margin-left: calc(54 * 50rem / 750);
}


.lp_contents .modal_content .haircare .list li:nth-of-type(2) {
  margin-left: calc(59 * 50rem / 750);
}

.lp_contents .modal_content .haircare .list li:nth-of-type(3) {
  margin-top: calc(32 * 50rem / 750);
  margin-left: calc(203 * 50rem / 750);
}


.lp_contents .modal_content .skincare a,
.lp_contents .modal_content .haircare a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: calc(27 * 50rem / 750);

}

.lp_contents .modal_content .skincare .img,
.lp_contents .modal_content .haircare .img {
  width: calc(50 * 50rem / 750);
}

.lp_contents .modal_content .skincare .txt_wrap,
.lp_contents .modal_content .haircare .txt_wrap {
  text-align: center;
  margin-bottom: calc(60 * 50rem / 750);
  position: relative;
}

.lp_contents .modal_content .skincare .txt_wrap::after,
.lp_contents .modal_content .haircare .txt_wrap::after {
  content: "";
  width: calc(25 * 50rem / 750);
  height: calc(10 * 50rem / 750);
  background: url(../img/arrow_bottom_orange.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: calc(-35 * 50rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.lp_contents .modal_content .haircare .txt_wrap::after {
  background: url(../img/arrow_bottom_blue.svg) no-repeat center;
}

.lp_contents .modal_content .skincare .txt_wrap>.ttl_ja,
.lp_contents .modal_content .haircare .txt_wrap>.ttl_ja {
  font-size: calc(20 * 50rem / 750);
  color: #a9aaaa;
  line-height: 2;
}

.lp_contents .modal_content .skincare .txt_wrap>.ttl_en,
.lp_contents .modal_content .haircare .txt_wrap>.ttl_en {
  font-size: calc(30 * 50rem / 750);
  color: #a9aaaa;
}


@media (min-width: 769px) {
  .lp_contents .modal_wrap {
    width: 100rem;
  }

  .lp_contents .modal_content {
    padding: 6rem 0;
  }

  .lp_contents .modal_content .flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5rem;
  }

  .lp_contents .modal_content .skincare,
  .lp_contents .modal_content .haircare {
    width: 40rem;
  }

  .lp_contents .modal_content .haircare {
    margin-top: 0;
  }

  .lp_contents .modal_content .skincare>.ttl_en,
  .lp_contents .modal_content .haircare>.ttl_en {
    width: 40rem;
  }

  .lp_contents .modal_content .skincare .img,
  .lp_contents .modal_content .haircare .img {
    width: 4rem
  }


  .lp_contents .modal_content .skincare .list li:nth-of-type(1) {
    margin-left: 3.4rem;
  }

  .lp_contents .modal_content .skincare .list li:nth-of-type(2) {
    margin-left: 5rem;
  }

  .lp_contents .modal_content .haircare .list li:nth-of-type(1) {
    margin-left: 0;
  }


  .lp_contents .modal_content .haircare .list li:nth-of-type(2) {
    margin-left: 4.2rem;
  }

  .lp_contents .modal_content .haircare .list li:nth-of-type(3) {
    margin-top: 3.2rem;
    margin-left: 12rem;
  }

  .lp_contents .modal_content .skincare>.ttl_ja,
  .lp_contents .modal_content .haircare>.ttl_ja {
    font-size: 1.4rem;
  }

  .lp_contents .modal_content .skincare>.ttl_en,
  .lp_contents .modal_content .haircare>.ttl_en {
    font-size: 2rem;

  }

  .lp_contents .modal_content .skincare .txt,
  .lp_contents .modal_content .haircare .txt {
    font-size: 1.4rem;
    margin-top: 2rem;
  }

  .lp_contents .modal_content .skincare .txt_wrap>.ttl_ja,
  .lp_contents .modal_content .haircare .txt_wrap>.ttl_ja {
    font-size: 1.4rem;
    line-height: 2.4;
  }

  .lp_contents .modal_content .skincare .txt_wrap>.ttl_en,
  .lp_contents .modal_content .haircare .txt_wrap>.ttl_en {
    font-size: 2rem;

  }

  .lp_contents .modal_content .skincare a {
    gap: 2rem
  }

  .lp_contents .modal_content .haircare a {
    gap: 2.2rem;

  }

  .lp_contents .modal_content .skincare li:nth-of-type(2) a {
    gap: 2.5rem
  }

  .lp_contents .modal_content .skincare .txt_wrap {
    margin-bottom: 4.7rem;
  }

  .lp_contents .modal_content .haircare .txt_wrap {
    margin-bottom: 4.9rem;

  }

  .lp_contents .modal_content .haircare .list {
    margin-top: 3rem;
  }


  .lp_contents .modal_button.btn_modalClose {
    width: 4rem;
    height: 4rem;
    top: -5.8rem;
  }

}


/* ========================================================
            * SimpleBar *
========================================================= */

@media screen and (min-width: 768px) {
  .lp_contents .simple-bar_wrap {
    position: relative;
  }

  .lp_contents .simplebar-placeholder {
    height: 0 !important;
  }

  .lp_contents .simplebar-track.simplebar-horizontal {
    /* position: relative; */
  }

  .simplebar-scrollbar,
  .simplebar-scrollbar::before {
    position: static !important;
  }

  .lp_contents .skincare_area .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    background: #ded6cf;
  }

  .lp_contents .haircare_area .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    background: #ffffff;
  }

  .lp_contents .skincare_area .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    background: #e09b57;
  }

  .lp_contents .haircare_area .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    background: #8ea9c0;
  }
}

.lp_contents .simple-bar_wrap {
  width: -moz-available;
  width: -webkit-fill-available;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.lp_contents .simplebar-content-wrapper {
  position: relative;
  overflow: scroll hidden !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.lp_contents .simple-bar_wrap *::-webkit-scrollbar {
  display: none;
}

.lp_contents .simplebar-content {
  display: flex;
}

.lp_contents .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: calc(6 * (50rem / 750));
  position: static;
}

.lp_contents .simplebar-scrollbar:before {
  /* left: 0 !important; */
  /* right: 0 !important; */
  border-radius: 0;
  opacity: 1;
}

.lp_contents .space {
  display: block;
  padding: calc(15 * (50rem / 750));
}


.lp_contents .simplebar-track {
  left: calc(20*(50rem / 750));
  bottom: calc(60*(50rem / 750));
  position: static !important;
}

.lp_contents .simplebar-track.simplebar-horizontal {
  width: calc(610 * (50rem / 750));
  height: calc(6 * (50rem / 750));
  /* margin: auto; */
  background: #ededed;
  margin-top: calc(53 * (50rem / 750));
}

.lp_contents .simplebar-scrollbar:before {
  background: #d3d3d3;
}

.lp_contents .skincare_area .simplebar-track,
.lp_contents .haircare_area .simplebar-track {
  bottom: calc(-59*(50rem / 750));
  left: calc(0*(50rem / 750));
}

.lp_contents .skincare_area .simplebar-track.simplebar-horizontal {
  width: calc(610 * (50rem / 750));
  height: calc(6 * (50rem / 750));
  background: #ded6cf
}

.lp_contents .haircare_area .simplebar-track.simplebar-horizontal {
  width: calc(610 * (50rem / 750));
  height: calc(6 * (50rem / 750));
  background: var(--color1)
}

.lp_contents .skincare_area .simplebar-scrollbar:before {
  background: #e09b57;
  left: 0;
  right: 0;
}

.lp_contents .haircare_area .simplebar-scrollbar:before {
  background: #8ea9c0;
  left: 0;
  right: 0;
}



/* ========================================================
            * slider *
========================================================= */


.lp_contents .pagination {
  text-align: center;
  position: absolute;
  bottom: calc(-48 * 50rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.lp_contents .pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(20 * 50rem / 750);
}

.lp_contents .bar {
  display: inline-block;
  width: calc(16 * 50rem / 750);
  height: calc(16 * 50rem / 750);
  border-radius: 50%;
  background: var(--color1);
  border: solid calc(2 * 50rem / 750) #a7a7a7;
  cursor: pointer;
}

.lp_contents .slick-active .bar {
  background: #a7a7a7;
}


.lp_contents .slick-arrow {
  top: 50%;
  translate: 0 -50%;
}

.lp_contents .prev_button,
.lp_contents .next_button {
  width: calc(60 * 50rem / 750);
  height: calc(60 * 50rem / 750);
  position: absolute;
  cursor: pointer;
}

.lp_contents .prev_button {
  left: calc(103 * 50rem / 750);
  background: url(../img/prev_btn.svg) no-repeat center;
  background-size: 100%;
}

.lp_contents .next_button {
  right: calc(103 * 50rem / 750);
  background: url(../img/next_btn.svg) no-repeat center;
  background-size: 100%;
}