@charset "UTF-8";
body {
  color: #3e3a39;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Yu Mincho", "游明朝", serif;
}
.container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: min(1080px, 100%);
  margin-inline: auto;
  background-color: #ffffff;
}

.cta {
  position: relative;
  overflow: hidden;
  padding: 3vw 3%;
  text-align: center;
}

.cta__button {
  display: inline-block;
  width: 90%;
  padding: 4% 13px;
  border-radius: 10px;
  background-color: #e46b19;
  color: #ffffff;
  font-size: min(35px, 5vw);
  font-family: "Yu Gothic", YuGothic, meiryo, sans-serif;
  font-weight: bold;
}

.shine {
  z-index: 99999;
  position: absolute;
  top: 0;
  left: -70px;
  height: 100%;
  width: 50px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0s linear;
  transform: skewX(20deg) translateX(0);
}

.should-shine .shine {
  transform: skewX(20deg) translateX(1280px);
  transition: all 1s linear;
}

.mv {
  position: relative;
  width: min(1080px, 100%);
  padding: min(50px, 8vw) 0 0;
  background: url("../img/mv01.webp") no-repeat top center/cover;
}
.mv:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgb(255, 255, 255), transparent);
}

.mv__logo {
  width: min(180px, 20vw);
  margin: 0 auto;
}
.mv__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mv__catch-wrapper {
  position: relative;
}

.mv__catch-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 16%;
  left: 85%;
  transform: translateX(-50%);
  line-height: 1;
}

.mv__catch-right-text {
  writing-mode: vertical-rl;
  color: #ffffff;
  font-size: min(137px, 13vw);
}

.mv__catch-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 16%;
  left: 15%;
  transform: translateX(-50%);
  line-height: 1;
  transition-delay: 0.5s;
}

.mv__catch-left-text {
  display: block;
  writing-mode: vertical-rl;
  color: #ffffff;
  font-size: min(103px, 10vw);
}

.mv__catch-left-text--first {
  display: inline-block;
  font-size: min(170px, 17vw);
  transform: translateX(-13%);
  letter-spacing: -0.2em;
}

.mv__catch-left-text--second {
  display: inline-block;
  font-size: min(170px, 17vw);
  transform: translateX(13%);
  letter-spacing: -0.1em;
}

.mv__catch-left-text--third {
  display: inline-block;
  font-size: min(103px, 10vw);
}

.mv__content {
  position: relative;
  z-index: 1;
  margin-block-start: min(970px, 90vw);
}

.mv__title-wrapper {
  text-align: center;
}

.mv__title-sub {
  color: #ffffff;
  font-size: min(42px, 4vw);
}

.mv__title {
  margin-block-start: min(10px, 1vw);
  color: #ffffff;
  font-size: min(71px, 7vw);
}
@media screen and (max-width: 768px) {
  .mv__title {
    font-size: min(71px, 6.4vw);
  }
}

.mv__name-wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-block-start: min(125px, 12vw);
  width: fit-content;
}

.mv__name-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.mv__name-item:not(:first-child) {
  margin-block-start: min(10px, 1vw);
}

.mv__name-item-category {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  min-width: min(135px, 48%);
  padding: 1%;
  color: #ffffff;
  background-color: #558da7;
  font-size: min(22px, 3vw);
}

.mv__name {
  flex-shrink: 0;
  margin-block: 0;
  color: #595757;
  font-size: min(31px, 3.5vw);
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
}

.mv__price-wrapper {
  margin-block-start: min(50px, 2vw);
  text-align: center;
}

.mv__price {
  font-size: min(41px, 4vw);
}

.mv__price--point {
  color: #e46b19;
  font-size: min(131px, 13vw);
}

.mv__price--point-unit {
  zoom: 0.6;
}

.mv__price-text {
  margin-block: min(10px, 1vw) 0;
  font-size: min(40px, 4vw);
}

.about {
  margin-block-start: min(100px, 8vw);
}

.about__inner {
  padding: 0 3%;
}

.about__logo-wrapper {
  width: min(87px, 20vw);
  height: min(162px, 20vw);
  margin-inline: auto;
}

.about__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about__title {
  margin-block: min(106px, 10vw) 0;
  font-size: min(53px, 5vw);
  line-height: 1.4905660377;
  letter-spacing: 0.1em;
  text-align: center;
}

.about__img-wrapper {
  margin: min(130px, 10vw) auto 0;
  width: min(385px, 80vw);
  height: min(578px, 80vw);
}

