@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_inner {
  --color-primary: #D9A9C0;
  --color-alpha: rgb(251.96, 248.12, 249.96);
  --color-secondary: rgba(217, 169, 192, 0.3);
  --color-strong: rgb(219.6419354839, 64.3580645161, 138.7649193548);
}

/* コンテンツ
*****************************************************/
.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_inner {
  background: linear-gradient(90deg, #f3f1f4 0%, #fefbff 50%, #e1edee 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: -280px;
  width: 1000px;
  height: 606px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__image {
    width: 80vw;
    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: 48.5333333333vw 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: 4.2666666667vw;
  }
}
.p-kv .p-kv__texts__concept {
  color: #fff;
  background: var(--color-primary);
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  padding: 2px 16px;
  display: inline-block;
  letter-spacing: 4px;
}
@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: 2.1333333333vw;
    padding-left: 4.2666666667vw;
  }
}
.p-kv .p-kv__texts__title .span {
  color: #111;
  font-size: 88px;
  font-weight: 700;
  letter-spacing: 7.04px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__texts__title .span {
    font-size: 10.6666666667vw;
    letter-spacing: 0.8533333333vw;
  }
}
.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;
    max-width: 100%;
  }
}
.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(2.6666666667vw);
  }
}

.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: 14.6666666667vw;
  }
}
.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: -6.9333333333vw;
    top: 120vw;
  }
}
.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: 0vw;
    bottom: 42.9333333333vw;
  }
}
.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: -21.3333333333vw;
    top: -0.8vw;
  }
}
.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: -4.5333333333vw;
    bottom: 18.6666666667vw;
  }
}
.p-lead .p-lead__texts {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-lead .p-lead__texts {
    padding: 0 4.2666666667vw;
  }
}
.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: #a05e7e;
  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: 71.2vw;
    top: 15.4666666667vw;
    rotate: 180deg;
  }
}
.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: 30.6666666667vw;
    top: 78.4vw;
    rotate: 45deg;
  }
}
.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: -2.1333333333vw;
    bottom: -2.6666666667vw;
  }
}
.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;
    padding-right: 8.5333333333vw;
  }
}
.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 {
  position: relative;
  max-width: 622px;
  margin-bottom: 105px;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__box {
    margin-bottom: 12.8vw;
    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 {
  right: -476px;
  top: -56px;
  max-width: 572px;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__box .image.__1 {
    top: -10.1333333333vw;
    right: -4.2666666667vw;
    max-width: 40.2666666667vw;
  }
}
.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 {
    top: -9.6vw;
    left: -4.2666666667vw;
    max-width: 37.0666666667vw;
  }
}
.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: #a05e7e;
  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;
    display: inline-block;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 10%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  }
}
.p-recommend .p-recommend__box .lists .list.__last {
  margin-bottom: 0;
}
.p-recommend .p-recommend__box .lists .list::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border: 2px solid #a05e7e;
  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 #a05e7e;
  }
}

