@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 {
  --color-primary: #f0285a;
  --color-alpha: rgb(253.8, 237.8, 241.8);
  --color-secondary: #f593af;
  --color-strong: rgb(178, 0, 44.5);
  --gradient-primary: linear-gradient(135deg, #f0285a 0%, #f593af 50%, #f0285a 100%);
}

@font-face {
  font-family: "myFontMedium";
  src: url("../../../assets/font/futura/FuturaBT-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Bison";
  src: url("../../../assets/font/bison/Bison-Bold.woff2") format("woff2"), url("../../assets/font/bison/Bison-Bold.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bison Demi";
  src: url("../../../assets/font/bison/Bison-DemiBold.woff2") format("woff2"), url("../../../assets/font/bison/Bison-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* コンテンツ
*****************************************************/
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;
}

.animete-bar {
  position: relative;
}
.animete-bar .bar {
  width: 2px;
  height: 80px;
  position: absolute;
  z-index: 2;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .animete-bar .bar {
    width: 0.2666666667vw;
    height: 17.0666666667vw;
    top: -8.5333333333vw;
    transform: none;
  }
}
.animete-bar .bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: var(--gradient-primary);
  background-size: 200% 200%;
  animation: bggradient 10s ease infinite;
  height: 100%;
  animation: pathmove 3s cubic-bezier(0.77, 0.01, 0.7, 1) 0s infinite;
}
@media screen and (max-width: 744px) {
  .animete-bar._2 .bar {
    height: 16vw;
    top: -8vw;
  }
}
.animete-bar._3 .bar {
  top: -100px;
}
@media screen and (max-width: 744px) {
  .animete-bar._3 .bar {
    height: 10.6666666667vw;
    top: -16vw;
  }
}
.animete-bar._4 .bar {
  height: 140px;
  top: -120px;
}
@media screen and (max-width: 744px) {
  .animete-bar._4 .bar {
    height: 21.3333333333vw;
    top: -10.6666666667vw;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    height: 0;
    top: 100%;
  }
}

@keyframes bggradient {
  0% {
    background-position: 200% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bnr {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .bnr {
    width: 91.4666666667vw;
  }
}

/* ドロップシャドウ */
.shadow__level {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 744px) {
  .shadow__level {
    box-shadow: 0 0 2.6666666667vw 0 rgba(0, 0, 0, 0.2);
  }
}
.shadow__slant {
  box-shadow: 11px 16px 7px -6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 744px) {
  .shadow__slant {
    box-shadow: 2.9333333333vw 4.2666666667vw 1.8666666667vw -1.6vw rgba(0, 0, 0, 0.3);
  }
}

/*****************************************************
/* kv
*****************************************************/
.kv {
  position: relative;
  background: url(../images/kv-bg.webp) center no-repeat;
  background-size: cover;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .kv {
    background-image: url(../images/kv-bg-sp.webp);
    max-width: 100%;
    height: 144vw;
  }
}
.kv .kv__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 0 70px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .kv .kv__inner {
    max-width: 100%;
    height: 100%;
    padding: 3.2vw 0 2.1333333333vw;
  }
}
.kv .kv__medical {
  aspect-ratio: 360/82;
  width: 360px;
  padding-bottom: 33.3px;
  z-index: 10;
}
@media screen and (max-width: 744px) {
  .kv .kv__medical {
    aspect-ratio: 160/112;
    position: absolute;
    width: 42.6666666667vw;
    padding-bottom: inherit;
    top: 58.6666666667vw;
    left: 5.3333333333vw;
  }
}
.kv .kv__logo {
  aspect-ratio: 389/45;
  width: 389px;
  padding-bottom: 211px;
}
@media screen and (max-width: 744px) {
  .kv .kv__logo {
    aspect-ratio: 262/30;
    position: absolute;
    width: 69.8666666667vw;
    padding-bottom: inherit;
    top: 4.2666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.kv .kv__badge {
  aspect-ratio: 223/245;
  width: 223px;
  position: absolute;
  top: -6px;
  left: 340px;
}
@media screen and (max-width: 744px) {
  .kv .kv__badge {
    aspect-ratio: 114/124;
    width: 30.4vw;
    top: 33.0666666667vw;
    left: 17.0666666667vw;
  }
}
.kv .kv__title {
  color: #fff;
  text-shadow: 0px 0px 20px var(--color-primary), 0px 0px 20px var(--color-primary);
  font-family: var(--font-zen);
  font-size: 148px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -2.96px;
  margin-bottom: 20px;
  transform: skewX(-12deg);
  position: absolute;
  top: 200px;
  left: 0;
}
@media screen and (max-width: 744px) {
  .kv .kv__title {
    text-shadow: 0px 0px 5.3333333333vw var(--color-primary), 0px 0px 5.3333333333vw var(--color-primary), 0px 0px 5.3333333333vw var(--color-primary);
    font-size: 20.2666666667vw;
    line-height: 150%;
    letter-spacing: -0.4053333333vw;
    text-align: center;
    width: 100%;
    top: 8vw;
    left: 50%;
    transform: translateX(-50%) skewX(-12deg);
    z-index: 1;
  }
}
.kv .kv__band {
  display: flex;
  position: relative;
  max-width: 660px;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .kv .kv__band {
    max-width: 100%;
    position: absolute;
    bottom: 0;
  }
}
.kv .kv-band__text {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 4.68px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .kv .kv-band__text {
    color: #fff;
    text-align: center;
    font-size: 5.6vw;
    line-height: 140%;
    letter-spacing: 2.24vw;
    margin: 0 auto 2.1333333333vw;
    z-index: 1;
  }
}
.kv .kv-band__img {
  aspect-ratio: 322/198;
  width: 322px;
  z-index: 1;
  position: absolute;
  top: -40px;
  right: 0;
}
@media screen and (max-width: 744px) {
  .kv .kv-band__img {
    aspect-ratio: 214/127;
    width: 57.0666666667vw;
    top: -34.6666666667vw;
    right: initial;
    left: 3.2vw;
  }
}

/*****************************************************
/* p-lead
*****************************************************/
.p-lead .p-lead__inner {
  background: white;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  margin: 114.5px auto 139.5px;
}
@media screen and (max-width: 744px) {
  .p-lead .p-lead__inner {
    margin: 0;
    padding-bottom: 14.9333333333vw;
  }
}
.p-lead .p-lead__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  width: 580px;
  height: 408px;
  z-index: 0;
}
@media (max-width: 1200px) {
  .p-lead .p-lead__img {
    left: 0;
  }
}
@media screen and (max-width: 744px) {
  .p-lead .p-lead__img {
    top: 0;
    width: 100%;
    height: 37.3333333333vw;
    z-index: 0;
    transform: initial;
  }
}
.p-lead .p-lead-img__abyss {
  position: absolute;
  top: -78px;
  left: -58px;
  z-index: -1;
  width: 160px;
  height: 160px;
  background: var(--gradient-primary);
  background-size: 200% 200%;
  animation: bggradient 10s ease infinite;
}
@media (max-width: 1200px) {
  .p-lead .p-lead-img__abyss {
    left: -8px;
  }
}
@media screen and (max-width: 744px) {
  .p-lead .p-lead-img__abyss {
    display: none;
  }
}
.p-lead .p-lead__texts {
  max-width: 590px;
  width: 100%;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-lead .p-lead__texts {
    max-width: 154.6666666667vw;
    padding-top: 34.1333333333vw;
  }
}
.p-lead .p-lead-texts__title {
  font-feature-settings: "palt" on;
  font-family: var(--font-zen);
  font-size: 52px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 5.2px;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-lead .p-lead-texts__title {
    font-size: 8.5333333333vw;
    line-height: 150%;
    letter-spacing: 1.7066666667vw;
    text-align: center;
    margin-bottom: 2.1333333333vw;
  }
}
.p-lead .p-lead-texts__title strong {
  color: var(--color-primary);
  font-feature-settings: "palt" on;
  font-family: var(--font-zen);
  font-size: 52px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 5.2px;
}
@media screen and (max-width: 744px) {
  .p-lead .p-lead-texts__title strong {
    font-size: 8.5333333333vw;
    line-height: 150%;
    letter-spacing: 1.7066666667vw;
  }
}
.p-lead .p-lead-texts__text1 {
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 24px;
  padding-left: 50px;
}
@media screen and (max-width: 744px) {
  .p-lead .p-lead-texts__text1 {
    text-align: center;
    font-size: 4.8vw;
    padding: 4.2666666667vw;
  }
}
.p-lead .p-lead-texts__text1 strong {
  color: var(--color-primary);
  font-size: 27px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .p-lead .p-lead-texts__text1 strong {
    font-size: 5.6vw;
  }
}
.p-lead .p-lead-texts__text2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 200%;
  padding-left: 50px;
}
@media screen and (max-width: 744px) {
  .p-lead .p-lead-texts__text2 {
    text-align: center;
    font-size: 4vw;
    padding-left: 0;
  }
}

/* --------------------------------------------------
 p-effect
-------------------------------------------------- */
.p-effect {
  padding: 80px 20px 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .p-effect {
    padding: 12.8vw 4.2666666667vw 24.5333333333vw;
  }
}
.p-effect .p-effect__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.p-effect .p-effect__h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-effect .p-effect__h2 {
    font-size: 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-effect .p-effect__card {
  position: relative;
  padding-top: 70px;
}
@media screen and (max-width: 744px) {
  .p-effect .p-effect__card {
    padding-top: 18.6666666667vw;
  }
}
.p-effect .p-effect__card:not(:last-of-type) {
  margin-bottom: 48px;
}
@media screen and (max-width: 744px) {
  .p-effect .p-effect__card:not(:last-of-type) {
    margin-bottom: 18.1333333333vw;
  }
}
.p-effect .p-effect__card .p-effect-card__numbers {
  display: flex;
  align-items: center;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 744px) {
  .p-effect .p-effect__card .p-effect-card__numbers {
    left: initial;
    top: initial;
    bottom: -13.6vw;
    right: 0;
    z-index: 2;
  }
}
.p-effect .p-effect__card .p-effect-card__numbers--odd {
  right: 0;
  justify-content: right;
}
.p-effect .p-effect__card .p-effect-card-numbers__left {
  display: flex;
  align-items: center;
}
.p-effect .p-effect__card .p-effect-card-numbers-left__text1 {
  font-family: var(--font-zen);
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  background: var(--gradient-primary);
  background-size: 200% 200%;
  animation: bggradient 10s ease infinite;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: skewX(-12deg);
}
@media screen and (max-width: 744px) {
  .p-effect .p-effect__card .p-effect-card-numbers-left__text1 {
    opacity: 0.7;
    font-size: 6.4vw;
  }
}
.p-effect .p-effect__card .p-effect-card-numbers-left__text2 {
  font-feature-settings: "palt" on;
  font-family: var(--font-zen);
  font-size: 80px;
  line-height: 100%;
  transform: skewX(-12deg);
  line-height: 85%;
  padding-left: 5px;
  background: var(--gradient-primary);
  background-size: 200% 200%;
  animation: bggradient 10s ease infinite;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 744px) {
  .p-effect .p-effect__card .p-effect-card-numbers-left__text2 {
    opacity: 0.7;
    font-size: 21.3333333333vw;
    padding-left: 1.3333333333vw;
  }
}
.p-effect .p-effect__card .p-effect-card_numbers__right {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  padding-left: 15.7px;
}
@media screen and (max-width: 744px) {
  .p-effect .p-effect__card .p-effect-card_numbers__right {
    font-size: 3.4666666667vw;
    padding-left: 2.9333333333vw;
  }
}
.p-effect .p-effect__card .p-effect-card-img__wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 744px) {
  .p-effect .p-effect__card .p-effect-card-img__wrap {
    right: 2.4vw;
    transform: initial;
  }
}
.p-effect .p-effect__card .p-effect-card-img__wrap--odd {
  left: 0;
}
.p-effect .p-effect__card .p-effect-card-img__abyss {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: -1;
  width: 160px;
  height: 160px;
  background: var(--gradient-primary);
  background-size: 200% 200%;
  animation: bggradient 10s ease infinite;
}
@media screen and (max-width: 744px) {
  .p-effect .p-effect__card .p-effect-card-img__abyss {
    top: -2.1333333333vw;
    right: -2.1333333333vw;
    width: 32vw;
    height: 32vw;
  }
}
.p-effect .p-effect__card .p-effect-card-img__wrap--odd {
  left: -8px;
}
@media screen and (max-width: 744px) {
  .p-effect .p-effect__card .p-effect-card-img__wrap--odd {
    left: initial;
  }
}
.p-effect .p-effect__card .p-effect-card-img__box {
  display: flex;
  gap: 13px;
  max-width: 513px;
}
@media screen and (max-width: 744px) {
  .p-effect .p-effect__card .p-effect-card-img__box {
    gap: 1.0666666667vw;
    max-width: 86.4vw;
  }
}
.p-effect .p-effect__card .p-effect-card-img-box-before__text {
  text-align: center;
  font-family: "Bison Demi";
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 4px;
  padding-top: 8px;
}
@media screen and (max-width: 744px) {
  .p-effect .p-effect__card .p-effect-card-img-box-before__text {
    padding-top: 1.0666666667vw;
    font-size: 4.8vw;
    letter-spacing: 1.0666666667vw;
  }
}
.p-effect .p-effect__card .p-effect-card-img-box-after__text {
  text-align: center;
  font-family: "Bison Demi";
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 4px;
  background: var(--gradient-primary);
  background-size: 200% 200%;
  animation: bggradient 10s ease infinite;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 8px;
}
@media screen and (max-width: 744px) {
  .p-effect .p-effect__card .p-effect-card-img-box-after__text {
    letter-spacing: 1.0666666667vw;
    padding-top: 2.1333333333vw;
    font-size: 4.8vw;
  }
}
.p-effect .p-effect__card .p-effect-tbl__wrap {
  border-radius: 56px 0px 0px 0px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #ffbfce;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  max-width: 550px;
  z-index: 1;
  padding: 24px 74px 24px 37px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 744px) {
  .p-effect .p-effect__card .p-effect-tbl__wrap {
    max-width: 100%;
    padding: 21.3333333333vw 4.2666666667vw 4.2666666667vw;
    margin-top: 24vw;
    font-size: 3.2vw;
    letter-spacing: 0.2666666667vw;
    border-radius: 0px 0px 0px 10.6666666667vw;
    box-shadow: 0px 0px 2.6666666667vw 0px #ffbfce;
  }
}
.p-effect .p-effect__card .p-effect-tbl__wrap::after {
  position: absolute;
  content: "";
  width: 164px;
  height: 134px;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../images/effect-05.webp) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 744px) {
  .p-effect .p-effect__card .p-effect-tbl__wrap::after {
    top: 16vw;
    width: 21.8666666667vw;
    height: 17.8666666667vw;
  }
}
.p-effect .p-effect__card .p-effect-tbl__wrap table th {
  width: 128px;
  vertical-align: top;
  text-align: left;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
}
@media screen and (max-width: 744px) {
  .p-effect .p-effect__card .p-effect-tbl__wrap table th {
    width: 22.1333333333vw;
    padding: 0;
    padding-bottom: 0.5333333333vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0;
  }
}
.p-effect .p-effect__card .p-effect-tbl__wrap table td {
  line-height: 150%;
}
@media screen and (max-width: 744px) {
  .p-effect .p-effect__card .p-effect-tbl__wrap table td {
    line-height: 1.3;
    font-size: 3.4666666667vw;
  }
}
.p-effect .p-effect__card .p-effect-tbl__wrap--odd {
  margin-left: auto;
  padding: 24px 37px 24px 74px;
  border-radius: 0px 0px 56px 0px;
}
@media screen and (max-width: 744px) {
  .p-effect .p-effect__card .p-effect-tbl__wrap--odd {
    padding: 21.3333333333vw 4.2666666667vw 4.2666666667vw;
    border-radius: 0px 0px 0px 10.6666666667vw;
  }
}

.background-video__wrap1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .background-video__wrap1 {
    width: 100%;
  }
}

.background-video__video1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------------------------------------------
 p-about
-------------------------------------------------- */
.p-about {
  padding: 72px 0;
  background: url(../images/about-bg.webp) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 744px) {
  .p-about {
    padding: 12.8vw 0;
    background-image: url(../images/about-bg-sp.webp);
  }
}
.p-about .p-about__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.p-about .p-about-figure__wrap {
  position: relative;
}
.p-about .p-about__h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__h2 {
    margin-bottom: 6.4vw;
    font-size: 6.4vw;
  }
}
.p-about .p-about__img {
  position: absolute;
  top: 0;
  right: -142px;
  width: 746px;
  height: 380px;
  z-index: 1;
}
@media (max-width: 1400px) {
  .p-about .p-about__img {
    right: 0;
  }
}
@media screen and (max-width: 744px) {
  .p-about .p-about__img {
    width: 66.1333333333vw;
    height: 41.0666666667vw;
    right: 0;
  }
}
.p-about .p-about-img__abyss {
  position: absolute;
  top: -8px;
  right: -150px;
  z-index: 0;
  width: 160px;
  height: 160px;
  background: var(--gradient-primary);
  background-size: 200% 200%;
  animation: bggradient 10s ease infinite;
}
@media (max-width: 1400px) {
  .p-about .p-about-img__abyss {
    right: -8px;
  }
}
@media screen and (max-width: 744px) {
  .p-about .p-about-img__abyss {
    display: none;
  }
}
.p-about .p-about__texts {
  max-width: 580px;
  margin-right: auto;
  position: relative;
  padding-top: 32px;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__texts {
    padding-top: 4.2666666667vw;
    max-width: 154.6666666667vw;
  }
}
.p-about .p-about-texts__title {
  font-family: var(--font-zen);
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 4px;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-about .p-about-texts__title {
    font-size: 8.5333333333vw;
    letter-spacing: 0.5333333333vw;
    margin-bottom: 8.5333333333vw;
    padding-left: 4.2666666667vw;
  }
}
.p-about .p-about-texts__title strong {
  color: var(--color-primary);
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 4px;
}
@media screen and (max-width: 744px) {
  .p-about .p-about-texts__title strong {
    font-size: 8.5333333333vw;
    letter-spacing: 0.5333333333vw;
  }
}
.p-about .p-about-texts__text1 {
  line-height: 200%;
}
@media screen and (max-width: 744px) {
  .p-about .p-about-texts__text1 {
    font-size: 4vw;
    line-height: 170%;
    padding: 0 4.2666666667vw;
  }
}
.p-about .p-about-img__flow {
  padding: 72px 0 64px;
}
@media screen and (max-width: 744px) {
  .p-about .p-about-img__flow {
    padding: 6.4vw 4.2666666667vw 12.8vw;
  }
}
.p-about .p-about__detail {
  border: 8px solid var(---PRP-, #f0285a);
  background: #fff;
  padding: 40px 80px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__detail {
    border: 1.0666666667vw solid var(---PRP-, #f0285a);
    padding: 8.5333333333vw 6.4vw;
    margin: 0 4.2666666667vw;
  }
}
.p-about .p-about__detail::after {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: url(../images/about-03.webp) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 744px) {
  .p-about .p-about__detail::after {
    top: -6.9333333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 12.8vw;
    height: 12.8vw;
  }
}
.p-about .p-about-detail-title__wrap {
  text-align: center;
  padding-bottom: 21px;
}
@media screen and (max-width: 744px) {
  .p-about .p-about-detail-title__wrap {
    padding-bottom: 6.4vw;
  }
}
.p-about .p-about-detail__title {
  color: var(--color-primary);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  padding-bottom: 21px;
  display: inline;
  padding: 0 10px;
  background: linear-gradient(180deg, transparent 60%, #fafa64 60%);
}
@media screen and (max-width: 744px) {
  .p-about .p-about-detail__title {
    font-size: 6.4vw;
    padding-bottom: 5.6vw;
    padding: 0 2.6666666667vw;
  }
}
.p-about .p-about-detail__text {
  padding-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-about .p-about-detail__text {
    font-size: 4vw;
    padding-bottom: 6.4vw;
  }
}
.p-about .p-about-detail__btn {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  max-width: 600px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-about .p-about-detail__btn {
    font-size: 4.8vw;
    max-width: 78.6666666667vw;
    height: 16.5333333333vw;
    line-height: 130%;
  }
}
.p-about .p-about-detail__btn:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px white;
  border-right: solid 2px white;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 744px) {
  .p-about .p-about-detail__btn:after {
    width: 3.2vw;
    height: 3.2vw;
    border: 0;
    border-top: solid 0.5333333333vw white;
    border-right: solid 0.5333333333vw white;
    right: 5.3333333333vw;
  }
}
@media (min-width: 745px) {
  .p-about .p-about-detail__btn:hover:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #f0285a;
    border-right: solid 2px #f0285a;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (min-width: 745px) and (max-width: 744px) {
  .p-about .p-about-detail__btn:hover:after {
    width: 3.2vw;
    height: 3.2vw;
    border: 0;
    border-top: solid 0.5333333333vw #f0285a;
    border-right: solid 0.5333333333vw #f0285a;
    right: 5.3333333333vw;
  }
}
.p-about .p-about-detail__btn a {
  background: var(--gradient-primary);
  background-size: 200% 200%;
  animation: bggradient 10s ease infinite;
  border-radius: 69px;
  color: #fff;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
}
@media (min-width: 745px) {
  .p-about .p-about-detail__btn a:hover {
    background: linear-gradient(to right, white, white);
    color: var(--color-primary);
    border: 1px solid #f0285a;
  }
}

/* --------------------------------------------------
 p-recommend
-------------------------------------------------- */
.p-recommend {
  width: auto;
  padding: 72px 20px 56px;
  background: #f1f0eb;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-recommend {
    padding: 10.6666666667vw 4.2666666667vw 5.3333333333vw;
  }
}
.p-recommend::before {
  content: "";
  position: absolute;
  bottom: 119px;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 0;
  background: url(../images/recommend-05.webp) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 744px) {
  .p-recommend::before {
    background-image: url(../images/recommend-05-sp.webp);
    bottom: 31.7333333333vw;
    height: 16vw;
  }
}
.p-recommend::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 0;
  background: #faa0b4;
}
@media screen and (max-width: 744px) {
  .p-recommend::after {
    height: 32vw;
  }
}
.p-recommend .p-recommend__inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.p-recommend .p-recommend__inner::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -450px;
  width: 1232px;
  height: 800px;
  z-index: -1;
  background: url(../images/recommend-01.webp) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__inner::after {
    width: 69.0666666667vw;
    height: 74.6666666667vw;
    right: -4.2666666667vw;
    top: -10.6666666667vw;
    background-image: url(../images/recommend-01-sp.webp);
  }
}
.p-recommend .p-recommend-title1__wrap {
  padding-bottom: 36px;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend-title1__wrap {
    padding-bottom: 9.6vw;
  }
}
.p-recommend .p-recommend-title1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  max-width: 540px;
  padding-bottom: 24px;
  position: relative;
  border-bottom: 2px solid black;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend-title1 {
    font-size: 6.4vw;
    line-height: 130%;
    letter-spacing: 0.2666666667vw;
    max-width: 60.2666666667vw;
    padding-bottom: 4.2666666667vw;
    border-bottom: 0.5333333333vw solid black;
  }
}
.p-recommend .p-recommend-title1 span {
  color: var(--color-primary);
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend-title1 span {
    font-size: 6.4vw;
    line-height: 130%;
    letter-spacing: 0.2666666667vw;
  }
}
.p-recommend .p-recommend-item {
  margin: 0 auto;
  max-width: 1366px;
  padding-left: 0px;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend-item {
    padding-left: 0;
  }
}
.p-recommend .p-recommend-lists__wrap {
  display: flex;
  align-items: end;
  max-width: 674px;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend-lists__wrap {
    align-items: baseline;
    flex-direction: column-reverse;
    max-width: 100%;
  }
}
.p-recommend .fadein__lists {
  padding-bottom: 64px;
}
@media screen and (max-width: 744px) {
  .p-recommend .fadein__lists {
    padding-bottom: 8.5333333333vw;
  }
}
.p-recommend .fadein__list {
  line-height: normal;
  opacity: 0.6;
  background: var(--White, #fff);
  display: table;
  font-size: 21px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-recommend .fadein__list {
    font-size: 3.6vw;
    font-weight: 700;
    line-height: 150%;
    width: 68.5333333333vw;
  }
}
.p-recommend .fadein__list:not(:last-of-type) {
  margin-bottom: 12px;
}
@media screen and (max-width: 744px) {
  .p-recommend .fadein__list:not(:last-of-type) {
    margin-bottom: 2.1333333333vw;
  }
}
.p-recommend .fadein__list::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 16px;
  width: 10px;
  height: 25px;
  border-right: 4px solid #f0285a;
  border-bottom: 4px solid #f0285a;
}
@media screen and (max-width: 744px) {
  .p-recommend .fadein__list::after {
    left: 2.6666666667vw;
    width: 1.6vw;
    height: 4vw;
    border-right: 0.6666666667vw solid #f0285a;
    border-bottom: 0.6666666667vw solid #f0285a;
    top: 1.3333333333vw;
    transform: translateY(0%) rotate(45deg);
  }
}
.p-recommend .fadein__list span {
  color: var(--color-primary);
  font-size: 21px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 744px) {
  .p-recommend .fadein__list span {
    color: var(--color-primary);
    font-size: 3.6vw;
  }
}
.p-recommend .fadein__list1 {
  padding: 4.2px 19.2px 4.2px 50.4px;
}
@media screen and (max-width: 744px) {
  .p-recommend .fadein__list1 {
    padding: 1.2vw 1.7333333333vw 1.2vw 7.2vw;
  }
}
.p-recommend .fadein__list2 {
  padding: 4.2px 19.2px 4.2px 50.4px;
}
@media screen and (max-width: 744px) {
  .p-recommend .fadein__list2 {
    padding: 1.2vw 1.7333333333vw 1.2vw 7.2vw;
  }
}
.p-recommend .fadein__list3 {
  padding: 4.2px 19.2px 4.2px 50.4px;
}
@media screen and (max-width: 744px) {
  .p-recommend .fadein__list3 {
    padding: 1.2vw 1.7333333333vw 1.2vw 7.2vw;
  }
}
.p-recommend .fadein__list4 {
  padding: 4.2px 19.2px 4.2px 50.4px;
}
@media screen and (max-width: 744px) {
  .p-recommend .fadein__list4 {
    padding: 1.2vw 1.7333333333vw 1.2vw 7.2vw;
  }
}
.p-recommend .fadein__list__icon.active {
  opacity: 1;
  transform: scale(1.25);
}
.p-recommend .fadein__list--active {
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: scale(1.25);
  opacity: 1;
}
@media screen and (max-width: 744px) {
  .p-recommend .fadein__list--active {
    transform: scale(1.35) translate(8.8vw, 0px);
  }
}
@media screen and (max-width: 744px) {
  .p-recommend .tabBox {
    width: 100%;
    margin: 0 auto;
  }
}
.p-recommend .tabBox .tabBox-tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-recommend .tabBox .tabBox-tabs li {
  width: 32.5%;
  height: 75px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: rgb(240, 40, 90);
  background: linear-gradient(90deg, rgb(241, 142, 164) 0%, rgb(244, 159, 177) 100%);
  font-size: 21px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 744px) {
  .p-recommend .tabBox .tabBox-tabs li {
    width: 32%;
    height: 12.2666666667vw;
    font-size: 3.2vw;
    border-top-left-radius: 2.6666666667vw;
    border-top-right-radius: 2.6666666667vw;
  }
}
.p-recommend .tabBox .tabBox-tabs li.ui-tabs-active.ui-state-active, .p-recommend .tabBox .tabBox-tabs li:hover {
  background: linear-gradient(90deg, rgb(240, 40, 90) 0%, rgb(255, 110, 160) 100%);
}
.p-recommend .tabBox .tabBox-tabs li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-recommend .tabBox .tabBox-tabs li a {
    line-height: 1.2;
  }
}
.p-recommend .tabBox .tabBox-tabs li span {
  font-size: 32px;
}
@media screen and (max-width: 744px) {
  .p-recommend .tabBox .tabBox-tabs li span {
    font-size: 4.2666666667vw;
  }
}
.p-recommend .tabBox .tabBox-tabs li span small {
  font-size: 26px;
}
@media screen and (max-width: 744px) {
  .p-recommend .tabBox .tabBox-tabs li span small {
    font-size: 3.2vw;
  }
}
.p-recommend .tabBox .tabBox-wrapper {
  background: url(../images/recommend-06.webp) no-repeat left top;
  background-size: 100% 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-recommend .tabBox .tabBox-wrapinner {
  width: 100%;
  overflow: hidden;
  padding: 30px 50px 40px;
}
@media screen and (max-width: 744px) {
  .p-recommend .tabBox .tabBox-wrapinner {
    width: auto;
    padding: 4.2666666667vw 2.1333333333vw;
  }
}
.p-recommend .tabBox #tab1-face {
  background: url(../images/recommend-03.webp) no-repeat left top;
  background-size: auto 100%;
  background-position-x: -40px;
}
@media screen and (max-width: 744px) {
  .p-recommend .tabBox #tab1-face {
    background: url(../images/recommend-03-sp.webp) no-repeat left top;
    background-size: 40vw auto;
  }
}
.p-recommend .tabBox #tab2-body {
  background: url(../images/recommend-02.webp) no-repeat left top;
  background-size: auto 100%;
}
@media screen and (max-width: 744px) {
  .p-recommend .tabBox #tab2-body {
    background: url(../images/recommend-02-sp.webp) no-repeat left top;
    background-size: 40vw auto;
  }
}
.p-recommend .tabBox #tab3-volume {
  background: url(../images/recommend-04.webp) no-repeat left top;
  background-size: auto 100%;
}
@media screen and (max-width: 744px) {
  .p-recommend .tabBox #tab3-volume {
    background: url(../images/recommend-04-sp.webp) no-repeat left top;
    background-size: 40vw auto;
  }
}
.p-recommend .tabBox .tabBox-inner {
  width: 100%;
  max-width: 530px;
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 744px) {
  .p-recommend .tabBox .tabBox-inner {
    max-width: 100%;
  }
}
.p-recommend .tabBox .tabBox-inner .p-ttl {
  font-weight: 600;
  font-size: 36px;
  color: var(--color-primary);
  margin-bottom: 30px;
  letter-spacing: 3px;
}
@media screen and (max-width: 744px) {
  .p-recommend .tabBox .tabBox-inner .p-ttl {
    font-size: 5.6vw;
    margin-bottom: 4.2666666667vw;
    letter-spacing: 0.5333333333vw;
    line-height: 150%;
  }
}
@media screen and (max-width: 744px) {
  .p-recommend .tabBox .tabBox-inner p {
    font-size: 4vw;
    line-height: 150%;
  }
}
.p-recommend .tabBox .p-subbox {
  margin: 40px 0 0;
}
@media screen and (max-width: 744px) {
  .p-recommend .tabBox .p-subbox {
    margin: 5.3333333333vw 0 0;
  }
}
.p-recommend .tabBox .p-subbox .p-subbox_ttl {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  width: 315px;
  height: 50px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: linear-gradient(90deg, rgb(240, 40, 90) 0%, rgb(255, 110, 160) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .p-recommend .tabBox .p-subbox .p-subbox_ttl {
    width: initial;
    font-size: 4.8vw;
    height: 10.4vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0px 0px;
    background: var(--gradient-primary);
    background-size: 200% 200%;
    animation: bggradient 10s ease infinite;
    display: inline-grid;
    padding: 0 4.2666666667vw;
  }
}
.p-recommend .tabBox .p-subbox .p-subbox_content {
  background: linear-gradient(90deg, rgb(240, 40, 90) 0%, rgb(255, 110, 160) 100%);
  padding: 2px;
}
@media screen and (max-width: 744px) {
  .p-recommend .tabBox .p-subbox .p-subbox_content {
    padding: 0;
    border: 0.5333333333vw solid var(--gradient-primary);
    background: #fff;
  }
}
.p-recommend .tabBox .p-subbox .p-subbox_list {
  list-style-type: none;
  margin: 0;
  padding: 15px 15px;
  padding-bottom: 5px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 744px) {
  .p-recommend .tabBox .p-subbox .p-subbox_list {
    padding: 4.2666666667vw 4.2666666667vw 2.1333333333vw 4.2666666667vw;
    padding-bottom: 1.3333333333vw;
  }
}
.p-recommend .tabBox .p-subbox .p-subbox_list li {
  background: var(--color-primary);
  width: auto;
  min-width: 40px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 8px 16px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 20px;
  font-size: 14px;
}
@media screen and (max-width: 744px) {
  .p-recommend .tabBox .p-subbox .p-subbox_list li {
    min-width: 10.6666666667vw;
    font-size: 3.4666666667vw;
    padding: 1.0666666667vw 2.1333333333vw;
    margin-right: 1.0666666667vw;
    margin-bottom: 2.1333333333vw;
    line-height: 100%;
    border-radius: 5.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p-recommend .tabBox .pttl-txt {
    max-width: 44.5333333333vw;
    width: 100%;
    margin-left: 42.6666666667vw;
  }
}

/* --------------------------------------------------
 mechanism
-------------------------------------------------- */
.p-mechanism {
  background: linear-gradient(180deg, #faa0b4 0%, #ff839f 100%);
}
.p-mechanism .p-mechanism__inner {
  max-width: 1080px;
  padding: 0 40px 72px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p-mechanism .p-mechanism__inner {
    padding: 0 4.2666666667vw 8.5333333333vw;
  }
}
.p-mechanism .p-mechanism__title {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 64px;
}
@media screen and (max-width: 744px) {
  .p-mechanism .p-mechanism__title {
    font-size: 6.4vw;
    margin-bottom: 12.8vw;
  }
}
.p-mechanism .p-mechanism-content__wrap {
  position: relative;
}
.p-mechanism .p-mechanism-content__wrap::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -8px;
  width: 160px;
  height: 160px;
  background: var(--gradient-primary);
  background-size: 200% 200%;
  animation: bggradient 10s ease infinite;
  z-index: 0;
}
@media screen and (max-width: 744px) {
  .p-mechanism .p-mechanism-content__wrap::before {
    bottom: -2.1333333333vw;
    left: -2.1333333333vw;
    width: 32vw;
    height: 32vw;
  }
}
.p-mechanism .p-mechanism-content__wrap::after {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  width: 160px;
  height: 160px;
  background: var(--gradient-primary);
  background-size: 200% 200%;
  animation: bggradient 10s ease infinite;
  z-index: 0;
}
@media screen and (max-width: 744px) {
  .p-mechanism .p-mechanism-content__wrap::after {
    top: -2.1333333333vw;
    right: -2.1333333333vw;
    width: 32vw;
    height: 32vw;
  }
}
.p-mechanism .anime-auto-rotate {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-mechanism .anime-auto-rotate .anime-auto-rotate__scroll {
  position: absolute;
  width: 160px;
  height: 160px;
  bottom: -80px;
  right: -80px;
}
@media screen and (max-width: 744px) {
  .p-mechanism .anime-auto-rotate .anime-auto-rotate__scroll {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    position: absolute;
    bottom: -10.6666666667vw;
    right: -10.6666666667vw;
    z-index: 2;
  }
}
.p-mechanism .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-mechanism .p-mechanism__content {
  background: #fff;
  padding: 32px 40px;
  margin-bottom: 32px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-mechanism .p-mechanism__content {
    padding: 6.4vw 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-mechanism .p-mechanism__cards {
  display: flex;
  gap: 80px;
  max-width: 720px;
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-mechanism .p-mechanism__cards {
    gap: 5.0666666667vw;
    max-width: 100%;
    margin: 0 auto 4.2666666667vw;
  }
}
.p-mechanism .p-mechanism__cards::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 80px;
  background: url(../images/mechanism-03.webp) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 744px) {
  .p-mechanism .p-mechanism__cards::after {
    background-image: url(../images/mechanism-03-sp.webp);
    width: 2.9333333333vw;
    height: 10.6666666667vw;
  }
}
.p-mechanism .p-mechanism__headings {
  display: flex;
}
.p-mechanism .p-mechanism-heading__before {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  width: 80px;
  height: 70px;
  border-radius: 0 32px 0 0;
  background: #444;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .p-mechanism .p-mechanism-heading__before {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    width: 4vw;
    height: 12vw;
    font-size: 2.9333333333vw;
    border-radius: 0px 0px 0px 2.1333333333vw;
  }
}
.p-mechanism .p-mechanism-heading__after {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  width: 80px;
  height: 70px;
  border-radius: 0 32px 0 0;
  background: #f0285a;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .p-mechanism .p-mechanism-heading__after {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    width: 4vw;
    height: 12vw;
    font-size: 2.9333333333vw;
    border-radius: 0px 0px 0px 2.1333333333vw;
  }
}
.p-mechanism .p-mechanism-heading__text {
  font-size: 21px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
}
@media screen and (max-width: 744px) {
  .p-mechanism .p-mechanism-heading__text {
    font-size: 3.2vw;
    line-height: 130%;
    padding-left: 1.6vw;
  }
}
.p-mechanism .p-mechanism-heading__text--after {
  color: var(--color-primary);
}
.p-mechanism .p-mechanism-card__img {
  padding: 16px 28px 24px;
  border: 1px solid #444;
}
@media screen and (max-width: 744px) {
  .p-mechanism .p-mechanism-card__img {
    padding: 4.2666666667vw 2.1333333333vw;
    border: 0.2666666667vw solid #444;
  }
}
.p-mechanism .p-mechanism-card__img--after {
  border: 1px solid #f0285a;
}
@media screen and (max-width: 744px) {
  .p-mechanism .p-mechanism-card__img--after {
    border: 0.2666666667vw solid #f0285a;
  }
}
.p-mechanism .p-mechanism-content__text {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  padding: 16px 40px;
  background: #ffecef;
}
@media screen and (max-width: 744px) {
  .p-mechanism .p-mechanism-content__text {
    padding: 4.2666666667vw;
    font-size: 4.8vw;
  }
}
.p-mechanism .p-mechanism-content__text span {
  color: #ff4164;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 744px) {
  .p-mechanism .p-mechanism-content__text span {
    font-size: 4.8vw;
  }
}
.p-mechanism .bnr {
  display: flex;
}

/* --------------------------------------------------
 p-reason
-------------------------------------------------- */
.p-reason {
  position: relative;
}
.p-reason::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background: url(../images/reason-bg.webp) center no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .p-reason::before {
    background-image: url(../images/reason-bg-sp.webp);
    height: 42.6666666667vw;
  }
}
.p-reason::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 120px;
  background: url(../images/reason-05.webp) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 744px) {
  .p-reason::after {
    background-image: url(../images/reason-05-sp.webp);
    height: 10.6666666667vw;
    width: 100%;
  }
}
.p-reason .p-reason__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 72px 0 144px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__inner {
    padding: 12.8vw 4.2666666667vw 17.0666666667vw;
  }
}
.p-reason .p-reason__h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 124px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__h2 {
    font-size: 6.4vw;
    line-height: 130%;
    margin-bottom: 19.2vw;
  }
}
.p-reason .p-reason__cards {
  position: relative;
}
.p-reason .anime-auto-rotate2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.p-reason .anime-auto-rotate2 .anime-auto-rotate__scroll {
  position: absolute;
  width: 160px;
  height: 160px;
  bottom: -80px;
  right: -80px;
}
@media screen and (max-width: 744px) {
  .p-reason .anime-auto-rotate2 .anime-auto-rotate__scroll {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    position: absolute;
    bottom: -26.6666666667vw;
    right: -10.6666666667vw;
    z-index: 2;
  }
}
.p-reason .anime-auto-rotate2 .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-reason .p-reason__card {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__card {
    display: grid;
    gap: 0;
  }
}
.p-reason .p-reason__card:not(:last-of-type) {
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__card:not(:last-of-type) {
    margin-bottom: 8.5333333333vw;
  }
}
.p-reason .p-reason__card--even {
  flex-direction: row-reverse;
}
.p-reason .p-reason__fig {
  max-width: 452px;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__fig {
    display: contents;
    max-width: 100%;
  }
}
.p-reason .p-reason-card__headings {
  display: flex;
  padding-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason-card__headings {
    padding-bottom: 0;
  }
}
.p-reason .p-reason-card-headings__box {
  width: 80px;
  height: 80px;
  background: var(--gradient-primary);
  background-size: 200% 200%;
  animation: bggradient 10s ease infinite;
  padding: 6px 2.6px;
  margin-right: 12px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason-card-headings__box {
    width: 14.9333333333vw;
    height: 16vw;
    padding: 1.6vw 0.6933333333vw;
    margin-right: 3.2vw;
  }
}
.p-reason .p-reason-card-headings-box__text1 {
  color: #fff;
  text-align: center;
  font-family: var(--font-zen);
  font-weight: 600;
  line-height: 130%;
  transform: skewX(-10deg);
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason-card-headings-box__text1 {
    font-size: 2.9866666667vw;
  }
}
.p-reason .p-reason-card-headings-box__text2 {
  color: #fff;
  text-align: center;
  font-family: var(--font-zen);
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  transform: skewX(-14deg);
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason-card-headings-box__text2 {
    font-size: 8.96vw;
  }
}
.p-reason .p-reason-card-headings-title__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-reason .p-reason-card-headings__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason-card-headings__title {
    font-size: 5.6vw;
    line-height: 130%;
  }
}
.p-reason .p-reason-card-headings__title span {
  color: var(--color-primary);
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason-card-headings__title span {
    font-size: 5.6vw;
    line-height: 130%;
  }
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason-card-headings__p {
    order: 2;
    font-size: 4vw;
  }
}
.p-reason .p-reason__img {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__img {
    order: 1;
    padding-bottom: 4.2666666667vw;
    max-width: 100%;
  }
}
.p-reason .p-reason__img img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------
 p-feature
