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

.retouch {
  --color-primary: #5A9622;
  --color-alpha: rgb(241.6765217391, 250.1808695652, 233.7391304348);
  --color-secondary: rgba(90, 150, 34, 0.3);
  --color-strong: rgb(39.6845577211, 79.147826087, 2.852173913);
}

.retouch {
  overflow: hidden;
}

section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 50px 0;
  width: 100%;
}

.c-ttls {
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .c-ttls {
    padding-bottom: 2.1333333333vw;
  }
}
.c-ttls::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .c-ttls::after {
    width: 17.0666666667vw;
    height: 0.5333333333vw;
  }
}
.c-ttls .sub {
  color: #111;
  text-align: center;
  font-family: "Futura", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 0px;
}
@media screen and (max-width: 744px) {
  .c-ttls .sub {
    font-size: 3.4666666667vw;
  }
}
.c-ttls .ttl {
  overflow: initial;
  margin-bottom: 0;
  color: var(--color-primary);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 170%;
}
@media screen and (max-width: 744px) {
  .c-ttls .ttl {
    font-size: 6.4vw;
  }
}

/* --------------------------------------------------
kv
-------------------------------------------------- */
.p-kv {
  background: url(../images/kv-bg.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-kv {
    background: url(../images/kv-bg-sp.webp) center left/cover no-repeat;
  }
}
.p-kv .p-kv__inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 32px 0 0;
  display: flex;
  flex-direction: column;
  align-items: end;
  /* パララックス用のCSS変数（初期値0） */
  --kv-parallax-before: 0px;
  --kv-parallax-after: 0px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__inner {
    height: 119.4666666667vw;
    padding: 10.6666666667vw 0 0;
  }
}
.p-kv .p-kv__inner::before {
  content: "";
  position: absolute;
  top: -165px;
  left: -267px;
  width: 401px;
  height: 370px;
  background: url(../images/kv-01.webp) center/cover no-repeat;
  will-change: transform;
  transition: transform 0s; /* アニメはJS側（GSAP scrub）で制御 */
  transform: translateY(var(--kv-parallax-before));
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__inner::before {
    background: url(../images/kv-01-sp.webp) center/cover no-repeat;
    top: 42.6666666667vw;
    left: 0;
    width: 25.3333333333vw;
    height: 42.6666666667vw;
  }
}
.p-kv .p-kv__inner::after {
  content: "";
  position: absolute;
  bottom: 153px;
  right: -360px;
  width: 551px;
  height: 550px;
  background: url(../images/kv-02.webp) center/cover no-repeat;
  will-change: transform;
  transition: transform 0s; /* アニメはJS側（GSAP scrub）で制御 */
  transform: translateY(var(--kv-parallax-after));
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__inner::after {
    background: url(../images/kv-02-sp.webp) center/cover no-repeat;
    width: 21.3333333333vw;
    height: 37.6vw;
    right: 0;
    bottom: 58.6666666667vw;
  }
}
.p-kv .p-kv__copy {
  position: relative;
  z-index: 1;
  right: 48px;
  width: 597px;
  height: 341px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__copy {
    right: 4.2666666667vw;
    width: 64vw;
    height: 36.8vw;
  }
}
.p-kv .p-kv__ttl {
  position: relative;
  z-index: 1;
  font-weight: 700;
  color: var(--color-primary);
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 12px;
  text-align: center;
  white-space: nowrap;
  display: flex;
  margin-top: -32px;
  padding: 12px 0;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 453px;
  right: 120px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 20%, #ffffff 80%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__ttl {
    font-size: 4.8vw;
    letter-spacing: 1.44vw;
    width: 91.4666666667vw;
    margin-top: 10.6666666667vw;
    padding: 3.2vw 0;
    gap: 2.1333333333vw;
    width: 74.6666666667vw;
    right: -2.1333333333vw;
  }
}
.p-kv .p-kv__ttl::before, .p-kv .p-kv__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(90, 150, 34, 0) 0%, rgb(90, 150, 34) 20%, rgb(90, 150, 34) 80%, rgba(90, 150, 34, 0) 100%);
}
.p-kv .p-kv__ttl::before {
  top: 0;
}
.p-kv .p-kv__ttl::after {
  bottom: 0;
}
.p-kv .p-kv__lists {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: -24px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__lists {
    margin-top: inherit;
  }
}
.p-kv .list {
  position: relative;
  width: 296px;
  height: 296px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background-image: url(../images/kv-03.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .p-kv .list {
    width: 41.0666666667vw;
    height: 41.0666666667vw;
    text-shadow: 0.2666666667vw 0.2666666667vw 0.2666666667vw rgba(0, 0, 0, 0.3);
    font-size: 3.4666666667vw;
    border-radius: 70.4vw;
  }
}
.p-kv .list + .list {
  margin-left: -80px;
}
@media screen and (max-width: 744px) {
  .p-kv .list + .list {
    margin-left: -10.6666666667vw;
  }
}
.p-kv .list.__2 {
  z-index: 2;
}
.p-kv .list.__3 {
  z-index: 1;
}

/* --------------------------------------------------
リード
-------------------------------------------------- */
.p-lead {
  position: relative;
  background: radial-gradient(40% 40% at 15% 40%, rgba(160, 200, 120, 0.35), transparent 70%), radial-gradient(50% 45% at 85% 20%, rgba(200, 220, 140, 0.3), transparent 70%), radial-gradient(50% 50% at 70% 80%, rgba(150, 190, 110, 0.25), transparent 75%), linear-gradient(to bottom, #ffffff, #fafdf5);
  /* Scene 1 */
  /* Scene 2 */
  /* Scene 3 */
  /* Scene 4 */
}
.p-lead::before, .p-lead::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 744px) {
  .p-lead::before, .p-lead::after {
    height: 21.3333333333vw;
  }
}
.p-lead::before {
  top: 0;
  height: 160px;
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.p-lead::after {
  bottom: 0;
  height: 160px;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.p-lead > * {
  position: relative;
  z-index: 1;
}
.p-lead .p-lead__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1080px;
  padding: 32px 40px 72px;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .p-lead .p-lead__inner {
    padding: 0 6.4vw 8.5333333333vw;
  }
}
.p-lead .p-lead__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}
@media screen and (max-width: 744px) {
  .p-lead .p-lead__content {
    gap: 4.2666666667vw;
  }
}
.p-lead .scene {
  position: relative;
  display: flex;
}
@media screen and (max-width: 744px) {
  .p-lead .scene {
    flex-direction: row;
  }
}
.p-lead .scene .text {
  position: relative;
  width: 442px;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-lead .scene .text {
    width: 87.2vw;
  }
}
.p-lead .scene .media {
  position: absolute;
}
.p-lead .scene .media figure {
  margin: 0;
}
@media screen and (max-width: 744px) {
  .p-lead .scene .media figure {
    max-width: 100%;
  }
}
.p-lead .scene .media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.p-lead .scene1 {
  justify-content: start;
  width: 720px;
}
@media screen and (max-width: 744px) {
  .p-lead .scene1 {
    width: 100%;
  }
}
@media screen and (max-width: 744px) {
  .p-lead .scene1 .text {
    margin-top: 43.7333333333vw;
  }
}
.p-lead .scene1 .media {
  right: -110px;
}
@media screen and (max-width: 744px) {
  .p-lead .scene1 .media {
    right: inherit;
  }
}
.p-lead .scene1 .media figure {
  width: 362px;
  aspect-ratio: 362/409;
}
@media screen and (max-width: 744px) {
  .p-lead .scene1 .media figure {
    width: 93.6vw;
    aspect-ratio: 351/210;
  }
}
.p-lead .scene2 {
  justify-content: end;
  width: 880px;
  padding: 40px 0 0;
}
@media screen and (max-width: 744px) {
  .p-lead .scene2 {
    width: 100%;
  }
}
.p-lead .scene2 .text {
  width: 460px;
}
@media screen and (max-width: 744px) {
  .p-lead .scene2 .text {
    width: 100%;
    margin-top: 23.4666666667vw;
  }
}
.p-lead .scene2 .media {
  top: 0;
  left: 16px;
}
.p-lead .scene2 .media figure {
  width: 370px;
  aspect-ratio: 370/468;
}
@media screen and (max-width: 744px) {
  .p-lead .scene2 .media figure {
    width: 77.3333333333vw;
    aspect-ratio: 290/140;
  }
}
.p-lead .scene3 {
  justify-content: start;
  width: 620px;
}
@media screen and (max-width: 744px) {
  .p-lead .scene3 {
    width: 100%;
  }
}
@media screen and (max-width: 744px) {
  .p-lead .scene3 .text {
    margin-top: 15.7333333333vw;
  }
}
.p-lead .scene3 .media {
  right: -400px;
}
@media screen and (max-width: 744px) {
  .p-lead .scene3 .media {
    right: -6.4vw;
  }
}
.p-lead .scene3 .media figure {
  width: 620px;
  aspect-ratio: 620/396;
}
@media screen and (max-width: 744px) {
  .p-lead .scene3 .media figure {
    width: 65.6vw;
    aspect-ratio: 246/120;
  }
}
.p-lead .scene4 {
  justify-content: end;
  width: 980px;
}
@media screen and (max-width: 744px) {
  .p-lead .scene4 {
    width: 100%;
  }
}
.p-lead .scene4 .text {
  width: 542px;
}
@media screen and (max-width: 744px) {
  .p-lead .scene4 .text .float {
    width: 39.4666666667vw;
  }
}
.p-lead .scene4 .media {
  left: 16px;
}
@media screen and (max-width: 744px) {
  .p-lead .scene4 .media {
    left: inherit;
    right: -6.4vw;
  }
}
.p-lead .scene4 .media figure {
  width: 442px;
  aspect-ratio: 442/560;
}
@media screen and (max-width: 744px) {
  .p-lead .scene4 .media figure {
    width: 49.6vw;
    aspect-ratio: 186/236;
  }
}
.p-lead .bigText {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
  padding-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .p-lead .bigText {
    font-size: 6.4vw;
    letter-spacing: 0vw;
    padding-bottom: 4.2666666667vw;
  }
}
.p-lead .bigText.pb0 {
  padding-bottom: inherit;
}
.p-lead .normalText {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  padding-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .p-lead .normalText {
    font-size: 4vw;
    line-height: 1.5;
    padding-bottom: 4.2666666667vw;
  }
}
.p-lead .normalText:last-child {
  padding-bottom: inherit;
}
.p-lead .normalText span {
  color: var(--color-primary);
  font-size: 30px;
}
@media screen and (max-width: 744px) {
  .p-lead .normalText span {
    font-size: 6.1333333333vw;
  }
}
.p-lead .normalText i {
  font-style: normal;
}
.p-lead .marker {
  color: #fff;
  background: var(--color-primary);
  padding: 6px;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: 2.8px;
}
@media screen and (max-width: 744px) {
  .p-lead .marker {
    padding: 1.0666666667vw;
    font-size: 8.5333333333vw;
    letter-spacing: 0.4266666667vw;
  }
}
.p-lead .atNumber {
  font-size: 12px;
  vertical-align: super;
}
.p-lead .annotation {
  padding-top: 24px;
}
@media screen and (max-width: 744px) {
  .p-lead .annotation {
    padding-top: inherit;
  }
}
.p-lead .annotation .annotation__text {
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 744px) {
  .p-lead .annotation .annotation__text {
    font-size: 2.6666666667vw;
    text-align: right;
  }
}

/* --------------------------------------------------
 症例写真
-------------------------------------------------- */
.p-case {
  background: url(../images/case-bg.webp) center/cover no-repeat;
}
.p-case .p-case__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 40px 72px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-case .p-case__inner {
    padding: 0 4.2666666667vw 8.5333333333vw;
  }
}
.p-case .p-case__inner::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 160px;
  background: url(../images/case-after.svg) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-case .p-case__inner::after {
    width: 100%;
    height: 10.6666666667vw;
    background: url(../images/case-after-sp.svg) center/cover no-repeat;
  }
}
.p-case .title {
  color: var(--, #111);
  text-align: center;
  font-family: var(--font-yumincho);
  font-size: 44px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 2.2px;
  margin-bottom: 120px;
}
@media screen and (max-width: 744px) {
  .p-case .title {
    font-size: 6.4vw;
    letter-spacing: 0.32vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-case .p-case__cards {
  display: flex;
  flex-direction: column;
  gap: 88px;
  margin-bottom: 64px;
}
@media screen and (max-width: 744px) {
  .p-case .p-case__cards {
    gap: 8.5333333333vw;
    margin-bottom: 12.8vw;
  }
}
.p-case .p-case__card {
  display: flex;
  gap: 64px;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .p-case .p-case__card {
    display: grid;
    position: relative;
    gap: 0;
  }
}
.p-case .p-case__card.__left {
  max-width: 1140px;
}
.p-case .p-case__card.__right {
  max-width: 1040px;
  align-self: flex-end;
}
.p-case .texts {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 744px) {
  .p-case .texts {
    display: contents;
    max-width: 100%;
  }
}
.p-case .texts::before {
  content: "";
  position: absolute;
  top: -108px;
  left: -46px;
  transform: rotate(45deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 50px 0;
  border-color: transparent var(--color-primary) transparent transparent;
  opacity: 0.2;
}
@media screen and (max-width: 744px) {
  .p-case .texts::before {
    top: -4.2666666667vw;
    left: -3.2vw;
    border-width: 8vw 8vw 8vw 0;
  }
}
.p-case .float-number {
  position: absolute;
  top: -68px;
  left: 0;
  display: flex;
  align-items: center;
  opacity: 0.4;
  overflow: visible;
  color: var(--color-primary);
  font-family: var(--font-yumincho);
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .p-case .float-number {
    top: 0;
  }
}
.p-case .float-number .case {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 744px) {
  .p-case .float-number .case {
    font-size: 3.2vw;
  }
}
.p-case .float-number .number {
  font-feature-settings: "palt" on;
  font-size: 80px;
  font-weight: 500;
}
@media screen and (max-width: 744px) {
  .p-case .float-number .number {
    font-size: 10.6666666667vw;
  }
}
.p-case .ttl {
  font-family: var(--font-yumincho);
  font-size: 36px;
  font-style: italic;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1.44px;
  padding-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .p-case .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 6.4vw;
    letter-spacing: 0.256vw;
    padding-left: 23.4666666667vw;
    padding-bottom: 24vw;
    order: 1;
  }
}
.p-case .bg-green {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;
  border-radius: 0 49px 49px 0;
  background: var(--color-primary);
  margin-bottom: 24px;
  padding: 8px 16px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-case .bg-green {
    font-size: 4.8vw;
    line-height: 150%;
    border-radius: 0 8.5333333333vw 0 0;
    padding: 1.6vw 6.4vw 17.6vw 4.2666666667vw;
    position: absolute;
    top: 24vw;
    left: -4.2666666667vw;
  }
}
.p-case .bg-green::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100px;
  width: 100px;
  height: 1px;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .p-case .bg-green::after {
    display: none;
  }
}
.p-case .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 744px) {
  .p-case .text {
    order: 3;
    font-size: 4vw;
    line-height: 130%;
  }
}
.p-case .text:not(:last-of-type) {
  padding-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .p-case .text:not(:last-of-type) {
    padding-bottom: 6.4vw;
  }
}
.p-case .pictures {
  max-width: 634px;
}
@media screen and (max-width: 744px) {
  .p-case .pictures {
    max-width: 100%;
    order: 2;
    padding-bottom: 4.2666666667vw;
  }
}
.p-case .pictures.__vertical {
  max-width: 482px;
}
@media screen and (max-width: 744px) {
  .p-case .pictures.__vertical {
    max-width: 100%;
  }
}
.p-case .picture {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .p-case .picture {
    gap: 2.1333333333vw;
    padding-bottom: 1.0666666667vw;
  }
}
.p-case .picture.__vertical {
  grid-template-columns: repeat(1, 1fr);
}
.p-case .img {
  position: relative;
}
.p-case .float-text {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 1.8px;
  border-radius: 0 8px 0 0;
  padding: 2px 8px;
}
@media screen and (max-width: 744px) {
  .p-case .float-text {
    font-size: 2.6666666667vw;
    letter-spacing: 0.2666666667vw;
    padding: 0.5333333333vw 1.0666666667vw;
    border-radius: 0 2.1333333333vw 0 0;
  }
}
.p-case .float-text.__before {
  background: #333;
}
.p-case .float-text.__after {
  background: #e4005d;
}
.p-case .pictures__text {
  font-size: 10px;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.8;
}
@media screen and (max-width: 744px) {
  .p-case .pictures__text {
    font-size: 2.6666666667vw;
  }
}
.p-case .p-case__note {
  font-weight: 500;
  border: 8px solid #e4005d;
  background: #fff;
  padding: 32px 56px;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-case .p-case__note {
    line-height: 150%;
    padding: 9.6vw 3.2vw 7.4666666667vw;
    border: 1.0666666667vw solid #e4005d;
  }
}
.p-case .p-case__note::after {
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: url(../images/icon-exclamation-circle.svg) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-case .p-case__note::after {
    top: -8vw;
    width: 16vw;
    height: 16vw;
  }
}
.p-case .p-case__note .p-case__note__text {
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 744px) {
  .p-case .p-case__note .p-case__note__text {
    font-size: 4.8vw;
  }
}
.p-case .p-case__note .red {
  color: #e4005d;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .p-case .p-case__note .red {
    font-size: 4.8vw;
  }
}

