@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
/* 数値計算関連の関数を使うために必要 (math.divなど)*/
body {
  color: #484542;
}

body {
  font-family: "Shippori Mincho", serif;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}
@media screen and (min-width: 661px) {
  .pc-only {
    display: block;
  }
}

/*モバイルのみ表示*/
@media screen and (min-width: 661px) {
  .sp-only {
    display: none;
  }
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

/* マウスホバーがあるデバイスでのアニメーション（タッチデバイス除く） */
@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 661px) {
  html {
    font-size: 1.4814814815vw;
  }
}
@media (min-width: 1080px) {
  html {
    font-size: 16px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 661px) {
  .inner {
    max-width: 1130px;
    padding-inline: 25px;
  }
}

body {
  overflow-x: hidden;
}
@media screen and (min-width: 661px) {
  body {
    background-color: #fef5f6;
  }
}

.header__link {
  display: block;
  max-width: 10rem;
}

.main-content {
  max-width: 41.25rem;
}
@media screen and (min-width: 661px) {
  .main-content {
    width: 23.4375rem;
    margin-inline: auto;
    -webkit-box-shadow: 2.3px 0 3.5px 0 rgba(126, 113, 113, 0.44);
            box-shadow: 2.3px 0 3.5px 0 rgba(126, 113, 113, 0.44);
  }
}

.fv__image01 {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 661px) {
  .fv__image01 {
    display: block;
  }
}

.btn {
  max-width: 300px;
}

.fv__btn {
  position: absolute;
  left: 53.0666666667vw;
  top: 2.4vw;
  display: block;
}
@media screen and (min-width: 661px) {
  .fv__btn {
    top: 0.5625rem;
    left: 51%;
  }
}

.fv__btn img {
  max-width: 42.4vw;
  height: auto;
  display: block;
}
@media screen and (min-width: 661px) {
  .fv__btn img {
    max-width: 9.9375rem;
  }
}

.fv__image02 {
  margin-top: -0.34375rem;
}
@media screen and (min-width: 661px) {
  .fv__image02 {
    margin-top: -0.05rem;
  }
}

.cta__image01 {
  position: relative;
}

.cta__title01, .cta__title02 {
  position: absolute;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6375rem;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
}

.cta__title01 {
  top: 296vw;
  left: 124px;
}

.cta__title02 {
  top: 296vw;
  left: 109px;
}

.cta__price-row {
  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: 0.9375rem;
  color: #484542;
  white-space: nowrap;
  position: absolute;
  top: 154%;
  left: 17%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cta__price-label {
  font-size: 1.0625rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.575rem;
  margin-left: 1.0625rem;
  position: absolute;
  top: 154%;
  left: 17%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cta__discount-arrow-text {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: -3.6rem;
}

.cta__discount-arrow-text.cta__discount-arrow-text__small {
  font-size: 1rem;
}

.cta__discount-arrow-text.cta__discount-arrow-text__large {
  font-size: 1.5rem;
}

.cta__container.cta__container--orange {
  border: 3px solid #fb6e64;
}

.cta__header {
  background-color: #f65977;
  padding-top: 0.9375rem;
  text-align: center;
}

.cta__header.cta__header--orange {
  background-color: #fb6e64;
}

.cta__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta__image {
  max-width: 5.175rem;
  margin-left: 0.10625rem;
}

.cta__title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.375rem;
}

.cta__body {
  background-color: #ffffff;
  padding-top: 0.5125rem;
  padding-inline: 1.6875rem;
  text-align: center;
}

.cta__price-row {
  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: 0.9375rem;
  color: #484542;
  white-space: nowrap;
}

.cta__price-original {
  font-size: 1.875rem;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
}

.cta__price-yen {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  margin-left: -0.425rem;
}

.cta__price-tax {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  margin-left: -0.125rem;
}

.cta__discount-arrow {
  background-image: url("../images/cta/cta-arrow-pink@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-block: 1.875rem;
}

.cta__discount-arrow.cta__discount-arrow--orange {
  background-image: url("../images/cta/cta-arrow-orange@2x.png");
}

.cta__discount-arrow-text {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: -3.6rem;
}

.cta__discount-arrow-text.cta__discount-arrow-text__small {
  font-size: 1rem;
}

.cta__discount-arrow-text.cta__discount-arrow-text__large {
  font-size: 1.5rem;
}

.cta__final-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #f65977;
  margin-top: 0.625rem;
  margin-left: -1.0625rem;
}

.cta__final-wrap.cta__final-wrap--orange {
  color: #fb6e64;
}

.cta__final-price {
  font-size: 4.75rem;
}

.cta__final-price-content {
  margin-bottom: 1.125rem;
}

.cta__final-tax {
  font-size: 0.75rem;
  margin-bottom: -0.875rem;
}

.cta__final-yen {
  font-size: 2.4375rem;
}

/* ホワイトピール */
.about__white-peel {
  position: relative;
}

.about__bg {
  position: absolute;
  top: 6.5rem;
  left: 0;
  width: 100%;
  height: 129rem;
  padding-bottom: 138.3333333333%;
  background-image: url("../images/about/w-bg@2x.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}

.about__inner {
  margin-top: -2.15rem;
  position: relative;
}

.about__white-peelーmerit {
  margin-top: 2.1875rem;
}

.about__white-peel-cases {
  margin-top: 1.5625rem;
}

.about__white-peelーtitle {
  max-width: 20.9375rem;
  margin-inline: auto;
}

.about__case__container {
  margin-top: 0.6875rem;
  max-width: 20.9375rem;
  margin-inline: auto;
}

.about__white-peel-case {
  max-width: 100%;
  margin-inline: auto;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.about__white-peel-case + .about__white-peel-case {
  margin-top: 1.125rem;
}

.about__case-label {
  background: url("../images/about/w-case01@2x.png") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 2.375rem;
  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;
}

.about__case-label02 {
  background: url("../images/about/w-case02@2x.png") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 2.375rem;
  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;
}

.about__case-label03 {
  background: url("../images/about/w-case03@2x.png") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 2.375rem;
  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;
}

.about__image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.about__white-peelーimage {
  max-width: 19.375rem;
  margin-inline: auto;
  margin-top: 0.9375rem;
}

.about__content {
  padding: 0.375rem 1rem 1.4375rem 1.25rem;
}

.about__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #484542;
  line-height: 1.6;
}

.about__description + .about__description {
  margin-top: 0.1625rem;
}

/* エクソソームパール */
.about__exosome-pearl {
  position: relative;
}

.about__exosome-pearl-detail {
  position: relative;
  z-index: -2;
  margin-top: -3.625rem;
}
@media screen and (min-width: 1090px) {
  .about__exosome-pearl-detail {
    margin-top: 1.625rem;
  }
}
@media screen and (min-width: 1400px) {
  .about__exosome-pearl-detail {
    margin-top: -1.25rem;
  }
}

.about__bg-e {
  position: absolute;
  top: 42.5rem;
  left: 0;
  width: 100%;
  height: 129rem;
  padding-bottom: 138.3333333333%;
  background-image: url("../images/about/e-bg@2x.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -3;
  pointer-events: none;
}

.about__exosome-pearl-cases {
  margin-top: 1.5625rem;
}

.about__exosome-pearlーtitle {
  max-width: 20.9375rem;
  margin-inline: auto;
}

.about__case-label-e {
  background: url("../images/about/e-case01@2x.png") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 2.375rem;
  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;
}

.about__treatment {
  width: 15.1875rem;
  margin-inline: auto;
}

.about__benefit {
  margin-top: -3.375rem;
  position: relative;
  z-index: -4;
}

.about__doctor {
  margin-top: -5.875rem;
  position: relative;
  z-index: -5;
}

.section-cta {
  padding-block: 1.875rem 1.5625rem;
  position: relative;
}

.section-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 129rem;
  padding-bottom: 138.3333333333%;
  background-image: url("../images/cta/cta02-bg@2x.jpg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -3;
  pointer-events: none;
}

.section-cta__btn-wrap {
  margin-top: 1.625rem;
}

@media screen and (min-width: 661px) {
  .section-cta__wrap {
    width: 21rem;
    margin-inline: auto;
    padding-right: 1.03125rem;
  }
}

.trust__trust {
  margin-top: -1.275rem;
}

.trust__doctor {
  margin-top: -2.5rem;
}

.trust__reason {
  margin-top: -3.675rem;
  position: relative;
  z-index: -1;
}

.faq {
  padding-block: 2.375rem 2.5rem;
  background-image: url(../images/qa/qa-bg@2x.jpg);
  background-size: cover;
  background-position: center;
}

/*------------------------
アコーディオンメニュー
-------------------------*/
/* デフォルトの三角形アイコンを消すための記述 */
summary {
  display: block;
}

/* Safariのデフォルト三角形アイコンを消すための記述 */
summary::-webkit-details-marker {
  display: none;
}

.faq__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.1875rem;
  font-weight: 400;
  text-align: center;
  color: #fb6e64;
}

.faq-accordion {
  margin-top: 2.5rem;
  display: -ms-grid;
  display: grid;
  gap: 2.75rem;
  max-width: 100%;
}

.faq-accordion__details {
  text-align: left;
}

.faq-accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ffffff;
  padding: 0.9375rem 0.375rem 1.0625rem 1.0625rem;
  cursor: pointer;
}

.faq-accordion__question,
.faq-accordion__answer {
  position: relative;
  padding-left: 2.875rem;
}

.faq-accordion__question {
  font-family: "Shippori Mincho", serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.59;
  text-align: left;
  letter-spacing: 1px;
  color: #fb6e64;
  padding-left: 2.875rem;
}

.faq-accordion__answer {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  text-align: justify;
  color: #484542;
  padding-left: 2.875rem;
  max-width: 18.4375rem;
  border-top: none;
  position: relative;
}

.faq-accordion__answer::after {
  content: "";
  position: absolute;
  top: -0.85rem;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 2px dotted rgba(72, 69, 66, 0.2);
  z-index: 1;
  display: block;
}

.faq-accordion__question::before,
.faq-accordion__answer::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.875rem;
  height: 1.875rem;
  top: 0.1875rem;
  left: 0;
}

.faq-accordion__question::before {
  background-image: url(../images/qa/question-icon@2x.png);
}

.faq-accordion__answer::before {
  background-image: url(../images/qa/answer-icon@2x.png);
}

.faq-accordion__content {
  overflow: hidden;
  padding: 0.8125rem 1.0625rem 1.0625rem 1.0625rem;
  background-color: #ffffff;
}

/*アコーディオンアイコン*/
.faq-accordion__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 0.9375rem;
  height: 0.5625rem;
}

.faq-accordion__icon::before,
.faq-accordion__icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.9375rem;
  height: 0.5625rem;
  top: 0.75rem;
}

.faq-accordion__icon::after {
  top: 1.25rem;
}

.faq-accordion__icon::before {
  background-image: url(../images/qa/close-arrow.svg);
  opacity: 1;
}

.faq-accordion__icon::after {
  background-image: url(../images/qa/open-arrow.svg);
  opacity: 0;
}

.faq-accordion__details[open] .faq-accordion__icon::before {
  opacity: 0;
}

.faq-accordion__details[open] .faq-accordion__icon::after {
  opacity: 1;
}

/* summaryをクリックするとふわっと中身が表示される設定 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.js-faq-accordion__content {
  -webkit-animation: fadeIn 0.5s ease infinite;
          animation: fadeIn 0.5s ease infinite;
}
/*# sourceMappingURL=styles.css.map */