-------------------------------------------------- */
.p-feature {
  background: #ecebe6;
  position: relative;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 744px) {
  .p-feature {
    padding: 0;
  }
}
.p-feature .bg-text-slider {
  align-items: center;
  display: flex;
  height: 144px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  z-index: 0;
  bottom: -3px;
}
@media screen and (max-width: 744px) {
  .p-feature .bg-text-slider {
    height: 13.6vw;
    bottom: 0;
  }
}
.p-feature .bg-text-slider ul {
  animation: flowing 200s linear infinite;
  font-size: 20px;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
.p-feature .bg-text-slider ul li {
  display: inline-block;
  padding-right: 40px;
  color: #ff6ea0;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 218px;
  line-height: 100%;
  opacity: 0.1;
  letter-spacing: -17.44px;
}
@media screen and (max-width: 744px) {
  .p-feature .bg-text-slider ul li {
    padding-right: 10.6666666667vw;
    bottom: 0;
    text-align: center;
    font-size: 20.5333333333vw;
    letter-spacing: -1.6426666667vw;
  }
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-feature .p-feature__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 72px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__inner {
    padding-top: 14.9333333333vw;
    padding-bottom: 14.9333333333vw;
  }
}
.p-feature .p-feature__h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 77px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__h2 {
    font-size: 6.4vw;
    margin-bottom: 14.9333333333vw;
  }
}
.p-feature .p-feature__cards {
  padding: 0 50px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__cards {
    padding: 0 4.2666666667vw;
  }
}
.p-feature .p-feature__card {
  max-width: 478px;
  width: 100%;
  padding: 32px 0px 32px 0;
  z-index: 1;
  position: relative;
  margin-bottom: 77px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__card {
    max-width: 82.9333333333vw;
    padding: 4.2666666667vw;
    margin-bottom: 14.9333333333vw;
  }
}
.p-feature .p-feature__card:before {
  position: absolute;
  content: "";
  width: 3000px;
  height: 100%;
  background: #fff;
  top: 0;
  left: -2350px;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__card:before {
    width: 100%;
    height: 100%;
    left: 0;
  }
}
.p-feature .p-feature__card--even {
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__card--even {
    max-width: 82.9333333333vw;
    padding: 4.2666666667vw;
  }
}
.p-feature .p-feature__card--even:before {
  position: absolute;
  content: "";
  width: 3000px;
  height: 100%;
  background: #fff8fa;
  top: 0;
  left: initial;
  right: -2350px;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__card--even:before {
    width: 100%;
    height: 100%;
    left: 0;
  }
}
.p-feature .p-feature__card:last-of-type {
  margin-bottom: 0;
}
.p-feature .p-feature-img__wrap {
  position: relative;
}
.p-feature .p-feature__img {
  position: absolute;
  top: -70px;
  right: -472px;
  width: 395px;
  height: 230px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__img {
    width: 42.6666666667vw;
    height: 24.5333333333vw;
    right: -12.8vw;
    top: -12.8vw;
  }
}
.p-feature .p-feature__img--even {
  left: -472px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__img--even {
    left: -12.8vw;
  }
}
.p-feature .p-feature-img__bgbox {
  position: absolute;
  top: 8px;
  right: -480px;
  width: 160px;
  height: 160px;
  background: var(--gradient-primary);
  background-size: 200% 200%;
  animation: bggradient 10s ease infinite;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-img__bgbox {
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    right: -13.8666666667vw;
    top: -3.7333333333vw;
  }
}
.p-feature .p-feature-img__bgbox--even {
  left: -480px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-img__bgbox--even {
    left: -13.8666666667vw;
  }
}
.p-feature .p-feature-card__headings {
  display: flex;
  padding-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card__headings {
    display: block;
    padding-bottom: 4.2666666667vw;
  }
}
.p-feature .p-feature-card-headings__number {
  width: 66px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card-headings__number {
    width: 14.9333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card-headings__number--even {
    margin-left: auto;
  }
}
.p-feature .p-feature-card-headings-h3__wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card-headings-h3__wrap--even {
    justify-content: right;
  }
}
.p-feature .p-feature-card-headings__h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card-headings__h3 {
    font-size: 6.4vw;
  }
}
.p-feature .p-feature-card-headings__h3::before {
  position: absolute;
  content: "";
  width: 280px;
  height: 20px;
  background-image: linear-gradient(135deg, #f02a5c 12.5%, transparent 12.5%, transparent 50%, #f02a5c 50%, #f02a5c 62.5%, transparent 62.5%, transparent 100%);
  background-size: 11.31px 11.31px;
  top: -55px;
  left: -122px;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card-headings__h3::before {
    width: 37.3333333333vw;
    height: 2.6666666667vw;
    top: -20.5333333333vw;
    left: 0;
    background-image: linear-gradient(135deg, #f02a5c 12.5%, transparent 12.5%, transparent 50%, #f02a5c 50%, #f02a5c 62.5%, transparent 62.5%, transparent 100%);
    background-size: 1.4666666667vw 1.4666666667vw;
  }
}
.p-feature .p-feature-card-headings__h3 span {
  color: var(--color-primary);
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card-headings__h3 span {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card-headings__h3 span.__3 {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card-headings__h3--even {
    text-align: right;
  }
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card-headings__h3--even::before {
    left: initial;
    right: 0;
  }
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card__text {
    font-size: 4.2666666667vw;
  }
}
.p-feature .p-feature-card__text span {
  color: var(--color-primary);
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card__text span {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card__text--even {
    font-size: 4vw;
  }
}

/* --------------------------------------------------
 症例写真
-------------------------------------------------- */
.sec_case {
  background: url(../images/bg-tile.webp);
}
.sec_case .prp-load-more-btn {
  color: var(--color-primary);
  border: solid 2px var(--color-primary);
}
@media screen and (max-width: 744px) {
  .sec_case .prp-load-more-btn {
    margin-bottom: 8vw;
  }
}
.sec_case .prp-load-more-btn:hover {
  color: #fff;
  background-color: var(--color-primary);
}
.sec_case .tab-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .sec_case .tab-container {
    gap: 2.1333333333vw;
    margin-bottom: 6.4vw;
  }
}
.sec_case .tab-btn {
  width: auto;
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 0;
  color: var(--color-primary);
  border-radius: 72px;
  border: 1px solid var(--color-primary);
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  gap: 0;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 744px) {
  .sec_case .tab-btn {
    font-size: 4vw;
    padding: 1.0666666667vw 2.1333333333vw;
  }
}
.sec_case .tab-btn.active {
  background-color: var(--color-primary);
  color: #fff;
  transform: scale(1.15);
  border-color: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .sec_case .tab-btn.active {
    transform: inherit;
  }
}
.sec_case .tab-btn.active::before {
  color: #fff;
}
.sec_case .tab-btn:hover {
  transform: scale(1.15);
  background-color: var(--color-primary);
  color: #fff;
}
@media screen and (max-width: 744px) {
  .sec_case .tab-btn:hover {
    transform: inherit;
  }
}
.sec_case .tab-btn:hover::before {
  color: #fff;
}
.sec_case .tab-content-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sec_case .tab-content {
  display: none;
}
.sec_case .tab-content.active {
  display: block;
}

/* --------------------------------------------------
 p-hybrid
-------------------------------------------------- */
.p-hybrid {
  background: url(../images/hybrid-bg.webp) center no-repeat;
  background-size: cover;
}
.p-hybrid .p-hybrid__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 72px 0;
}
@media screen and (max-width: 744px) {
  .p-hybrid .p-hybrid__inner {
    padding: 10.6666666667vw 0 0;
  }
}
.p-hybrid .p-hybrid-content__wrap {
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-hybrid .p-hybrid-content__wrap {
    padding: 0 4.2666666667vw;
  }
}
.p-hybrid .p-hybrid-content__wrap::after {
  content: "";
  position: absolute;
  top: -61px;
  right: 0;
  width: 555px;
  height: 679px;
  background: url(../images/hybrid-01.webp) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 744px) {
  .p-hybrid .p-hybrid-content__wrap::after {
    background-image: url(../images/hybrid-01-sp.webp);
    width: 34.9333333333vw;
    height: 50.6666666667vw;
    top: -10.6666666667vw;
    right: 4.2666666667vw;
  }
}
.p-hybrid .p-hybrid__content {
  max-width: 520px;
  padding-bottom: 48px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-hybrid .p-hybrid__content {
    max-width: 100%;
    padding-bottom: 8.5333333333vw;
  }
}
.p-hybrid .p-hybrid-content__h2wrap {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-hybrid .p-hybrid-content__h2wrap {
    margin-bottom: 6.4vw;
  }
}
.p-hybrid .p-hybrid-content__h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  max-width: 487px;
  padding: 0 18px;
  margin-bottom: 0;
  white-space: nowrap;
}
@media screen and (max-width: 744px) {
  .p-hybrid .p-hybrid-content__h2 {
    font-size: 5.6vw;
    line-height: 170%;
    padding: 0 3.7333333333vw;
    max-width: 100%;
  }
}
.p-hybrid .p-hybrid-content-border__left {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  width: 16px;
}
@media screen and (max-width: 744px) {
  .p-hybrid .p-hybrid-content-border__left {
    border-top: 0.2666666667vw solid #333;
    border-bottom: 0.2666666667vw solid #333;
    border-left: 0.2666666667vw solid #333;
    width: 2.1333333333vw;
  }
}
.p-hybrid .p-hybrid-content-border__right {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  width: 16px;
}
@media screen and (max-width: 744px) {
  .p-hybrid .p-hybrid-content-border__right {
    width: 2.1333333333vw;
    border-top: 0.2666666667vw solid #333;
    border-bottom: 0.2666666667vw solid #333;
    border-right: 0.2666666667vw solid #333;
  }
}
.p-hybrid .p-hybrid-content__h2--span1 {
  color: var(--color-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 744px) {
  .p-hybrid .p-hybrid-content__h2--span1 {
    font-size: 7.4666666667vw;
    line-height: 130%;
  }
}
.p-hybrid .p-hybrid-content__h2--span2 {
  color: #f09400;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 744px) {
  .p-hybrid .p-hybrid-content__h2--span2 {
    font-size: 7.4666666667vw;
    line-height: 130%;
  }
}
.p-hybrid .p-hybrid-content__h2--span3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 744px) {
  .p-hybrid .p-hybrid-content__h2--span3 {
    font-size: 4.8vw;
    line-height: 130%;
  }
}
.p-hybrid .p-hybrid-content__texts {
  padding-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-hybrid .p-hybrid-content__texts {
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 744px) {
  .p-hybrid .p-hybrid-content__text {
    font-size: 4vw;
  }
}
.p-hybrid .p-hybrid-content__text span {
  color: var(--color-primary);
  font-weight: 700;
}
.p-hybrid .js-marker {
  background-image: linear-gradient(to bottom, transparent 0%, #fafa64 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.p-hybrid .js-marker2_1 {
  font-weight: 700;
}
.p-hybrid .js-marker2_2 {
  font-weight: 700;
}
.p-hybrid .js-marker2_3 {
  font-weight: 700;
}
.p-hybrid .p-hybrid-content__text1 {
  padding-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-hybrid .p-hybrid-content__text1 {
    padding-bottom: 2.1333333333vw;
  }
}
.p-hybrid .p-hybrid-content__text2 {
  padding-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-hybrid .p-hybrid-content__text2 {
    padding-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p-hybrid .carousel__control--forward,
  .p-hybrid .carousel__control--backward {
    width: 5.3333333333vw;
    height: 21.3333333333vw;
    top: 35.4666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-hybrid .carousel__control--forward:before,
  .p-hybrid .carousel__control--backward:before {
    width: 2.4vw;
    height: 2.4vw;
    border-width: 0.5333333333vw 0.5333333333vw 0 0;
  }
}
@media screen and (max-width: 744px) {
  .p-hybrid .carousel__control--forward:before {
    right: 1.8666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-hybrid .carousel__control--backward {
    left: -1.6vw;
  }
}
@media screen and (max-width: 744px) {
  .p-hybrid .carousel__control--forward {
    right: -1.6vw;
  }
}
.p-hybrid .ctsSlider {
  display: block;
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-hybrid .ctsSlider {
    margin: 0 auto 0;
    overflow: initial;
  }
}
.p-hybrid .ctsSlider .swiper-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .p-hybrid .ctsSlider .swiper-wrapper {
    padding: 24px 0 30px !important;
  }
}
.p-hybrid .ctsSlider .swiper-slide {
  transform: scale(0.8);
  margin: 0 -15px;
  opacity: 0.5;
  transition: all 0.3s ease;
  width: 800px !important;
}
@media screen and (max-width: 744px) {
  .p-hybrid .ctsSlider .swiper-slide {
    margin: 0 5vw;
    transform: none;
    width: 84vw !important;
  }
}
.p-hybrid .ctsSlider .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 744px) {
  .p-hybrid .ctsSlider .swiper-slide.swiper-slide-active {
    transform: none;
  }
}
.p-hybrid .cts06b_slide {
  display: inline-block;
}
@media screen and (max-width: 744px) {
  .p-hybrid .cts06b_slide {
    width: 84vw !important;
  }
}
.p-hybrid .cts06b_slide .slide_inner {
  width: 100%;
}
.p-hybrid .box-wrapper {
  padding: 20px;
  background: linear-gradient(90deg, rgb(255, 189, 11) 0%, rgb(255, 110, 160) 100%);
}
@media screen and (max-width: 744px) {
  .p-hybrid .box-wrapper {
    padding: 6.4vw 4.2666666667vw 4.2666666667vw;
  }
}
.p-hybrid .box-wrapper .box-head {
  padding: 0 0 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-hybrid .box-wrapper .box-head {
    font-size: 5.6vw;
    font-weight: 700;
    line-height: 150%;
    padding-bottom: 4.2666666667vw;
  }
}
.p-hybrid .box-wrapper .box-inner {
  padding: 10px 0 54px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .p-hybrid .box-wrapper .box-inner {
    padding: 0;
    overflow: initial;
  }
}
.p-hybrid .swiper-button-prev,
.p-hybrid .swiper-button-next {
  width: 34px;
  height: 120px;
  top: 50%;
  z-index: 9;
}
@media screen and (max-width: 744px) {
  .p-hybrid .swiper-button-prev,
  .p-hybrid .swiper-button-next {
    top: 47%;
    width: 6.4vw;
    height: 32vw;
  }
}
.p-hybrid .swiper-button-prev::before,
.p-hybrid .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgb(240, 40, 90) 0%, rgb(255, 110, 160) 100%);
  z-index: 1;
  border-radius: 0 3px 3px 0;
}
@media screen and (max-width: 744px) {
  .p-hybrid .swiper-button-prev::before,
  .p-hybrid .swiper-button-next::before {
    border-radius: 0.8vw 0 0 0.8vw;
  }
}
.p-hybrid .swiper-button-prev::after,
.p-hybrid .swiper-button-next::after {
  content: "";
  position: absolute;
  display: block;
  height: 15px;
  width: 15px;
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #fff;
  top: calc(50% - 4px);
  transform: rotate(-135deg);
  right: 6px;
  z-index: 2;
}
@media screen and (max-width: 744px) {
  .p-hybrid .swiper-button-prev::after,
  .p-hybrid .swiper-button-next::after {
    width: 2.4vw;
    height: 2.4vw;
    border-width: 0.5333333333vw 0.5333333333vw 0 0;
    right: 1.0666666667vw;
  }
}
.p-hybrid .swiper-button-next {
  right: 80px;
  left: auto;
}
@media screen and (max-width: 744px) {
  .p-hybrid .swiper-button-next {
    right: -2.6666666667vw;
  }
}
.p-hybrid .swiper-button-next::before {
  border-radius: 3px 0 0 3px;
}
@media screen and (max-width: 744px) {
  .p-hybrid .swiper-button-next::before {
    border-radius: 0 0.8vw 0.8vw 0;
  }
}
.p-hybrid .swiper-button-next::after {
  transform: rotate(45deg);
  right: 8px;
}
@media screen and (max-width: 744px) {
  .p-hybrid .swiper-button-next::after {
    right: 2.1333333333vw;
  }
}
.p-hybrid .swiper-button-prev {
  left: 80px;
}
@media screen and (max-width: 744px) {
  .p-hybrid .swiper-button-prev {
    left: -2.6666666667vw;
  }
}
.p-hybrid .swiper-pagination {
  position: relative;
  text-align: center;
  bottom: -35px;
}
@media screen and (max-width: 744px) {
  .p-hybrid .swiper-pagination {
    bottom: 4.5333333333vw;
  }
}
.p-hybrid .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 8px;
  border-radius: 50%;
  background: #000;
  opacity: 0.25;
  transition: opacity 0.3s;
}
@media screen and (max-width: 744px) {
  .p-hybrid .swiper-pagination .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin: 0 1.8666666667vw;
  }
}
.p-hybrid .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 0.75;
  background: var(--color-primary);
}