/* --------------------------------------------------
肌が整うように再生をデザイン
-------------------------------------------------- */
.p-feature {
  background: #eff4e9;
}
.p-feature .titles {
  background: var(--color-primary);
  max-width: 1920px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 744px) {
  .p-feature .titles {
    margin: 0 auto 6.4vw;
  }
}
.p-feature .titles .titles__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.p-feature .titles .float-img {
  position: absolute;
  z-index: 1;
}
.p-feature .titles .float-img.__1 {
  top: -120px;
  left: -279px;
  width: 474px;
}
@media screen and (max-width: 744px) {
  .p-feature .titles .float-img.__1 {
    top: -15.4666666667vw;
    left: 0;
    width: 26.6666666667vw;
  }
}
.p-feature .titles .float-img.__1 img {
  aspect-ratio: 474/382;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 744px) {
  .p-feature .titles .float-img.__1 img {
    aspect-ratio: 100/121;
  }
}
.p-feature .titles .float-img.__2 {
  top: -135px;
  right: -283px;
  width: 497px;
}
@media screen and (max-width: 744px) {
  .p-feature .titles .float-img.__2 {
    top: -22.1333333333vw;
    right: -25.3333333333vw;
    width: 53.3333333333vw;
    rotate: -20deg;
  }
}
.p-feature .titles .float-img img {
  aspect-ratio: 497/446;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 744px) {
  .p-feature .titles .float-img img {
    aspect-ratio: 200/179;
  }
}
.p-feature .titles .title {
  color: #f7e9c1;
  text-align: center;
  font-feature-settings: "halt" on;
  font-family: var(--font-yumincho);
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 2.4px;
  padding: 24px 0 48px;
  margin-bottom: 0;
  overflow: initial;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-feature .titles .title {
    font-size: 8.5333333333vw;
    letter-spacing: 0.48vw;
    padding: 6.4vw 0 8.5333333333vw;
  }
}
.p-feature .titles .title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 160px;
  background: url(../images/feature-before.svg) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-feature .titles .title::after {
    background: url(../images/feature-before-sp.svg) center/cover no-repeat;
    width: 101%;
    height: 10.6666666667vw;
  }
}
.p-feature .titles .title small {
  font-size: 40px;
}
@media screen and (max-width: 744px) {
  .p-feature .titles .title small {
    font-size: 5.6vw;
  }
}
.p-feature .titles .title span {
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .p-feature .titles .title span {
    font-size: 8.5333333333vw;
  }
}
.p-feature .p-feature__contents {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents {
    padding: 0;
    gap: 0;
  }
}
.p-feature .p-feature__contents .p-feature__bg {
  position: absolute;
  z-index: 0;
  top: 40px;
  left: 50%;
  width: 993px;
  height: 662px;
  transform: translateX(calc(-50% + 500px));
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__bg {
    display: none;
  }
}
.p-feature .p-feature__contents .p-feature__content {
  position: relative;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 10%, #fff 90%, rgba(255, 255, 255, 0) 100%);
  padding: 56px 80px 40px 80px;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 5%, #fff 95%, rgba(255, 255, 255, 0) 100%);
    margin: 4.2666666667vw;
    padding: 8.5333333333vw 4.2666666667vw 4.2666666667vw;
  }
}
.p-feature .p-feature__contents .p-feature__content.__first {
  width: 724px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content.__first {
    width: inherit;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__ribbon {
  position: absolute;
  top: -36px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 263px;
  height: 72px;
  font-family: var(--font-yumincho);
  line-height: 1;
  color: #f7e9c1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: center/100% 100% no-repeat url(../images/feature-ribbon.svg);
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__ribbon {
    top: -5.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    gap: 1.0666666667vw;
    width: 33.8666666667vw;
    height: 10.6666666667vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__ribbonLabel {
  font-size: 32px;
  line-height: 1.3;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__ribbonLabel {
    font-size: 4.8vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__ribbonNum {
  font-size: 56px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__ribbonNum {
    font-size: 8.5333333333vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__texts {
  padding-bottom: 67px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__texts {
    padding-bottom: 14.9333333333vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__texts.__first {
  padding-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__texts.__first {
    padding-bottom: 6.4vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__text {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__text {
    font-size: 4.8vw;
    font-weight: 400;
    line-height: 1.5;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__text span {
  color: #e4005d;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__text span {
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__img {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__img {
    max-width: 100%;
    margin-bottom: 4.2666666667vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__img.__first {
  width: 408px;
  margin-bottom: inherit;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__img.__first {
    width: 68.5333333333vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__img .p-feature-img__red {
  position: absolute;
  top: -28px;
  left: 110px;
  color: var(--White, #fff);
  text-align: center;
  border-radius: 184px;
  background: var(--PRP-, #ff6ea0);
  font-size: 21px;
  font-weight: 700;
  line-height: 130%;
  width: 237px;
  height: 70px;
  align-items: center;
  display: grid;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__img .p-feature-img__red {
    border-radius: 49.0666666667vw;
    text-align: center;
    font-size: 3.4666666667vw;
    width: 37.6vw;
    height: 11.2vw;
    top: -8.2666666667vw;
    left: 0vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__img .p-feature-img__green {
  position: absolute;
  top: -3px;
  right: -126px;
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 130%;
  border-radius: 184px;
  background: var(--color-primary);
  width: 237px;
  height: 70px;
  align-items: center;
  display: grid;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__img .p-feature-img__green {
    border-radius: 49.0666666667vw;
    color: #fff;
    text-align: center;
    font-size: 3.4666666667vw;
    width: 37.6vw;
    height: 11.2vw;
    top: -8.2666666667vw;
    right: 0vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__img .p-feature-img__label {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding: 4px 8px;
  border-radius: 8px 8px 0 0;
  background: var(--color-primary);
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__img .p-feature-img__label {
    font-size: 3.4666666667vw;
    padding: 0.5333333333vw 2.1333333333vw;
    border-radius: 1.0666666667vw 1.0666666667vw 0 0;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__img__note {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__img__note {
    font-size: 4vw;
    margin-top: 1.0666666667vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 16px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards {
    display: block;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  background: url(../images/icon-plus-circle.svg) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards::after {
    top: 44.5%;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature__card {
  flex: 1;
  background: var(--White, #fff);
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature__card {
    max-width: 100%;
  }
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature__card:not(:last-of-type) {
    margin-bottom: 6.9333333333vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature__card::after {
  content: "";
  position: absolute;
  top: -6px;
  right: -21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #fff transparent;
  rotate: 45deg;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature__card::after {
    top: -0.8vw;
    right: -2.6666666667vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4vw 4vw 4vw;
    border-color: transparent transparent #fff transparent;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__titles {
  color: var(--White, #fff);
  font-size: 32px;
  line-height: 1;
  padding: 20px 65px;
  background: var(--PRP-, #ff6ea0);
  white-space: nowrap;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__titles {
    font-size: 5.6vw;
    padding: 2.6666666667vw 0;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__title {
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__title {
    font-size: 5.6vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__title--green {
  padding: 16px 65px 10px;
  background: var(--color-primary);
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__title--green h3 {
  font-size: inherit;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__title--green {
    font-size: 5.6vw;
    padding: 2.1333333333vw 0 0.8vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__title--green--annotation {
  font-size: 13px;
  font-weight: 700;
  padding-top: 2px;
  padding-left: 24px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__title--green--annotation {
    color: #fff;
    font-size: 2.6666666667vw;
    text-align: right;
    padding-left: 0;
    padding-right: 40.5333333333vw;
    padding-top: 1.0666666667vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__texts {
  padding: 24px;
  border-right: 1px solid var(--PRP-, #ff6ea0);
  border-left: 1px solid var(--PRP-, #ff6ea0);
  border-bottom: 1px solid var(--PRP-, #ff6ea0);
  background: #fff;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__texts {
    padding: 4vw;
    border-right: 0.2666666667vw solid var(--PRP-, #ff6ea0);
    border-left: 0.2666666667vw solid var(--PRP-, #ff6ea0);
    border-bottom: 0.2666666667vw solid var(--PRP-, #ff6ea0);
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__texts.__green {
  border-right: 1px solid var(--color-primary);
  border-left: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__texts.__green {
    border-right: 0.2666666667vw solid var(--color-primary);
    border-left: 0.2666666667vw solid var(--color-primary);
    border-bottom: 0.2666666667vw solid var(--color-primary);
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text {
  color: #111;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 1200px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text {
    font-size: 19px;
  }
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text {
    font-size: 5.6vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text:not(:first-of-type) {
  padding-top: 16px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text:not(:first-of-type) {
    padding-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text {
    font-size: 4.2666666667vw;
    padding-left: 8.5333333333vw;
    letter-spacing: -0.1706666667vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text:not(:last-of-type) {
  padding-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text:not(:last-of-type) {
    padding-bottom: 2.1333333333vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed var(--PRP-, #ff6ea0);
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text:not(:last-of-type)::after {
    padding-bottom: 4.2666666667vw;
    height: 0.2666666667vw;
    border-bottom: 0.2666666667vw dashed var(--PRP-, #ff6ea0);
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text1::before {
  content: "1";
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background: var(--PRP-, #ff6ea0);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text1::before {
    width: 6.4vw;
    height: 6.4vw;
    font-size: 5.6vw;
    top: 28%;
    padding-top: 0.5333333333vw;
    padding-right: 0.5333333333vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text2::before {
  content: "2";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background: var(--PRP-, #ff6ea0);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text2::before {
    width: 6.4vw;
    height: 6.4vw;
    font-size: 5.6vw;
    top: 51%;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text3::before {
  content: "3";
  position: absolute;
  top: 68%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background: var(--PRP-, #ff6ea0);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text3::before {
    width: 6.4vw;
    height: 6.4vw;
    font-size: 5.6vw;
    top: 59%;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text--green {
  color: #111;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 1200px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text--green {
    font-size: 19px;
  }
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text--green {
    font-size: 4.2666666667vw;
    padding-left: 8.5333333333vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text--green:not(:first-of-type) {
  padding-top: 16px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text--green:not(:first-of-type) {
    padding-top: 2.1333333333vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text--green:not(:last-of-type) {
  padding-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text--green:not(:last-of-type) {
    padding-bottom: 2.1333333333vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text--green:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #558f98;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text--green:not(:last-of-type)::after {
    height: 0.2666666667vw;
    border-bottom: 0.2666666667vw dashed #558f98;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text1--green::before {
  content: "1";
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background: var(--color-primary);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text1--green::before {
    width: 6.4vw;
    height: 6.4vw;
    font-size: 5.6vw;
    top: 40%;
    padding-top: 0.5333333333vw;
    padding-right: 0.5333333333vw;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text2--green::before {
  content: "2";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background: var(--color-primary);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text2--green::before {
    width: 6.4vw;
    height: 6.4vw;
    font-size: 5.6vw;
    top: 51%;
  }
}
.p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text3--green::before {
  content: "3";
  position: absolute;
  top: 68%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background: var(--color-primary);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__contents .p-feature__content .p-feature__cards .p-feature-card__text3--green::before {
    width: 6.4vw;
    height: 6.4vw;
    font-size: 5.6vw;
    top: 62%;
  }
}

/* --------------------------------------------------
メカニズム
-------------------------------------------------- */
.p-mechanism {
  background: linear-gradient(180deg, #eff4e9 0%, #edebc5 100%);
}
.p-mechanism .p-mechanism__inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 50px 0 92px;
}
@media screen and (max-width: 744px) {
  .p-mechanism .p-mechanism__inner {
    padding: 8.5333333333vw 0 8.5333333333vw;
  }
}
.p-mechanism .p-mechanism__cards {
  max-width: 760px;
  margin-top: 64px;
}
@media screen and (max-width: 744px) {
  .p-mechanism .p-mechanism__cards {
    padding: 0 4.2666666667vw;
    margin-top: 4.2666666667vw;
  }
}
.p-mechanism .card {
  position: relative;
}
.p-mechanism .card:not(:last-of-type) {
  margin-bottom: 88px;
}
@media screen and (max-width: 744px) {
  .p-mechanism .card:not(:last-of-type) {
    margin-bottom: 4.2666666667vw;
  }
}
.p-mechanism .anime-auto-rotate {
  position: absolute;
  width: 160px;
  height: 160px;
  top: -130px;
  right: -240px;
}
@media screen and (max-width: 744px) {
  .p-mechanism .anime-auto-rotate {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    position: absolute;
    top: -10.6666666667vw;
    right: -10.6666666667vw;
    z-index: 2;
  }
}
.p-mechanism .anime-auto-rotate .anime-auto-rotate__img {
  height: auto;
  width: 100%;
  animation: rotate 15s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-mechanism .float-numbers {
  background: url(../images/mechanism-common.webp) center/cover no-repeat;
  position: absolute;
  top: -32px;
  left: -48px;
  width: 144px;
  height: 144px;
}
@media screen and (max-width: 744px) {
  .p-mechanism .float-numbers {
    background: url(../images/mechanism-common-sp.webp) center/cover no-repeat;
    width: 20.8vw;
    height: 20.8vw;
    left: -4.2666666667vw;
    top: -2.6666666667vw;
  }
}
.p-mechanism .float-number {
  padding: 18px 0 0 41px;
  font-family: var(--font-yumincho);
  font-size: 68.64px;
  font-style: italic;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -3.432px;
  background: linear-gradient(270deg, #a88b40 0%, #ffde8a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 744px) {
  .p-mechanism .float-number {
    font-size: 10.6666666667vw;
    letter-spacing: -0.5333333333vw;
    padding: 2.6666666667vw 0 0 5.3333333333vw;
  }
}
.p-mechanism .float-img {
  position: absolute;
  top: -48px;
  right: -160px;
  width: 400px;
  height: 300px;
}
@media screen and (max-width: 744px) {
  .p-mechanism .float-img {
    width: 80vw;
    height: auto;
    top: 17.8666666667vw;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-mechanism .float-img img {
  box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.25);
  border-radius: 80px 0;
}
@media screen and (max-width: 744px) {
  .p-mechanism .float-img img {
    border-radius: 16vw 0;
    box-shadow: initial;
  }
}
.p-mechanism .heading {
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  padding: 12px 0 12px 104px;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .p-mechanism .heading {
    padding: 3.2vw 0 3.2vw 15.4666666667vw;
    font-size: 5.6vw;
  }
}
.p-mechanism .content {
  padding: 40px 0 40px 48px;
  border-right: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  border-left: 1px solid var(--color-primary);
  background: #fff;
}
@media screen and (max-width: 744px) {
  .p-mechanism .content {
    border-right: 0.2666666667vw solid var(--color-primary);
    border-bottom: 0.2666666667vw solid var(--color-primary);
    border-left: 0.2666666667vw solid var(--color-primary);
    padding: 56.5333333333vw 4vw 4vw;
  }
}
.p-mechanism .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  max-width: 432px;
}
@media screen and (max-width: 744px) {
  .p-mechanism .text {
    text-align: justify;
    font-size: 4vw;
    max-width: 100%;
  }
}
.p-mechanism .text .red {
  color: #e4005d;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .p-mechanism .text .red {
    font-size: 4vw;
  }
}

/* --------------------------------------------------
比較
-------------------------------------------------- */
.compare {
  background: #fcf5ed;
}
.compare .compare__inner {
  padding: 72px 0;
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 744px) {
  .compare .compare__inner {
    padding: 8.5333333333vw 0;
  }
}
.compare .compare__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -400px;
  width: 679px;
  height: 784px;
  background: url(../images/compare-before.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .compare .compare__inner::before {
    background: url(../images/compare-before-sp.webp) center/cover no-repeat;
    right: 0;
    width: 64.2666666667vw;
    height: 70.1333333333vw;
  }
}
.compare .compare__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 681px;
  height: 671px;
  background: url(../images/compare-after.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .compare .compare__inner::after {
    background: url(../images/compare-after-sp.webp) center/cover no-repeat;
    left: 0;
    width: 73.6vw;
    height: 87.2vw;
  }
}
.compare .p-compare {
  position: relative;
  z-index: 1;
  padding-bottom: 48px;
  max-width: 840px;
  margin: 32px auto 0;
}
@media screen and (max-width: 744px) {
  .compare .p-compare {
    padding-bottom: 11.2vw;
    margin: 8.5333333333vw auto 0;
  }
}
.compare .p-compare .p-compare__inner {
  font-family: var(--font-noto-sans);
}
.compare .p-compare .p-compare__inner .p-compare__table {
  width: 100%;
  margin: 0 auto;
  border: 0;
}
@media screen and (max-width: 744px) {
  .compare .p-compare .p-compare__inner .p-compare__table {
    width: initial;
  }
}
.compare .p-compare .p-compare__inner .p-compare__table tr {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4px;
  display: grid;
}
@media screen and (max-width: 744px) {
  .compare .p-compare .p-compare__inner .p-compare__table tr {
    gap: 1.0666666667vw;
    grid-template-columns: 22.0666666667vw 22.0666666667vw 22.0666666667vw 22.0666666667vw;
  }
}
.compare .p-compare .p-compare__inner .p-compare__table th,
.compare .p-compare .p-compare__inner .p-compare__table td {
  vertical-align: middle;
  border-right: none;
  border-bottom: none;
  height: 64px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .compare .p-compare .p-compare__inner .p-compare__table th,
  .compare .p-compare .p-compare__inner .p-compare__table td {
    height: 10.6666666667vw;
  }
}
.compare .p-compare .p-compare__inner .p-compare__table td {
  color: #1a1a1a;
  text-align: center;
  font-family: var(--font-noto-sans);
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  background: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .compare .p-compare .p-compare__inner .p-compare__table td {
    font-feature-settings: "palt" on;
    font-size: 3.2vw;
  }
}
.compare .p-compare .p-compare__inner .p-compare__table td.__1 {
  display: block;
}
.compare .p-compare .p-compare__inner .p-compare__table td.__pink {
  background: #f8ebf4;
}
.compare .p-compare .p-compare__inner .p-compare__table td.__blue {
  background: #f8f0eb;
}
.compare .p-compare .p-compare__inner .p-compare__table td.__gray {
  background: #efebf8;
}
.compare .p-compare .p-compare__inner .p-compare__table thead th {
  color: #fff;
  text-align: center;
  font-family: var(--font-noto-sans);
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  .compare .p-compare .p-compare__inner .p-compare__table thead th {
    font-size: 4vw;
  }
}
.compare .p-compare .p-compare__inner .p-compare__table .heading {
  height: 64px;
  border-radius: 24px 24px 0 0;
}
@media screen and (max-width: 744px) {
  .compare .p-compare .p-compare__inner .p-compare__table .heading {
    border-radius: 4vw 4vw 0 0;
    height: 8.5333333333vw;
  }
}
.compare .p-compare .p-compare__inner .p-compare__table .heading.__1 {
  opacity: 0;
}
.compare .p-compare .p-compare__inner .p-compare__table .heading.__2 {
  background: #ef66b2;
}
.compare .p-compare .p-compare__inner .p-compare__table .heading.__3 {
  background: #ef8b66;
}
.compare .p-compare .p-compare__inner .p-compare__table .heading.__4 {
  background: #7466ef;
}
.compare .p-compare .p-compare__inner .p-compare__table tbody {
  grid-template-columns: 1fr;
  gap: 4px;
  display: grid;
}
@media screen and (max-width: 744px) {
  .compare .p-compare .p-compare__inner .p-compare__table tbody {
    gap: 1.0666666667vw;
  }
}
.compare .p-compare .p-compare__inner .p-compare__table .list {
  background: #aaa;
  color: #fff;
  text-align: center;
  font-family: var(--font-noto-sans);
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  .compare .p-compare .p-compare__inner .p-compare__table .list {
    font-size: 3.4666666667vw;
  }
}
.compare .p-compare .p-compare__inner .p-compare__table .list span {
  display: contents;
}
@media screen and (max-width: 744px) {
  .compare .p-compare .p-compare__inner .p-compare__table .list span {
    font-size: 2.9333333333vw;
  }
}
.compare .p-compare .p-compare__inner .p-compare__table .highlight-prpg {
  background: #ef66b2;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  .compare .p-compare .p-compare__inner .p-compare__table .highlight-prpg {
    font-size: 4vw;
  }
}
.compare .p-compare .p-compare__inner .p-compare__table .symbol {
  display: block;
  width: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 744px) {
  .compare .p-compare .p-compare__inner .p-compare__table .symbol {
    width: 6.4vw;
    margin: 0 auto;
  }
}
.compare .p-compare .p-compare__inner .p-compare__table .symbol.__triangle {
  width: 40px;
}
@media screen and (max-width: 744px) {
  .compare .p-compare .p-compare__inner .p-compare__table .symbol.__triangle {
    width: 6.4vw;
  }
}
.compare .p-compare .p-compare__inner .p-compare__table .symbol.__cross {
  width: 30px;
}
@media screen and (max-width: 744px) {
  .compare .p-compare .p-compare__inner .p-compare__table .symbol.__cross {
    width: 4.8vw;
  }
}
@media screen and (max-width: 744px) {
  .compare .compare__cards {
    padding: 0 4.2666666667vw;
  }
}
.compare .compare__cards .card {
  border-radius: 16px;
  border: 2px solid #ef8b66;
  background: #fff;
  padding: 38px 38px 22px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .compare .compare__cards .card {
    border-radius: 4.2666666667vw;
    border: 0.5333333333vw solid #ef8b66;
    padding: 6.1333333333vw 4vw 4vw;
  }
}
.compare .compare__cards .card:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .compare .compare__cards .card:not(:last-of-type) {
    margin-bottom: 6.4vw;
  }
}
.compare .compare__cards .card.__orange {
  border: 2px solid #ef8b66;
}
@media screen and (max-width: 744px) {
  .compare .compare__cards .card.__orange {
    border: 0.5333333333vw solid #ef8b66;
  }
}
.compare .compare__cards .card.__purple {
  border: 2px solid #7466ef;
}
@media screen and (max-width: 744px) {
  .compare .compare__cards .card.__purple {
    border: 0.5333333333vw solid #7466ef;
  }
}
.compare .compare__cards .card.__pink {
  border: 2px solid var(--PRP-, #ff6ea0);
}
@media screen and (max-width: 744px) {
  .compare .compare__cards .card.__pink {
    border: 0.5333333333vw solid var(--PRP-, #ff6ea0);
  }
}
.compare .compare__cards .float-text {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 192px;
  height: 40px;
  transform: translateX(-50%);
  border-radius: 144px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
@media screen and (max-width: 744px) {
  .compare .compare__cards .float-text {
    top: -4.2666666667vw;
    font-size: 4.8vw;
    width: 34.6666666667vw;
    height: 8vw;
  }
}
.compare .compare__cards .float-text.__orange {
  background: #ef8b66;
}
.compare .compare__cards .float-text.__purple {
  background: #7466ef;
}
.compare .compare__cards .float-text.__pink {
  background: var(--PRP-, #ff6ea0);
}
.compare .compare__cards .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 744px) {
  .compare .compare__cards .text {
    font-size: 4vw;
  }
}
.compare .compare__cards .text span {
  font-weight: 700;
}
.compare .compare__cards .text .orange {
  color: #ef8b66;
}
.compare .compare__cards .text .purple {
  color: #7466ef;
}
.compare .compare__cards .text .pink {
  color: #ff6ea0;
}

/* --------------------------------------------------
プルージュ独自のPRP作製技術
-------------------------------------------------- */
.p-unique {
  background: #d8e2e9;
}
@media screen and (max-width: 744px) {
  .p-unique {
    background: url(../images/unique-01-sp.webp) center/cover no-repeat;
  }
}
.p-unique .p-unique__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 0 88px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-unique .p-unique__inner {
    padding: 8.5333333333vw 4.2666666667vw 17.0666666667vw;
  }
}
.p-unique .p-unique__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: -470px;
  width: 893px;
  height: 385px;
  background: url(../images/unique-01.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-unique .p-unique__inner::after {
    display: none;
  }
}
.p-unique .p-unique__content {
  max-width: 600px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-unique .p-unique__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 744px) {
  .p-unique .ttls {
    display: grid;
    justify-content: right;
  }
}
.p-unique .ttl {
  color: #111;
  font-family: var(--font-yumincho);
  font-size: 40px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-unique .ttl {
    font-size: 6.9333333333vw;
    margin-bottom: 8.5333333333vw;
    text-align: center;
  }
}
.p-unique .ttl span {
  color: var(--color-primary);
  font-size: 40px;
}
@media screen and (max-width: 744px) {
  .p-unique .ttl span {
    font-size: 6.9333333333vw;
  }
}
.p-unique .text {
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  padding-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .p-unique .text {
    font-size: 4.2666666667vw;
    padding-bottom: 6.4vw;
  }
}
.p-unique .text span {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .p-unique .text span {
    font-size: 4.2666666667vw;
  }
}
.p-unique .detail {
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 10px 15px 13px;
}
@media screen and (max-width: 744px) {
  .p-unique .detail {
    font-size: 4vw;
    padding: 2.6666666667vw 4vw 3.4666666667vw;
  }
}

/* --------------------------------------------------
世界に認められたプルージュのPRP
-------------------------------------------------- */
.p-admit {
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/admit-bg.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-admit {
    background: url(../images/admit-bg-sp.webp) center/cover no-repeat;
  }
}
.p-admit .p-admit__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-admit .p-admit__inner {
    padding: 85.3333333333vw 4.2666666667vw 8.5333333333vw;
  }
}
.p-admit .float-img {
  position: absolute;
  top: -36px;
  right: -364px;
  width: 870px;
  height: 466px;
}
@media screen and (max-width: 744px) {
  .p-admit .float-img {
    width: 91.4666666667vw;
    height: 91.4666666667vw;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    top: -10.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-admit .float-img img {
    box-shadow: -8px 10px 8px 0 rgba(0, 0, 0, 0.3);
  }
}
.p-admit .content {
  max-width: 460px;
  margin-right: auto;
}
@media screen and (max-width: 744px) {
  .p-admit .content {
    max-width: 100%;
  }
}
.p-admit .ttl {
  font-family: var(--font-yumincho);
  font-size: 40px;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: 2px;
  margin-bottom: 32px;
  background: linear-gradient(270deg, #ffd66d 0%, #ffe6a6 35.1%, #fff8e5 58.65%, #ffde8a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 744px) {
  .p-admit .ttl {
    font-size: 6.9333333333vw;
    letter-spacing: 0.3466666667vw;
    margin-bottom: 4.2666666667vw;
    text-align: center;
  }
}
.p-admit .text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}
@media screen and (max-width: 744px) {
  .p-admit .text {
    font-size: 4.2666666667vw;
  }
}

/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
#tempFlow .tempFlow__lists {
  background: #fcf5ed;
}
#tempFlow h3 {
  margin-bottom: inherit;
}

/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: #eff4e9;
}
#tempPrice .c_menu__head h3 {
  text-align: center;
}
#tempPrice .p_price__area {
  margin-bottom: 0;
}
#tempPrice .inner {
  padding: 72px 0 72px;
}
@media screen and (max-width: 744px) {
  #tempPrice .inner {
    padding: 8.5333333333vw 4.2666666667vw 6.4vw;
  }
}
#tempPrice .cautions {
  border: 1px solid var(--PRP-, #5a9622);
  background: #fff;
  padding: 24px 64px 24px 100px;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  #tempPrice .cautions {
    margin-bottom: 10.6666666667vw;
    border: 0.2666666667vw solid var(--PRP-, #5a9622);
    padding: 4vw 4vw 4vw 13.0666666667vw;
  }
}
#tempPrice .cautions .caution__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  position: relative;
}
@media screen and (max-width: 744px) {
  #tempPrice .cautions .caution__text {
    font-size: 4vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 22.5px */
  }
}
#tempPrice .cautions .caution__text::after {
  content: "";
  position: absolute;
  top: 0;
  left: -36px;
  width: 28px;
  height: 28px;
  background: url(../images/icon-exclamation-circle-green.svg) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  #tempPrice .cautions .caution__text::after {
    left: -9.0666666667vw;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}

/* --------------------------------------------------
 広告用
-------------------------------------------------- */
.monitor .board_ads {
  background: linear-gradient(135deg, #f0285a 0%, #ff6ea0 100%);
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding: 8px 0;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads {
    padding: 2.1333333333vw 4.2666666667vw 1.0666666667vw;
  }
}
.monitor .board_ads_inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  line-height: 1;
  font-feature-settings: "palt";
}
@media screen and (max-width: 744px) {
  .monitor .board_ads_inner {
    flex-direction: column;
    align-items: center;
    font-size: 5.6vw;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.2666666667vw;
  }
}
.monitor .board_ads__sub {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads__sub {
    font-size: 4.8vw;
  }
}
.monitor .board_ads__sub::before, .monitor .board_ads__sub::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 0;
  border-top: 2.5px solid #fff;
  transform: rotate(60deg);
}
@media screen and (max-width: 744px) {
  .monitor .board_ads__sub::before, .monitor .board_ads__sub::after {
    width: 12.8vw;
    border-top: 0.5333333333vw solid #fff;
  }
}
.monitor .board_ads__sub::after {
  transform: rotate(120deg);
}
.monitor .board_ads__main {
  display: block;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads__main {
    font-size: 5.6vw;
  }
}
.monitor .board_ads__main span {
  font-size: 42px;
  font-family: var(--font-zen);
  color: yellow;
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads__main span {
    font-size: 9.6vw;
  }
}
.monitor .line {
  padding-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .monitor .line {
    padding-bottom: 2.1333333333vw;
  }
}
.monitor .line__date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .monitor .line__date {
    gap: 1.0666666667vw;
    margin-top: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
.monitor .line__date span {
  background: var(--color-strong);
  color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
}
@media screen and (max-width: 744px) {
  .monitor .line__date span {
    border-radius: 1.0666666667vw;
    padding: 1.0666666667vw 2.1333333333vw;
  }
}
.monitor .line__note {
  font-size: 12px;
  margin-top: 8px;
}
@media screen and (max-width: 744px) {
  .monitor .line__note {
    font-size: 2.4vw;
    margin-top: 2.1333333333vw;
    text-align: left;
  }
}
.monitor #tempPrice .sec__cttl {
  margin-bottom: 8px;
}
.monitor #tempPrice .tempPrice__ttl {
  font-size: 24px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl {
    font-size: 4.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl span {
  display: block;
  color: #dd5564;
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl span {
    font-size: 8vw;
  }
}
.monitor #tempPrice .sec__cttl.tempPrice__ttl {
  font-weight: bold;
  font-size: 24px;
  color: #222;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "palt";
}
.monitor #tempPrice .tempPrice__ttl__sub {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__sub {
    font-size: 4.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl__sub::before, .monitor #tempPrice .tempPrice__ttl__sub::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 0;
  border-top: 2.5px solid #222;
  transform: rotate(60deg);
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__sub::before, .monitor #tempPrice .tempPrice__ttl__sub::after {
    width: 12.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl__sub::after {
  transform: rotate(120deg);
}
.monitor #tempPrice .tempPrice__ttl__main {
  display: block;
  color: #dd5564;
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__main {
    font-size: 8vw;
  }
}
.monitor #tempPrice .notice_txt {
  text-align: center;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .notice_txt {
    margin-bottom: 1.0666666667vw;
    font-size: 4vw;
  }
}
.monitor #tempPrice .notice button {
  margin-bottom: 20px;
  color: #3c60ff;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .notice button {
    margin-bottom: 5.3333333333vw;
    font-size: 4vw;
  }
}
.monitor .pick_note {
  width: 100%;
  background-color: #fff;
  color: #dd5564;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #dd5564;
  padding: 4px;
  margin: 18px 0;
}
@media screen and (max-width: 744px) {
  .monitor .pick_note {
    font-size: 3.2vw;
    border: 0.2666666667vw solid #dd5564;
    padding: 1.0666666667vw;
    margin: 4.8vw 0;
  }
}

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