@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-jinchu {
  --color-primary: #7d6188;
  --color-alpha: rgb(244.7284120172, 242.0654077253, 245.7745922747);
  --color-secondary: rgba(125, 97, 136, 0.3);
  --color-strong: rgb(78.8443545725, 34.8864806867, 96.1135193133);
}

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

.maker {
  background-image: linear-gradient(to bottom, transparent 0%, #7d6187 0%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 1s;
  transition-delay: 0.7s;
}
.maker.anim {
  background-size: 100% 100%;
}

/*****************************************************
/* kv
*****************************************************/
.p-kv {
  background: #edeef6;
  padding-bottom: 72px;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .p-kv {
    padding-bottom: 0vw;
  }
}
.p-kv .p-kv__bg {
  position: absolute;
  top: 0;
  left: -460px;
  width: 1007px;
  height: 769px;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__bg {
    width: 100%;
    left: 0;
  }
}
.p-kv .p-kv__bgtext {
  position: absolute;
  width: 446px;
  height: 147px;
  top: 185px;
  right: -210px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__bgtext {
    width: 52vw;
    height: 23.2vw;
    top: 87.4666666667vw;
    right: 1.0666666667vw;
  }
}
.p-kv .bg-circle {
  position: absolute;
  background: #ffcc8d;
  width: 263px;
  height: 263px;
  top: 173px;
  left: 300px;
  border-radius: 263px;
  opacity: 0.6;
  filter: blur(60px);
  z-index: 0;
}
@media screen and (max-width: 744px) {
  .p-kv .bg-circle {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    top: 48vw;
    left: 48vw;
    filter: blur(31.9391613007px);
    opacity: 0.4;
  }
}
.p-kv .bg-circle2 {
  position: absolute;
  width: 263px;
  height: 263px;
  bottom: -178px;
  right: -240px;
  border-radius: 263px;
  opacity: 0.6;
  background: #ffddc5;
  filter: blur(60px);
  z-index: 0;
}
@media screen and (max-width: 744px) {
  .p-kv .bg-circle2 {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    bottom: 37.3333333333vw;
    right: 62.6666666667vw;
    opacity: 0.4;
    filter: blur(31.9391613007px);
  }
}
.p-kv .p-kv__inner1 {
  max-width: 1000px;
  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: 0 6.4vw;
    padding-top: 70.4vw;
  }
}
.p-kv .kv-symbol {
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-kv .kv-symbol {
    max-width: 100vw;
    margin-top: 0vw;
    padding-left: 0;
    top: 57.6vw;
  }
}
.p-kv .kv-symbol__texts {
  font-feature-settings: "palt" 1;
}
.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(--PRP-, #20b3b8);
  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;
  max-width: 490px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-kv .kv-symbol__texts__h1 {
    padding-bottom: 8.5333333333vw;
    max-width: 100%;
  }
}
.p-kv .kv-symbol__texts__h1__unnecessary {
  background: #a57eb3;
  position: absolute;
  top: 0px;
  left: -118px;
  width: 160px;
  height: 160px;
  color: #fff;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 48.333px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 346.667px;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-kv .kv-symbol__texts__h1__unnecessary {
    top: -30.6666666667vw;
    left: 61.3333333333vw;
    width: 24vw;
    height: 24vw;
    font-size: 7.3066666667vw;
  }
}
.p-kv .test-circle__wrap1 {
  position: absolute;
  width: 200px;
  height: 200px;
  top: -21px;
  left: -21px;
}
@media screen and (max-width: 744px) {
  .p-kv .test-circle__wrap1 {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    top: -2.9333333333vw;
    left: -2.9333333333vw;
  }
}
.p-kv .kv-symbol__h1 {
  display: grid;
  z-index: 1;
  position: relative;
}
.p-kv .kv-symbol__texts__prp {
  color: #111;
  font-size: 50px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 3px;
  padding-bottom: 10px;
  text-align: right;
}
@media screen and (max-width: 744px) {
  .p-kv .kv-symbol__texts__prp {
    font-size: 6.9333333333vw;
    letter-spacing: 0.6933333333vw;
    padding-bottom: 2.6666666667vw;
  }
}
.p-kv .kv-symbol__texts__nasolabials__main {
  color: var(--color-primary);
  font-size: 88px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 2.8px;
  text-align: right;
}
@media screen and (max-width: 744px) {
  .p-kv .kv-symbol__texts__nasolabials__main {
    font-size: 13.3333333333vw;
    letter-spacing: 1.3333333333vw;
  }
}
.p-kv .kv-symbol__texts__nasolabials__sub {
  color: var(--color-primary);
  font-size: 21px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 16.8px;
  text-align: center;
  padding-left: 55px;
}
@media screen and (max-width: 744px) {
  .p-kv .kv-symbol__texts__nasolabials__sub {
    font-size: 3.4666666667vw;
    letter-spacing: 2.7733333333vw;
    padding-left: 14.6666666667vw;
  }
}
.p-kv .kv-symbol__texts__explanation {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2px;
  text-align: right;
  padding-right: 56px;
  position: relative;
  z-index: 1;
}
.p-kv .kv-symbol__texts__explanation:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .p-kv .kv-symbol__texts__explanation:not(:last-of-type) {
    margin-bottom: 4.2666666667vw;
    line-height: 180%;
  }
}
@media screen and (max-width: 744px) {
  .p-kv .kv-symbol__texts__explanation {
    font-size: 4.8vw;
    letter-spacing: 0.48vw;
    text-align: left;
    padding-right: 0;
  }
}
.p-kv .kv-symbol__texts__explanation .kv-symbol__texts__explanation__span1 {
  letter-spacing: 2px;
  font-size: 40px;
  color: white;
  line-height: 150%;
}
@media screen and (max-width: 744px) {
  .p-kv .kv-symbol__texts__explanation .kv-symbol__texts__explanation__span1 {
    font-size: 6.4vw;
    letter-spacing: 0.5333333333vw;
  }
}
.p-kv .kv-symbol__texts__explanation .kv-symbol__texts__explanation__span2 {
  letter-spacing: 2px;
  font-size: 40px;
  color: white;
  line-height: 150%;
}
@media screen and (max-width: 744px) {
  .p-kv .kv-symbol__texts__explanation .kv-symbol__texts__explanation__span2 {
    font-size: 6.4vw;
    letter-spacing: 0.5333333333vw;
  }
}
.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 .p-kv-eye_img_wrap {
  height: 260px;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv-eye_img_wrap {
    height: 32vw;
  }
}
.p-kv .anime-auto-rotate {
  position: absolute;
  bottom: 12px;
  left: -95px;
  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;
  left: 0px;
}
@media screen and (max-width: 744px) {
  .p-kv .anime-auto-rotate .anime-auto-rotate__scroll {
    width: 16vw;
    height: 16vw;
    top: 66.6666666667vw;
    right: initial;
    left: 5.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;
  }
}
.p-kv .p-kv-eye__img {
  max-width: 818px;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv-eye__img {
    top: initial;
    bottom: -44.8vw;
    right: 0;
    max-width: 100%;
  }
}

