@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-bishinkaku {
  --color-primary: #20b3b8;
  --color-alpha: rgb(234.9644444444, 250.9711111111, 251.5155555556);
  --color-secondary: rgba(32, 179, 184, 0.3);
  --color-strong: rgb(0, 110.25, 114);
}

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;
}

.sec_case_ttl {
  position: relative;
}
.sec_case_ttl::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 152px;
  height: 4px;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .sec_case_ttl::after {
    width: 70px;
  }
}

.foam {
  position: absolute;
  inset: 0;
  top: 420px;
  left: 50%;
  transform: translateX(-50%);
}
.foam .foam__box {
  position: absolute;
  width: 29.8%;
  height: auto;
  z-index: 1;
}
.foam .foam__box__a {
  top: 41px;
  left: 34px;
  width: 260px;
}
.foam .foam__box__b {
  top: 81px;
  left: 246px;
  width: 260px;
}
.foam .foam__box__c {
  top: -12px;
  left: 457px;
  width: 260px;
}
.foam .foam__box__d {
  top: 57px;
  left: 668px;
  width: 260px;
}
.foam .bubble {
  position: relative;
  aspect-ratio: 1;
}

.sec_case {
  position: relative;
  z-index: 1;
  background: #fff;
}

.sec_case_ttl {
  overflow: initial;
}