.about__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about__text-wrapper {
  margin-block-start: min(104px, 10vw);
}

.about__text {
  margin-block: min(100px, 10vw) 0;
  font-size: min(44px, 4.5vw);
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: center;
}

.about__before-after {
  margin-block-start: min(90px, 9vw);
  text-align: center;
}

.about__before-after-title {
  display: inline-block;
  margin-block: 0;
  padding: 0.5% 1%;
  background-color: #50b6ce;
  color: #ffffff;
  font-size: min(42px, 3.5vw);
  line-height: 1.619047619;
  letter-spacing: 0.1em;
  text-align: center;
}

.about__before-after-img-wrapper {
  margin-block-start: min(36px, 3vw);
  width: min(746px, 80vw);
  height: min(560px, 56vw);
  margin-inline: auto;
}

.about__before-after-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lead {
  position: relative;
  overflow: hidden;
  padding-block: min(600px, 60vw) min(100px, 10vw);
}
.lead:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../img/bg01.webp") no-repeat top center/contain;
}
.lead:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 35%;
  background: linear-gradient(to top, #50b6ce, transparent);
}

.lead__inner {
  padding: 0 3%;
}

.lead__head {
  text-align: center;
}

.lead__head-sub-title {
  font-size: min(45px, 4.5vw);
  line-height: 1.4347826087;
  letter-spacing: 0.01em;
}

.lead__head-title {
  transform: translateX(0.3em);
  margin-block: min(30px, 3vw) 0;
  font-size: min(73px, 6vw);
  line-height: 1.4459459459;
  letter-spacing: 0.1em;
}

.lead__content {
  margin-block-start: min(100px, 10vw);
}

.lead__text {
  width: 90%;
  margin: 0 auto;
  font-size: min(39px, 3.9vw);
  line-height: 1.575;
  letter-spacing: 0.08em;
}

.lead__catch {
  margin-block: min(115px, 11vw) 0;
  font-size: min(71px, 6vw);
  line-height: 1.5070422535;
  letter-spacing: 0.1em;
  text-align: center;
}

.component {
  position: relative;
  background: url("../img/bg02.webp") no-repeat top center/contain;
}
.component:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
}

.component__inner {
  position: relative;
  z-index: 1;
  padding: min(140px, 14vw) 3% min(175px, 17vw);
}

.component__title {
  margin-block: 0;
  font-size: min(68px, 6vw);
  letter-spacing: 0.08em;
  text-align: center;
}

.component__title--small {
  font-size: min(61px, 5.5vw);
}

.component__list {
  width: 90%;
  margin: min(118px, 8vw) auto 0;
  padding: 0;
  list-style: none;
}

.component__item:not(:first-child) {
  margin-block-start: min(210px, 21vw);
}

.component__item-title {
  position: relative;
  margin-block: 0;
  font-size: min(65px, 5vw);
  letter-spacing: 0.07em;
  text-align: center;
}
.component__item-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(400px, 55vw);
  height: 1px;
  background-color: #3e3a39;
}

.component__item-sub-title {
  display: block;
  margin-block-start: min(10px, 1vw);
  font-size: min(30px, 3vw);
  line-height: 2.3333333333;
  letter-spacing: 0.1em;
  text-align: center;
}

.component__item-text {
  margin-block: min(70px, 7vw) 0;
  font-size: min(39px, 3.9vw);
  line-height: 1.5;
}

.component__triple-hyaluronic {
  margin-block-start: min(170px, 17vw);
}

.component__triple-hyaluronic-title-wrapper {
  text-align: center;
}

.component__triple-hyaluronic-title {
  display: inline-block;
  margin-block: 0;
  padding: 3% 8%;
  border: 1px solid #3e3a39;
  font-size: min(50px, 4vw);
  line-height: 1.24;
  letter-spacing: 0.09em;
  text-align: center;
}

.component__triple-hyaluronic-title--small {
  font-size: min(40px, 3.5vw);
}

.component__triple-hyaluronic-img-wrapper {
  margin-block-start: min(100px, 10vw);
  width: min(788px, 80vw);
  height: min(1153px, 115vw);
  margin-inline: auto;
}

.component__triple-hyaluronic-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.safety {
  background-color: #75c5d8;
}

.safety__inner {
  padding: min(67px, 6vw) 3% min(40px, 4vw);
}