.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: 5.3333333333vw 5.3333333333vw;
  }
}
.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;
    z-index: 1;
  }
}
.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: 30px 30px 22px;
  font-size: 18px;
  position: relative;
  flex: 1;
  border: 10px solid #fff;
  background: #feeaed;
  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;
    width: 100%;
  }
}
@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: var(--color-primary);
  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: #ffffff;
  border-radius: 30px;
  box-shadow: 4px 4px 1px 0px rgba(0, 0, 0, 0.2);
  padding: 16px 40px 24px;
  justify-content: space-between;
  margin-bottom: 56px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-ill {
    justify-content: space-between;
    position: relative;
    border-radius: 8vw;
    margin-top: 14.9333333333vw;
    margin-bottom: 6.4vw;
    padding: 12.8vw 3.2vw 4.2666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-ill::before {
    content: "";
    position: absolute;
    top: -9.3333333333vw;
    left: 15.2vw;
    width: 73.0666666667vw;
    height: 40vw;
    background: url(../images/feature-04-sp.webp) center/cover no-repeat;
    z-index: 1;
  }
}
.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-top: -16vw;
    margin: 0 auto;
    width: 100%;
    max-width: 77.3333333333vw;
    position: relative;
  }
}
.p-feature .p-feature-ill-item:last-child {
  color: #a05e7e;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-ill-item:last-child {
    padding-top: 5.3333333333vw;
  }
}
.p-feature .p-feature-ill-item:last-child .p-feature-head {
  border-bottom-color: #a05e7e;
  position: relative;
  z-index: 2;
}
.p-feature .p-feature-ill-item:last-child .p-feature-head span {
  background: #a05e7e;
}
.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.88vw;
    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 {
    line-height: 8vw;
    width: 18.6666666667vw;
    height: 6.4vw;
    border-top-left-radius: 2.6666666667vw;
    border-top-right-radius: 2.6666666667vw;
  }
}
.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: #a05e7e;
  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 .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;
  }
}
.p-feature .p-feature-ill-item .p-feature-img img {
  aspect-ratio: 327/304;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-ill-item .p-feature-img img {
    aspect-ratio: 147/136;
  }
}
.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-feature .p-feature-ill-itemsec04-img_01 img {
  aspect-ratio: 284/304;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-ill-itemsec04-img_01 img {
    aspect-ratio: 147/157;
  }
}
.p-feature .p-feature__improvement {
  border-radius: 30px;
  background: #fff;
  box-shadow: 4px 4px 1px 0 rgba(0, 0, 0, 0.2);
  gap: 78px;
  padding: 0px 74px 0 40px;
  display: flex;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__improvement {
    border-radius: 8vw;
    padding: 4.2666666667vw 8vw;
    flex-direction: column-reverse;
    gap: 29.6vw;
  }
}
.p-feature .p-feature__improvement .texts {
  padding: 10px 0;
  position: relative;
  width: 358px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__improvement .texts {
    padding: 0;
    width: 100%;
  }
}
.p-feature .p-feature__improvement .float-text {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  border-radius: 208px;
  background: var(--color-primary);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  width: 192px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__improvement .float-text {
    color: #fff;
    font-size: 5.6vw;
    width: 46.4vw;
    height: 9.8666666667vw;
    top: -6.4vw;
  }
}
.p-feature .p-feature__improvement .text {
  background: #feeaed;
  color: #444;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  padding: 30px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__improvement .text {
    padding: 7.4666666667vw 4.2666666667vw 6.4vw;
    font-size: 4vw;
  }
}
.p-feature .p-feature__improvement .img {
  width: 290px;
  margin-top: 54px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__improvement .img {
    width: 39.2vw;
    margin-top: 0;
    margin: 0 auto;
  }
}
.p-feature .p-feature__improvement .items {
  position: absolute;
  bottom: 52px;
  left: 50%;
  width: 352px;
  height: 74px;
  transform: translateX(-50%);
  border-radius: 10px;
  background: var(--color-primary);
  padding: 13px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__improvement .items {
    border-radius: 2.6666666667vw;
    padding: 2.6666666667vw;
    width: 73.3333333333vw;
    height: 23.7333333333vw;
    bottom: -19.2vw;
  }
}
.p-feature .p-feature__improvement .items::before {
  content: "";
  position: absolute;
  top: -75px;
  left: 191px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.5px 79px 9.5px;
  border-color: transparent transparent var(--color-primary) transparent;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__improvement .items::before {
    top: -8.5333333333vw;
    left: 38.9333333333vw;
    width: 0;
    height: 0;
    border-width: 0 0.9333333333vw 9.0666666667vw 0.9333333333vw;
  }
}
.p-feature .p-feature__improvement .items .item {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__improvement .items .item {
    font-size: 4vw;
  }
}
.p-feature .p-feature__improvement .items .item:not(:last-of-type) {
  padding-bottom: 7px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__improvement .items .item:not(:last-of-type) {
    padding-bottom: 1.8666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__improvement .items .item.__2 {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 140%;
  }
}

.p-voice .title {
  text-align: center;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0;
  color: var(--color-primary);
  font-size: 36px;
  padding-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-voice .title {
    font-size: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
.p-voice .petal {
  position: absolute;
}
.p-voice .petal.__1 {
  width: 260px;
  height: 300px;
  left: -301px;
  top: 183px;
}
@media screen and (max-width: 744px) {
  .p-voice .petal.__1 {
    width: 34.6666666667vw;
    height: 40vw;
    left: 72vw;
    top: 180.5333333333vw;
  }
}
.p-voice .petal.__2 {
  width: 328px;
  height: 224px;
  left: -209px;
  bottom: 540px;
}
@media screen and (max-width: 744px) {
  .p-voice .petal.__2 {
    width: 43.7333333333vw;
    height: 30.4vw;
    right: -10.6666666667vw;
    top: 12vw;
    left: initial;
    bottom: initial;
  }
}
.p-voice .petal.__3 {
  width: 268px;
  height: 192px;
  left: -360px;
  bottom: 37px;
  rotate: 0deg;
}
@media screen and (max-width: 744px) {
  .p-voice .petal.__3 {
    width: 36vw;
    height: 25.6vw;
    right: -13.3333333333vw;
    bottom: 269.8666666667vw;
    left: initial;
  }
}
.p-voice .petal.__4 {
  width: 220px;
  height: 260px;
  left: -221px;
  bottom: 2px;
}
@media screen and (max-width: 744px) {
  .p-voice .petal.__4 {
    width: 34.6666666667vw;
    height: 24.5333333333vw;
    right: -13.3333333333vw;
    bottom: initial;
    left: 0;
    top: -11.7333333333vw;
  }
}
.p-voice .petal.__5 {
  width: 270px;
  height: 192px;
  right: -370px;
  top: 90px;
}
@media screen and (max-width: 744px) {
  .p-voice .petal.__5 {
    width: 26.6666666667vw;
    height: 37.3333333333vw;
    right: initial;
    top: initial;
    bottom: -22.1333333333vw;
    left: -7.4666666667vw;
  }
}
.p-voice .petal.__6 {
  width: 260px;
  height: 300px;
  right: -343px;
  top: 173px;
}
@media screen and (max-width: 744px) {
  .p-voice .petal.__6 {
    width: 26.6666666667vw;
    height: 37.3333333333vw;
    right: 81.3333333333vw;
    top: 472.8vw;
  }
}
.p-voice .petal.__7 {
  width: 328px;
  height: 224px;
  right: -170px;
  top: 910px;
}
@media screen and (max-width: 744px) {
  .p-voice .petal.__7 {
    width: 26.6666666667vw;
    height: 37.3333333333vw;
    right: -15.7333333333vw;
    top: 457.3333333333vw;
  }
}
.p-voice .petal.__8 {
  width: 306px;
  height: 300px;
  right: -326px;
  bottom: 140px;
  rotate: 300deg;
}
@media screen and (max-width: 744px) {
  .p-voice .petal.__8 {
    width: 41.0666666667vw;
    height: 40vw;
    right: -9.6vw;
    bottom: -8vw;
    rotate: -75deg;
  }
}
.p-voice .p-voice__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 104px 0 40px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-voice .p-voice__inner {
    padding: 14.4vw 4.2666666667vw 5.3333333333vw;
  }
}
.p-voice .p-voice__wrap {
  box-shadow: 0 0 30px 0 rgba(217, 169, 192, 0.2);
  z-index: 1;
  position: relative;
}
.p-voice .p-voice__wrap:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 744px) {
  .p-voice .p-voice__wrap:not(:last-of-type) {
    margin-bottom: 8.5333333333vw;
  }
}
.p-voice .p-voice__wrap .ttl {
  background: var(--color-primary);
  position: relative;
  padding: 12px 0 11px 162px;
}
@media screen and (max-width: 744px) {
  .p-voice .p-voice__wrap .ttl {
    padding: 1.7vw 0 1.7vw 20.1vw;
  }
}
.p-voice .p-voice__wrap .ttl .txt {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 744px) {
  .p-voice .p-voice__wrap .ttl .txt {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 744px) {
  .p-voice .p-voice__wrap .ttl .txt .big {
    font-size: 6.4vw;
  }
}
.p-voice .p-voice__wrap .ttl .img1 {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 110px;
}
@media screen and (max-width: 744px) {
  .p-voice .p-voice__wrap .ttl .img1 {
    width: 14.7vw;
    left: 2.7vw;
  }
}
.p-voice .p-voice__wrap .ttl .img2 {
  position: absolute;
  top: -52px;
  right: -68px;
  width: 368px;
}
@media screen and (max-width: 744px) {
  .p-voice .p-voice__wrap .ttl .img2 {
    top: -6.1vw;
    right: -1.3vw;
    width: 24.5vw;
  }
}
.p-voice .p-voice__wrap .box {
  background: #fff;
  padding: 30px 40px;
}
@media screen and (max-width: 744px) {
  .p-voice .p-voice__wrap .box {
    padding: 2.1vw 2.7vw 2.7vw;
  }
}
.p-voice .p-voice__wrap .box .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 744px) {
  .p-voice .p-voice__wrap .box .list {
    gap: 2.7vw;
  }
}
.p-voice .p-voice__wrap .box .list_item {
  background: #fdf5f6;
  color: #474747;
  padding: 21px 40px 30px;
}
@media screen and (max-width: 744px) {
  .p-voice .p-voice__wrap .box .list_item {
    padding: 5vw 2.7vw;
  }
}
.p-voice .p-voice__wrap .box .list_item .txt1 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 26px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-voice .p-voice__wrap .box .list_item .txt1 {
    font-size: 4.8vw;
    margin-bottom: 5vw;
    padding-left: 6.4vw;
  }
}
.p-voice .p-voice__wrap .box .list_item .txt1::before {
  content: "◆";
  color: var(--color-primary);
  font-size: 1.2em;
  position: absolute;
  top: -0.1em;
  left: -1.2em;
}
@media screen and (max-width: 744px) {
  .p-voice .p-voice__wrap .box .list_item .txt1::before {
    left: 0;
  }
}
.p-voice .p-voice__wrap .box .list_item .txt1 .bd {
  border-bottom: 1px solid #474747;
}
@media screen and (max-width: 744px) {
  .p-voice .p-voice__wrap .box .list_item .txt1 .bd {
    display: block;
  }
}
.p-voice .p-voice__wrap .box .list_item .txt1 .small {
  font-size: 0.67em;
}
.p-voice .p-voice__wrap .box .list_item .txt2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-voice .p-voice__wrap .box .list_item .txt2 {
    font-size: 4vw;
    line-height: 1.7;
    padding-left: 6.4vw;
  }
}
.p-voice .p-voice__wrap .box .list_item .txt2::before {
  content: "A";
  font-family: serif;
  font-size: 20px;
  background: var(--color-primary);
  color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0.15em;
}
@media screen and (max-width: 744px) {
  .p-voice .p-voice__wrap .box .list_item .txt2::before {
    font-size: 5.4vw;
    width: 5.3vw;
    height: 5.3vw;
  }
}
.p-voice .p-voice__wrap .box .list_item .txt2 span {
  margin-right: 1.5em;
}
@media screen and (max-width: 744px) {
  .p-voice .p-voice__wrap .box .list_item .txt2 span {
    margin-right: 1.2em;
  }
}
.p-voice .p-voice__wrap .box .list_item .txt2 span.maru {
  position: relative;
}
.p-voice .p-voice__wrap .box .list_item .txt2 span.maru::before {
  content: "";
  position: absolute;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-voice .p-voice__wrap .box .list_item:nth-child(6) .txt1 {
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  .p-voice .p-voice__wrap .box .list_item:nth-child(6) .txt1 {
    font-size: 4.8vw;
  }
}
.p-voice .p-voice__wrap .box .list_item:nth-child(6) .txt2 {
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  .p-voice .p-voice__wrap .box .list_item:nth-child(6) .txt2 {
    font-size: 4vw;
  }
}

.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: #feeaed;
  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: var(--color-primary);
  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;
  }
}

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

