@charset "UTF-8";
body {
  background: url("../images/lp/lp_bg.png") no-repeat center center/cover;
}

/* フェードイン
---------------------------------------------------------- */
.js-lp-fadein {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.js-lpfadein-up {
  translate: 0 30px;
}

.js-lp-scrollin {
  opacity: 1;
  translate: 0 0;
}

.js-lp-fadein-up--delay {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.js-lp-fadein-up--delay02 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.js-lp-fadein-up--delay03 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

/* ヘッダー
---------------------------------------------------------- */
.p-lp-header {
  max-width: 900px;
  width: 100%;
  height: 3.75rem;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1440px) {
  .p-lp-header {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: unset;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 51%;
    left: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1600px) {
  .p-lp-header {
    left: 8%;
  }
}

.p-lp-header__wrapper {
  padding-inline: 0.625rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1440px) {
  .p-lp-header__wrapper {
    padding: 0;
    padding: initial;
    display: block;
  }
}

.p-lp-header__logo {
  width: 8.125rem;
  height: 100%;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 1440px) {
  .p-lp-header__logo {
    width: 8.875rem;
    height: 2.9375rem;
  }
}

.p-lp-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 142/47;
}

@media screen and (min-width: 1440px) {
  .p-lp-header__hamburger {
    display: none;
  }
}

.p-lp-header__nav {
  padding-top: 9.375rem;
  padding-inline: 3.125rem;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: #95a4c9;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 1440px) {
  .p-lp-header__nav {
    padding: 0;
    padding: initial;
    padding-top: 1.875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    position: relative;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
  }
}

.p-lp-header__nav.is-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 1440px) {
  .p-lp-header-nav__dot {
    width: 0.625rem;
    height: 0.625rem;
    display: block;
    position: absolute;
    top: 0;
    left: -1.25rem;
    background-color: rgba(46, 57, 67, .5);
    mix-blend-mode: exclusion;
    border-radius: 50%;
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
  }
}

.p-lp-header__nav-item a {
  padding: 0.375rem 0;
  display: block;
  position: relative;
  font-family: "EB Garamond", serif;
  font-size: 5.8666666667vw;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-lp-header__nav-item a {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-lp-header__nav-item a {
    font-size: 1rem;
    mix-blend-mode: exclusion;
  }
}

.p-lp-header__nav-item a::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  position: absolute;
  top: 50%;
  left: -1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #2e3943;
  border-radius: 50%;
}
@media screen and (min-width: 1440px) {
  .p-lp-header__nav-item a::before {
    content: none;
  }
}

.p-lp-header__hamburger {
  padding: 0 0.625rem;
  width: 3.75rem;
  height: 3.75rem;
  z-index: 9999;
  cursor: pointer;
}
@media screen and (min-width: 1440px) {
  .p-lp-header__hamburger {
    display: none;
  }
}

.p-lp-header__hamburger span {
  width: 100%;
  height: 0.1875rem;
  display: block;
  background-color: #2e3943;
  mix-blend-mode: exclusion;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.625rem;
}

.p-lp-header__hamburger span:nth-child(2) {
  margin: 0.5rem 0;
}

.p-lp-header__hamburger.is-active span:nth-child(1) {
  -webkit-transform: translate(0, 0.75rem) rotate(-45deg);
          transform: translate(0, 0.75rem) rotate(-45deg);
}

.p-lp-header__hamburger.is-active span:nth-child(2) {
  background-color: transparent;
}

.p-lp-header__hamburger.is-active span:nth-child(3) {
  -webkit-transform: translate(0, -0.625rem) rotate(45deg);
          transform: translate(0, -0.625rem) rotate(45deg);
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.lp-active {
  height: 100%;
  overflow: hidden;
}

/* メインコンテンツ
---------------------------------------------------------- */
.p-lp-main-content {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

/* LP FV
---------------------------------------------------------- */
.p-lp-fv {
  position: relative;
}

.p-lp-fv__image {
  width: 100%;
}

.p-lp-fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/730;
}
@media screen and (min-width: 768px) {
  .p-lp-fv__image img {
    aspect-ratio: 900/1746;
  }
}

.p-lp-fv__title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-lp-fv__title-image {
  margin: 0.625rem auto 0;
  width: 40%;
}
@media screen and (min-width: 768px) {
  .p-lp-fv__title-image {
    margin-top: 2.125rem;
  }
}

.p-lp-fv__title-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 353/117;
}

.p-lp-fv__title-text {
  margin-top: 0.625rem;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lp-fv__title-text {
    font-size: 1rem;
  }
}

.p-lp-fv__title-text::before {
  content: "Boost Mainte Serum Aqua";
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 5.8666666667vw;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-lp-fv__title-text::before {
    font-size: 2.5rem;
  }
}

.p-lp-fv__catch {
  width: 75%;
  position: absolute;
  bottom: 24.5%;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-lp-fv__catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 676/138;
}

/* about
---------------------------------------------------------- */
.p-lp-about {
  margin-top: -49%;
  position: relative;
  overflow: hidden;
}

.p-lp-about__bg {
  margin-left: -0.4px;
  width: 100.1%;
}

.p-lp-about__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 900/1223;
}

