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

.delicate_outer {
  --color-primary: #E59999;
  --color-alpha: rgb(252.92, 246.84, 246.84);
  --color-secondary: rgba(229, 153, 153, 0.3);
  --color-strong: rgb(242.78125, 37.21875, 37.21875);
}

/* コンテンツ
*****************************************************/
.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
  }
}

main > section {
  color: #474747;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
@media screen and (max-width: 744px) {
  main > section {
    line-height: 1.5;
    padding: 0;
  }
}

section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 70px 0;
  width: 100%;
}
@media screen and (max-width: 744px) {
  section .inner {
    width: auto;
    padding: 8vw 4vw;
  }
}

.delicate_outer {
  background: linear-gradient(90deg, #ffdfd1 0%, #fff2e0 50%, #fdf6f1 100%);
}

.p-kv .p-kv__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__inner {
    padding-left: 0px;
  }
}
.p-kv .p-kv__image {
  position: absolute;
  top: 0;
  right: -115px;
  width: 840px;
  height: 606px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__image {
    width: 85.0666666667vw;
    height: 61.3333333333vw;
    right: 0px;
  }
}
.p-kv .p-kv__texts {
  position: relative;
  z-index: 1;
  padding: 40px 0 22px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__texts {
    padding: 47.4666666667vw 0 0;
  }
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__texts__concepts {
    padding-left: 4.2666666667vw;
  }
}
.p-kv .p-kv__texts__concepts.__1 {
  margin-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__texts__concepts.__1 {
    margin-bottom: 2.1333333333vw;
  }
}
.p-kv .p-kv__texts__concepts.__2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__texts__concepts.__2 {
    margin-bottom: 6.4vw;
  }
}
.p-kv .p-kv__texts__concept {
  color: #111;
  background: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  padding: 2px 16px;
  display: inline-block;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__texts__concept {
    font-size: 6.4vw;
    font-weight: 700;
    padding: 0.5333333333vw 2.1333333333vw;
  }
}
.p-kv .p-kv__texts__concept:not(:last-of-type) {
  margin-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__texts__concept:not(:last-of-type) {
    margin-bottom: 4.8vw;
  }
}
.p-kv .p-kv__texts__title {
  color: #111;
  font-size: 88px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 17.6px;
  padding-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__texts__title {
    font-size: 10.6666666667vw;
    letter-spacing: 0.7466666667vw;
    padding-left: 4.2666666667vw;
  }
}
.p-kv .p-kv__texts__title .span {
  color: #111;
  font-size: 88px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 7.04px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__texts__title .span {
    font-size: 10.6666666667vw;
    letter-spacing: 0.32vw;
  }
}
.p-kv .p-kv__texts__lists {
  display: flex;
  gap: 24px;
  max-width: 588px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__texts__lists {
    gap: 4.2666666667vw;
    max-width: 100%;
    justify-content: center;
  }
}
.p-kv .list {
  width: 180px;
  height: 180px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 7.2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-kv .list {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    font-size: 4.8vw;
    letter-spacing: 0.96vw;
  }
}
.p-kv .list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(15px);
  z-index: -1;
  background: var(--color-primary);
  border-radius: 248px;
}
@media screen and (max-width: 744px) {
  .p-kv .list::after {
    border-radius: 44.08vw;
    filter: blur(10px);
  }
}

.p-lead .p-lead__inner {
  padding: 48px 0;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p-lead .p-lead__inner {
    padding: 8.5333333333vw 0 17.0666666667vw;
  }
}
.p-lead .petal {
  position: absolute;
}
.p-lead .petal.__1 {
  width: 260px;
  height: 300px;
  left: -128px;
  top: 0;
}
@media screen and (max-width: 744px) {
  .p-lead .petal.__1 {
    width: 34.6666666667vw;
    height: 40vw;
    left: -12.8vw;
    top: -3.7333333333vw;
  }
}
.p-lead .petal.__2 {
  width: 266px;
  height: 244px;
  left: -300px;
  top: 273px;
}
@media screen and (max-width: 744px) {
  .p-lead .petal.__2 {
    width: 35.4666666667vw;
    height: 29.8666666667vw;
    left: -2.9333333333vw;
    top: 53.6vw;
  }
}
.p-lead .petal.__3 {
  width: 270px;
  height: 192px;
  left: -140px;
  bottom: 44px;
}
@media screen and (max-width: 744px) {
  .p-lead .petal.__3 {
    width: 36vw;
    height: 25.6vw;
    left: -15.4666666667vw;
    bottom: 54.1333333333vw;
  }
}
.p-lead .petal.__4 {
  width: 328px;
  height: 224px;
  right: -300px;
  top: 44px;
}
@media screen and (max-width: 744px) {
  .p-lead .petal.__4 {
    width: 43.7333333333vw;
    height: 29.8666666667vw;
    right: -16.5333333333vw;
    top: 14.4vw;
  }
}
.p-lead .petal.__5 {
  width: 194px;
  height: 190px;
  right: -30px;
  bottom: 30px;
}
@media screen and (max-width: 744px) {
  .p-lead .petal.__5 {
    width: 25.8666666667vw;
    height: 25.3333333333vw;
    right: -3.7333333333vw;
    bottom: 53.6vw;
  }
}
.p-lead .p-lead__texts {
  position: relative;
  z-index: 1;
}
.p-lead .p-lead__texts__ttl {
  color: var(--color-primary);
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  padding-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-lead .p-lead__texts__ttl {
    font-size: 8vw;
    padding-bottom: 6.4vw;
  }
}
.p-lead .p-lead__texts__text {
  color: #444;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  padding-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-lead .p-lead__texts__text {
    font-size: 4vw;
    font-weight: 700;
    padding-bottom: 4.2666666667vw;
  }
}
.p-lead .p-lead__texts__text.__red {
  color: #985250;
  font-size: 20px;
  padding-bottom: 0;
}
@media screen and (max-width: 744px) {
  .p-lead .p-lead__texts__text.__red {
    font-size: 4.2666666667vw;
    letter-spacing: -0.2986666667vw;
  }
}