/* --------------------------------------------------
p-reason
-------------------------------------------------- */
.p-reason {
  background: #edeef6;
  padding-bottom: 104px;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .p-reason {
    padding-top: 58.6666666667vw;
    padding-bottom: 12.8vw;
  }
}
.p-reason .p-reason__wrapper {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__wrapper {
    padding: 0 6.4vw;
  }
}
.p-reason .p-reason__bg-circle3 {
  position: absolute;
  background: #ffddc5;
  width: 263px;
  height: 263px;
  bottom: 380px;
  right: -40px;
  border-radius: 263px;
  opacity: 0.6;
  z-index: 0;
  filter: blur(60px);
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__bg-circle3 {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    bottom: 293.3333333333vw;
    right: 14.9333333333vw;
    opacity: 0.4;
    filter: blur(31.9391613007px);
  }
}
.p-reason .p-reason__bg-circle4 {
  position: absolute;
  background: #ffddc5;
  width: 263px;
  height: 263px;
  bottom: -250px;
  right: -280px;
  border-radius: 263px;
  opacity: 0.6;
  filter: blur(60px);
  z-index: 0;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__bg-circle4 {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    bottom: 170.6666666667vw;
    right: -8vw;
    opacity: 0.4;
    filter: blur(31.9391613007px);
  }
}
.p-reason .p-reason__bg-circle5 {
  position: absolute;
  background: #ffddc5;
  width: 263px;
  height: 263px;
  bottom: -150px;
  left: -200px;
  border-radius: 263px;
  opacity: 0.6;
  filter: blur(60px);
  z-index: 0;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__bg-circle5 {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    bottom: -21.3333333333vw;
    left: -2.6666666667vw;
    opacity: 0.4;
    filter: blur(31.9391613007px);
  }
}
.p-reason .p-reason__bgtext {
  position: absolute;
  top: 500px;
  left: -150px;
  width: 380px;
  height: 147px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__bgtext {
    top: 90.6666666667vw;
    left: 56vw;
    width: 42.6666666667vw;
    height: 19.2vw;
  }
}
.p-reason .p-reason__card {
  max-width: 1110px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__card {
    display: block;
  }
}
.p-reason .p-reason__card__1 {
  margin-bottom: 48px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__card__1 {
    margin-bottom: 0;
  }
}
.p-reason .p-reason__card__2 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__card__2 {
    margin-top: 77.3333333333vw;
  }
}
.p-reason .p-reason__imgs {
  display: flex;
  width: 100%;
  gap: 24px;
  position: relative;
}
@media (max-width: 1140px) {
  .p-reason .p-reason__imgs {
    max-width: 380px;
  }
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__imgs {
    margin-top: 0;
    gap: 2.1333333333vw;
    max-width: 85.3333333333vw;
  }
}
.p-reason .p-reason__imgs .test-circle__wrap2 {
  position: absolute;
  width: 500px;
  height: 500px;
  top: -11px;
  left: -12px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__imgs .test-circle__wrap2 {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
    top: -1.3333333333vw;
    left: -1.3333333333vw;
  }
}
.p-reason .p-reason__imgs .test-circle__wrap3 {
  position: absolute;
  width: 440px;
  height: 440px;
  top: -10px;
  left: -12px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__imgs .test-circle__wrap3 {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
    top: -1.3333333333vw;
    left: -1.3333333333vw;
  }
}
.p-reason .p-reason__imgs__1 {
  max-width: 480px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__imgs__1 {
    position: absolute;
    top: -50.6666666667vw;
    right: 0;
    width: 64vw;
  }
}
.p-reason .p-reason__imgs__2 {
  max-width: 420px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__imgs__2 {
    max-width: 100%;
    position: absolute;
    top: -66.6666666667vw;
    right: 24.2666666667vw;
    width: 64vw;
  }
}
.p-reason .p-reason__imgs__bgtext {
  color: var(--color-primary);
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 130%;
  border-radius: 136px;
  border: 1px solid var(--color-primary);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 234px;
  height: 35px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__imgs__bgtext {
    font-size: 4vw;
    width: 42.1333333333vw;
    height: 6.1333333333vw;
  }
}
.p-reason .p-reason__texts {
  position: relative;
  z-index: 1;
}
.p-reason .p-reason__texts__1 {
  max-width: 536px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__1 {
    max-width: 100%;
  }
}
.p-reason .p-reason__texts__2 {
  max-width: 596px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__2 {
    max-width: 100%;
  }
}
.p-reason .p-reason__texts__title {
  color: var(--, #111);
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 4px;
  margin-bottom: 44px;
  position: relative;
  overflow: initial;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__title {
    font-size: 5.6vw;
    margin-bottom: 11.7333333333vw;
    letter-spacing: 0.56vw;
  }
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__title__2 {
    text-align: right;
  }
}
.p-reason .p-reason__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-reason .p-reason__texts__title::after {
    bottom: -4.2666666667vw;
    width: 40.5333333333vw;
    height: 1.0666666667vw;
    left: initial;
    right: 0;
  }
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__title__1::after {
    left: 0;
  }
}
.p-reason .p-reason__texts__title__span {
  color: var(--color-primary);
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__title__span {
    font-size: 8.2666666667vw;
    letter-spacing: 0;
  }
}
.p-reason .p-reason__texts__lists {
  position: relative;
  margin-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__lists {
    display: flex;
    justify-content: space-between;
  }
}
.p-reason .p-reason__texts__lists .p-reason__texts__lists__plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__lists .p-reason__texts__lists__plus {
    width: 8vw;
    height: 8vw;
  }
}
.p-reason .p-reason__texts__lists .plus-icon {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #000;
  border-radius: 152px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__lists .plus-icon {
    width: 8vw;
    height: 8vw;
  }
}
.p-reason .p-reason__texts__lists .plus-icon::before,
.p-reason .p-reason__texts__lists .plus-icon::after {
  content: "";
  position: absolute;
  background-color: white;
}
.p-reason .p-reason__texts__lists .plus-icon::before {
  width: 24.5px;
  height: 4.8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__lists .plus-icon::before {
    width: 5.6vw;
    height: 0.88vw;
  }
}
.p-reason .p-reason__texts__lists .plus-icon::after {
  width: 4.8px;
  height: 24.5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__lists .plus-icon::after {
    height: 5.6vw;
    width: 0.88vw;
  }
}
.p-reason .p-reason__texts__lists__list {
  display: flex;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__lists__list {
    display: block;
  }
}
.p-reason .p-reason__texts__lists__list__1 {
  margin-bottom: 21px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__lists__list__1 {
    margin-bottom: 0;
  }
}
.p-reason .p-reason__texts__lists__list__left {
  font-size: 24px;
  font-weight: 700;
  color: white;
  line-height: 150%;
  background: #ff76aa;
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px 0;
  border-radius: 56px 0 0 56px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__lists__list__left {
    width: 41.4666666667vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
    font-size: 4.8vw;
    padding: 1.6vw 0;
  }
}
.p-reason .p-reason__texts__lists__list__left__2 {
  background: #f27a24;
}
.p-reason .p-reason__texts__lists__list__right {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  background: #fff;
  padding: 12px 0 12px 16px;
  border-radius: 0 56px 56px 0;
  width: 406px;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__lists__list__right {
    width: 41.4666666667vw;
    border-radius: 0 0 5.3333333333vw 5.3333333333vw;
    font-size: 4vw;
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
.p-reason .p-reason__texts__lists__list__right__1 {
  border: 1px solid #ff76aa;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__lists__list__right__1 {
    border-top: none;
    border-right: 0.5333333333vw solid #ff76aa;
    border-bottom: 0.5333333333vw solid #ff76aa;
    border-left: 0.5333333333vw solid #ff76aa;
    letter-spacing: -0.2666666667vw;
  }
}
.p-reason .p-reason__texts__lists__list__right__2 {
  border: 1px solid #f27a24;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__lists__list__right__2 {
    border-top: none;
    border-right: 0.5333333333vw solid #ff76aa;
    border-bottom: 0.5333333333vw solid #ff76aa;
    border-left: 0.5333333333vw solid #ff76aa;
    padding: 2.1333333333vw 4.2666666667vw 8vw 4.2666666667vw;
  }
}
.p-reason .p-reason__texts__arrow {
  max-width: 230px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__arrow {
    max-width: 69.3333333333vw;
    margin: 0 auto 4.2666666667vw;
  }
}
.p-reason .p-reason__texts__shortening {
  font-size: 32px;
  line-height: 170%;
  font-weight: 700;
  color: white;
  background: var(--color-primary);
  height: 54px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 48px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__shortening {
    font-size: 6.4vw;
    line-height: 140%;
    height: 22.4vw;
    margin-bottom: 12.8vw;
    text-align: center;
  }
}
.p-reason .p-reason__texts__shortening::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 20px;
  height: 54px;
  border-left: 2px solid var(--color-primary);
  border-top: 2px solid var(--color-primary);
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__shortening::before {
    top: -2.1333333333vw;
    left: -2.1333333333vw;
    width: 5.3333333333vw;
    height: 14.4vw;
    border-left: 0.5333333333vw solid var(--color-primary);
    border-top: 0.5333333333vw solid var(--color-primary);
  }
}
.p-reason .p-reason__texts__shortening::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 20px;
  height: 54px;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__shortening::after {
    bottom: -2.1333333333vw;
    right: -2.1333333333vw;
    width: 5.3333333333vw;
    height: 14.4vw;
    border-right: 0.5333333333vw solid var(--color-primary);
    border-bottom: 0.5333333333vw solid var(--color-primary);
  }
}
.p-reason .p-reason__texts__point {
  background: #fff;
  height: 144px;
  width: 100%;
  padding: 40px 0 24px 24px;
  border: 2px solid var(--color-primary);
  position: relative;
  border-radius: 8px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__point {
    border-radius: 2.1333333333vw;
    padding: 8.5333333333vw 5.3333333333vw 6.4vw;
    height: initial;
    border: 0.5333333333vw solid var(--color-primary);
  }
}
.p-reason .p-reason__texts__point__head {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  background: var(--color-primary);
  width: 270px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 144px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__point__head {
    font-size: 5.6vw;
    width: 64.5333333333vw;
    height: 9.8666666667vw;
    top: -5.3333333333vw;
  }
}
.p-reason .p-reason__texts__point__li {
  color: #e4005d;
  font-size: 21px;
  line-height: 170%;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__point__li {
    font-size: 4.8vw;
    padding-left: 8vw;
  }
}
.p-reason .p-reason__texts__point__li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background: var(--color-primary);
  border-radius: 152px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__point__li::before {
    top: 24%;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.p-reason .p-reason__texts__point__li:not(:last-of-type) {
  margin-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__point__li:not(:last-of-type) {
    margin-bottom: 2.1333333333vw;
  }
}
.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;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__text__1 {
    padding-bottom: 4.2666666667vw;
  }
}
.p-reason .p-reason__texts__text__2 {
  padding-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__text__2 {
    padding-bottom: 2.1333333333vw;
  }
}
.p-reason .p-reason__texts__text__3 {
  padding-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__text__3 {
    padding-bottom: 2.1333333333vw;
  }
}
.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;
  }
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__text__5:not(:last-of-type) {
    padding-bottom: 2.1333333333vw;
  }
}
.p-reason .p-reason__texts__text__large {
  font-size: 21px;
  font-weight: 700;
  line-height: 170%;
  padding-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__text__large {
    font-size: 4.8vw;
    padding-bottom: 2.1333333333vw;
  }
}
.p-reason .p-reason__texts__text__span {
  color: #e4005d;
  font-size: 21px;
  font-weight: 700;
  line-height: 170%;
  background: white;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__texts__text__span {
    font-size: 4.8vw;
  }
}