.p-lp-about__content-head {
  width: 116%;
  position: absolute;
  top: 16.5%;
  left: -4%;
}

.p-lp-about__content-head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 825/338;
}

.p-lp-about__content-body {
  width: 85%;
  position: absolute;
  top: 40%;
  left: 51%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-lp-about__content-body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 765/391;
}

/* 動画
---------------------------------------------------------- */
.p-lp-video {
  margin-top: -47%;
  width: 100%;
  position: relative;
  z-index: 10;
}

.p-lp-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 900/683;
}

/* worries
---------------------------------------------------------- */
.l-lp-worries {
  padding-bottom: 16%;
}

.p-lp-worries {
  margin-top: -8%;
  position: relative;
  z-index: 100;
  background: url("../images/lp/lp_worries_bg.png") no-repeat top center/cover;
}

.p-lp-worries__catch {
  margin: 0 auto;
  width: 72%;
  -webkit-transform: translateY(-8%);
          transform: translateY(-8%);
}

.p-lp-worries__catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 647/412;
}

.p-lp-worries__item {
  margin: -0.625rem auto 0;
  width: 95%;
}

.p-lp-worries__item:nth-child(2) {
  margin-top: 1.875rem;
}

.p-lp-worries__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 857/825;
}

.p-lp-worries__item:nth-child(2) img {
  aspect-ratio: 850/711;
}

/* product
---------------------------------------------------------- */
.l-lp-product {
  margin-top: -11%;
  padding-block: 27% 20%;
}

.p-lp-product {
  background: url("../images/lp/lp_product_bg.png") no-repeat top center/cover;
}

.p-lp-product__catch {
  margin: 0 auto;
  width: 65%;
}

.p-lp-product__catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 583/110;
}

.p-lp-product__catch-text {
  margin-top: -0.4375rem;
  font-family: "EB Garamond", serif;
  font-size: 5.3125rem;
  //font-size: 10.6666666667vw;
      font-size: 8.866667vw;
  font-weight: 400;
  line-height: 1.0588235294;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lp-product__catch-text {
    font-size: 5.3125rem;
  }
}



.p-lp-product__image {
  margin: 5% auto 0;
  width: 74%;
}

.p-lp-product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  //aspect-ratio: 665/910;
}

.p-lp-product__text {
  margin-top: 2.625rem;
  padding-bottom: 3.125rem;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #2e3943;
}
@media screen and (min-width: 768px) {
  .p-lp-product__text {
    font-size: 1.875rem;
  }
}

.p-lp-product__effect {
  margin: 7% auto 0;
  width: 94%;
}

.p-lp-product__effect img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 853/150;
}

.p-lp-product__list {
  margin-top: 10%;
}

.p-lp-product__item {
  padding: 3.25rem 0.3125rem 3.875rem;
  padding: 6% 2%;
  position: relative;
  border-top: 1px solid #2e3943;
}

.p-lp-product__item-title {
  padding: 1.6vw 9.3333333333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -19%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  font-size: 4.2666666667vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #487878;
  border-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-lp-product__item-title {
    padding: 0.8125rem 4.5625rem;
    font-size: 1.875rem;
  }
}

.p-lp-product__item:nth-child(2) .p-lp-product__item-title {
  padding-inline: 6.6666666667vw;
  background-color: #87555d;
}
@media screen and (min-width: 768px) {
  .p-lp-product__item:nth-child(2) .p-lp-product__item-title {
    padding-inline: 3.4375rem;
  }
}