.safety__title {
  margin-block: 0;
  color: #ffffff;
  font-size: min(52px, 5vw);
  font-weight: normal;
  line-height: 1.52;
  letter-spacing: 0.1em;
  text-align: center;
}

.safety__caution {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: min(40px, 4vw) 0;
  color: #ffffff;
  font-size: min(27px, 2.7vw);
  line-height: 1.4814814815;
  letter-spacing: 0.01em;
}

.product__inner {
  padding: min(100px, 10vw) 3% 0;
}

.product__logo-wrapper {
  width: min(207px, 22vw);
  margin-inline: auto;
}

.product__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product__title {
  margin-block: min(50px, 6vw) 0;
  font-size: min(44px, 4vw);
  line-height: 1.4545454545;
  letter-spacing: 0.01em;
  text-align: center;
}

.product__content {
  margin-block-start: min(110px, 11vw);
}

.product__img-wrapper {
  width: min(324px, 33vw);
  height: min(350px, 35vw);
  margin-inline: auto;
}

.product__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product__name-wrapper {
  margin-block-start: min(120px, 12vw);
}

.product__name-item {
  text-align: center;
}

.product__name-item-category {
  display: inline-block;
  min-width: min(126px, 25%);
  padding: 1%;
  background-color: #6db7d4;
  color: #ffffff;
  font-size: min(22px, 3.5vw);
  line-height: 1;
  letter-spacing: 0.04em;
}

.product__name {
  margin-block: min(10px, 1vw) 0;
  font-size: min(31px, 4vw);
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
}

.product__name-item:not(:first-child) {
  margin-block-start: min(70px, 7vw);
}

.product__name-item-capacity {
  font-size: min(27px, 3vw);
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
}

.product__price-wrapper {
  margin-block-start: min(75px, 7vw);
  text-align: center;
}

.product__price-limited {
  margin-block: 0;
  font-size: min(46px, 4.6vw);
  letter-spacing: 0.06em;
  text-align: center;
}

.product__price {
  font-size: min(41px, 4vw);
}

.product__price--point {
  color: #e46b19;
  font-size: min(131px, 13vw);
  line-height: 1;
}

.product__price--point-unit {
  zoom: 0.6;
}

.product__price-delivery {
  margin-block: min(50px, 5vw) 0;
  font-size: min(40px, 4vw);
}

.cta--product {
  margin-block-start: min(20px, 20vw);
}

.problem {
  margin-block-start: min(160px, 14vw);
}

.problem__head {
  text-align: center;
}

.problem__head-sub-title {
  margin-block: 0;
  font-size: min(50px, 4.5vw);
  line-height: 0.8;
  letter-spacing: 0.014em;
}

.problem__head-title {
  margin-block: min(60px, 6vw) ;
  font-size: min(83px, 8vw);
  line-height: 1.5060240964;
  letter-spacing: 0.012em;
  text-align: center;
}

.problem__content {
  margin-block-start: min(-30px, -3vw);
}

.problem__img-wrapper {
  position: relative;
  z-index: -1;
  width: 100%;
}

.problem__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.care {
  margin-block-start: min(120px, 10vw);
}

.care__inner {
  padding: 0 3%;
}

.care__title {
  margin-block: 0;
  font-size: min(75px, 7vw);
  line-height: 1.44;
  letter-spacing: 0.014em;
  text-align: center;
}