#lpNav {
  padding: 0 -webkit-calc((100% - 1080px) / 2);
  padding: 0 -moz-calc((100% - 1080px) / 2);
  padding: 0 calc((100% - 1080px) / 2);
  background: var(--color-primary);
}
#lpNav ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding: 5px 0;
}
#lpNav li {
  position: relative;
  padding: 10px 0 25px;
  width: 20%;
  font-size: 18px;
  border-left: 1px solid #ebebeb;
}
#lpNav li:last-child {
  border-right: 1px solid #ebebeb;
}
#lpNav li:last-child::after {
  right: -7px;
}
#lpNav li::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 10px);
  width: 21px;
  height: 10px;
  background: url("../images/ico_menuarrow.webp") center no-repeat;
  background-size: cover;
}
#lpNav li::before {
  left: -7px;
}
#lpNav li a {
  display: block;
  padding: 5px 10px 3px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
}

.p-recommend .petal {
  position: absolute;
}
.p-recommend .petal.__1 {
  width: 260px;
  height: 300px;
  left: -300px;
  top: 52px;
  rotate: 80deg;
}
@media screen and (max-width: 744px) {
  .p-recommend .petal.__1 {
    width: 34.6666666667vw;
    height: 40vw;
    left: 10.1333333333vw;
    top: -30.9333333333vw;
  }
}
.p-recommend .petal.__2 {
  width: 266px;
  height: 244px;
  left: -200px;
  bottom: 150px;
}
@media screen and (max-width: 744px) {
  .p-recommend .petal.__2 {
    width: 35.4666666667vw;
    height: 29.8666666667vw;
    left: 0px;
    top: 53.6vw;
  }
}
.p-recommend .petal.__3 {
  width: 306px;
  height: 300px;
  right: -320px;
  top: 340px;
  rotate: -75deg;
}
@media screen and (max-width: 744px) {
  .p-recommend .petal.__3 {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    right: 0;
    top: 46.1333333333vw;
  }
}
.p-recommend .petal.__4 {
  width: 260px;
  height: 300px;
  right: -400px;
  bottom: 100px;
}
@media screen and (max-width: 744px) {
  .p-recommend .petal.__4 {
    width: 34.6666666667vw;
    height: 40vw;
    right: 0;
    bottom: 34.1333333333vw;
  }
}
.p-recommend .p-recommend__inner {
  margin: 0 auto;
  padding: 72px 0 176px;
  max-width: 980px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__inner {
    padding: 0 4.2666666667vw 17.0666666667vw;
  }
}
.p-recommend .ttl {
  color: #444;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-recommend .ttl {
    text-align: left;
    margin-bottom: 8vw;
    z-index: 1;
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 744px) {
  .p-recommend .ttl.__2 {
    text-align: right;
  }
}
.p-recommend .ttl .span.__0 {
  letter-spacing: -4.8px;
}
@media screen and (max-width: 744px) {
  .p-recommend .ttl .span.__0 {
    letter-spacing: -0.64vw;
  }
}
.p-recommend .ttl .span.__1 {
  color: var(--color-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  .p-recommend .ttl .span.__1 {
    font-size: 4.8vw;
  }
}
.p-recommend .ttl .span.__2 {
  color: var(--color-primary);
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  .p-recommend .ttl .span.__2 {
    font-size: 6.4vw;
  }
}
.p-recommend .img2 {
  max-width: 333px;
}
@media screen and (max-width: 744px) {
  .p-recommend .img2 {
    width: 27.7333333333vw;
    top: -8vw;
    right: -2.6666666667vw;
    max-width: 88.8vw;
  }
}
.p-recommend .first-img {
  max-width: 290px;
}
@media screen and (max-width: 744px) {
  .p-recommend .first-img {
    max-width: 77.3333333333vw;
  }
}
.p-recommend .inner {
  max-width: 900px;
  overflow: visible;
}
@media screen and (max-width: 744px) {
  .p-recommend .inner {
    padding: 6.6666666667vw 4vw 8vw;
  }
}
.p-recommend .p-recommend__box {
  max-width: 622px;
  position: relative;
  margin-bottom: 105px;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__box {
    margin-bottom: 12.8vw;
    max-width: 100%;
  }
}
.p-recommend .p-recommend__box.__2 {
  margin-left: auto;
  margin-bottom: 0;
}
.p-recommend .p-recommend__box .image {
  position: absolute;
}
.p-recommend .p-recommend__box .image.__1 {
  max-width: 572px;
  right: -476px;
  top: -56px;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__box .image.__1 {
    max-width: 43.4666666667vw;
    right: -4.2666666667vw;
    top: -16vw;
  }
}
.p-recommend .p-recommend__box .image.__2 {
  top: -34px;
  left: -400px;
  max-width: 464px;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__box .image.__2 {
    max-width: 27.7333333333vw;
    left: -4.2666666667vw;
    top: -8vw;
  }
}
.p-recommend .p-recommend__box .lists {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__box .lists {
    width: 100%;
  }
}
.p-recommend .p-recommend__box .lists .list {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 10%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  color: #985250;
  font-size: 28px;
  font-family: var(--font-yumincho);
  font-weight: 600;
  line-height: 130%;
  padding: 5px 4px 4px 82px;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__box .lists .list {
    font-size: 4.8vw;
    padding: 1.3333333333vw 1.0666666667vw 1.0666666667vw 12vw;
    margin-bottom: 3.2vw;
    letter-spacing: -0.03em;
  }
}
.p-recommend .p-recommend__box .lists .list::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border: 2px solid var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
  left: 48px;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__box .lists .list::before {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    left: 6.4vw;
    border: 0.5333333333vw solid var(--color-primary);
  }
}
.p-recommend .p-recommend__box .lists .list.__1-4 {
  text-indent: -3em;
  padding: 5px 4px 4px 168px;
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__box .lists .list.__1-4 {
    padding: 1.3333333333vw 1.0666666667vw 1.0666666667vw 26.6666666667vw;
  }
}
.p-recommend .p-recommend__box .lists .list.__1-4::before {
  top: 10px;
  transform: initial;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__box .lists .list.__1-4::before {
    top: 2.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__box .lists .list.__2-1 {
    text-indent: -14.4vw;
    padding: 1.3333333333vw 1.0666666667vw 1.0666666667vw 26.1333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__box .lists .list.__2-1::before {
    top: 26%;
  }
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__box .lists .list.__2-2 {
    text-indent: -14.4vw;
    padding: 1.3333333333vw 1.0666666667vw 1.0666666667vw 26.1333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__box .lists .list.__2-2::before {
    top: 26%;
  }
}
.p-recommend .p-recommend__box .lists .list.__2-3 {
  margin-bottom: 0;
}

.p-feature {
  background: url("../images/feature-bg.svg") repeat-y center top;
  overflow: initial;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p-feature {
    background: url("../images/feature-bg-sp.svg") repeat-y center top;
    background-size: 100%;
  }
}
.p-feature .p-feature__inner {
  margin: 0 auto;
  max-width: 840px;
  padding: 40px 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__inner {
    width: auto;
    padding: 8.5333333333vw 4.2666666667vw;
  }
}
.p-feature .p-feature__inner::before {
  content: "";
  position: absolute;
  top: -128px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 128px;
  background: url(../images/wave-01.svg) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__inner::before {
    background: url(../images/wave-01-sp.svg) center/cover no-repeat;
    width: 100.2666666667vw;
    height: 8.5333333333vw;
    top: -8.5333333333vw;
  }
}
.p-feature .p-feature__inner::after {
  content: "";
  position: absolute;
  bottom: -128px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 128px;
  background: url(../images/wave-02.svg) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__inner::after {
    background: url(../images/wave-02-sp.svg) center/cover no-repeat;
    width: 100.2666666667vw;
    height: 8.5333333333vw;
    bottom: -8.5333333333vw;
  }
}
.p-feature .p-feature-box .lists {
  margin: 0;
  padding: 56px 0 0;
  list-style-type: none;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-box .lists {
    flex-wrap: wrap;
    gap: 0;
    padding: 11.2vw 0 0;
  }
}
.p-feature .p-feature-box .lists .list {
  padding: 22px 30px 18px;
  font-size: 18px;
  position: relative;
  flex: 1;
  border: 10px solid #fff;
  background: #fef5ea;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-box .lists .list {
    padding: 4.8vw 3.7333333333vw 3.7333333333vw;
    font-size: 4.8vw;
    margin-bottom: 8.5333333333vw;
    border: 2.6666666667vw solid #fff;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.2);
    flex: initial;
  }
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-box .lists .list:last-child {
    margin-bottom: 0;
  }
}
.p-feature .p-feature-box .lists .list .subttl {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 208px;
  background: #ffa2a4;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  padding: 12px 24px;
  white-space: nowrap;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-box .lists .list .subttl {
    top: -8vw;
    left: 50%;
    font-size: 5.6vw;
    padding: 2.1333333333vw 6.4vw;
  }
}
.p-feature .p-feature-box .lists .list .text {
  color: #444;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-box .lists .list .text {
    font-size: 4.8vw;
  }
}
.p-feature .p-feature-ill {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 30px;
  box-shadow: 4px 4px 1px 0px rgba(0, 0, 0, 0.2);
  padding: 16px 40px 24px;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-ill {
    margin-top: 6.4vw;
    justify-content: space-between;
    padding: 5.3333333333vw 3.7333333333vw 4.5333333333vw;
    position: relative;
    border-radius: 2.6666666667vw;
  }
}
.p-feature .p-feature-ill::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #985250;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-ill::after {
    border-width: 2.6666666667vw 0 2.6666666667vw 2.6666666667vw;
    top: 38%;
    left: 50%;
  }
}
.p-feature .p-feature-ill-item {
  width: 362px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-ill-item {
    font-size: 4.2666666667vw;
    width: 39.2vw;
  }
}
.p-feature .p-feature-ill-item .p-feature-img {
  margin-top: -60px;
  width: 334px;
  max-width: initial;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-ill-item .p-feature-img {
    margin: 0 auto;
    width: 100%;
    max-width: 77.3333333333vw;
    position: relative;
  }
}
.p-feature .p-feature-ill-item:last-child {
  color: #985250;
}
.p-feature .p-feature-ill-item:last-child .p-feature-head {
  border-bottom-color: #985250;
  position: relative;
  z-index: 2;
}
.p-feature .p-feature-ill-item:last-child .p-feature-head span {
  background: #985250;
}
.p-feature .p-feature-head {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #474747;
  margin-top: -8px;
  margin-bottom: 8px;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-head {
    border-bottom: 0.2666666667vw solid #474747;
    margin-top: -2.1333333333vw;
    font-size: 3.4666666667vw;
    margin-bottom: 1.8666666667vw;
  }
}
.p-feature .p-feature-head span {
  display: inline-block;
  width: 98px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #474747;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-head span {
    width: 18.6666666667vw;
    height: 6.4vw;
    line-height: 6.4vw;
    border-top-left-radius: 1.3333333333vw;
    border-top-right-radius: 1.3333333333vw;
  }
}
.p-feature .p-feature-txt {
  text-align: left;
  font-size: 20px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-txt {
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 5.5466666667vw;
  }
}
.p-feature .ttl {
  color: #444;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .p-feature .ttl {
    font-size: 6.4vw;
    padding-bottom: 0px;
  }
}
.p-feature .ttl span {
  color: #985250;
  font-size: 36px;
}
@media screen and (max-width: 744px) {
  .p-feature .ttl span {
    font-size: 6.4vw;
  }
}
.p-feature .p-feature-ill-item .p-feature-img {
  margin-top: 0;
  width: 327px;
  margin: 0 auto 19px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-ill-item .p-feature-img {
    margin-left: 0;
    width: 100%;
    margin: 0 auto 0px;
  }
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-ill-item .p-feature-img .syringe {
    position: absolute;
    top: 5%;
    left: -15%;
    width: 55%;
    max-width: 100%;
  }
}
.p-feature .p-feature-ill-itemsec04-img_01 {
  max-width: 284px;
  margin: 0 auto 14px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-ill-itemsec04-img_01 {
    max-width: 100%;
    margin: 0 auto 0px;
  }
}