.p-lp-product__item-text {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.7333333333;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lp-product__item-text {
    font-size: 1.875rem;
  }
}

/* point
---------------------------------------------------------- */
.l-lp-point {
  margin-top: -11%;
  overflow: hidden;
}

.p-lp-point__head {
  padding-block: 11% 36%;
  background: url("../images/lp/lp_point_head_bg.png") no-repeat top center/cover;
  border-radius: 13.3333333333vw 13.3333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .p-lp-point__head {
    border-radius: 6.25rem 6.25rem 0 0;
  }
}

.p-lp-point__head-title {
  font-family: "EB Garamond", serif;
  font-size: 13.3333333333vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-lp-point__head-title {
    font-size: 6.25rem;
  }
}

.p-lp-point__head-list {
  margin-block: 1.6vw 9.0666666667vw;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2%;
}
@media screen and (min-width: 768px) {
  .p-lp-point__head-list {
    margin-block: 0.8125rem 4.25rem;
  }
}

.p-lp-point__head-item {
  padding: 2% 2% 3% 14%;
  width: 64vw;
  position: relative;
  font-size: 4.8vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #8e7d74;
  background-color: #fff;
  border-radius: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-lp-point__head-item {
    width: 30rem;
    font-size: 2.1875rem;
  }
}

.p-lp-point__head-item::before {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/lp/lp_point_head_item_01.png") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-lp-point__head-item::before {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.p-lp-point__head-item:nth-child(2)::before {
  background: url("../images/lp/lp_point_head_item_02.png") no-repeat center center/contain;
}

.p-lp-point__head-item:nth-child(3)::before {
  background: url("../images/lp/lp_point_head_item_03.png") no-repeat center center/contain;
}

.p-lp-point__head-item:nth-child(4)::before {
  background: url("../images/lp/lp_point_head_item_04.png") no-repeat center center/contain;
}

.p-lp-point__head-item:nth-child(5)::before {
  background: url("../images/lp/lp_point_head_item_05.png") no-repeat center center/contain;
}

.p-lp-point__head-image {
  margin: 1% auto 0;
  width: 94%;
}

.p-lp-point__head-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 850/204;
}

/* ポイントリスト
---------------------------------------------------------- */
.p-lp-point__list {
  margin-top: -25%;
}
@media screen and (min-width: 768px) {
  .p-lp-point__list {
    margin-top: -20%;
  }
}

.p-lp-point__item {
  background-color: #fbf5ef;
  border-radius: 26.6666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .p-lp-point__item {
    border-radius: 12.5rem 0 0 0;
  }
}

.p-lp-point__item01 {
  padding-block: 17% 40%;
}

.p-lp-point__item01-head {
  margin-left: auto;
  width: 94.5%;
}

.p-lp-point__item01-head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 850/401;
}

.p-lp-point__item01-title {
  margin: -14% auto 0;
  width: 56%;
}

.p-lp-point__item01-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 502/354;
}

.p-lp-point__item01-content {
  margin-top: 7%;
}

.p-lp-point__item01-content-item + div {
  margin-top: 10%;
}

.p-lp-point__item01-content-item-title {
  margin-left: auto;
  padding: 1% 5% 1.5%;
  width: 93.3333333333vw;
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
  font-size: 4.8vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  background-color: #d1c5b9;
  border-radius: 3.125rem 0 0 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-lp-point__item01-content-item-title {
    width: 53.125rem;
    font-size: 2.1875rem;
  }
}

.p-lp-point__item01-content-item-title::before {
  content: "";
  width: 1.6vw;
  height: 1.6vw;
  background-color: #ad9e8f;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-lp-point__item01-content-item-title::before {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}

.p-lp-point__item01-content-item-image {
  margin: 3% auto 0;
  width: 101%;
}

.p-lp-point__item01-content-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 900/973;
}

.p-lp-point__item01-content-item:nth-child(2) .p-lp-point__item01-content-item-image {
  margin: -2% auto 0;
  width: 48%;
  position: relative;
  z-index: 10;
}

.p-lp-point__item01-content-item:nth-child(2) .p-lp-point__item01-content-item-image img {
  aspect-ratio: 431/451;
}