.care__text {
  margin-block-start: min(90px, 9vw);
  padding-inline: 2%;
  font-size: min(40px, 3.5vw);
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.care__content {
  margin-block-start: min(133px, 13vw);
}

.care__content-title {
  margin-block: 0;
  font-size: min(77px, 7.7vw);
  line-height: 1.4935064935;
  letter-spacing: 0.08em;
  text-align: center;
  color: #588ea8;
}
@media screen and (max-width: 768px) {
  .care__content-title {
    font-size: min(77px, 6.5vw);
  }
}

.care__steps {
  margin: min(120px, 12vw) 2%;
  padding: 0;
  list-style: none;
}

.care__step {
  padding: 6% 6% 18%;
  border: 1px solid #3e3a39;
}

.care__step:not(:first-child) {
  margin-block-start: min(60px, 6vw);
}

.care__step-title-wrapper {
  text-align: center;
}

.care__step-title-number {
  font-size: min(60px, 6vw);
  line-height: 1.2166666667;
  letter-spacing: 0.08em;
}

.care__step-title {
  transform: translateX(3%);
  margin-block: min(50px, 5vw) 0;
  font-size: min(108px, 11vw);
  line-height: 0.9166666667;
  letter-spacing: 0.5em;
}

.care__step-name {
  margin-block: min(30px, 3vw) 0;
  font-size: min(33px, 3.5vw);
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}

.care__step-img-wrapper {
  margin-block-start: min(130px, 13vw);
  margin-inline: auto;
}

.care__step-img--wash {
  width: min(121px, 12vw);
  height: min(349px, 35vw);
}

.care__step-img--lotion {
  width: min(119px, 12vw);
  height: min(339px, 34vw);
}

.care__step-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.care__step-text {
  margin-block: min(100px, 10vw) 0;
  font-size: min(39px, 3.9vw);
  line-height: 1.5897435897;
  letter-spacing: 0.08em;
}

.voice {
  margin-block-start: min(120px, 10vw);
}

.voice__inner {
  padding: 0 3%;
}

.voice__head {
  text-align: center;
}

.voice__head-sub-title {
  font-size: min(75.33px, 7.5vw);
  font-weight: bold;
  letter-spacing: 0.04em;
}

.voice__title {
  margin-block: min(15px, 1.5vw) 0;
  font-size: min(40px, 4vw);
  line-height: 1.91275;
  letter-spacing: 0.08em;
}

.voice__slider {
  position: relative;
  width: 90%;
  margin: min(100px, 7vw) auto 0;
}

.voice__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.voice__item {
  height: clamp(400px, 125vw, 1170px)!important;
  margin: 0 10px;
  padding: min(75px, 5.5vw) min(35px, 3.5vw) min(35px, 2.5vw);
  outline: 1px solid #3e3a39;
  outline-offset: -2px;
}

.voice__item-title {
  position: relative;
  margin-block: 0;
  padding-bottom: min(45px, 2.5vw);
  font-size: min(41px, 3.5vw);
  font-family: "Yu Gothic", YuGothic, meiryo, sans-serif;
  line-height: 1.5853658537;
  letter-spacing: 0.04em;
}
.voice__item-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #3e3a39;
}

.voice__item-text {
  margin-block: min(70px, 7vw) 0;
  padding-inline: 2%;
  font-size: min(36px, 3.5vw);
  font-family: "Yu Gothic", YuGothic, meiryo, sans-serif;
  line-height: 1.5277777778;
  letter-spacing: 0.04em;
}

.voice__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.voice__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(calc(-50% + -22.3px));
  width: min(40px, 3%);
  aspect-ratio: 40/66;
  border: none;
  cursor: pointer;
}

.voice__arrow--prev {
  left: -4%;
  background: url(../img/left-arrow.png) no-repeat center center/contain;
}

.voice__arrow--next {
  right: -4%;
  background: url(../img/right-arrow.png) no-repeat center center/contain;
}

.voice__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: min(70px, 7vw);
}
.voice__pagination .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 5vw;
  margin: 0;
  padding: 0;
  list-style: none;
}
.voice__pagination .slick-dots li {
  margin: 0;
  padding: 0;
}
.voice__pagination .slick-dots li button {
  width: min(20px, 2vw);
  height: min(20px, 2vw);
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #898989;
  font-size: 0;
  cursor: pointer;
  transition: background-color 0.3s;
}
.voice__pagination .slick-dots li button:before {
  display: none;
}
.voice__pagination .slick-dots li.slick-active button {
  background-color: #50b6ce;
}

.comment {
  margin-block-start: min(130px, 13vw);
}

.comment__inner {
  padding: min(150px, 15vw) 7%;
  background-color: #75c5d8;
  color: #ffffff;
}

.comment__head {
  text-align: center;
}

.comment__head-sub-title {
  font-size: min(74px, 7.4vw);
  letter-spacing: 0.04em;
}

.comment__title {
  margin-block: min(20px, 2vw) 0;
  font-size: min(40px, 4vw);
  letter-spacing: 0.08em;
}

.comment__content {
  margin-block-start: min(100px, 10vw);
}

.comment__text {
  margin-block: 0;
  font-size: min(40px, 4vw);
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.comment__name {
  margin-block: min(80px, 5vw) 0;
  font-size: min(40px, 3.5vw);
  letter-spacing: 0.08em;
  text-align: right;
}

.comment__img-wrapper {
  width: min(489px, 49vw);
  margin: min(140px, 14vw) auto 0;
}

.comment__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}