.p-introduction .petal {
  position: absolute;
}
.p-introduction .petal.__1 {
  width: 266px;
  height: 224px;
  left: -120px;
  top: 18px;
  rotate: 0deg;
}
@media screen and (max-width: 744px) {
  .p-introduction .petal.__1 {
    width: 35.4666666667vw;
    height: 29.8666666667vw;
    left: 0vw;
    top: -1.6vw;
  }
}
.p-introduction .petal.__2 {
  width: 268px;
  height: 192px;
  left: -40px;
  bottom: 324px;
}
@media screen and (max-width: 744px) {
  .p-introduction .petal.__2 {
    width: 35.7333333333vw;
    height: 25.6vw;
    left: -2.6666666667vw;
    bottom: 27.2vw;
  }
}
.p-introduction .petal.__3 {
  width: 194px;
  height: 190px;
  right: -28px;
  bottom: 500px;
}
@media screen and (max-width: 744px) {
  .p-introduction .petal.__3 {
    width: 25.8666666667vw;
    height: 25.3333333333vw;
    left: initial;
    bottom: 156vw;
    right: -4.5333333333vw;
  }
}
.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;
    white-space: nowrap;
  }
}
@media screen and (max-width: 744px) {
  .p-introduction .ttl.__2 {
    text-align: right;
  }
}
.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;
    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 {
    width: 51.7333333333vw;
    right: -4.2666666667vw;
    top: -12.2666666667vw;
  }
}
.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 {
    width: 39.4666666667vw;
    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: 67.7333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p-introduction .p-introduction__box .texts.__2 {
    width: 100%;
    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;
  }
}
@media screen and (max-width: 744px) {
  .p-introduction .p-introduction__box .text.__2 {
    width: 64vw;
    margin-left: auto;
  }
}