/* --------------------------------------------------
p-point
-------------------------------------------------- */
.p-point {
  position: relative;
  padding: 72px 0;
  overflow: initial;
  background: url(../images/point-02.webp) center/cover no-repeat;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-point {
    padding: 14.9333333333vw 0 8.5333333333vw;
    background: url(../images/point-02-sp.webp) center/cover no-repeat;
  }
}
.p-point .p-point__inner {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-point .p-point__inner {
    padding: 0 5.3333333333vw;
  }
}
.p-point .p-point__people {
  position: absolute;
  bottom: -62px;
  right: -120px;
  width: 546px;
  height: 541px;
}
@media screen and (max-width: 744px) {
  .p-point .p-point__people {
    bottom: 37.3333333333vw;
    right: -16vw;
    width: 69.8666666667vw;
    height: 69.3333333333vw;
  }
}
.p-point .p-point__wrap {
  margin-left: auto;
}
.p-point .p-point__titles {
  position: relative;
  width: 330px;
  margin-bottom: 0;
}
.p-point .p-point__titles::after {
  content: "";
  position: absolute;
  bottom: 46px;
  left: 0;
  width: 152px;
  height: 4px;
  background: #fff;
}
@media screen and (max-width: 744px) {
  .p-point .p-point__titles::after {
    bottom: 8vw;
    width: 21.3333333333vw;
    height: 1.0666666667vw;
  }
}
.p-point .p-point__titles__sub {
  display: block;
  color: white;
  font-size: 23px;
}
@media screen and (max-width: 744px) {
  .p-point .p-point__titles__sub {
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.48vw;
  }
}
.p-point .p-point__titles__main {
  display: block;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 4px;
  margin-bottom: 62px;
}
@media screen and (max-width: 744px) {
  .p-point .p-point__titles__main {
    font-size: 8.5333333333vw;
    letter-spacing: 0.8533333333vw;
    width: 100%;
    margin-bottom: 13.8666666667vw;
  }
}
.p-point .p-point__ul {
  display: grid;
  gap: 24px 0;
  padding-left: 36px;
}
@media screen and (max-width: 744px) {
  .p-point .p-point__ul {
    text-align: left;
    gap: 4.2666666667vw 0;
    padding: 0;
    padding-left: 8vw;
  }
}
.p-point .p-point__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-point .p-point__li {
    font-size: 4.8vw;
    letter-spacing: 0.48vw;
  }
}
.p-point .p-point__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-point .p-point__li::before {
    left: -8vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}