.p-lp-point__item01-content-item-text {
  margin-top: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1%;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lp-point__item01-content-item-text {
    font-size: 1.875rem;
  }
}

.p-lp-point__item01-content-item-text + p {
  margin-top: 2%;
}

.p-lp-point__item01-content-item-text span {
  width: 33%;
  display: inline-block;
}

.p-lp-point__item01-content-item-text span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 293/70;
}

.p-lp-point__item01-content-item-text02 {
  padding-block: 2.5% 3%;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.8333333333;
  letter-spacing: 0.1em;
  text-align: center;
  color: #7784a5;
  border-bottom: 1px dashed #2e3943;
}
@media screen and (min-width: 768px) {
  .p-lp-point__item01-content-item-text02 {
    font-size: 1.875rem;
  }
}

.p-lp-point__item01-content-item-text02 + p {
  border: none;
}

.p-lp-point__item01-content-item-text02 span {
  display: block;
  line-height: 2;
  color: #2e3943;
}

.p-lp-point__item02 {
  margin-top: -25%;
  background-color: #fff;
  border-radius: 0 26.6666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .p-lp-point__item02 {
    border-radius: 0 12.5rem 0 0;
  }
}

.p-lp-point__item02-title {
  margin: 0 auto;
  width: 73%;
  -webkit-transform: translateY(-17%);
          transform: translateY(-17%);
}

.p-lp-point__item02-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 651/237;
}

.p-lp-point__item02-content {
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
}

.p-lp-point__item02-image {
  margin-top: 2%;
  width: 100%;
}

.p-lp-point__item02-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 900/793;
}

.p-lp-point__item02-figure {
  margin: -3% auto 0;
  width: 87%;
  position: relative;
  z-index: 100;
}

.p-lp-point__item02-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 784/336;
}

.p-lp-point__item02-text {
  margin-top: 2.5%;
  position: relative;
  z-index: 100;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lp-point__item02-text {
    font-size: 1.875rem;
  }
}

.p-lp-point__item02-icon {
  width: 130%;
  position: absolute;
  bottom: -2%;
  left: 41%;
  z-index: 5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-lp-point__item02-icon {
    bottom: -5%;
  }
}

.p-lp-point__item02-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 982/654;
}

.p-lp-point__item03 {
  margin-top: -26%;
  padding-bottom: 43%;
}
@media screen and (min-width: 768px) {
  .p-lp-point__item03 {
    margin-top: -23%;
  }
}

.p-lp-point__item03-title {
  margin: 0 auto;
  width: 59%;
  position: relative;
  z-index: 100;
  -webkit-transform: translateY(-6%);
          transform: translateY(-6%);
}

.p-lp-point__item03-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 528/357;
}

.p-lp-point__item03-image {
  margin-top: 4%;
  width: 100%;
}

.p-lp-point__item03-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 900/549;
}

.p-lp-point__item03-text {
  margin-top: 5%;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lp-point__item03-text {
    font-size: 1.875rem;
  }
}

.p-lp-point__item03-figure {
  margin: 6% auto 0;
  width: 57%;
}

.p-lp-point__item03-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 512/443;
}

.p-lp-point__item04 {
  margin-top: -23%;
  border-radius: unset;
}

.p-lp-point__item04-wrapper {
  position: relative;
}

.p-lp-point__item04-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 900/1647;
}

.p-lp-point__item04-body {
  position: absolute;
  top: 0;
  left: 0;
}

.p-lp-point__item04-title {
  margin: 0 auto;
  width: 71%;
  position: relative;
  z-index: 100;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}

.p-lp-point__item04-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 645/349;
}

.p-lp-point__item04-content {
  margin-top: -17%;
  position: relative;
}

.p-lp-point__item04-content-bg {
  width: 100%;
}

.p-lp-point__item04-content-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 850/1276;
}

.p-lp-point__item04-content-item-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

.p-lp-point__item04-content-item {
  margin: 9% auto 0;
  width: 49%;
  position: relative;
}

.p-lp-point__item04-content-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 441/661;
  mix-blend-mode: multiply;
}

.p-lp-point__item04-content-text {
  margin: -11% auto 0;
  width: 32%;
}

.p-lp-point__item04-content-text img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 284/162;
}

.p-lp-point__item04-content-image {
  margin: 7% auto 0;
  width: 70%;
}