.caseWrap header {
  position: relative;
  display: block;
  padding: 10px 20px 10px 129px;
  background-color: #ee94a8;
  color: #fff;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .caseWrap header {
    padding: 2.6666666667vw 4.2666666667vw 2.6666666667vw 12.8vw;
    min-height: 21.3333333333vw;
  }
}
.caseWrap header h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  .caseWrap header h3 {
    font-size: 4.8vw;
  }
}
.caseWrap header .caseNum {
  display: block;
  position: absolute;
  top: 10px;
  left: -19px;
  width: 123px;
  height: 60px;
  padding: 0 0 0 19px;
  line-height: 60px;
  background: rgb(240, 40, 90);
  background: linear-gradient(90deg, rgb(240, 40, 90) 0%, rgb(255, 110, 160) 100%);
  font-size: 26px;
}
@media screen and (max-width: 744px) {
  .caseWrap header .caseNum {
    transform: rotate(90deg);
    font-size: 4.8vw;
    width: 21.3333333333vw;
    height: 9.6vw;
    line-height: 9.6vw;
    padding: 0 0 0 1.6vw;
    top: 0.8vw;
    left: -4.5333333333vw;
  }
}
.caseWrap header .caseNum:before {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 19px;
  height: 10px;
  border-top: 10px solid #ff6ea0;
  border-bottom: none;
  border-left: 19px solid transparent;
  border-right: none;
}
@media screen and (max-width: 744px) {
  .caseWrap header .caseNum:before {
    content: "";
    display: block;
    position: absolute;
    top: -2.6666666667vw;
    left: 0;
    width: 5.0666666667vw;
    height: 2.6666666667vw;
    border-top: 2.6666666667vw solid #a11f4c;
    border-bottom: none;
    border-right: 5.0666666667vw solid transparent;
    border-left: none;
    z-index: 111;
    transform: rotate(180deg);
  }
}
.caseWrap header .caseNum:after {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -13px;
  width: 0;
  height: 60px;
  border-top: 30px solid #ff6ea0;
  border-bottom: 30px solid #ff6ea0;
  border-left: none;
  border-right: 13px solid transparent;
}
@media screen and (max-width: 744px) {
  .caseWrap header .caseNum:after {
    height: 9.6vw;
    border-top: 4.8vw solid #ff6ea0;
    border-bottom: 4.8vw solid #ff6ea0;
    border-left: none;
    border-right: 3.4666666667vw solid transparent;
  }
}
.caseWrap .caseCts {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 74px;
  background-color: #fff;
  border: 5px solid #faa0b4;
  border-top: none;
}
@media screen and (max-width: 744px) {
  .caseWrap .caseCts {
    padding: 4.2666666667vw;
    border-right: 0.5333333333vw solid #ee94a8;
    border-bottom: 0.5333333333vw solid #ee94a8;
    border-left: 0.5333333333vw solid #ee94a8;
  }
}
.caseWrap .caseCts .illust {
  width: 58%;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .caseWrap .caseCts .illust {
    padding-right: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.caseWrap .caseCts .picture {
  width: 42%;
  padding-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .caseWrap .caseCts .picture {
    padding-bottom: 2.6666666667vw;
  }
}
.caseWrap .caseCts .btmL-detail {
  width: 49%;
  padding: 6px;
  background: #e4007f;
  display: flex;
  justify-content: space-between;
  border-radius: 6px 6px 6px 6px;
  margin-right: 12px;
}
@media screen and (max-width: 744px) {
  .caseWrap .caseCts .btmL-detail {
    width: 100%;
    margin-bottom: 1.6vw;
    padding: 1.3333333333vw;
    border-radius: 1.6vw;
    margin-right: 3.2vw;
  }
}
.caseWrap .caseCts .btmL-detail .btmL-detail__left {
  width: 125px;
  padding: 3.5px 0;
}
@media screen and (max-width: 744px) {
  .caseWrap .caseCts .btmL-detail .btmL-detail__left {
    width: 33.3333333333vw;
    padding: 0.9333333333vw 0;
  }
}
.caseWrap .caseCts .btmL-detail .btmL-detail-left__1 {
  font-size: 19px;
  padding-bottom: 6px;
  color: white;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 744px) {
  .caseWrap .caseCts .btmL-detail .btmL-detail-left__1 {
    font-size: 5.0666666667vw;
    padding-bottom: 1.6vw;
  }
}
.caseWrap .caseCts .btmL-detail .btmL-detail-left__2 {
  font-size: 14px;
  color: white;
  line-height: 100%;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .caseWrap .caseCts .btmL-detail .btmL-detail-left__2 {
    font-size: 3.7333333333vw;
  }
}
.caseWrap .caseCts .btmL-detail .btmL-detail__right {
  background: white;
  width: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 0 6px 6px 0;
}
@media screen and (max-width: 744px) {
  .caseWrap .caseCts .btmL-detail .btmL-detail__right {
    width: 40vw;
    font-size: 4vw;
    border-radius: 0 1.6vw 1.6vw 0;
  }
}
.caseWrap .caseCts .btmR-detail {
  width: 49%;
  padding: 6px;
  background: #ffbd0b;
  display: flex;
  justify-content: space-between;
  border-radius: 6px 6px 6px 6px;
}
@media screen and (max-width: 744px) {
  .caseWrap .caseCts .btmR-detail {
    width: 100%;
    margin-bottom: 2.6666666667vw;
    padding: 1.3333333333vw;
  }
}
.caseWrap .caseCts .btmR-detail .btmR-detail__left {
  width: 125px;
  padding: 3.5px 0;
}
@media screen and (max-width: 744px) {
  .caseWrap .caseCts .btmR-detail .btmR-detail__left {
    width: 33.3333333333vw;
    padding: 0.9333333333vw 0;
  }
}
.caseWrap .caseCts .btmR-detail .btmR-detail-left__1 {
  font-size: 19px;
  padding-bottom: 6px;
  color: black;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 744px) {
  .caseWrap .caseCts .btmR-detail .btmR-detail-left__1 {
    font-size: 5.0666666667vw;
    padding-bottom: 1.6vw;
  }
}
.caseWrap .caseCts .btmR-detail .btmR-detail-left__2 {
  font-size: 14px;
  color: black;
  line-height: 100%;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .caseWrap .caseCts .btmR-detail .btmR-detail-left__2 {
    font-size: 3.7333333333vw;
  }
}
.caseWrap .caseCts .btmR-detail .btmR-detail__right {
  background: white;
  width: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 0 6px 6px 0;
  line-height: 120%;
  padding-top: 2px;
}
@media screen and (max-width: 744px) {
  .caseWrap .caseCts .btmR-detail .btmR-detail__right {
    width: 40vw;
    font-size: 4vw;
    border-radius: 0 1.6vw 1.6vw 0;
    padding-top: 0.5333333333vw;
  }
}
.caseWrap .caseCts .txt {
  font-size: 10px;
  text-align: left;
  display: block;
  margin-top: 5px;
  word-break: break-all;
}
@media screen and (max-width: 744px) {
  .caseWrap .caseCts .txt {
    font-size: 2.6666666667vw;
    margin-top: 0px;
    line-height: 1.3;
    margin-bottom: 0px;
  }
}

/* --------------------------------------------------
 p-option
-------------------------------------------------- */
.p-option {
  background: url(../images/option-bg.webp) center no-repeat;
  background-size: cover;
  padding: 72px 0;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-option {
    padding: 8.5333333333vw 0 4.2666666667vw;
  }
}
.p-option .p-option__wrapper {
  padding: 40px;
  border-radius: 16px;
  border: 8px solid var(--color-primary);
  background: #fef9f6;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p-option .p-option__wrapper {
    border: 1.0666666667vw solid var(--color-primary);
    padding: 7.4666666667vw 3.2vw;
    max-width: 91.4666666667vw;
    width: 100%;
  }
}
.p-option .p-option__titles {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 288px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-option .p-option__titles {
    max-width: 76.8vw;
    margin-bottom: 6.4vw;
  }
}
.p-option .p-option__free {
  color: var(--color-primary);
  background: white;
  width: 96px;
  height: 96px;
  border-radius: 208px;
  border: 2px solid var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -124px;
  transform: translateY(-50%);
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 744px) {
  .p-option .p-option__free {
    width: 25.6vw;
    height: 25.6vw;
    border-radius: 55.4666666667vw;
    left: -4.2666666667vw;
    border: 0.5333333333vw solid var(--color-primary);
    font-size: 5.6vw;
    background: #fff;
    top: 42%;
  }
}
.p-option .p-option__h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .p-option .p-option__h2 {
    font-size: 5.6vw;
    font-weight: 700;
    line-height: 130%;
    padding-left: 17.3333333333vw;
  }
}
.p-option .p-option__cards {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-option .p-option__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.0666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-option .p-option__card {
    display: flex;
  }
}
@media screen and (max-width: 744px) {
  .p-option .p-option-card-headings__wrap {
    background: var(--gradient-primary);
    background-size: 200% 200%;
    animation: bggradient 10s ease infinite;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 744px) {
  .p-option .p-option-card-headings__wrap1 {
    border-radius: 4.2666666667vw 0px 0px 0px;
  }
}
@media screen and (max-width: 744px) {
  .p-option .p-option-card-headings__wrap3 {
    border-radius: 0px 0px 0px 4.2666666667vw;
  }
}
.p-option .p-option-card__headings {
  padding: 16px 8px;
  height: 100%;
  background: var(--gradient-primary);
  background-size: 200% 200%;
  animation: bggradient 10s ease infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .p-option .p-option-card__headings {
    background: none;
    display: block;
    width: 21.3333333333vw;
    padding: 4.2666666667vw 1.0666666667vw;
    text-align: center;
    height: initial;
  }
}
.p-option .p-option-card__headings--1 {
  border-radius: 16px 0px 0px 0px;
}
@media screen and (max-width: 744px) {
  .p-option .p-option-card__headings--1 {
    border-radius: 4.2666666667vw 0px 0px 0px;
  }
}
.p-option .p-option-card__headings--3 {
  border-radius: 0 16px 0px 0px;
}
@media screen and (max-width: 744px) {
  .p-option .p-option-card__headings--3 {
    border-radius: 0px 0px 0px 4.2666666667vw;
  }
}
.p-option .p-option-card-headings__number {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 130%;
  border-radius: 16px 0px 0px 0px;
}
@media screen and (max-width: 744px) {
  .p-option .p-option-card-headings__number {
    font-size: 4vw;
    text-align: center;
    padding-bottom: 1.0666666667vw;
  }
}
.p-option .p-option-card-headings__title {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 130%;
  padding-left: 8px;
}
@media screen and (max-width: 744px) {
  .p-option .p-option-card-headings__title {
    font-size: 4vw;
    padding-left: 0;
  }
}
.p-option .p-option-card-headings__p {
  padding: 16px 24px;
  font-size: 18px;
  line-height: 150%;
  border-right: 1px solid #f0285a;
  border-bottom: 1px solid #f0285a;
  border-left: 1px solid #f0285a;
  background: #fff;
}
@media screen and (max-width: 744px) {
  .p-option .p-option-card-headings__p {
    width: 61.6vw;
    font-size: 4vw;
    padding: 4.2666666667vw;
    border-radius: 0px;
    border-left: none;
    border-top: 0.2666666667vw solid #f0285a;
    border-right: 0.2666666667vw solid #f0285a;
    border-bottom: 0.2666666667vw solid #f0285a;
  }
}
.p-option .p-option-card-headings__p--1 {
  border-radius: 0px 0px 0px 16px;
}
@media screen and (max-width: 744px) {
  .p-option .p-option-card-headings__p--1 {
    border-radius: 0px 4.2666666667vw 0px 0px;
  }
}
.p-option .p-option-card-headings__p--3 {
  border-radius: 0px 0px 16px 0px;
}
@media screen and (max-width: 744px) {
  .p-option .p-option-card-headings__p--3 {
    border-radius: 0px 0px 4.2666666667vw 0px;
  }
}
.p-option .p-option__text1 {
  padding-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .p-option .p-option__text1 {
    font-size: 4vw;
  }
}
.p-option .p-option__text2 {
  font-size: 13px;
  padding-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-option .p-option__text2 {
    font-size: 3.4666666667vw;
    padding-bottom: 6.4vw;
  }
}
.p-option .p-option-paid {
  display: flex;
  padding-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-option .p-option-paid {
    padding-bottom: 4.2666666667vw;
  }
}
.p-option .p-option-paid__left {
  border-radius: 16px 0px 0px 16px;
  background: #b1b1b1;
  max-width: 252px;
  padding: 8px;
  display: flex;
}
@media screen and (max-width: 744px) {
  .p-option .p-option-paid__left {
    position: relative;
    max-width: 21.3333333333vw;
    padding: 1.8666666667vw;
    align-items: center;
  }
}
.p-option .p-option-paid-left__option {
  border-radius: 16px 0px 0px 16px;
  background: #fafa64;
  text-align: center;
  font-weight: 700;
  line-height: 130%;
  padding: 24px 8px;
  width: 96px;
}
@media screen and (max-width: 744px) {
  .p-option .p-option-paid-left__option {
    position: absolute;
    top: -4vw;
    left: 50%;
    transform: translateX(-50%);
    width: 17.6vw;
    height: 8vw;
    padding: 0.5333333333vw 2.1333333333vw;
    font-size: 2.6666666667vw;
    border-radius: 1.0666666667vw;
  }
}
.p-option .p-option-paid-left__anesthesia {
  margin-left: 8px;
}
@media screen and (max-width: 744px) {
  .p-option .p-option-paid-left__anesthesia {
    margin-left: 0;
    width: 100%;
  }
}
.p-option .p-option-paid-left__anesthesia1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 150%;
  padding-top: 3px;
}
@media screen and (max-width: 744px) {
  .p-option .p-option-paid-left__anesthesia1 {
    font-size: 4.2666666667vw;
    padding-bottom: 6.4vw;
    border-bottom: 0.2666666667vw solid #fff;
  }
}
.p-option .p-option-paid-left__anesthesia2 {
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 150%;
  width: 132px;
  padding-top: 10px;
}
@media screen and (max-width: 744px) {
  .p-option .p-option-paid-left__anesthesia2 {
    font-size: 4.2666666667vw;
    width: 100%;
    padding-top: 6.4vw;
  }
}
.p-option .p-option-paid__right {
  max-width: 669px;
  border-radius: 0px 16px 16px 0px;
  border: 1px solid #b1b1b1;
  background: white;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .p-option .p-option-paid__right {
    max-width: 61.8666666667vw;
    border-radius: 0px 4.2666666667vw 4.2666666667vw 0px;
    border: 0.2666666667vw solid #b1b1b1;
  }
}
.p-option .p-option-paid-right__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 13px 16px;
}
@media screen and (max-width: 744px) {
  .p-option .p-option-paid-right__text {
    font-size: 4vw;
    padding: 4.2666666667vw 2.1333333333vw;
  }
}
.p-option .p-option-paid-right__text:nth-of-type(1) {
  border-bottom: 1px solid #b1b1b1;
}
@media screen and (max-width: 744px) {
  .p-option .p-option-paid-right__text:nth-of-type(1) {
    border-bottom: 0.2666666667vw solid #b1b1b1;
  }
}
@media screen and (max-width: 744px) {
  .p-option .p-option-paid__text {
    font-size: 4vw;
  }
}