.p-various {
  background: url("../images/sec06-bg.webp") no-repeat center top #fff;
  background-size: cover;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p-various {
    background: url(../images/sec06-bg-sp.webp) no-repeat center top #fff;
    background-size: cover;
  }
}
.p-various .p-various__inner {
  max-width: 841px;
  padding: 64px 0 152px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-various .p-various__inner {
    padding: 14.4vw 4.2666666667vw 19.2vw;
  }
}
.p-various .p-various__inner::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
  height: 128px;
  background: url(../images/wave-03.svg) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-various .p-various__inner::before {
    background: url(../images/wave-03-sp.svg) center/cover no-repeat;
    width: 100.2666666667vw;
    height: 8vw;
  }
}
.p-various .ttl {
  color: #444;
  text-align: left;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0;
  padding-left: 72px;
}
@media screen and (max-width: 744px) {
  .p-various .ttl {
    font-size: 6.4vw;
    line-height: 11.52vw;
    text-align: center;
    padding-left: 14.4vw;
  }
}
.p-various .ttl span {
  color: var(--color-primary);
  font-size: 36px;
  line-height: 43.2px;
}
@media screen and (max-width: 744px) {
  .p-various .ttl span {
    font-size: 6.4vw;
    line-height: 11.52vw;
  }
}
@media screen and (max-width: 744px) {
  .p-various h2 img {
    width: 100%;
    max-width: 98.6666666667vw;
    margin: 0 auto;
  }
}
.p-various .p-various__bpx .lists {
  margin: 0;
  padding: 56px 0 0;
  list-style-type: none;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 744px) {
  .p-various .p-various__bpx .lists {
    flex-wrap: wrap;
    gap: 0;
    padding: 11.2vw 0 0;
  }
}
.p-various .p-various__bpx .lists .list {
  padding: 22px 30px 18px;
  font-size: 18px;
  position: relative;
  flex: 1;
  border: 10px solid #fff;
  background: #fef5ea;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 744px) {
  .p-various .p-various__bpx .lists .list {
    font-size: 4.8vw;
    flex: initial;
    width: 100%;
    padding: 4.8vw 3.7333333333vw 3.7333333333vw;
    margin-bottom: 8.5333333333vw;
    border: 2.6666666667vw solid #fff;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 744px) {
  .p-various .p-various__bpx .lists .list:last-child {
    margin-bottom: 0;
  }
}
.p-various .p-various__bpx .lists .list .subttl {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 208px;
  background: #ffa2a4;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  padding: 12px 24px;
  white-space: nowrap;
}
@media screen and (max-width: 744px) {
  .p-various .p-various__bpx .lists .list .subttl {
    border-radius: 55.4666666667vw;
    top: -8vw;
    font-size: 5.6vw;
    left: 50%;
    padding: 2.1333333333vw 6.4vw;
  }
}
.p-various .p-various__bpx .lists .list .text {
  color: #444;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  align-items: center;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 744px) {
  .p-various .p-various__bpx .lists .list .text {
    font-size: 4.8vw;
  }
}

.sec_case .lpInner {
  position: relative;
  margin: 0 auto;
  padding: 104px 0 24px;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner {
    width: auto;
    padding: 12.8vw 4.2666666667vw 4.2666666667vw;
  }
}
.sec_case .petal {
  position: absolute;
}
.sec_case .petal.__1 {
  width: 306px;
  height: 300px;
  left: -206px;
  top: 183px;
  rotate: 290deg;
}
@media screen and (max-width: 744px) {
  .sec_case .petal.__1 {
    width: 32.8vw;
    height: 32vw;
    left: 61.0666666667vw;
    top: -6.1333333333vw;
  }
}
.sec_case .petal.__2 {
  width: 260px;
  height: 244px;
  left: -292px;
  bottom: 320px;
}
@media screen and (max-width: 744px) {
  .sec_case .petal.__2 {
    width: 34.6666666667vw;
    height: 30.4vw;
    left: -9.6vw;
    bottom: 192vw;
  }
}
.sec_case .petal.__3 {
  width: 328px;
  height: 224px;
  right: -320px;
  top: 140px;
  rotate: 0deg;
}
@media screen and (max-width: 744px) {
  .sec_case .petal.__3 {
    width: 31.4666666667vw;
    height: 20.8vw;
    right: -12.5333333333vw;
    top: 90.6666666667vw;
  }
}
.sec_case .petal.__4 {
  width: 270px;
  height: 192px;
  right: -260px;
  top: 630px;
}
@media screen and (max-width: 744px) {
  .sec_case .petal.__4 {
    width: 34.6666666667vw;
    height: 24.5333333333vw;
    right: -13.3333333333vw;
    top: 319.2vw;
  }
}
.sec_case .petal.__5 {
  width: 260px;
  height: 300px;
  right: -225px;
  top: 715px;
  rotate: 300deg;
}
@media screen and (max-width: 744px) {
  .sec_case .petal.__5 {
    width: 26.6666666667vw;
    height: 37.3333333333vw;
    right: -15.7333333333vw;
    top: 427.2vw;
  }
}
.sec_case .ttl {
  color: var(--color-primary);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .sec_case .ttl {
    font-size: 6.4vw;
  }
}

.p-tissue {
  background: var(--color-primary);
  padding: 0;
  overflow: visible;
}
.p-tissue .p-tissue__inner {
  padding: 56px 0;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p-tissue .p-tissue__inner {
    padding: 82.6666666667vw 4.2666666667vw 8.5333333333vw;
  }
}
.p-tissue .sec05-list {
  font-size: inherit;
}
@media screen and (max-width: 744px) {
  .p-tissue .sec05-list {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 744px) {
  .p-tissue .sec05-list small {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 744px) {
  .p-tissue .sec05-list li {
    padding-left: 7.4666666667vw;
  }
  .p-tissue .sec05-list li::before {
    width: 6.4vw;
    height: 5.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p-tissue .sec05-box {
    border: 1.3333333333vw solid #ebebeb;
    margin: 5.3333333333vw auto;
    padding: 2.6666666667vw 4vw;
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}
.p-tissue .p-tissue__content {
  max-width: 488px;
}
@media screen and (max-width: 744px) {
  .p-tissue .p-tissue__content {
    font-size: 4vw;
    padding: 4vw 0 0;
    max-width: 100%;
    line-height: 1.7;
    word-break: break-all;
  }
}
.p-tissue .p-tissue__content .ttl {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .p-tissue .p-tissue__content .ttl {
    font-size: 6.9333333333vw;
    line-height: 130%;
    margin-bottom: 4.2666666667vw;
    text-align: center;
  }
}
.p-tissue .text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}
@media screen and (max-width: 744px) {
  .p-tissue .text {
    font-size: 4.2666666667vw;
    line-height: 150%;
  }
}
.p-tissue .image {
  position: absolute;
  top: -96px;
  left: 540px;
  width: 910px;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-tissue .image {
    position: absolute;
    top: -10.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 91.4666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-tissue .image img {
    box-shadow: -8px 10px 8px 0 rgba(0, 0, 0, 0.3);
  }
}

.p-introduction .petal {
  position: absolute;
}
.p-introduction .petal.__1 {
  width: 328px;
  height: 224px;
  left: -300px;
  top: 18px;
  rotate: 0deg;
}
@media screen and (max-width: 744px) {
  .p-introduction .petal.__1 {
    width: 36vw;
    height: 25.6vw;
    left: 68.8vw;
    top: 54.9333333333vw;
  }
}
.p-introduction .petal.__2 {
  width: 270px;
  height: 192px;
  left: -296px;
  bottom: 260px;
}
@media screen and (max-width: 744px) {
  .p-introduction .petal.__2 {
    width: 34.6666666667vw;
    height: 24vw;
    left: -9.3333333333vw;
    bottom: 197.0666666667vw;
  }
}
.p-introduction .petal.__3 {
  width: 194px;
  height: 190px;
  left: -60px;
  bottom: 0px;
}
@media screen and (max-width: 744px) {
  .p-introduction .petal.__3 {
    width: 26.6666666667vw;
    height: 18.6666666667vw;
    left: -9.8666666667vw;
    bottom: 26.4vw;
  }
}
.p-introduction .petal.__4 {
  width: 306px;
  height: 300px;
  right: -220px;
  top: 81px;
  rotate: 295deg;
}
@media screen and (max-width: 744px) {
  .p-introduction .petal.__4 {
    width: 36vw;
    height: 25.6vw;
    right: 0;
    top: 93.3333333333vw;
  }
}
.p-introduction .petal.__5 {
  width: 266px;
  height: 224px;
  right: -330px;
  bottom: 252px;
}
@media screen and (max-width: 744px) {
  .p-introduction .petal.__5 {
    width: 25.8666666667vw;
    height: 25.3333333333vw;
    right: 0;
    bottom: 0;
  }
}
.p-introduction .p-introduction__inner {
  margin: 0 auto;
  padding: 72px 40px 176px;
  max-width: 1160px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-introduction .p-introduction__inner {
    padding: 14.4vw 4.2666666667vw 14.4vw;
  }
}
.p-introduction .ttl {
  color: #444;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-introduction .ttl {
    text-align: left;
    margin-bottom: 6.4vw;
    z-index: 1;
    font-size: 6.4vw;
    font-weight: 700;
  }
}
.p-introduction .ttl.__2 {
  letter-spacing: -4.8px;
}
@media screen and (max-width: 744px) {
  .p-introduction .ttl.__2 {
    letter-spacing: -1.28vw;
  }
}
.p-introduction .ttl .span.__0 {
  letter-spacing: -4.8px;
}
@media screen and (max-width: 744px) {
  .p-introduction .ttl .span.__0 {
    letter-spacing: -1.28vw;
  }
}
.p-introduction .ttl .span.__1 {
  color: var(--color-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  .p-introduction .ttl .span.__1 {
    font-size: 4.8vw;
    font-weight: 700;
  }
}
.p-introduction .ttl .span.__2 {
  color: var(--color-primary);
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  .p-introduction .ttl .span.__2 {
    font-size: 6.4vw;
    font-weight: 700;
  }
}
.p-introduction .img2 {
  max-width: 333px;
}
@media screen and (max-width: 744px) {
  .p-introduction .img2 {
    top: -8vw;
    right: -2.6666666667vw;
    max-width: 88.8vw;
  }
}
.p-introduction .first-img {
  max-width: 290px;
}
@media screen and (max-width: 744px) {
  .p-introduction .first-img {
    max-width: 77.3333333333vw;
  }
}
.p-introduction .inner {
  max-width: 900px;
  overflow: visible;
}
@media screen and (max-width: 744px) {
  .p-introduction .inner {
    padding: 6.6666666667vw 4vw 8vw;
  }
}
.p-introduction .p-introduction__box {
  max-width: 622px;
  position: relative;
  margin-bottom: 105px;
}
@media screen and (max-width: 744px) {
  .p-introduction .p-introduction__box {
    margin-bottom: 8.5333333333vw;
    max-width: 100%;
  }
}
.p-introduction .p-introduction__box.__2 {
  margin-left: auto;
  margin-bottom: 0;
}
.p-introduction .p-introduction__box .image {
  position: absolute;
}
.p-introduction .p-introduction__box .image.__1 {
  max-width: 572px;
  right: -487px;
  top: -17px;
}
@media screen and (max-width: 744px) {
  .p-introduction .p-introduction__box .image.__1 {
    max-width: 49.6vw;
    right: -4.2666666667vw;
    top: -9.3333333333vw;
  }
}
.p-introduction .p-introduction__box .image.__2 {
  top: -13px;
  left: -470px;
  max-width: 510px;
}
@media screen and (max-width: 744px) {
  .p-introduction .p-introduction__box .image.__2 {
    max-width: 41.8666666667vw;
    left: -4.2666666667vw;
    top: 6.9333333333vw;
  }
}
.p-introduction .p-introduction__box .texts {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-introduction .p-introduction__box .texts.__1 {
    width: 70.1333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p-introduction .p-introduction__box .texts.__2 {
    width: 63.7333333333vw;
    margin-left: auto;
  }
}
.p-introduction .p-introduction__box .text {
  color: #444;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}
@media screen and (max-width: 744px) {
  .p-introduction .p-introduction__box .text {
    font-size: 4vw;
  }
}
.p-introduction .p-introduction__box .text:not(:last-of-type) {
  padding-bottom: 12px;
}
@media screen and (max-width: 744px) {
  .p-introduction .p-introduction__box .text:not(:last-of-type) {
    padding-bottom: 2.1333333333vw;
  }
}

.p-comparison {
  background: url("../images/comparison-bg.svg") repeat-y center top;
  overflow: initial;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p-comparison {
    background: url("../images/comparison-bg-sp.svg") repeat-y center top;
    background-size: 100%;
  }
}
.p-comparison .ttl {
  color: #444;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-comparison .ttl {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.p-comparison .ttl span {
  color: #985250;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  .p-comparison .ttl span {
    font-size: 6.4vw;
  }
}
.p-comparison .p-comparison__inner {
  padding: 40px 0 24px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-comparison__inner {
    padding: 5.3333333333vw 4.2666666667vw 5.3333333333vw;
  }
}
.p-comparison .p-comparison__inner::before {
  content: "";
  position: absolute;
  top: -128px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 128px;
  background: url(../images/wave-01.svg) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-comparison__inner::before {
    background: url(../images/wave-01-sp.svg) center/cover no-repeat;
    width: 100.2666666667vw;
    height: 8.5333333333vw;
    top: -8.5333333333vw;
  }
}
.p-comparison .p-compare {
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare {
    padding-bottom: 4.2666666667vw;
  }
}
.p-comparison .p-compare .p-compare__inner {
  font-family: var(--font-noto-sans);
}
.p-comparison .p-compare .p-compare__inner .p-compare__table {
  width: 100%;
  margin: 0 auto;
  border: 0;
}
.p-comparison .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) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table tr {
    gap: 0.5333333333vw;
    grid-template-columns: 14.6666666667vw 25.0666666667vw 25.0666666667vw 25.0666666667vw;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table th,
.p-comparison .p-compare .p-compare__inner .p-compare__table td {
  vertical-align: middle;
  border-right: none;
  border-bottom: none;
  height: 80px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table th,
  .p-comparison .p-compare .p-compare__inner .p-compare__table td {
    height: 15.4666666667vw;
  }
}
.p-comparison .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: #ffffff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table td {
    font-feature-settings: "palt" on;
    font-size: 3.2vw;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table td.__1 {
  display: block;
  padding-top: 6.5px;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table td.__1 {
    padding-top: 1.7333333333vw;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table td.__pink {
  background: #f8ebf4;
}
.p-comparison .p-compare .p-compare__inner .p-compare__table td.__blue {
  background: #ebf0f8;
}
.p-comparison .p-compare .p-compare__inner .p-compare__table td.__gray {
  background: #f8f0eb;
}
.p-comparison .p-compare .p-compare__inner .p-compare__table thead th {
  font-weight: bold;
  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) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table thead th {
    font-size: 4vw;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table .heading {
  height: 88px;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table .heading {
    height: 14.4vw;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table .heading.__1 {
  opacity: 0;
}
.p-comparison .p-compare .p-compare__inner .p-compare__table .heading.__2 {
  background: #ef66b2;
}
.p-comparison .p-compare .p-compare__inner .p-compare__table .heading.__3 {
  background: #66adef;
}
.p-comparison .p-compare .p-compare__inner .p-compare__table .heading.__4 {
  background: #ef8b66;
}
.p-comparison .p-compare .p-compare__inner .p-compare__table tbody {
  grid-template-columns: 1fr;
  gap: 4px;
  display: grid;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table tbody {
    gap: 0.5333333333vw;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table .list {
  background: var(--color-primary);
  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) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table .list {
    font-size: 3.4666666667vw;
  }
}
.p-comparison .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) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table .highlight-prpg {
    font-size: 4vw;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table .symbol {
  display: block;
  width: 40px;
  margin: 0 auto 4px;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table .symbol {
    width: 6.4vw;
    margin: 0 auto 1.0666666667vw;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table .symbol.__triangle {
  width: 40px;
  margin: 5px auto 4px;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table .symbol.__triangle {
    width: 6.4vw;
    margin: 0.5333333333vw auto 1.0666666667vw;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table .symbol.__cross {
  width: 30px;
  margin: 8px auto 4px;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table .symbol.__cross {
    width: 4.8vw;
    margin: 1.3333333333vw auto 4px;
  }
}
.p-comparison .p-comparison__arrow {
  width: 520px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-comparison__arrow {
    width: 50.4vw;
    margin: 0 auto 4.2666666667vw;
  }
}
.p-comparison .p-comparison__contrast .cards {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-comparison__contrast .cards {
    display: block;
  }
}
.p-comparison .p-comparison__contrast .card {
  width: 480px;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-comparison__contrast .card {
    width: 100%;
  }
}
@media screen and (max-width: 744px) {
  .p-comparison .p-comparison__contrast .card:not(:last-of-type) {
    margin-bottom: 6.4vw;
  }
}
.p-comparison .p-comparison__contrast .title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 80%;
  padding: 16px 0 13px;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-comparison__contrast .title {
    font-size: 6.4vw;
    font-weight: 700;
    line-height: 100%;
    padding: 2.6666666667vw 0 1.8666666667vw;
  }
}
.p-comparison .p-comparison__contrast .title span {
  font-size: 28px;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-comparison__contrast .title span {
    font-size: 4.8vw;
  }
}
.p-comparison .p-comparison__contrast .title.__1 {
  background: #66adef;
}
.p-comparison .p-comparison__contrast .title.__2 {
  background: #ef8b66;
}
.p-comparison .p-comparison__contrast .content {
  padding: 24px 21px 21px 21px;
  background: #fff;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-comparison__contrast .content {
    padding: 4.2666666667vw;
  }
}
.p-comparison .p-comparison__contrast .content.__1 {
  border-right: 3px solid #66adef;
  border-bottom: 3px solid #66adef;
  border-left: 3px solid #66adef;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-comparison__contrast .content.__1 {
    border-right: 0.5333333333vw solid #66adef;
    border-bottom: 0.5333333333vw solid #66adef;
    border-left: 0.5333333333vw solid #66adef;
  }
}
.p-comparison .p-comparison__contrast .content.__2 {
  border-right: 3px solid #ef8b66;
  border-bottom: 3px solid #ef8b66;
  border-left: 3px solid #ef8b66;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-comparison__contrast .content.__2 {
    border-right: 0.5333333333vw solid #ef8b66;
    border-bottom: 0.5333333333vw solid #ef8b66;
    border-left: 0.5333333333vw solid #ef8b66;
  }
}
.p-comparison .p-comparison__contrast .subttl {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-comparison__contrast .subttl {
    font-size: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-comparison .p-comparison__contrast .subttl.__1 {
  background: #66adef;
}
.p-comparison .p-comparison__contrast .subttl.__2 {
  background: #ef8b66;
}
.p-comparison .p-comparison__contrast .sub-text {
  color: #444;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-comparison__contrast .sub-text {
    font-size: 4vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-comparison .p-comparison__contrast .arrow {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 44px;
  margin: 0 auto 16px;
  background: url(../images/arrow-red.svg) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-comparison__contrast .arrow {
    width: 69.3333333333vw;
    height: 11.7333333333vw;
    font-size: 4vw;
    margin: 0 auto 4.2666666667vw;
    padding-bottom: 1.0666666667vw;
  }
}
.p-comparison .p-comparison__contrast .prp {
  background: #ef66b2;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-comparison__contrast .prp {
    font-size: 5.6vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-comparison .p-comparison__contrast .prp-text {
  color: #444;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-comparison__contrast .prp-text {
    font-size: 4vw;
  }
}
.p-comparison .p-comparison__contrast .prp-text .pink {
  color: #e4005d;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-comparison__contrast .prp-text .pink {
    font-size: 4vw;
  }
}

.p-service {
  background: url(../images/service-bg.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-service {
    background: url(../images/service-bg-sp.webp) center/cover no-repeat;
  }
}
.p-service .p-service__inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 168px 0 56px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-service .p-service__inner {
    padding: 14.4vw 4.2666666667vw 14.4vw;
  }
}
.p-service .p-service__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 128px;
  background: url(../images/wave-02.svg) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-service .p-service__inner::before {
    background: url(../images/wave-02-sp.svg) center/cover no-repeat;
    width: 100.2666666667vw;
    height: 8.5333333333vw;
  }
}
.p-service .texts {
  max-width: 624px;
}
.p-service .ttl {
  color: #444;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 32px;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .p-service .ttl {
    font-size: 6.4vw;
    font-weight: 700;
    margin-bottom: 6.4vw;
  }
}
.p-service .ttl .span.__1 {
  color: var(--color-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  .p-service .ttl .span.__1 {
    font-size: 4.8vw;
    font-weight: 700;
  }
}
.p-service .ttl .span.__2 {
  color: var(--color-primary);
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .p-service .ttl .span.__2 {
    font-size: 6.4vw;
    font-weight: 700;
    line-height: 130%;
  }
}
.p-service .text {
  color: #444;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}
@media screen and (max-width: 744px) {
  .p-service .text {
    font-size: 4vw;
    line-height: 150%;
  }
}
.p-service .text:not(:last-of-type) {
  padding-bottom: 12px;
}
@media screen and (max-width: 744px) {
  .p-service .text:not(:last-of-type) {
    padding-bottom: 2.1333333333vw;
  }
}

/* --------------------------------------------------
 症例写真
-------------------------------------------------- */
/* --------------------------------------------------
 アイスプレミアム
-------------------------------------------------- */
.p-premium {
  padding-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-premium {
    padding-bottom: inherit;
  }
}

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

/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice .inner {
  padding: 0px 0 72px;
}
@media screen and (max-width: 744px) {
  #tempPrice .inner {
    padding: 0 4.2666666667vw 8.5333333333vw;
  }
}
#tempPrice h2 {
  color: #333;
}
#tempPrice .bnr01 {
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  #tempPrice .bnr01 {
    margin-bottom: 6.4vw;
  }
}

/* --------------------------------------------------
 広告用
-------------------------------------------------- */
.monitor {
  /* モニター募集バナー */
  /* Section 01 */
  /* 料金 */
}
.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 .moniBnr {
  padding: 24px 0 0;
  background-image: url("../images/sec02-bg.webp");
  background-position: center top;
  background-repeat: repeat;
}
@media screen and (max-width: 744px) {
  .monitor .moniBnr {
    padding: 6.4vw 0 0;
  }
}
.monitor #sec01.moniAct {
  background: none;
  margin: 0 auto;
  overflow: visible;
  height: 606px;
}
@media screen and (max-width: 744px) {
  .monitor #sec01.moniAct {
    height: 141.3333333333vw;
  }
}
.monitor #sec01.moniAct .pcDisp_lp img {
  width: 1920px;
  height: 606px;
  position: absolute;
  top: 142px;
  right: 0;
  left: 0;
  margin: 0 auto;
  object-fit: cover;
}
.monitor #sec01.moniAct h2 {
  margin-bottom: 0;
  padding: 0;
}
.monitor #sec01.moniAct .inner.inner-bnr {
  height: 470px;
  padding: 0;
}
.monitor .c_menu__heading span {
  font-size: 40px;
}
@media screen and (max-width: 744px) {
  .monitor .c_menu__heading span {
    font-size: 8.5333333333vw;
  }
}
.monitor #tempPrice .moniBnr {
  padding: 0 0 48px;
  background: none;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .moniBnr {
    padding: 0 0 6.4vw;
  }
}
.monitor #tempPrice .sec__cttl {
  margin-bottom: 8px;
}
.monitor #tempPrice .tempPrice__ttl {
  font-size: 24px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl {
    font-size: 4.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl span {
  display: block;
  color: #dd5564;
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl span {
    font-size: 8vw;
  }
}
.monitor #tempPrice .sec__cttl.tempPrice__ttl {
  font-weight: bold;
  font-size: 24px;
  color: #222;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "palt";
}
.monitor #tempPrice .tempPrice__ttl__sub {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__sub {
    font-size: 4.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl__sub::before, .monitor #tempPrice .tempPrice__ttl__sub::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 0;
  border-top: 2.5px solid #222;
  transform: rotate(60deg);
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__sub::before, .monitor #tempPrice .tempPrice__ttl__sub::after {
    width: 12.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl__sub::after {
  transform: rotate(120deg);
}
.monitor #tempPrice .tempPrice__ttl__main {
  display: block;
  color: #dd5564;
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__main {
    font-size: 8vw;
  }
}
.monitor #tempPrice .notice_txt {
  text-align: center;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .notice_txt {
    margin-bottom: 1.0666666667vw;
    font-size: 4vw;
  }
}
.monitor #tempPrice .notice button {
  margin-bottom: 20px;
  color: #3c60ff;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .notice button {
    margin-bottom: 5.3333333333vw;
    font-size: 4vw;
  }
}
.monitor .pick_note {
  width: 100%;
  background-color: #fff;
  color: #dd5564;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #dd5564;
  padding: 4px;
  margin-bottom: 18px;
}
@media screen and (max-width: 744px) {
  .monitor .pick_note {
    font-size: 3.2vw;
    border: 0.2666666667vw solid #dd5564;
    padding: 1.0666666667vw;
    margin-bottom: 4.8vw;
  }
}

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