.p-lp-point__item04-content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 625/291;
}

/* review
---------------------------------------------------------- */
.p-lp-review {
  background: url("../images/lp/lp_review_bg.png") no-repeat center center/cover;
}

.l-lp-review {
  margin-top: -20%;
  padding-block: 29% 25%;
}

.p-lp-review__title {
  margin: 0 auto;
  width: 53%;
}

.p-lp-review__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 468/224;
}

.p-lp-review__list {
  margin-top: 6%;
  display: grid;
  gap: 2%;
}

.p-lp-review__item {
  margin-left: auto;
  width: 92vw;
  position: relative;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 2.1333333333vw 0 0 2.1333333333vw;
  -webkit-box-shadow: 5px 5px 30px rgb(149, 164, 201);
          box-shadow: 5px 5px 30px rgb(149, 164, 201);
}
@media screen and (min-width: 768px) {
  .p-lp-review__item {
    width: 52.0625rem;
    border-radius: 0.9375rem 0 0 0.9375rem;
  }
}

.p-lp-review__item:nth-child(even) {
  margin-left: unset;
  margin-right: auto;
  border-radius: 0 2.1333333333vw 2.1333333333vw 0;
}
@media screen and (min-width: 768px) {
  .p-lp-review__item:nth-child(even) {
    border-radius: 0 0.9375rem 0.9375rem 0;
  }
}

.p-lp-review__item-image {
  width: 29.3333333333vw;
  position: absolute;
  top: 50%;
  left: -5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-lp-review__item-image {
    width: 18.1875rem;
  }
}

.p-lp-review__item:nth-child(even) .p-lp-review__item-image {
  left: unset;
  right: -5%;
}

.p-lp-review__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 291/291;
}

.p-lp-review__item-content {
  padding: 8% 5% 8% 30%;
}
@media screen and (min-width: 768px) {
  .p-lp-review__item-content {
    padding: 8% 7% 8% 34%;
  }
}

.p-lp-review__item:nth-child(even) .p-lp-review__item-content {
  padding: 8% 30% 8% 5%;
}
@media screen and (min-width: 768px) {
  .p-lp-review__item:nth-child(even) .p-lp-review__item-content {
    padding: 8% 34% 8% 7%;
  }
}

.p-lp-review__item-title {
  font-size: 3.7333333333vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #ad9e8f;
}
@media screen and (min-width: 768px) {
  .p-lp-review__item-title {
    font-size: 1.5625rem;
  }
}

.p-lp-review__item-catch {
  margin-top: 2%;
  margin-left: -0.5em;
  font-size: 3.7333333333vw;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-lp-review__item-catch {
    font-size: 1.875rem;
  }
}

.p-lp-review__item-text {
  margin-top: 5%;
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-lp-review__item-text {
    font-size: 1.25rem;
  }
}

/* QA
---------------------------------------------------------- */
.p-lp-qa {
  background: url("../images/lp/lp_qa_bg.png") no-repeat top center/cover;
}

.l-lp-qa {
  margin-top: -10%;
  padding-block: 15% 16%;
}

.p-lp-qa__title {
  margin: 0 auto;
  padding-bottom: 2%;
  padding-inline: 3%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5.3333333333vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-lp-qa__title {
    font-size: 2.5rem;
  }
}

.p-lp-qa__title::before {
  content: "QA";
  margin-bottom: 1.5%;
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 10.6666666667vw;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-lp-qa__title::before {
    font-size: 5rem;
  }
}

.p-lp-qa__list {
  margin-top: 7%;
  padding-left: 16%;
}

.p-lp-qa__item + li {
  margin-top: 9%;
}
@media screen and (min-width: 768px) {
  .p-lp-qa__item + li {
    margin-top: 6.2%;
  }
}

.p-lp-qa__item-question {
  padding-left: 1%;
  position: relative;
  font-size: 4.2666666667vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-lp-qa__item-question {
    font-size: 1.875rem;
  }
}

.p-lp-qa__item-question::before {
  content: "Q";
  position: absolute;
  top: -47%;
  left: -12.5%;
  font-family: "EB Garamond", serif;
  font-size: 10.6666666667vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #d1c5b9;
}
@media screen and (min-width: 768px) {
  .p-lp-qa__item-question::before {
    font-size: 5rem;
  }
}