/* --------------------------------------------------
 アイスプレミアム
-------------------------------------------------- */
/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
@media screen and (max-width: 744px) {
  #tempFlow {
    padding-top: 0;
  }
}
#tempFlow .tempFlow__lists {
  background: #fcf5ed;
}

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

.priceNotice {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  margin: 10px 0 0;
}
@media screen and (max-width: 744px) {
  .priceNotice {
    font-size: 3.7333333333vw;
    margin: 5.3333333333vw 0;
    font-feature-settings: "palt" 1;
  }
}
.priceNotice dl {
  display: flex;
}

/* --------------------------------------------------
 広告用
-------------------------------------------------- */
#kv.moniAct {
  background-image: none;
}
@media screen and (max-width: 744px) {
  #kv.moniAct {
    height: 152.2666666667vw;
    margin-bottom: inherit;
  }
}
#kv.moniAct h2 {
  overflow: hidden;
  padding: inherit;
  margin: 0;
}
@media screen and (max-width: 744px) {
  #kv.moniAct h2 {
    padding: 0;
  }
}
#kv.moniAct img.pcDisp {
  width: 1920px;
  height: 600px;
  margin: 0 auto;
  object-fit: cover;
}
#kv.moniAct .top_copy {
  margin: 30px auto 0;
}