/*****************************************************
/* kv
*****************************************************/
.p-kv {
  background: var(---PRP, linear-gradient(97deg, #f3f3ea 0%, #eaf3f1 100%));
  padding-bottom: 72px;
}
@media screen and (max-width: 744px) {
  .p-kv {
    padding-bottom: 0vw;
    height: 144.5333333333vw;
  }
}
.p-kv .p-kv__inner1 {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: right;
  padding-top: 40px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__inner1 {
    display: block;
    padding-top: 4.2666666667vw;
    padding-right: 5.3333333333vw;
  }
}
.p-kv .p-kv__circle {
  position: absolute;
  top: -70px;
  left: -60px;
  border-radius: 263px;
  opacity: 0.4;
  background: #ffcc8d;
  filter: blur(60px);
  width: 263px;
  height: 263px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__circle {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    top: 32vw;
    left: -16vw;
    filter: blur(31.9391613007px);
  }
}
.p-kv .p-kv__slide {
  max-width: 668px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__slide {
    max-width: 77.0666666667vw;
    width: 100%;
    margin-left: auto;
  }
}
.p-kv .swiper__wrap {
  width: 690px;
  height: 508px;
}
@media screen and (max-width: 744px) {
  .p-kv .swiper__wrap {
    width: 100%;
    height: 71.7333333333vw;
  }
}
.p-kv .p-slider {
  height: 100%;
  width: 100%;
  z-index: 0;
  border-radius: 0px 0px 160px 0px;
  /* ズームアップアニメーション */
  /* アクティブスライドやその前後のスライドにズームアップ効果を適用 */
  /* スライド内の画像に適用 */
}
@media screen and (max-width: 744px) {
  .p-kv .p-slider {
    border-radius: 0px 0px 21.0133333333vw 0px;
  }
}
.p-kv .p-slider .active {
  filter: blur(5px); /* アクティブ以外をぼかす */
}
.p-kv .p-slider .swiper-slide {
  overflow: hidden;
}
.p-kv .p-slider .slide-img {
  height: 100%;
  position: relative;
}
.p-kv .p-slider .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像がスライドにフィットするように調整 */
}
@keyframes zoomUp {
  0% {
    transform: scale(1); /* 初期状態：通常サイズ */
  }
  70% {
    transform: scale(1.25); /* 最終状態：ズームイン */
  }
  100% {
    transform: scale(1.25); /* 最終状態：ズームイン */
  }
}
.p-kv .p-slider .swiper-slide-active .slide-img,
.p-kv .p-slider .swiper-slide-duplicate-active .slide-img,
.p-kv .p-slider .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both; /* ズームアップアニメーション */
}
.p-kv .p-slider .slide-img img {
  display: block;
}
.p-kv .kv-symbol {
  max-width: 590px;
  position: absolute;
  top: 81px;
  left: 2px;
  z-index: 1;
}
@media (max-width: 1240px) {
  .p-kv .kv-symbol {
    max-width: 610px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 744px) {
  .p-kv .kv-symbol {
    max-width: 100vw;
    margin-top: 0vw;
    margin-left: 5.3333333333vw;
    padding-left: 0;
    top: 57.6vw;
  }
}
.p-kv .kv-symbol__texts__put {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 4.48px;
  background: var(--color-primary);
  max-width: 502px;
  width: 100%;
  padding: 3px 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .p-kv .kv-symbol__texts__put__2 {
    width: 36.2666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-kv .kv-symbol__texts__put__3 {
    width: 55.4666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-kv .kv-symbol__texts__put {
    letter-spacing: 0.784vw;
    font-size: 5.6vw;
    padding: 0.5333333333vw 2.1333333333vw;
  }
}
.p-kv .kv-symbol__texts__h1 {
  display: grid;
  padding-bottom: 58px;
}
@media screen and (max-width: 744px) {
  .p-kv .kv-symbol__texts__h1 {
    padding-bottom: 8.5333333333vw;
  }
}
.p-kv .kv-symbol__texts__prp {
  color: var(--, #111);
  font-size: 50px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 5px;
  padding-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .p-kv .kv-symbol__texts__prp {
    font-size: 7.4666666667vw;
    letter-spacing: 0.7466666667vw;
  }
}
.p-kv .kv-symbol__texts__nasolabials__main {
  color: var(--color-primary);
  font-size: 88px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 8.8px;
}
@media screen and (max-width: 744px) {
  .p-kv .kv-symbol__texts__nasolabials__main {
    font-size: 12.8vw;
    letter-spacing: 1.28vw;
  }
}
.p-kv .kv-symbol__texts__nasolabials__sub {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 12.8px;
  padding-left: 74px;
}
@media screen and (max-width: 744px) {
  .p-kv .kv-symbol__texts__nasolabials__sub {
    font-size: 3.2vw;
    letter-spacing: 2.56vw;
    padding-left: 7.4666666667vw;
  }
}
.p-kv .kv-symbol__texts__explanation {
  color: var(--, #111);
  font-size: 27px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 5.4px;
}
@media screen and (max-width: 744px) {
  .p-kv .kv-symbol__texts__explanation {
    font-size: 5.6vw;
    letter-spacing: 1.12vw;
    text-align: center;
  }
}
.p-kv .kv-symbol__img {
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  .p-kv .kv-symbol__img {
    width: 90%;
  }
}
@media screen and (max-width: 744px) {
  .p-kv .kv-symbol__img {
    max-width: 100%;
  }
}
.p-kv .anime-auto-rotate {
  position: absolute;
  bottom: 0;
  right: 340px;
  z-index: 0;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-kv .anime-auto-rotate {
    bottom: initial;
    top: 0;
    right: initial;
    left: 0;
  }
}
.p-kv .anime-auto-rotate .anime-auto-rotate__scroll {
  position: absolute;
  width: 160px;
  height: 160px;
  bottom: -80px;
  right: -312px;
}
@media screen and (max-width: 744px) {
  .p-kv .anime-auto-rotate .anime-auto-rotate__scroll {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    top: 7.7333333333vw;
    right: initial;
    left: -9.3333333333vw;
    position: absolute;
    z-index: 2;
  }
}
.p-kv .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);
  }
}
.p-kv .p-kv-eye_img_parallax_wrap {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv-eye_img_parallax_wrap {
    top: 0px;
    left: 0;
  }
}

.maker {
  background-image: linear-gradient(to bottom, transparent 90%, var(--color-primary) 45%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 1s;
  transition-delay: 0.7s;
  height: 55px;
  display: block;
}
@media screen and (max-width: 744px) {
  .maker {
    display: initial;
  }
}
.maker.anim {
  background-size: 100% 100%;
}

/* --------------------------------------------------
p-about
-------------------------------------------------- */
.p-about {
  background: var(---PRP, linear-gradient(97deg, #f3f3ea 0%, #eaf3f1 100%));
  padding-bottom: 72px;
}
@media screen and (max-width: 744px) {
  .p-about {
    padding-top: 12.8vw;
    padding-bottom: 8.5333333333vw;
  }
}
.p-about .p-about__wrapper {
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-about .p-about__inner {
  max-width: 1110px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__inner {
    display: grid;
  }
}
.p-about .p-about__inner::before {
  content: "";
  position: absolute;
  top: 50px;
  left: -1530px;
  width: 2000px;
  height: 266px;
  border-radius: 0px 160px 0px 0px;
  background: linear-gradient(270deg, #f9d5c4 0%, #f6c1a7 100%);
  /* 猫手シャドウ */
  box-shadow: 2.6666666667vw 2.6666666667vw 2.6666666667vw 0px rgba(11, 63, 69, 0.2);
}
@media (max-width: 1140px) {
  .p-about .p-about__inner::before {
    left: -1585px;
  }
}
@media screen and (max-width: 744px) {
  .p-about .p-about__inner::before {
    border-radius: 0px 14.9333333333vw 0px 0px;
    top: 28.5333333333vw;
    left: -5.3333333333vw;
    width: 95.7333333333vw;
    height: 42.6666666667vw;
  }
}
.p-about .p-about__circle {
  position: absolute;
  bottom: 88px;
  right: -230px;
  border-radius: 263px;
  opacity: 0.4;
  background: #ffcc8d;
  filter: blur(60px);
  width: 263px;
  height: 263px;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__circle {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    bottom: 160vw;
    right: -5.3333333333vw;
    filter: blur(31.9391613007px);
  }
}
.p-about .p-about__imgs {
  display: flex;
  max-width: 420px;
  width: 100%;
  gap: 24px;
  height: 233px;
  margin-top: 130px;
  position: relative;
}
@media (max-width: 1140px) {
  .p-about .p-about__imgs {
    max-width: 380px;
    height: 209px;
  }
}
@media screen and (max-width: 744px) {
  .p-about .p-about__imgs {
    order: 2;
    margin-top: 0;
    gap: 2.1333333333vw;
    max-width: 85.3333333333vw;
    height: 49.0666666667vw;
  }
}
.p-about .p-about__imgs::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 40px;
  background: url(../images/arrow-right.svg) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__imgs::after {
    width: 8vw;
    height: 6.4vw;
  }
}
.p-about .p-about__imgs__img {
  max-width: 198px;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__imgs__img {
    max-width: 41.8666666667vw;
  }
}
.p-about .p-about__imgs__img__bgtexts__wrap {
  position: relative;
}
.p-about .p-about__imgs__img__bgtexts {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  .p-about .p-about__imgs__img__bgtexts {
    top: -10.4vw;
  }
}
.p-about .p-about__imgs__img__bgtexts__arrow {
  bottom: -84px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #f0285a transparent transparent transparent;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__imgs__img__bgtexts__arrow {
    bottom: -13.0666666667vw;
    border-width: 4.8vw 2.4vw 0 2.4vw;
  }
}
.p-about .p-about__imgs__img__bgtexts__text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  border-radius: 192px;
  background: var(---PRP-, linear-gradient(0deg, #f0285a 0%, #ff6ea0 100%));
  width: 274px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__imgs__img__bgtexts__text {
    font-size: 4.8vw;
    width: 42.1333333333vw;
    height: 8.2666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-about .p-about__texts {
    display: contents;
  }
}
.p-about .p-about__texts__title {
  color: var(--, #111);
  font-feature-settings: "palt" on;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 4px;
  margin-bottom: 44px;
  position: relative;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__texts__title {
    font-size: 6.4vw;
    order: 1;
    margin-bottom: 18.1333333333vw;
    letter-spacing: 0.64vw;
  }
}
.p-about .p-about__texts__title::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 152px;
  height: 4px;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .p-about .p-about__texts__title::after {
    bottom: -4.2666666667vw;
    width: 21.3333333333vw;
    height: 1.0666666667vw;
  }
}
.p-about .p-about__texts__title__span {
  color: var(--color-primary);
  font-feature-settings: "palt" on;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 4px;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__texts__title__span {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
  }
}
.p-about .p-about__texts__text {
  color: var(--, #111);
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__texts__text {
    font-size: 4vw;
  }
}
.p-about .p-about__texts__text__1 {
  padding-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__texts__text__1 {
    order: 3;
    padding-top: 6.4vw;
  }
}
.p-about .p-about__texts__text__2 {
  padding-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__texts__text__2 {
    order: 4;
    padding-bottom: 2.1333333333vw;
  }
}
.p-about .p-about__texts__text__3 {
  padding-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__texts__text__3 {
    order: 5;
    padding-bottom: 2.1333333333vw;
  }
}
.p-about .p-about__texts__text__4 {
  padding-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__texts__text__4 {
    order: 6;
    padding-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p-about .p-about__texts__text__5 {
    order: 7;
  }
  .p-about .p-about__texts__text__5:not(:last-of-type) {
    padding-bottom: 2.1333333333vw;
  }
}
.p-about .p-about__texts__text__large {
  font-size: 21px;
  font-weight: 700;
  line-height: 170%;
  padding-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__texts__text__large {
    font-size: 4.8vw;
    padding-bottom: 2.1333333333vw;
  }
}
.p-about .p-about__texts__text__span {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 170%;
  background: var(--color-primary);
  padding: 4px 8px;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__texts__text__span {
    font-size: 4.8vw;
    padding: 1.0666666667vw 2.1333333333vw;
  }
}

/* --------------------------------------------------
recommend
-------------------------------------------------- */
.p-recommend {
  position: relative;
  padding: 72px 0;
  background: url(../images/recommend-bg.webp) center/cover no-repeat;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-recommend {
    padding: 12.8vw 0 12.8vw;
    background: url(../images/recommend-bg-sp.webp) center/cover no-repeat;
  }
}
.p-recommend .p-recommend__inner {
  max-width: 1220px;
  margin: 0 auto;
}
.p-recommend .p-recommend__wrap {
  max-width: 870px;
  width: 100%;
  margin-left: auto;
}
.p-recommend .p-recommend__title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 4px;
  margin-bottom: 62px;
  margin-right: 90px;
  position: relative;
  width: initial;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__title {
    font-size: 6.4vw;
    letter-spacing: 0.14vw;
    margin-right: 5.3333333333vw;
    margin-bottom: 13.8666666667vw;
    width: 59.7333333333vw;
    margin-left: auto;
  }
}
.p-recommend .p-recommend__title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 152px;
  height: 4px;
  background: var(--PRP-, #94c2b7);
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__title::after {
    bottom: -5.3333333333vw;
    width: 21.3333333333vw;
    height: 1.0666666667vw;
  }
}
.p-recommend .p-recommend__ul {
  display: grid;
  gap: 24px 84px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__ul {
    grid-template-columns: repeat(1, 1fr);
    text-align: right;
    gap: 6.4vw 22.4vw;
    padding-right: 5.3333333333vw;
  }
}
.p-recommend .p-recommend__li {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 2.1px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__li {
    font-size: 4.8vw;
    letter-spacing: 0.48vw;
  }
}
.p-recommend .p-recommend__li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -36px;
  width: 30px;
  height: 30px;
  background: url(../images/check-yellow.svg) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__li::before {
    left: -9.6vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__li__1::before {
    left: 33.0666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__li__2::before {
    left: 24vw;
  }
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__li__3::before {
    left: 28vw;
  }
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__li__4::before {
    left: 17.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__li__5::before {
    left: 39.4666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__li__6::before {
    left: 29.0666666667vw;
  }
}
.p-recommend .bg-text-slider {
  align-items: center;
  display: flex;
  height: 91px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  z-index: 0;
  bottom: 1px;
}
@media (max-width: 767px) {
  .p-recommend .bg-text-slider {
    height: 14.1333333333vw;
    bottom: 0.2666666667vw;
  }
}
.p-recommend .bg-text-slider ul {
  animation: flowing 100s linear infinite;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
.p-recommend .bg-text-slider ul li {
  display: inline-block;
  padding-right: 40px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  line-height: 100%;
  opacity: 0.05;
  color: #fff;
  font-size: 138px;
  letter-spacing: -11.04px;
}
@media screen and (max-width: 744px) {
  .p-recommend .bg-text-slider ul li {
    padding-right: 10.6666666667vw;
    font-size: 21.3333333333vw;
    letter-spacing: -1.7066666667vw;
  }
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* --------------------------------------------------
reason
-------------------------------------------------- */
.p-reason {
  background: var(---PRP, linear-gradient(97deg, #f3f3ea 0%, #eaf3f1 100%));
  padding-bottom: 72px;
}
@media screen and (max-width: 744px) {
  .p-reason {
    padding-bottom: 8.5333333333vw;
  }
}
.p-reason .p-reason__circle {
  position: absolute;
  top: 160px;
  left: -123px;
  border-radius: 263px;
  opacity: 0.4;
  background: #ffddc5;
  filter: blur(60px);
  width: 263px;
  height: 263px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__circle {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    top: -10.6666666667vw;
    left: -12vw;
    filter: blur(31.9391613007px);
  }
}
.p-reason .p-reason__circle2 {
  position: absolute;
  top: 327px;
  left: -221px;
  border-radius: 263px;
  opacity: 0.4;
  background: #f4948b;
  filter: blur(60px);
  width: 263px;
  height: 263px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__circle2 {
    top: initial;
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    bottom: -192vw;
    left: 40.8vw;
    filter: blur(31.9391613007px);
  }
}
.p-reason .p-reason__inner {
  max-width: 1012px;
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__inner {
    display: grid;
    margin-top: 0;
    padding-top: 8.5333333333vw;
  }
}
.p-reason .p-reason__inner::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -1540px;
  width: 2000px;
  height: 347px;
  border-radius: 160px 0px 0px 0px;
  background: linear-gradient(270deg, #f6c1a7 0%, #f9d5c4 49.14%);
  box-shadow: -10px 10px 10px 0px rgba(11, 63, 69, 0.2);
  z-index: 0;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__inner::after {
    top: 33.3333333333vw;
    right: -5.3333333333vw;
    width: 95.7333333333vw;
    height: 58.4vw;
    border-radius: 14.9333333333vw 0px 0px 0px;
    background: linear-gradient(0deg, #f6c1a7 0%, #f9d5c4 4.67%);
    box-shadow: -1.3333333333vw 1.3333333333vw 1.3333333333vw 0px rgba(11, 63, 69, 0.2);
  }
}
.p-reason .p-reason__wrapper {
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__wrapper {
    padding: 0 5.3333333333vw;
  }
}
.p-reason .p-reason__imgs {
  display: flex;
  max-width: 420px;
  width: 100%;
  gap: 24px;
  height: 240px;
  margin-top: 77px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__imgs {
    order: 2;
    margin-top: 0;
    gap: 2.1333333333vw;
    max-width: 85.3333333333vw;
    height: 50.6666666667vw;
    margin-left: 4vw;
  }
}
.p-reason .p-reason__imgs__img {
  max-width: 198px;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__imgs__img {
    max-width: 41.8666666667vw;
  }
}
.p-reason .p-reason__imgs__img__bgtexts__wrap {
  position: relative;
}
.p-reason .p-reason__imgs__img__bgtexts {
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__imgs__img__bgtexts {
    top: -0.5333333333vw;
  }
}
.p-reason .p-reason__imgs__img__bgtexts__arrow {
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 30px 15px;
  border-color: transparent transparent #111111 transparent;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__imgs__img__bgtexts__arrow {
    top: -4.8vw;
    border-width: 0 2.4vw 4.8vw 2.4vw;
  }
}
.p-reason .p-reason__imgs__img__bgtexts__arrow__2 {
  border-color: transparent transparent #ff6ea0 transparent;
}
.p-reason .p-reason__imgs__img__bgtexts__text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  background: #111;
  width: 176px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__imgs__img__bgtexts__text {
    width: 40vw;
    height: 7.2vw;
    font-size: 4vw;
  }
}
.p-reason .p-reason__imgs__img__bgtexts__text__2 {
  line-height: 130%;
  border-radius: 192px;
  background: var(---PRP-, linear-gradient(0deg, #f0285a 0%, #ff6ea0 100%));
  width: 231px;
  height: 55px;
  font-size: 30px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__imgs__img__bgtexts__text__2 {
    font-size: 5.6vw;
    width: 42.6666666667vw;
    height: 9.3333333333vw;
  }
}
.p-reason .p-reason__texts {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts {
    display: contents;
  }
}
.p-reason .p-reason__texts__title {
  color: var(--, #111);
  font-feature-settings: "palt" on;
  font-size: 40px;
  overflow: initial;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 4px;
  margin-bottom: 44px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__title {
    letter-spacing: 1.0666666667vw;
    font-size: 6.4vw;
    order: 1;
    text-align: center;
    margin-bottom: 16vw;
  }
}
.p-reason .p-reason__texts__title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 152px;
  height: 4px;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__title::after {
    bottom: -5.3333333333vw;
    width: 21.3333333333vw;
    height: 1.0666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-reason .p-reason__texts__title__span {
  color: var(--color-primary);
  font-feature-settings: "palt" on;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 4px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__title__span {
    font-size: 6.4vw;
    letter-spacing: 1.0666666667vw;
  }
}
.p-reason .p-reason__texts__text {
  color: var(--, #111);
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__text {
    font-size: 4vw;
  }
}
.p-reason .p-reason__texts__text__1 {
  padding-bottom: 16px;
  order: 3;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__text__1 {
    padding-top: 18.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__text__1__2 {
    padding: 0 0 4.2666666667vw 0;
  }
}
.p-reason .p-reason__texts__text__2 {
  padding-bottom: 8px;
  order: 4;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__text__2 {
    padding-bottom: 2.1333333333vw;
    z-index: 1;
    position: relative;
  }
}
.p-reason .p-reason__texts__text__3 {
  padding-bottom: 8px;
  order: 5;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__text__3 {
    padding-bottom: 2.1333333333vw;
    z-index: 1;
    position: relative;
  }
}
.p-reason .p-reason__texts__text__4 {
  padding-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__text__4 {
    padding-bottom: 2.1333333333vw;
  }
}
.p-reason .p-reason__texts__text__large {
  font-size: 21px;
  font-weight: 700;
  line-height: 170%;
  padding-bottom: 8px;
}
.p-reason .p-reason__texts__text__span {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 170%;
  background: var(--color-primary);
  padding: 4px 8px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__text__span {
    font-size: 4.8vw;
    padding: 1.0666666667vw 2.1333333333vw;
  }
}

/* --------------------------------------------------
collabo
-------------------------------------------------- */
.p-collabo {
  background: var(---PRP, linear-gradient(97deg, #f3f3ea 0%, #eaf3f1 100%));
  padding-bottom: 72px;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .p-collabo {
    padding-bottom: 8.5333333333vw;
  }
}
.p-collabo .p-collabo__circle {
  position: absolute;
  bottom: 130px;
  right: -280px;
  border-radius: 263px;
  opacity: 0.6;
  background: #ffddc5;
  filter: blur(60px);
  width: 263px;
  height: 263px;
}
@media screen and (max-width: 744px) {
  .p-collabo .p-collabo__circle {
    top: initial;
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    bottom: 133.3333333333vw;
    left: 69.3333333333vw;
    filter: blur(31.9391613007px);
  }
}
.p-collabo .p-collabo__inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-collabo .p-collabo__inner {
    display: grid;
    padding: 0 5.3333333333vw;
  }
}
.p-collabo .p-collabo__inner::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -1460px;
  width: 2000px;
  height: 280px;
  border-radius: 0px 160px 0px 0px;
  background: linear-gradient(270deg, #f9d5c4 0%, #f6c1a7 100%);
  /* 猫手シャドウ */
  box-shadow: 10px 10px 10px 0px rgba(11, 63, 69, 0.2);
}
@media (max-width: 1140px) {
  .p-collabo .p-collabo__inner::before {
    left: -1500px;
  }
}
@media screen and (max-width: 744px) {
  .p-collabo .p-collabo__inner::before {
    top: 27.7333333333vw;
    left: 0;
    width: 95.7333333333vw;
    height: 51.2vw;
    border-radius: 0px 14.9333333333vw 0px 0px;
    background: linear-gradient(0deg, #f6c1a7 0%, #f9d5c4 4.67%);
    box-shadow: -1.3333333333vw 1.3333333333vw 1.3333333333vw 0px rgba(11, 63, 69, 0.2);
  }
}
.p-collabo .p-collabo__imgs {
  display: flex;
  max-width: 476px;
  width: 100%;
  gap: 24px;
  height: 283px;
  margin-top: 71px;
  position: relative;
}
@media (max-width: 1140px) {
  .p-collabo .p-collabo__imgs {
    max-width: 436px;
    height: 260px;
  }
}
@media screen and (max-width: 744px) {
  .p-collabo .p-collabo__imgs {
    order: 2;
    margin-top: 0;
    gap: 2.1333333333vw;
    max-width: 85.8666666667vw;
    height: 53.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.p-collabo .p-collabo__imgs::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 40px;
  background: url(../images/arrow-right.svg) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-collabo .p-collabo__imgs::after {
    top: 50%;
    width: 8vw;
    height: 6.4vw;
  }
}
.p-collabo .p-collabo__imgs__text {
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 130%;
  border-radius: 0px 24px 0px 0px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .p-collabo .p-collabo__imgs__text {
    border-radius: 0px 4.4453333333vw 0px 0px;
    height: 8vw;
  }
}
.p-collabo .p-collabo__imgs__text__1 {
  font-size: 18px;
  background: #111;
}
@media screen and (max-width: 744px) {
  .p-collabo .p-collabo__imgs__text__1 {
    font-size: 4vw;
  }
}
.p-collabo .p-collabo__imgs__text__2 {
  font-size: 21px;
  background: var(---PRP-, linear-gradient(0deg, #f0285a 0%, #ff6ea0 100%));
}
@media screen and (max-width: 744px) {
  .p-collabo .p-collabo__imgs__text__2 {
    font-size: 4.8vw;
  }
}
.p-collabo .p-collabo__imgs__img {
  max-width: 226px;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .p-collabo .p-collabo__imgs__img {
    max-width: 100%;
  }
}
@media screen and (max-width: 744px) {
  .p-collabo .p-collabo__texts {
    display: contents;
  }
}
.p-collabo .p-collabo__texts__title {
  color: var(--, #111);
  font-size: 40px;
  overflow: initial;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 4px;
  margin-bottom: 44px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-collabo .p-collabo__texts__title {
    letter-spacing: 1.0666666667vw;
    font-size: 6.4vw;
    order: 1;
    margin-bottom: 18.1333333333vw;
  }
}
.p-collabo .p-collabo__texts__title::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 152px;
  height: 4px;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .p-collabo .p-collabo__texts__title::after {
    left: 50%;
    transform: translateX(-50%);
    width: 21.3333333333vw;
    height: 1.0666666667vw;
  }
}
.p-collabo .p-collabo__texts__title__span {
  color: var(--color-primary);
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 4px;
}
@media screen and (max-width: 744px) {
  .p-collabo .p-collabo__texts__title__span {
    letter-spacing: 1.0666666667vw;
    font-size: 6.4vw;
  }
}
.p-collabo .p-collabo__texts__text {
  color: var(--, #111);
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}
@media screen and (max-width: 744px) {
  .p-collabo .p-collabo__texts__text {
    font-size: 4vw;
  }
}
.p-collabo .p-collabo__texts__text__1 {
  padding-bottom: 16px;
  order: 3;
}
@media screen and (max-width: 744px) {
  .p-collabo .p-collabo__texts__text__1 {
    padding-bottom: 4.2666666667vw;
  }
}
.p-collabo .p-collabo__texts__text__2 {
  padding-bottom: 8px;
  order: 4;
}
@media screen and (max-width: 744px) {
  .p-collabo .p-collabo__texts__text__2 {
    padding-bottom: 4.2666666667vw;
  }
}
.p-collabo .p-collabo__texts__text__3 {
  padding-bottom: 8px;
  order: 5;
}
@media screen and (max-width: 744px) {
  .p-collabo .p-collabo__texts__text__3 {
    padding-bottom: 0;
  }
}
.p-collabo .p-collabo__texts__text__large {
  font-size: 21px;
  font-weight: 700;
  line-height: 170%;
  padding-bottom: 8px;
}
.p-collabo .p-collabo__texts__text__span {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 170%;
  background: var(--color-primary);
  padding: 4px 8px;
}

/*****************************************************
/* DESC
*****************************************************/
.desc {
  background-image: url(../images/desc-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .desc {
    background-image: url(../images/desc-bg-sp.webp);
  }
}
.desc .desc-injection__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 72px 0;
}
@media screen and (max-width: 744px) {
  .desc .desc-injection__inner {
    padding: 25.6vw 5.3333333333vw 8.5333333333vw;
  }
}
.desc .desc-injection__titles {
  text-align: left;
}
.desc .desc-injection__h2 {
  margin-bottom: 40px;
  color: var(--, #111);
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 4px;
}
@media screen and (max-width: 744px) {
  .desc .desc-injection__h2 {
    font-size: 8.5333333333vw;
    letter-spacing: 0.8533333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.desc .desc-injection__h2 span {
  color: var(--color-primary);
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 4px;
}
@media screen and (max-width: 744px) {
  .desc .desc-injection__h2 span {
    font-size: 8.5333333333vw;
    letter-spacing: 0.8533333333vw;
  }
}

.sec_list {
  display: inline-block;
}
@media screen and (max-width: 744px) {
  .sec_list {
    margin: 0;
    padding-left: 2.6666666667vw;
  }
}
.sec_list li {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  position: relative;
  padding: 10px 0 10px 55px;
  display: block;
  margin-bottom: 24px;
  z-index: 1;
  color: #000000;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  .sec_list li {
    font-size: 4.8vw;
    line-height: 150%;
  }
}
.sec_list li:last-child {
  margin-bottom: 0;
}
.sec_list li:before {
  content: "";
  background: url(../images/check-red.svg) no-repeat center top/contain;
  width: 36px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.sec_list li:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-20deg);
  box-shadow: 5px 4px 0 0 rgb(4, 90, 100);
}

/*****************************************************
/* tissue
*****************************************************/
.p-tissue {
  background: linear-gradient(97deg, #f3f3ea 0%, #eaf3f1 100%);
}

.p-tissue__title {
  color: #fff;
  background: var(--color-primary);
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-tissue__title {
    padding: 0 1.8666666667vw !important;
    text-align: left !important;
  }
}
.p-tissue__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7px !important;
  rotate: 3deg !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid;
  border-width: 63px 5px 0 5px !important;
  border-color: var(--color-primary) transparent transparent transparent !important;
  transform: rotate(180deg) !important;
}
@media screen and (max-width: 744px) {
  .p-tissue__title::before {
    left: -1.0666666667vw !important;
    rotate: 4deg !important;
    border-width: 8.2666666667vw 0.8vw 0 0.8vw !important;
  }
}
.p-tissue__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -7px;
  rotate: 3deg;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 5px 0 5px;
  border-color: var(--color-primary) transparent transparent transparent;
}
@media screen and (max-width: 744px) {
  .p-tissue__title::after {
    right: -1.0666666667vw;
    rotate: 5deg;
    border-width: 8.5333333333vw 0.8vw 0 0.8vw;
  }
}

@media screen and (max-width: 744px) {
  .p-tissue__h2 {
    text-align: left;
  }
}

.p-tissue__headings {
  text-align: left !important;
}

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

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

/* --------------------------------------------------
 広告用
-------------------------------------------------- */

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