.p-lp-qa__item-answer {
  margin-top: 3%;
  padding: 3% 4%;
  position: relative;
  font-size: 4.2666666667vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-lp-qa__item-answer {
    font-size: 1.875rem;
  }
}

.p-lp-qa__item-answer::before {
  content: "A";
  position: absolute;
  top: -2%;
  left: -12.5%;
  font-family: "EB Garamond", serif;
  font-size: 10.6666666667vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #d1c5b9;
}
@media screen and (min-width: 768px) {
  .p-lp-qa__item-answer::before {
    font-size: 5rem;
  }
}

.p-lp-qa__item-answer-text {
  margin-top: 2%;
  padding-right: 10%;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-lp-qa__item-answer-text {
    font-size: 1.25rem;
  }
}

/* usage
---------------------------------------------------------- */
.p-lp-usage {
  background: url("../images/lp/lp_usage_bg.png") no-repeat top center/contain;
}

.l-lp-usage {
  padding-top: 5.5%;
}

.p-lp-usage__content {
  padding-block: 13% 12%;
  background-color: #fbf5ef;
  border-radius: 26.6666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .p-lp-usage__content {
    border-radius: 12.5rem 0 0 0;
  }
}

.p-lp-usage__title {
  margin: 0 auto;
  padding-bottom: 2%;
  padding-inline: 3%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5.3333333333vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  border-bottom: 1px solid #2e3943;
}
@media screen and (min-width: 768px) {
  .p-lp-usage__title {
    font-size: 2.5rem;
  }
}

.p-lp-usage__title::before {
  content: "How to";
  margin-bottom: -2.5%;
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 10.6666666667vw;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-lp-usage__title::before {
    font-size: 5rem;
  }
}

.p-lp-usage__content-item {
  margin-top: 7%;
}

.p-lp-usage__content-item + div {
  margin-top: -3%;
}

.p-lp-usage__content-item-title {
  padding: 1.5% 6% 2% 9%;
  width: 62.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #487878;
  border-radius: 0 6.6666666667vw 6.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .p-lp-usage__content-item-title {
    width: 28.125rem;
    font-size: 1.875rem;
    border-radius: 0 3.125rem 3.125rem 0;
  }
}

.p-lp-usage__content-item02 .p-lp-usage__content-item-title {
  padding-right: 2%;
  padding-left: 6.5%;
  background-color: #87555d;
}

.p-lp-usage__content-list {
  counter-reset: number-m;
}

.p-lp-usage__content-list-item {
  padding-bottom: 6%;
  position: relative;
}

.p-lp-usage__content-list-item:nth-child(2) {
  padding-bottom: 10%;
}

.p-lp-usage__content-list-item:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 10.6666666667vw;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/lp/lp_usage_line.png") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-lp-usage__content-list-item:not(:last-child)::after {
    width: 56.25rem;
    height: 4.25rem;
  }
}

.p-lp-usage__content-item-texts {
  padding: 5% 17%;
}
@media screen and (min-width: 768px) {
  .p-lp-usage__content-item-texts {
    padding: 5% 20%;
  }
}

.p-lp-usage__content-list-item:nth-child(even) .p-lp-usage__content-item-texts {
  padding: 5% 5% 5% 47%;
}
@media screen and (min-width: 768px) {
  .p-lp-usage__content-list-item:nth-child(even) .p-lp-usage__content-item-texts {
    padding-left: 60%;
  }
}

.p-lp-usage__content-item-texts::before {
  counter-increment: number-m;
  content: "" counter(number-m) "";
  position: absolute;
  top: 14%;
  left: 9%;
  font-family: "EB Garamond", serif;
  font-size: 10.6666666667vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #d1c5b9;
}
@media screen and (min-width: 768px) {
  .p-lp-usage__content-item-texts::before {
    left: 13%;
    font-size: 5rem;
  }
}

.p-lp-usage__content-list-item:nth-child(even) .p-lp-usage__content-item-texts::before {
  top: 10%;
  left: 39%;
}
@media screen and (min-width: 768px) {
  .p-lp-usage__content-list-item:nth-child(even) .p-lp-usage__content-item-texts::before {
    left: 52%;
  }
}