.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 .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 5.3333333333vw 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: 32px;
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare {
    padding-bottom: 6.4vw;
  }
}
.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: 277px 277px 277px;
  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: 18.6666666667vw 34.6666666667vw 34.6666666667vw;
  }
}
.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 tbody {
  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: 26px;
  margin: 8px auto 8px;
}
@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__txts .txt {
  color: #444;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-comparison__txts .txt {
    font-size: 4vw;
    line-height: 150%;
  }
}
.p-comparison .p-comparison__txts .txt:not(:last-of-type) {
  padding-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-comparison__txts .txt:not(:last-of-type) {
    padding-bottom: 4.2666666667vw;
  }
}

.p-difference {
  overflow: hidden;
}
.p-difference .petal {
  position: absolute;
}
.p-difference .petal.__1 {
  width: 328px;
  height: 224px;
  left: 140px;
  top: 230px;
}
@media screen and (max-width: 744px) {
  .p-difference .petal.__1 {
    width: 43.7333333333vw;
    height: 29.8666666667vw;
    left: initial;
    top: initial;
    right: -21.3333333333vw;
    bottom: 74.6666666667vw;
  }
}
.p-difference .petal.__2 {
  width: 240px;
  height: 160px;
  left: 100px;
  bottom: 86px;
}
@media screen and (max-width: 744px) {
  .p-difference .petal.__2 {
    width: 35.4666666667vw;
    height: 29.8666666667vw;
    left: 0px;
    top: 53.6vw;
  }
}
.p-difference .petal.__3 {
  width: 160px;
  height: 200px;
  left: 137px;
  bottom: -50px;
}
@media screen and (max-width: 744px) {
  .p-difference .petal.__3 {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    left: 0;
    bottom: 0vw;
  }
}
.p-difference .petal.__4 {
  width: 260px;
  height: 300px;
  right: 230px;
  bottom: 190px;
}
@media screen and (max-width: 744px) {
  .p-difference .petal.__4 {
    width: 34.6666666667vw;
    height: 40vw;
    right: 0;
    bottom: 34.1333333333vw;
  }
}
.p-difference .p-difference__inner {
  padding: 120px 0 72px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-difference .p-difference__inner {
    padding: 14.4vw 0 8.5333333333vw;
  }
}
.p-difference .p-difference__inner::before {
  content: "";
  position: absolute;
  top: 0px;
  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-difference .p-difference__inner::before {
    background: url(../images/wave-02-sp.svg) center/cover no-repeat;
    width: 100.2666666667vw;
    height: 8.5333333333vw;
    bottom: -8.5333333333vw;
  }
}
.p-difference .ttl {
  color: #444;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  .p-difference .ttl {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.p-difference .p-comparison__contrast {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
@media screen and (max-width: 744px) {
  .p-difference .p-comparison__contrast {
    padding: 0 5.3333333333vw;
    font-size: 4.8vw;
    margin-bottom: 8.8vw;
  }
}
.p-difference .p-comparison__contrast .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .p-difference .p-comparison__contrast .cards {
    gap: 14px;
  }
}
@media screen and (max-width: 744px) {
  .p-difference .p-comparison__contrast .cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.1333333333vw;
  }
}
.p-difference .p-comparison__contrast .title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  padding: 10px 0 7px;
}
@media screen and (max-width: 744px) {
  .p-difference .p-comparison__contrast .title {
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 110%;
    padding: 2.6666666667vw 0 1.8666666667vw;
    height: 14.4vw;
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.p-difference .p-comparison__contrast .title.__1 {
  background: #3c83c6;
}
.p-difference .p-comparison__contrast .title.__2 {
  background: #6ac6a1;
  letter-spacing: -2.4px;
}
@media screen and (max-width: 744px) {
  .p-difference .p-comparison__contrast .title.__2 {
    letter-spacing: -0.64vw;
  }
}
.p-difference .p-comparison__contrast .title.__3 {
  background: #a79f79;
}
.p-difference .p-comparison__contrast .title.__4 {
  background: #b77877;
}
.p-difference .p-comparison__contrast .content {
  padding: 24px 21px 21px 21px;
  background: #fff;
}
@media screen and (max-width: 744px) {
  .p-difference .p-comparison__contrast .content {
    padding: 4.2666666667vw 3.4666666667vw 3.4666666667vw 3.4666666667vw;
  }
}
.p-difference .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-difference .p-comparison__contrast .content.__1 {
    border-right: 0.8vw solid #66adef;
    border-bottom: 0.8vw solid #66adef;
    border-left: 0.8vw solid #66adef;
  }
}
.p-difference .p-comparison__contrast .content.__2 {
  border-right: 3px solid #6ac6a1;
  border-bottom: 3px solid #6ac6a1;
  border-left: 3px solid #6ac6a1;
}
@media screen and (max-width: 744px) {
  .p-difference .p-comparison__contrast .content.__2 {
    border-right: 0.8vw solid #6ac6a1;
    border-bottom: 0.8vw solid #6ac6a1;
    border-left: 0.8vw solid #6ac6a1;
  }
}
.p-difference .p-comparison__contrast .content.__3 {
  border-right: 3px solid #a79f79;
  border-bottom: 3px solid #a79f79;
  border-left: 3px solid #a79f79;
}
@media screen and (max-width: 744px) {
  .p-difference .p-comparison__contrast .content.__3 {
    border-right: 0.8vw solid #a79f79;
    border-bottom: 0.8vw solid #a79f79;
    border-left: 0.8vw solid #a79f79;
  }
}
.p-difference .p-comparison__contrast .content.__4 {
  border-right: 3px solid #b77877;
  border-bottom: 3px solid #b77877;
  border-left: 3px solid #b77877;
}
@media screen and (max-width: 744px) {
  .p-difference .p-comparison__contrast .content.__4 {
    border-right: 0.8vw solid #b77877;
    border-bottom: 0.8vw solid #b77877;
    border-left: 0.8vw solid #b77877;
  }
}
.p-difference .p-comparison__contrast .text {
  color: #444;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 8px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-difference .p-comparison__contrast .text {
    font-size: 4vw;
    line-height: 130%;
    padding-bottom: 4.2666666667vw;
    border: none;
    margin-bottom: 0;
  }
}
.p-difference .p-comparison__contrast .text.__2 {
  padding-bottom: 36px;
}
@media screen and (max-width: 744px) {
  .p-difference .p-comparison__contrast .text.__2 {
    padding-bottom: 9.6vw;
  }
}
.p-difference .p-comparison__contrast .items {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 744px) {
  .p-difference .p-comparison__contrast .items {
    display: block;
  }
}
.p-difference .p-comparison__contrast .items:not(:last-of-type) {
  margin-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .p-difference .p-comparison__contrast .items:not(:last-of-type) {
    margin-bottom: 2.1333333333vw;
  }
}
.p-difference .p-comparison__contrast .dt {
  border-radius: 2px;
  background: #3c83c6;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 130%;
  padding: 0 8px;
}
@media screen and (max-width: 744px) {
  .p-difference .p-comparison__contrast .dt {
    border-radius: 0.5333333333vw;
    font-size: 3.4666666667vw;
    letter-spacing: 3.4666666667vw;
    margin-bottom: 1.0666666667vw;
    padding: 0.2666666667vw 0 0 4.2666666667vw;
  }
}
.p-difference .p-comparison__contrast .dt.__1 {
  background: #3c83c6;
}
.p-difference .p-comparison__contrast .dt.__2 {
  background: #6ac6a1;
}
.p-difference .p-comparison__contrast .dt.__3 {
  background: #a79f79;
}
.p-difference .p-comparison__contrast .dt.__4 {
  background: #b77877;
}
.p-difference .p-comparison__contrast .dd {
  color: #444;
  font-size: 15px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  .p-difference .p-comparison__contrast .dd {
    font-size: 3.4666666667vw;
    text-align: center;
  }
}
.p-difference .p-difference__compare {
  color: #333;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  width: 288px;
  margin: 0 auto;
  overflow: initial;
  margin-bottom: 31px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-difference .p-difference__compare {
    font-size: 7.4666666667vw;
    margin-bottom: 8.8vw;
    width: 45.3333333333vw;
  }
}
.p-difference .p-difference__compare::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  width: 78px;
  height: 1px;
  background: #333;
  rotate: 60deg;
}
@media screen and (max-width: 744px) {
  .p-difference .p-difference__compare::before {
    width: 13.3333333333vw;
    height: 0.2666666667vw;
    left: -10.6666666667vw;
  }
}
.p-difference .p-difference__compare::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  width: 78px;
  height: 1px;
  background: #333;
  rotate: -60deg;
}
@media screen and (max-width: 744px) {
  .p-difference .p-difference__compare::after {
    width: 13.3333333333vw;
    height: 0.2666666667vw;
    right: -10.6666666667vw;
  }
}
.p-difference .p-difference__prp {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-difference .p-difference__prp {
    max-width: 100%;
    margin: 0 4.2666666667vw 0;
  }
}
.p-difference .p-difference__prp .title {
  background: #ef66b2;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  padding: 15px 0 13px;
}
@media screen and (max-width: 744px) {
  .p-difference .p-difference__prp .title {
    font-size: 7.4666666667vw;
    font-weight: 700;
    padding: 3.4666666667vw 0 2.9333333333vw;
  }
}
.p-difference .p-difference__prp .content {
  padding: 24px 21px 17px 21px;
  background: #fff;
  border-right: 3px solid #ef66b2;
  border-bottom: 3px solid #ef66b2;
  border-left: 3px solid #ef66b2;
}
@media screen and (max-width: 744px) {
  .p-difference .p-difference__prp .content {
    padding: 4.2666666667vw 3.4666666667vw 3.4666666667vw 3.4666666667vw;
    border-right: 0.8vw solid #ef66b2;
    border-bottom: 0.8vw solid #ef66b2;
    border-left: 0.8vw solid #ef66b2;
  }
}
.p-difference .p-difference__prp .text {
  color: #444;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 24px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-difference .p-difference__prp .text {
    font-size: 4.8vw;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 4.2666666667vw;
  }
}
.p-difference .p-difference__prp .text .pink {
  color: #e4005d;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 744px) {
  .p-difference .p-difference__prp .text .pink {
    font-size: 4.8vw;
  }
}
.p-difference .p-difference__prp .wrap {
  display: flex;
}
.p-difference .p-difference__prp .items {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 744px) {
  .p-difference .p-difference__prp .items {
    display: block;
  }
}
.p-difference .p-difference__prp .items:not(:first-of-type) {
  margin-left: 8px;
}
@media screen and (max-width: 744px) {
  .p-difference .p-difference__prp .items:not(:first-of-type) {
    margin-left: 2.1333333333vw;
  }
}
.p-difference .p-difference__prp .dt {
  background: #ef66b2;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  padding: 0 8px;
  width: 56px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .p-difference .p-difference__prp .dt {
    border-radius: 0.5333333333vw;
    margin-bottom: 1.0666666667vw;
    width: 26.1333333333vw;
    height: 8.2666666667vw;
    padding: 0.5333333333vw 0;
    line-height: 130%;
    font-size: 5.6vw;
  }
}
.p-difference .p-difference__prp .dd {
  color: #444;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 744px) {
  .p-difference .p-difference__prp .dd {
    font-size: 5.3333333333vw;
    line-height: 130%;
    text-align: center;
    white-space: nowrap;
  }
}