.sub_txt.big {
  font-size: 24px;
}
@media screen and (max-width: 744px) {
  .sub_txt.big {
    font-size: 5.6vw;
  }
}

#tempPrice .sec__cttl.prp-40000 {
  color: var(--color-primary);
  line-height: 1.3;
}
#tempPrice .sec__cttl.prp-40000 .small {
  font-size: 24px;
}
@media screen and (max-width: 744px) {
  #tempPrice .sec__cttl.prp-40000 .small {
    font-size: 4.8vw;
  }
}

.monitor .pick_note {
  width: 100%;
  background-color: #fff;
  color: var(--color-primary);
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid var(--color-primary);
  padding: 4px;
  margin-bottom: 18px;
}
@media screen and (max-width: 744px) {
  .monitor .pick_note {
    font-size: 3.2vw;
    border: 0.2666666667vw solid var(--color-primary);
    padding: 1.0666666667vw;
    margin-bottom: 4.8vw;
  }
}

.prp-39500 .sec__cttl {
  color: var(--color-primary);
  line-height: 1.3;
}
.prp-39500 .sec__cttl .small {
  font-size: 24px;
}
@media screen and (max-width: 744px) {
  .prp-39500 .sec__cttl .small {
    font-size: 4.8vw;
  }
}
.prp-39500 .c_menu__main {
  gap: 16px;
}
@media screen and (max-width: 744px) {
  .prp-39500 .c_menu__main {
    min-height: inherit !important;
  }
}
.prp-39500 .c_menu__ttl {
  flex-shrink: 0;
}
@media screen and (max-width: 744px) {
  .prp-39500 .c_menu__ttl {
    max-width: 36.8vw;
  }
}
.prp-39500 .c_menu__dashline {
  flex: inherit;
  flex-grow: 1;
}
.prp-39500 .c_menu__price-wrap {
  flex: 1;
}
@media screen and (max-width: 744px) {
  .prp-39500 .c_menu__price-wrap {
    max-width: 44vw !important;
  }
}
.prp-39500 .c_menu__price {
  font-feature-settings: "palt" 1;
}
.prp-39500 .c_menu__standard-price {
  flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (max-width: 744px) {
  .prp-39500 .c_menu__standard-price {
    width: auto !important;
    bottom: -4.2666666667vw !important;
  }
}

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