.p-lp-usage__content-item-catch {
  font-family: "EB Garamond", serif;
  font-size: 5.8666666667vw;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-lp-usage__content-item-catch {
    font-size: 2.8125rem;
  }
}

.p-lp-usage__content-item-text {
  margin-top: 1%;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-lp-usage__content-item-text {
    font-size: 1.5625rem;
  }
}

.p-lp-usage__content-item-image {
  width: 28%;
  position: absolute;
  top: -31%;
  right: 9%;
}
@media screen and (min-width: 768px) {
  .p-lp-usage__content-item-image {
    right: 14%;
  }
}

.p-lp-usage__content-list-item:nth-child(2) .p-lp-usage__content-item-image {
  width: 65%;
  top: -15%;
  right: unset;
  left: -27%;
}
@media screen and (min-width: 768px) {
  .p-lp-usage__content-list-item:nth-child(2) .p-lp-usage__content-item-image {
    left: -15%;
  }
}

.p-lp-usage__content-list-item:nth-child(3) .p-lp-usage__content-item-image {
  top: -11%;
}
@media screen and (min-width: 768px) {
  .p-lp-usage__content-list-item:nth-child(3) .p-lp-usage__content-item-image {
    top: -20%;
  }
}

.p-lp-usage__content-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 201/285;
}

.p-lp-usage__content-item:nth-child(2) .p-lp-usage__content-item-image {
  aspect-ratio: 576/652;
}

.p-lp-usage__content-item:nth-child(3) .p-lp-usage__content-item-image {
  aspect-ratio: 201/281;
}

.p-lp-usage__content-item02-wrapper {
  padding: 4% 11%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lp-usage__content-item02-wrapper {
    padding: 4% 13%;
  }
}

.p-lp-usage__content-item02-catch {
  font-family: "EB Garamond", serif;
  font-size: 6.6666666667vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #7784a5;
}
@media screen and (min-width: 768px) {
  .p-lp-usage__content-item02-catch {
    font-size: 3.125rem;
  }
}

.p-lp-usage__content-item02-text {
  margin-top: 1%;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-lp-usage__content-item02-text {
    font-size: 1.5625rem;
  }
}

.p-lp-usage__content-item02-image {
  width: 23%;
  position: absolute;
  top: -15%;
  right: 7%;
}
@media screen and (min-width: 768px) {
  .p-lp-usage__content-item02-image {
    right: 14%;
  }
}

.p-lp-usage__content-item02-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 204/324;
}

/* 動画bottom
---------------------------------------------------------- */
.p-lp-video-bottom {
  position: relative;
}

.p-lp-video-bottom video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 900/1221;
}

.p-lp-video-bottom__image {
  width: 53%;
  position: absolute;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-lp-video-bottom__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 480/312;
}

/* フッター
---------------------------------------------------------- */
.p-lp-footer__wrapper {
  position: relative;
}

.p-lp-footer__bg {
  width: 100%;
}

.p-lp-footer__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 900/1200;
}

.p-lp-footer__content {
  //padding: 16% 10% 4%;
  //position: absolute;
  //top: 0;
 // left: 0;
  
  padding: 16% 10% 3%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
	
flex-direction: column;
    display: flex;

	
}

.p-lp-footer__logo {
  width: 36%;
}

.p-lp-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 251/83;
}

.p-lp-footer__head {
  margin-top: 1%;
  font-size: 2.6666666667vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-lp-footer__head {
    font-size: 1rem;
  }
}

.p-lp-footer__head::before {
  content: "Boost Mainte Serum Aqua";
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 5.3333333333vw;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-lp-footer__head::before {
    font-size: 2.5rem;
  }
}

.p-lp-footer__text {

  margin-top: 5%;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-lp-footer__text {
    font-size: 1.25rem;
  }
}

.p-lp-footer__privacy {
margin-top: auto;
  //margin-top: 70%;
}
@media screen and (min-width: 768px) {
  .p-lp-footer__privacy {
    //margin-top: 85%;
  }
}
.p-lp-footer__privacy{
  font-size: 2.6666666667vw;

}
.p-lp-footer__privacy a {
  padding-block: 2%;
  display: block;
  font-size: 2.6666666667vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 768px) {
.p-lp-footer__privacy,
  .p-lp-footer__privacy a {
    font-size: 0.9375rem;
  }
}
/*# sourceMappingURL=lp.css.map */