.p-worries {
  background: url(../images/worries-01.webp) center/cover no-repeat;
  padding: 56px 0 0;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 744px) {
  .p-worries {
    padding: 8.5333333333vw 4.2666666667vw 5.3333333333vw;
    background: url(../images/worries-01-sp.webp) center/cover no-repeat;
  }
}
.p-worries .p-worries__inner {
  max-width: 980px;
  margin: 0 auto;
}
.p-worries .p-worries__top {
  margin-left: 48px;
  max-width: 588px;
}
@media screen and (max-width: 744px) {
  .p-worries .p-worries__top {
    max-width: 100%;
    margin-left: 0;
  }
}
.p-worries .p-worries__lists {
  display: flex;
  gap: 24px;
  max-width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-worries .p-worries__lists {
    gap: 4.2666666667vw;
    max-width: 100%;
    justify-content: space-between;
    margin-bottom: 6.4vw;
  }
}
.p-worries .p-worries__lists .list {
  width: 180px;
  height: 180px;
  color: #a05e7e;
  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;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-worries .p-worries__lists .list {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    font-size: 4.8vw;
    letter-spacing: 0.48vw;
  }
}
.p-worries .p-worries__lists .list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(15px);
  z-index: -1;
  background: #fff;
  border-radius: 248px;
}
@media screen and (max-width: 744px) {
  .p-worries .p-worries__lists .list::after {
    border-radius: 44.08vw;
    filter: blur(2.6666666667vw);
  }
}
.p-worries .ttl {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-worries .ttl {
    font-size: 6.4vw;
    line-height: 130%;
    margin-bottom: 6.4vw;
  }
}
.p-worries .text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  padding-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-worries .text {
    font-size: 4vw;
    line-height: 150%;
    padding-bottom: 8.5333333333vw;
  }
}
.p-worries .p-worries__items {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 744px) {
  .p-worries .p-worries__items {
    width: 100%;
  }
}
.p-worries .p-worries__items .item {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 10%, #fff 87.98%, rgba(255, 255, 255, 0) 100%);
  color: #a05e7e;
  font-size: 24px;
  font-family: var(--font-yumincho);
  font-weight: 600;
  line-height: 130%;
  padding: 9px 48px 4px 82px;
  position: relative;
  display: inline-block;
}
.p-worries .p-worries__items .item:not(:last-of-type) {
  margin-bottom: 12px;
}
@media screen and (max-width: 744px) {
  .p-worries .p-worries__items .item:not(:last-of-type) {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-worries .p-worries__items .item {
    font-size: 4.8vw;
    padding: 1.3333333333vw 1.0666666667vw 1.0666666667vw 12vw;
    margin-bottom: 3.2vw;
    letter-spacing: -0.03em;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 8.77%, #fff 90.96%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 744px) {
  .p-worries .p-worries__items .item.__2 {
    padding: 1.3333333333vw 6.4vw 1.0666666667vw 12vw;
    margin-bottom: 0;
  }
}
.p-worries .p-worries__items .item::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-worries .p-worries__items .item::before {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    left: 6.4vw;
    border: 0.5333333333vw solid var(--color-primary);
    top: 28%;
  }
}

.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: 980px;
  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 8.5333333333vw;
  }
}
.p-service .p-service__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 128px;
  background: url(../images/wave-04.svg) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-service .p-service__inner::before {
    background: url(../images/wave-04-sp.svg) center/cover no-repeat;
    width: 100.2666666667vw;
    height: 8.5333333333vw;
  }
}
.p-service .texts {
  max-width: 624px;
}
@media screen and (max-width: 744px) {
  .p-service .texts {
    max-width: 100%;
  }
}
.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: 0 0 6.4vw;
  }
}
.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 */
