@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
:root {
  --font-noto-sans: "Noto Sans Japanese", sans-serif;
  --font-noto-serif: "Noto Serif Japanese", serif;
  --font-hiragino:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-crimson: "Crimson Pro", serif;
  --font-lora: "Lora", serif;
  --font-yugo:
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  --font-yumincho:
    "游明朝体", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "MS PMincho", "MS 明朝", serif;
  --font-zen: "Zen Old Mincho", serif;
  --font-bison: "Bison", sans-serif;
  --font-bebas: "Bebas Neue", sans-serif;
  --font-en: Arial, Helvetica, sans-serif;
  --hover-opacity: 0.7;
  --header-height-pc: 119px;
  --header-height-sp: 57px;
  --color-primary: #95424d;
  --gradient-primary: linear-gradient(
    90deg,
    #9f3053 0%,
    #d66b7d 46%,
    #9f3053 78%,
    #d66b7d 100%
  );
  --color-secondary: #ffebeb;
  --color-secondary-light: #fff7f7;
  --color-tertiary: #d1667a;
  --color-gold: #eecf68;
  --color-gold-soft: #ede3b7;
  --color-gold-light: #ffebb9;
}

body {
  font-family: var(--font-yugo);
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
  margin-top: var(--header-height-pc);
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

/**************************************************
  ブレイクポイント改修用
***************************************************/
.tmp-wrapper {
  margin-top: var(--header-height-pc);
  margin-top: 119px;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .tmp-wrapper {
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

@media (max-width: 767px) {
  .tmp-pc_only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tmp-sp_only {
    display: none !important;
  }
}

.prp-foot {
  --color-primary: #db9775;
  --color-sub: #e7c0b1;
  --color-alpha: rgb(252.12, 246.68, 243.96);
  --color-secondary: rgba(219, 151, 117, 0.3);
  --color-strong: rgb(220.6862068966, 82.4379310345, 13.3137931034);
}

body {
  font-size: 16px;
}
@media screen and (max-width: 744px) {
  body {
    font-size: 12px;
  }
}

main {
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  main {
    margin-top: 0;
    overflow-x: hidden;
  }
}

section {
  clear: both;
  display: block;
  overflow: inherit;
}
@media screen and (max-width: 744px) {
  section {
    overflow: visible;
  }
}
section .inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0px 0;
  width: 100%;
}
section:not(#f_top-footer, #f_top-copy) {
  clear: both;
  line-height: 1.7;
}

/*****************************************************
/* kv
*****************************************************/
.p-kv {
  padding: 40px 0 60px;
  height: 800px;
  background: url(../images/kv-01.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-kv {
    padding: 6.4vw 0 0px;
    background: initial;
    height: 158.4vw;
    position: relative;
  }
  .p-kv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 158.4vw;
    background: url(../images/kv-01-sp.webp) center/cover no-repeat;
  }
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__inner {
    padding-left: 6.4vw;
    position: relative;
    z-index: 1;
  }
}
.p-kv .p-kv__texts {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.p-kv .p-kv__texts__title1 {
  color: var(--color-primary);
  font-family: var(--font-noto-serif);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: 16px;
  padding-bottom: 7.2px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__texts__title1 {
    font-size: 5.6vw;
    letter-spacing: 2.8vw;
    padding-bottom: 1.92vw;
  }
}
.p-kv .p-kv__texts__h1 {
  display: flex;
  flex-direction: column;
}
.p-kv .p-kv__texts__h1 .p-kv__texts__subtitle {
  order: 0;
  color: #333;
  font-size: 88px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 17.6px;
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__texts__h1 .p-kv__texts__subtitle {
    font-size: 10.6666666667vw;
    letter-spacing: 2.1333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-kv .p-kv__texts__h1 .p-kv__texts__title {
  order: 1;
  color: #fff;
  font-family: var(--font-noto-serif);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 7.2px;
  background: #a16649;
  width: 284px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__texts__h1 .p-kv__texts__title {
    font-size: 4vw;
    letter-spacing: 1.2vw;
    width: 47.4666666667vw;
    height: 6.1333333333vw;
  }
}
.p-kv .foam {
  position: absolute;
  inset: 0;
  top: 420px;
  left: 0%;
}
@media screen and (max-width: 744px) {
  .p-kv .foam {
    top: 112vw;
  }
}
.p-kv .foam .foam__box {
  position: absolute;
  height: auto;
  z-index: 1;
}
.p-kv .foam .foam__box__a {
  top: 41px;
  left: 34px;
  width: 260px;
}
@media screen and (max-width: 744px) {
  .p-kv .foam .foam__box__a {
    top: -29.6vw;
    left: -8.5333333333vw;
    width: 45.3333333333vw;
  }
}
.p-kv .foam .foam__box__b {
  top: 81px;
  left: 246px;
  width: 260px;
}
@media screen and (max-width: 744px) {
  .p-kv .foam .foam__box__b {
    top: 4.2666666667vw;
    left: 1.0666666667vw;
    width: 45.3333333333vw;
  }
}
.p-kv .foam .foam__box__c {
  top: -12px;
  left: 457px;
  width: 260px;
}
@media screen and (max-width: 744px) {
  .p-kv .foam .foam__box__c {
    top: -20vw;
    left: 25.3333333333vw;
    width: 45.3333333333vw;
  }
}
.p-kv .foam .foam__box__d {
  top: 57px;
  left: 668px;
  width: 260px;
}
@media screen and (max-width: 744px) {
  .p-kv .foam .foam__box__d {
    top: -0.2666666667vw;
    left: 53.3333333333vw;
    width: 45.3333333333vw;
  }
}
.p-kv .foam .bubble {
  position: relative;
  aspect-ratio: 1;
}

/*****************************************************
/* リード
*****************************************************/
.p-lead {
  background-color: #ecf4fa;
}
.p-lead .p-lead__texts__text {
  color: #333;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 21px;
  font-weight: 600;
  line-height: 200%; /* 42px */
  padding-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-lead .p-lead__texts__text {
    font-size: 4.2666666667vw;
    padding: 8.5333333333vw 0 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.p-lead .p-lead__texts__text2 {
  color: #a16649;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 32px;
  font-weight: 600;
  line-height: 170%; /* 54.4px */
  margin-bottom: 88px;
}
@media screen and (max-width: 744px) {
  .p-lead .p-lead__texts__text2 {
    font-size: 5.6vw;
    margin-bottom: 8.5333333333vw;
  }
}
.p-lead .p-lead__texts__text2__marker {
  display: inline-block;
}
.p-lead .fv-faceline__wrap {
  display: flex;
  align-items: end;
  max-width: 780px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-lead .fv-faceline__wrap {
    align-items: baseline;
    flex-direction: column-reverse;
    max-width: 208vw;
  }
}
.p-lead .fv-faceline-lists {
  padding-left: 20px;
  margin-bottom: 96px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 744px) {
  .p-lead .fv-faceline-lists {
    padding-left: 4.2666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.p-lead .fadein__list {
  padding: 6px 0 6px 56px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: 2.4px;
  border-radius: 16px;
  background: #fff;
  display: table;
  width: 360px;
  height: 48px;
  position: relative;
}
.p-lead .fadein__list:not(:last-of-type) {
  margin-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .p-lead .fadein__list {
    font-size: 4.2666666667vw;
    line-height: 130%;
    border-radius: 1.3333333333vw;
    width: 45.8666666667vw;
    height: 9.6vw;
    padding: 2.1333333333vw 2.1333333333vw 1.0666666667vw 9.6vw;
    letter-spacing: 0;
  }
}
.p-lead .fadein__list::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: 16px;
  width: 20px;
  height: 10px;
  border-left: 4px solid var(--color-primary);
  border-bottom: 4px solid var(--color-primary);
}
@media screen and (max-width: 744px) {
  .p-lead .fadein__list::after {
    left: 2.1333333333vw;
    width: 5.3333333333vw;
    height: 2.6666666667vw;
    border-left: 1.0666666667vw solid var(--color-primary);
    border-bottom: 1.0666666667vw solid var(--color-primary);
  }
}
.p-lead .fadein__list::after a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-lead .fadein__list--active {
  background: var(--color-primary);
  color: #ffffff;
}
.p-lead .fadein__list--active::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -119px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 120px;
  border-color: transparent transparent transparent var(--color-primary);
}
@media screen and (max-width: 744px) {
  .p-lead .fadein__list--active::before {
    display: none;
  }
}
.p-lead .fadein__list--active::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: 16px;
  width: 20px;
  height: 10px;
  border-left: 4px solid white;
  border-bottom: 4px solid white;
}
@media screen and (max-width: 744px) {
  .p-lead .fadein__list--active::after {
    left: 2.1333333333vw;
    width: 5.3333333333vw;
    height: 2.6666666667vw;
    border-left: 1.0666666667vw solid white;
    border-bottom: 1.0666666667vw solid white;
  }
}
.p-lead .swiper-slide {
  opacity: 0.2; /* 左右のスライドを薄くする */
  transition: 0.7s; /* ゆっくり小さくさせる */
}
.p-lead .swiper-slide img {
  height: auto;
  width: 100%;
}
.p-lead .swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1.484); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
  margin-left: 81px !important;
  margin-right: 81px !important;
}
@media screen and (max-width: 744px) {
  .p-lead .swiper-slide-active {
    margin-left: 6vw !important;
    margin-right: 11.8666666667vw !important;
  }
}
.p-lead .p-lead__swiper {
  padding-top: 64px;
  position: absolute;
  top: -30px;
  right: -407px;
  width: 1312px;
  height: 330px;
}
@media screen and (max-width: 744px) {
  .p-lead .p-lead__swiper {
    padding-top: 8vw;
    top: 8vw;
    right: -34.6666666667vw;
    width: 142.9333333333vw;
    height: 42.6666666667vw;
  }
}

.anime-auto-rotate {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.anime-auto-rotate .anime-auto-rotate__scroll {
  position: absolute;
  width: 160px;
  height: 160px;
  bottom: -100px;
  right: -822px;
}
@media screen and (max-width: 744px) {
  .anime-auto-rotate .anime-auto-rotate__scroll {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    position: absolute;
    bottom: -20.5333333333vw;
    right: -98.6666666667vw;
    z-index: 2;
  }
}
.anime-auto-rotate .anime-auto-rotate__scroll--circle {
  height: auto;
  width: 100%;
  animation: rotate 15s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.js-marker {
  background-image: linear-gradient(to bottom, transparent 20%, white 0%);
  background-size: 0 90%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .js-marker {
    display: inline;
  }
}

.js-marker1 {
  font-weight: 600;
}
/* --------------------------------------------------
 症例写真
-------------------------------------------------- */
.sec_case {
  background-color: #ecf4fa;
  overflow: visible;
}
.sec_case .lpInner {
  padding: 0 0 72px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner {
    padding: 0 4vw 7.5vw;
  }
}
.sec_case .lpInner .p-feature__titles {
  padding-bottom: 48px;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner .p-feature__titles {
    padding-bottom: 8.5333333333vw;
  }
}
.sec_case .lpInner .p-feature__h2 {
  color: #333;
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  line-height: 130%; /* 54.6px */
  letter-spacing: 4.2px;
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner .p-feature__h2 {
    font-size: 6.4vw;
    line-height: 150%; /* 36px */
    letter-spacing: 1.12vw;
  }
}
.sec_case .lpInner .p-feature__h3 {
  color: #333;
  font-family: var(--font-bison);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.9px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner .p-feature__h3 {
    font-size: 2.9333333333vw;
    letter-spacing: 0.88vw;
  }
}
.sec_case .casePhoto_box::before, .sec_case .casePhoto_box::after {
  border-top-color: var(--color-strong);
  border-right-color: var(--color-strong);
}
.sec_case .casePhoto .imgs::before {
  border-left-color: var(--color-strong);
}
.sec_case .casePhoto .imgs_img._after .txt01 {
  background: var(--color-strong);
}

/* --------------------------------------------------
 p-reason
-------------------------------------------------- */
.p-reason {
  background: url(../images/reason-03.webp) center/cover no-repeat;
  padding: 360px 0 72px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-reason {
    background: url(../images/reason-03-sp.webp) center/cover no-repeat;
    padding: 49.0666666667vw 0 8.5333333333vw;
  }
}
.p-reason .p-reason__picture {
  max-width: 1920px;
  margin: 0 auto;
}
.p-reason .p-reason__age__titles {
  padding-top: 0px;
  padding-bottom: 104px;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__age__titles {
    padding: 0 0 23.4666666667vw;
    max-width: 100%;
  }
}
.p-reason .p-reason__age__titles::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 56px;
  background: url(../images/reason-06.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__age__titles::after {
    bottom: 4vw;
    width: 8vw;
    height: 14.9333333333vw;
  }
}
.p-reason .p-reason__age__h2 {
  color: #333;
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  line-height: 130%; /* 54.6px */
  letter-spacing: 4.2px;
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__age__h2 {
    font-size: 6.4vw;
    line-height: 150%; /* 36px */
    letter-spacing: 0;
  }
}
.p-reason .p-reason__age__h3 {
  color: #333;
  font-family: var(--font-bison);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.9px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__age__h3 {
    font-size: 2.9333333333vw;
    letter-spacing: 0.88vw;
  }
}
.p-reason .p-reason__age__heading {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  background: var(--color-primary);
  max-width: 780px;
  height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__age__heading {
    font-size: 5.6vw;
    max-width: 87.2vw;
    height: 18.6666666667vw;
    margin-bottom: 7.4666666667vw;
    padding-left: 12vw;
  }
}
.p-reason .p-reason__age__heading__circle {
  color: #f4948b;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 120%; /* 25.2px */
  border-radius: 208px;
  border: 2px solid #f4948b;
  background: #fff;
  position: absolute;
  top: -60px;
  left: -60px;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-15deg);
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__age__heading__circle {
    top: -10.6666666667vw;
    left: -2.6666666667vw;
    color: #f4948b;
    font-size: 4.2666666667vw;
    width: 19.2vw;
    height: 19.2vw;
  }
}
.p-reason .p-reason__age__cards__card__detail {
  color: #a16649;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  line-height: 130%; /* 27.3px */
  letter-spacing: 4.2px;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__age__cards__card__detail {
    font-size: 4.8vw;
    letter-spacing: 0;
    margin-bottom: 8.5333333333vw;
  }
}
.p-reason .p-reason__age__cards {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  gap: 100px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__age__cards {
    max-width: 87.2vw;
    gap: 4.2666666667vw;
  }
}
.p-reason .p-reason__age__cards::after {
  content: "";
  position: absolute;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
  width: 542px;
  height: 281px;
  background: url(../images/reason-05.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__age__cards::after {
    top: -22.1333333333vw;
    width: 83.7333333333vw;
    height: 46.4vw;
    background: url(../images/reason-05-sp.webp) center/cover no-repeat;
  }
}
.p-reason .p-reason__age__cards__bgtext {
  color: #a16649;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 130%; /* 19.5px */
  letter-spacing: 3px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__age__cards__bgtext {
    font-size: 4vw;
    font-size: 2.1333333333vw;
    letter-spacing: 0;
  }
}
.p-reason .p-reason__age__cards__bgtext:nth-of-type(1) {
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__age__cards__bgtext:nth-of-type(1) {
    top: 3.6vw;
  }
}
.p-reason .p-reason__age__cards__bgtext:nth-of-type(2) {
  top: 121px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__age__cards__bgtext:nth-of-type(2) {
    top: 12.4vw;
  }
}
.p-reason .p-reason__age__cards__bgtext:nth-of-type(3) {
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__age__cards__bgtext:nth-of-type(3) {
    top: 21.44vw;
  }
}
.p-reason .p-reason__age__cards__card__explanation {
  background: #a16649;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15.5px;
  margin-top: 16px;
  line-height: 130%; /* 23.4px */
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__age__cards__card__explanation {
    font-size: 4vw;
    padding: 1.8666666667vw 3.2666666667vw;
  }
}
.p-reason .p-reason__age__cards__card__explanation::after {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 30px 15px;
  border-color: transparent transparent #a16649 transparent;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__age__cards__card__explanation::after {
    top: -5.0666666667vw;
    border-width: 0 4vw 5.3333333333vw 4vw;
  }
}
.p-reason .p-reason__age__cards__card__explanation span {
  font-size: 24px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__age__cards__card__explanation span {
    font-size: 4.8vw;
  }
}
.p-reason .p-reason__age__text {
  font-weight: 700;
  font-size: 21px;
  text-align: center;
  padding-top: 40px;
  line-height: 200%; /* 42px */
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__age__text {
    padding-top: 6.4vw;
    font-size: 4vw;
    max-width: 87.2vw;
    margin: 0 auto;
    text-align: left;
  }
}
.p-reason .parallax__img {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 744px) {
  .p-reason .parallax__img {
    top: 0;
  }
}
.p-reason .parallax__img__logo {
  position: absolute;
  top: 50%;
  left: 40.5%;
  transform: translate(-50%, -50%);
  width: 390px;
  height: 45px;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-reason .parallax__img__logo {
    width: 49.0666666667vw;
    height: 5.6vw;
    left: 30.5%;
  }
}
.p-reason .parallax__img__inner {
  width: 100%;
}
@media screen and (max-width: 744px) {
  .p-reason .parallax__img__inner {
    top: initial;
    bottom: -44.8vw;
    right: 0;
    max-width: 100%;
  }
}
.p-reason .parallax__img__inner__contents {
  height: 320px;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .p-reason .parallax__img__inner__contents {
    height: 42.6666666667vw;
  }
}

/* --------------------------------------------------
 p-about
-------------------------------------------------- */
.p-about {
  background: var(--color-sub);
}
.p-about .p-about__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 48px 0;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__inner {
    padding: 8.5333333333vw 4.2666666667vw 8.5333333333vw;
  }
}
.p-about .p-media {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .p-about .p-media__sp__wrap {
    padding-bottom: 6.4vw;
  }
}
.p-about .p-media__img {
  max-width: 400px;
}
@media screen and (max-width: 744px) {
  .p-about .p-media__img {
    max-width: 46.9333333333vw;
  }
}
.p-about .p-media__body {
  max-width: 490px;
  margin-right: 50px;
}
@media screen and (max-width: 744px) {
  .p-about .p-media__body {
    margin-right: 0;
    max-width: 40.2666666667vw;
  }
}
.p-about .p-media__head {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 130%; /* 54.6px */
  letter-spacing: 4.2px;
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .p-about .p-media__head {
    font-size: 6.4vw;
    font-weight: 500;
    line-height: 150%; /* 36px */
    text-align: center;
  }
}
.p-about .p-media__sub {
  color: #fff;
  font-family: var(--font-bison);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.9px;
  padding-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-about .p-media__sub {
    font-size: 2.9333333333vw;
    letter-spacing: 0.88vw;
    text-align: center;
    padding-bottom: 6.4vw;
  }
}
.p-about .p-media__txt {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 170%; /* 35.7px */
}
@media screen and (max-width: 744px) {
  .p-about .p-media__txt {
    font-size: 4vw;
  }
}
.p-about .p-media__txt span {
  font-size: 15px;
}
@media screen and (max-width: 744px) {
  .p-about .p-media__txt span {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 744px) {
  .p-about .p-media__txt2 {
    color: #fff;
    font-size: 4vw;
    font-weight: 700;
    line-height: 170%; /* 25.5px */
  }
}
.p-about .p-about__card {
  padding: 32px 48px;
  display: flex;
  justify-content: space-between;
  border-radius: 32px;
  background: #fff;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__card {
    display: grid;
    padding: 6.4vw 4.2666666667vw;
    border-radius: 4.2666666667vw;
  }
}
.p-about .p-about__card__texts {
  max-width: 508px;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__card__texts {
    display: contents;
  }
}
.p-about .p-about__card__texts__text1 {
  color: #333;
  font-size: 35px;
  font-weight: 700;
  line-height: 130%; /* 45.5px */
  letter-spacing: 3.5px;
  padding-bottom: 24px;
  overflow: initial;
  margin-bottom: initial;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__card__texts__text1 {
    order: 1;
    font-size: 5.6vw;
    letter-spacing: 0.56vw;
    text-align: center;
    padding-bottom: 4.2666666667vw;
  }
}
.p-about .p-about__card__texts__text2 {
  background: linear-gradient(90deg, rgba(219, 151, 117, 0) 0%, var(--color-primary) 10%, var(--color-primary) 90%, rgba(219, 151, 117, 0) 100%);
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 170%; /* 40.8px */
  letter-spacing: 7.2px;
  margin-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__card__texts__text2 {
    order: 2;
    font-size: 5.6vw;
    letter-spacing: 1.68vw;
  }
}
.p-about .p-about__card__texts__text3 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
}
@media screen and (max-width: 744px) {
  .p-about .p-about__card__texts__text3 {
    order: 4;
    font-size: 4vw;
  }
}
.p-about .video__wrap {
  max-width: 350px;
  width: 100%;
  overflow: hidden;
  height: 300px;
  border-radius: 24px;
}
@media screen and (max-width: 744px) {
  .p-about .video__wrap {
    order: 3;
    margin: 0 auto;
    margin-bottom: 4.2666666667vw;
    max-width: 67.2vw;
    height: 57.6vw;
    border-radius: 4.2666666667vw;
  }
}
.p-about .video__wrap video {
  width: 110%;
}

/*****************************************************
/* DESC
*****************************************************/
.desc {
  background: url(../images/desc-01.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .desc {
    background: initial;
    position: relative;
  }
  .desc::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 57.0666666667vw;
    height: 52.5333333333vw;
    background: url(../images/desc-01-sp.webp) center/cover no-repeat;
    z-index: -1;
  }
}
.desc .desc-injection__inner {
  max-width: 930px;
  margin: 0 auto;
  padding: 72px 0;
}
@media screen and (max-width: 744px) {
  .desc .desc-injection__inner {
    padding: 8.5333333333vw 4.2666666667vw 8.5333333333vw;
  }
}
.desc .desc-injection__titles {
  text-align: right;
}
.desc .desc-injection__h3 {
  color: #333;
  text-align: right;
  font-size: 35px;
  font-weight: 500;
  line-height: 130%; /* 45.5px */
  letter-spacing: 3.5px;
}
@media screen and (max-width: 744px) {
  .desc .desc-injection__h3 {
    font-size: 4.8vw;
    letter-spacing: 0;
    padding-bottom: 1.3333333333vw;
  }
}
.desc .desc-injection__h2 {
  color: #a16649;
  font-size: 60px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .desc .desc-injection__h2 {
    font-size: 8.5333333333vw;
    margin-bottom: 9.6vw;
  }
}
.desc .desc-injection__lists {
  max-width: 733px;
  margin-left: auto;
  margin-right: 20px;
}
@media screen and (max-width: 744px) {
  .desc .desc-injection__lists {
    max-width: initial;
    margin-right: 6.4vw;
  }
}
.desc .desc-injection__li {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  padding: 11.5px 8px 11.5px 54px;
  z-index: 1;
  text-align: right;
  position: relative;
}
.desc .desc-injection__li:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .desc .desc-injection__li:not(:last-of-type) {
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 744px) {
  .desc .desc-injection__li {
    font-size: 4vw;
    padding: 2.1333333333vw 0px 2.1333333333vw 7.7333333333vw;
    text-align: left;
    margin-left: auto;
  }
  .desc .desc-injection__li:not(:last-of-type) {
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 744px) {
  .desc .desc-injection__li1 {
    width: 61.3333333333vw;
  }
}
.desc .desc-injection__li1::before {
  content: "";
  position: absolute;
  top: 4%;
  right: -20px;
  width: 692px;
  height: 56px;
  background-image: url(../images/desc-02.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .desc .desc-injection__li1::before {
    background-image: url(../images/desc-02-sp.webp);
    width: 73.0666666667vw;
    height: 15.2vw;
  }
}
.desc .desc-injection__li1::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 84px;
  width: 38px;
  height: 38px;
  background-image: url(../images/check.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .desc .desc-injection__li1::after {
    width: 6.4vw;
    height: 6.4vw;
    left: 0.8vw;
  }
}
@media screen and (max-width: 744px) {
  .desc .desc-injection__li2 {
    width: 61.3333333333vw;
  }
}
.desc .desc-injection__li2::before {
  content: "";
  position: absolute;
  top: 4%;
  right: -20px;
  width: 666px;
  height: 56px;
  background-image: url(../images/desc-03.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .desc .desc-injection__li2::before {
    background-image: url(../images/desc-03-sp.webp);
    width: 73.0666666667vw;
    height: 15.2vw;
  }
}
.desc .desc-injection__li2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 110px;
  width: 38px;
  height: 38px;
  background-image: url(../images/check.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .desc .desc-injection__li2::after {
    width: 6.4vw;
    height: 6.4vw;
    left: 0.8vw;
  }
}
@media screen and (max-width: 744px) {
  .desc .desc-injection__li3 {
    width: 73.0666666667vw;
  }
}
.desc .desc-injection__li3::before {
  content: "";
  position: absolute;
  top: 4%;
  right: -20px;
  width: 733px;
  height: 56px;
  background-image: url(../images/desc-04.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .desc .desc-injection__li3::before {
    background-image: url(../images/desc-04-sp.webp);
    width: 84.2666666667vw;
    height: 15.2vw;
  }
}
.desc .desc-injection__li3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 43px;
  width: 38px;
  height: 38px;
  background-image: url(../images/check.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .desc .desc-injection__li3::after {
    width: 6.4vw;
    height: 6.4vw;
    left: 0.8vw;
  }
}

/*****************************************************
/* tissue
*****************************************************/
.p-tissue {
  background: #f8f4f1;
}

/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
#tempFlow .tempFlow__lists {
  background: #f8f4f1;
}

/* --------------------------------------------------
 費用
-------------------------------------------------- */
#tempPrice {
  background: #f8f4f1;
}

/* --------------------------------------------------
 広告用
-------------------------------------------------- */
.monitor .board_ads {
  background: linear-gradient(135deg, #f0285a 0%, #ff6ea0 100%);
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding: 8px 0;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads {
    padding: 2.1333333333vw 4.2666666667vw 1.0666666667vw;
  }
}
.monitor .board_ads_inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  line-height: 1;
  font-feature-settings: "palt";
}
@media screen and (max-width: 744px) {
  .monitor .board_ads_inner {
    flex-direction: column;
    align-items: center;
    font-size: 5.6vw;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.2666666667vw;
  }
}
.monitor .board_ads__sub {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads__sub {
    font-size: 4.8vw;
  }
}
.monitor .board_ads__sub::before, .monitor .board_ads__sub::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 0;
  border-top: 2.5px solid #fff;
  transform: rotate(60deg);
}
@media screen and (max-width: 744px) {
  .monitor .board_ads__sub::before, .monitor .board_ads__sub::after {
    width: 12.8vw;
    border-top: 0.5333333333vw solid #fff;
  }
}
.monitor .board_ads__sub::after {
  transform: rotate(120deg);
}
.monitor .board_ads__main {
  display: block;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads__main {
    font-size: 5.6vw;
  }
}
.monitor .board_ads__main span {
  font-size: 42px;
  font-family: var(--font-zen);
  color: yellow;
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads__main span {
    font-size: 9.6vw;
  }
}
@media screen and (max-width: 744px) {
  .monitor .p-kv__expansion {
    top: 44.8vw;
  }
}
@media screen and (max-width: 744px) {
  .monitor .p-kv .arrow {
    display: none;
  }
}
.monitor .p-kv__texts__title {
  letter-spacing: 3.2px !important;
  width: 374px !important;
  height: 33px !important;
}
@media screen and (max-width: 744px) {
  .monitor .p-kv__texts__title {
    letter-spacing: 0.5333333333vw !important;
    width: 60.8vw !important;
    height: 7.2vw !important;
  }
}
@media screen and (max-width: 744px) {
  .monitor .p-kv::after {
    height: 175.4666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .monitor .p-kv .foam__box__a {
    top: -42.6666666667vw;
    left: 53.3333333333vw;
  }
}
.monitor .line {
  background: #ecf4fa;
  padding-top: 0;
  padding-bottom: 48px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 744px) {
  .monitor .line {
    padding-top: 10.6666666667vw;
    padding-bottom: 0;
  }
}
.monitor #tempPrice .sec__cttl {
  margin-bottom: 8px;
}
.monitor #tempPrice .tempPrice__ttl {
  font-size: 24px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl {
    font-size: 4.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl span {
  display: block;
  color: #dd5564;
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl span {
    font-size: 8vw;
  }
}
.monitor #tempPrice .sec__cttl.tempPrice__ttl {
  font-weight: bold;
  font-size: 24px;
  color: #222;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "palt";
}
.monitor #tempPrice .tempPrice__ttl__sub {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__sub {
    font-size: 4.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl__sub::before, .monitor #tempPrice .tempPrice__ttl__sub::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 0;
  border-top: 2.5px solid #222;
  transform: rotate(60deg);
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__sub::before, .monitor #tempPrice .tempPrice__ttl__sub::after {
    width: 12.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl__sub::after {
  transform: rotate(120deg);
}
.monitor #tempPrice .tempPrice__ttl__main {
  display: block;
  color: #dd5564;
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__main {
    font-size: 8vw;
  }
}
.monitor #tempPrice .notice_txt {
  text-align: center;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .notice_txt {
    margin-bottom: 1.0666666667vw;
    font-size: 4vw;
  }
}
.monitor #tempPrice .notice button {
  margin-bottom: 20px;
  color: #3c60ff;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .notice button {
    margin-bottom: 5.3333333333vw;
    font-size: 4vw;
  }
}
.monitor .pick_note {
  width: 100%;
  background-color: #fff;
  color: #dd5564;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #dd5564;
  padding: 4px;
  margin-bottom: 18px;
}
@media screen and (max-width: 744px) {
  .monitor .pick_note {
    font-size: 3.2vw;
    border: 0.2666666667vw solid #dd5564;
    padding: 1.0666666667vw;
    margin-bottom: 4.8vw;
  }
}
.monitor .bnr_ads {
  margin: 48px auto 0 -110px;
  width: 1200px;
  height: 416px;
  background: url(../images/ads-bg.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .monitor .bnr_ads {
    margin: 6.4vw auto 0 -4.2666666667vw;
    width: 100vw;
    height: 118.1333333333vw;
    background: url(../images/ads-bg-sp.webp) center/cover no-repeat;
  }
}
.monitor .bnr_ads_inner {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  padding-top: 210px;
  max-width: 980px;
}
@media screen and (max-width: 744px) {
  .monitor .bnr_ads_inner {
    flex-direction: column;
    gap: 3.2vw;
    padding-top: 48vw;
  }
}
.monitor .bnr_ads_inner a {
  width: 440px;
}
@media screen and (max-width: 744px) {
  .monitor .bnr_ads_inner a {
    align-self: center;
    max-width: 86.1333333333vw;
    width: 100%;
  }
}
.monitor .bnr_ads_inner img {
  aspect-ratio: 440/150;
}

/*# sourceMappingURL=style.css.map */