/*****************************************************
/* DESC
*****************************************************/
.desc {
  background-image: url(../images/desc-01.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .desc {
    background-image: url(../images/desc-01-sp.webp);
    background-position: center left;
  }
}
.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: right;
}
.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;
  }
}

.desc-injection__wrapul {
  text-align: right;
}
@media screen and (max-width: 744px) {
  .desc-injection__wrapul {
    max-width: 87.2vw;
    margin: 0 auto;
  }
}

.sec_list {
  display: inline-block;
}
@media screen and (max-width: 744px) {
  .sec_list {
    margin: 0;
    text-align: left;
  }
}
.sec_list li {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  position: relative;
  padding: 10px 14px 10px 45px;
  display: block;
  margin-bottom: 24px;
  z-index: 1;
  color: #000000;
  line-height: 130%;
  display: inline-block;
}
@media screen and (max-width: 744px) {
  .sec_list li {
    font-size: 4.8vw;
    line-height: 150%;
    text-align: left;
    padding: 2.6666666667vw 3.7333333333vw 2.6666666667vw 12vw;
    margin-bottom: 6.4vw;
  }
}
.sec_list li:nth-of-type(2) {
  margin-left: 20px;
}
@media screen and (max-width: 744px) {
  .sec_list li:nth-of-type(2) {
    margin-left: 5.3333333333vw;
  }
}
.sec_list li:nth-of-type(3) {
  margin-left: 40px;
}
@media screen and (max-width: 744px) {
  .sec_list li:nth-of-type(3) {
    margin-left: 10.6666666667vw;
  }
}
.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%);
}
@media screen and (max-width: 744px) {
  .sec_list li:before {
    width: 6.4vw;
    height: 6.4vw;
    position: absolute;
    top: 30%;
    left: 4.8vw;
  }
}
.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(77, 60, 83);
}
@media screen and (max-width: 744px) {
  .sec_list li:after {
    transform: skew(-8deg);
    box-shadow: 1.3333333333vw 1.0666666667vw 0 0 rgb(77, 60, 83);
  }
}

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

.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: #edeef6;
}

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

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

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