@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
:root {
  --font-noto-sans: "Noto Sans Japanese", sans-serif;
  --font-noto-serif: "Noto Serif Japanese", serif;
  --font-hiragino:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-crimson: "Crimson Pro", serif;
  --font-lora: "Lora", serif;
  --font-yugo:
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  --font-yumincho:
    "游明朝体", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "MS PMincho", "MS 明朝", serif;
  --font-zen: "Zen Old Mincho", serif;
  --font-bison: "Bison", sans-serif;
  --font-bebas: "Bebas Neue", sans-serif;
  --font-en: Arial, Helvetica, sans-serif;
  --hover-opacity: 0.7;
  --header-height-pc: 119px;
  --header-height-sp: 57px;
  --color-primary: #95424d;
  --gradient-primary: linear-gradient(
    90deg,
    #9f3053 0%,
    #d66b7d 46%,
    #9f3053 78%,
    #d66b7d 100%
  );
  --color-secondary: #ffebeb;
  --color-secondary-light: #fff7f7;
  --color-tertiary: #d1667a;
  --color-gold: #eecf68;
  --color-gold-soft: #ede3b7;
  --color-gold-light: #ffebb9;
}

body {
  font-family: var(--font-yugo);
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
  margin-top: var(--header-height-pc);
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

/**************************************************
  ブレイクポイント改修用
***************************************************/
.tmp-wrapper {
  margin-top: var(--header-height-pc);
  margin-top: 119px;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .tmp-wrapper {
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

@media (max-width: 767px) {
  .tmp-pc_only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tmp-sp_only {
    display: none !important;
  }
}

.prp-dermapen {
  --color-primary: #bd6a94;
  --color-alpha: rgb(249.72, 243.08, 246.44);
  --color-secondary: rgba(189, 106, 148, 0.15);
  --color-strong: rgb(162.7034883721, 30.2965116279, 97.29763239);
}

section {
  clear: both;
  display: block;
}
section.p_price__area {
  padding-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  section.p_price__area {
    padding: 0;
  }
}
section .inner {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}

img {
  width: auto;
}

.group {
  zoom: 1;
}
.group:before {
  content: "";
  display: table;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}

main h2 {
  margin-bottom: 40px;
}

p {
  color: #474747;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 744px) {
  p {
    font-size: 4vw;
  }
}

.l_wrapper {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.l_wrapper.secondary {
  max-width: 980px;
}

.c_sec-ttl {
  font-size: 36px;
  font-weight: bold;
  color: var(--color-primary);
  position: relative;
  text-align: center;
  padding-bottom: 17px;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .c_sec-ttl {
    font-size: 6.4vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.c_sec-ttl:before {
  content: "";
  background: var(--color-primary);
  width: 120px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .c_sec-ttl:before {
    width: 32vw;
    height: 0.8vw;
  }
}

.c_txt-hlight1 {
  color: #fc82c0;
}

.c_txt-hlight2 {
  color: #5da8e9;
}

.c_txt-hlight3 {
  color: #db5968;
}

.c_txt-hlight4 {
  color: var(--color-primary);
}

.prp-dermapen {
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .prp-dermapen {
    padding: 0;
  }
}

/* Banner */
.p_bannerlink {
  padding: 0;
}

.main-image {
  z-index: 9;
  background: url(../images/main-image.webp) center top no-repeat;
  min-height: 589px;
  padding-top: 39px;
  box-sizing: border-box;
}
@media screen and (max-width: 744px) {
  .main-image {
    background: none;
    padding: 0;
    min-height: 0;
  }
}

.main_ban_content {
  background: url(../images/main_ban-bg.webp) repeat-y center top;
  min-height: 1245px;
}
@media screen and (max-width: 744px) {
  .main_ban_content {
    min-height: 0;
    background: url(../images/main_ban-bg-sp.webp) repeat-y center top/contain;
  }
}
.main_ban_content .l_wrapper {
  max-width: 1040px;
}

.main-bg {
  position: relative;
}

.main-text {
  position: relative;
  margin-left: 8px;
}
@media screen and (max-width: 744px) {
  .main-text {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
  }
}

.main_ban__lower {
  margin-top: -133px;
  position: relative;
  z-index: 10;
  padding-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .main_ban__lower {
    margin-top: -12.5333333333vw;
    padding-bottom: 8vw;
  }
}

.p_skingen {
  background: linear-gradient(to right, #fc82c0, #5da8e9);
  padding: 10px;
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 34px auto 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 744px) {
  .p_skingen {
    max-width: calc(100% - 8vw);
    padding: 1.3333333333vw;
    margin: 8vw auto 0;
    box-shadow: 0 0 2.6666666667vw 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 744px) {
  .p_skingen img {
    width: 100%;
  }
}

.p_skingen__inner {
  background: #fff;
  padding: 30px 6px 10px 30px;
  background: url(../images/bg-dots.webp) repeat center;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p_skingen__inner {
    padding: 10.6666666667vw 2.6666666667vw 2.6666666667vw 4vw;
  }
}

.p_skingen__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .p_skingen__content {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}

.p_skingen__ttl {
  position: absolute;
  top: -66px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p_skingen__ttl {
    top: -11.4666666667vw;
  }
}

.p_skingen__img {
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p_skingen__img {
    width: 34.6666666667vw;
  }
}

.p_skingen__imgtxt {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 744px) {
  .p_skingen__imgtxt {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}

.p_skingen__txt {
  width: calc(100% - 210px);
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .p_skingen__txt {
    font-size: 4.8vw;
    width: calc(100% - 36vw);
  }
}
.p_skingen__txt span {
  font-size: 32px;
}
@media screen and (max-width: 744px) {
  .p_skingen__txt span {
    font-size: 4.8vw;
  }
}

.p_bannerlink__menu {
  background: #d46484;
}

.p_bannerlink__cont {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}

.p_bannerlink__list {
  text-align: center;
  width: 100%;
  color: #fff;
  position: relative;
}
.p_bannerlink__list:before {
  content: "";
  background: #fff;
  width: 1px;
  height: 88%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p_bannerlink__list > li {
  float: left;
  width: 20%;
  position: relative;
}
.p_bannerlink__list > li:before {
  content: "";
  background: #fff;
  width: 1px;
  height: 88%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p_bannerlink__list > li:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #d46484;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.p_bannerlink__list > li > div {
  min-height: 60px;
  display: block;
}
.p_bannerlink__list > li:first-child > div {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p_bannerlink__list > li:last-child > div {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.p_bannerlink__list > li > div > a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 17px;
  letter-spacing: -2px;
  line-height: 1.4;
  width: 210px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

/* sec01 - f_about */
.f_about {
  background: linear-gradient(to bottom, #f8f7f7 60%, #fbdced);
  padding: 60px 0 70px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .f_about {
    padding: 8vw 4vw;
  }
}
.f_about .tag {
  position: absolute;
  bottom: -85px;
  left: 50%;
  transform: translateX(-450px);
  z-index: 9;
}
@media screen and (max-width: 744px) {
  .f_about .tag {
    width: 18.6666666667vw;
    bottom: -5.3333333333vw;
    left: 2%;
    transform: translateX(0);
    z-index: 9;
  }
}

.p_about {
  text-align: center;
}

.p_about__txt {
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  .p_about__txt {
    font-size: 4vw;
  }
}
.p_about__txt span {
  font-weight: bold;
}

.p_about__boxes {
  background: linear-gradient(to right, #fec1e3, #addaf7);
  padding: 20px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  margin-top: 30px;
}
@media screen and (max-width: 744px) {
  .p_about__boxes {
    max-width: 133.3333333333vw;
    margin: 5.3333333333vw auto 2.6666666667vw;
    width: 100%;
    box-shadow: 0 0 2.6666666667vw 0 rgba(0, 0, 0, 0.3);
    padding: 1.8666666667vw;
  }
}

.p_about__box-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 30px 0;
  background: #fff;
}
@media screen and (max-width: 744px) {
  .p_about__box-inner {
    padding: 3.4666666667vw 2.1333333333vw 1.3333333333vw;
  }
}
.p_about__box-inner img {
  width: calc(50% - 20px);
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .p_about__box-inner img {
    width: 100%;
    height: 100%;
    margin-bottom: 2.6666666667vw;
  }
}

/* sec02 - f_skinprob */
.f_skinprob {
  position: relative;
  padding: 220px 0 70px;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0.5) 0.8px, #ebd7de 0px, #ebd7de 50%);
  background-size: 5px 5px;
}
@media screen and (max-width: 744px) {
  .f_skinprob {
    background-size: 1.3333333333vw 1.3333333333vw;
    padding: 24vw 4vw 8vw;
  }
}

.p_skinprob {
  position: relative;
}

.p_skinprob__ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 48px;
  line-height: 1.5;
  color: #fff;
  background: url(../images/skinprob-ttl-bg.webp) no-repeat center top/cover;
  width: 100vw;
  padding: 48px 10px 80px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 744px) {
  .p_skinprob__ttl {
    font-size: 5.6vw;
    min-height: 21.3333333333vw;
    background-size: 205.3333333333vw;
    padding: 4.8vw 2.6666666667vw;
  }
}
.p_skinprob__ttl span {
  display: inline-block;
  position: relative;
  padding-left: 125px;
}
@media screen and (max-width: 744px) {
  .p_skinprob__ttl span {
    padding-left: 0;
  }
}
.p_skinprob__ttl .tag {
  position: absolute;
  top: -95px;
  left: 0;
}
@media screen and (max-width: 744px) {
  .p_skinprob__ttl .tag {
    top: -17.8666666667vw;
    width: 18.6666666667vw;
    left: -2.9333333333vw;
  }
}

.p_skinprob__box {
  position: relative;
  background: #fff;
  border: 5px solid #9d3758;
  border-radius: 30px;
  padding: 22px 78px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p_skinprob__box {
    padding: 4vw 3.2vw 1.3333333333vw;
    border-width: 0.8vw;
    border-radius: 2.6666666667vw;
  }
}
.p_skinprob__box:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 25px;
}
.p_skinprob__box:after {
  content: "";
  background: url(../images/skinprob-dots.webp) repeat left top -1px;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -25px;
  left: -25px;
  z-index: -1;
}

.p_skinprob__media {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p_skinprob__media li {
  margin-bottom: 17px;
  width: calc(33.3333333333% - 33px);
}
@media screen and (max-width: 744px) {
  .p_skinprob__media li {
    text-align: center;
    margin-bottom: 2.6666666667vw;
    width: calc(50% - 1.3333333333vw);
  }
}
@media screen and (max-width: 744px) {
  .p_skinprob__media li:first-child, .p_skinprob__media li.empty {
    order: 1;
  }
}
@media screen and (max-width: 744px) {
  .p_skinprob__media li.second, .p_skinprob__media li:nth-child(4) {
    order: 2;
  }
}
@media screen and (max-width: 744px) {
  .p_skinprob__media li:nth-child(5), .p_skinprob__media li:nth-child(6) {
    order: 3;
  }
}

.p_skinprob__box .p_skinprob__img {
  position: absolute;
  top: -102px;
  right: 0;
}
@media screen and (max-width: 744px) {
  .p_skinprob__box .p_skinprob__img {
    top: -12.2666666667vw;
    right: -0.8vw;
  }
}
@media screen and (max-width: 744px) {
  .p_skinprob__box:before, .p_skinprob__box:after {
    display: none;
  }
}
@media screen and (max-width: 744px) {
  .p_skinprob__box img {
    width: 100%;
  }
}

/* sec03 - f_factors */
.f_factors {
  background-image: repeating-linear-gradient(-45deg, #da7b96 0.1px, #da7b96 3px, #d46484 0px, #d46484 50%);
  background-size: 17px 17px;
  padding: 0 0 50px;
}
@media screen and (max-width: 744px) {
  .f_factors {
    padding: 0 0 8vw;
  }
}

.f_factors__upper {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
  margin-bottom: 25px;
}
@media screen and (max-width: 744px) {
  .f_factors__upper {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.f_factors__upper:before {
  content: "";
  background: #fff;
  width: 100%;
  height: calc(100% - 229px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .f_factors__upper:before {
    height: calc(100% - 57.3333333333vw);
  }
}
.f_factors__upper:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 960px solid transparent;
  border-right: 960px solid transparent;
  border-top: 290px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 auto;
  z-index: -1;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  .f_factors__upper:after {
    border-left-width: 101.3333333333vw;
    border-right-width: 101.3333333333vw;
    border-top-width: 58.1333333333vw;
  }
}

.p_factor {
  padding-top: 60px;
}
@media screen and (max-width: 744px) {
  .p_factor {
    padding: 8vw 4vw 0;
  }
}

.p_factor__img {
  position: absolute;
  top: 0;
  right: -265px;
}
@media screen and (max-width: 744px) {
  .p_factor__img {
    width: 56vw;
    right: 4vw;
  }
}

.p_factor__content {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
@media screen and (max-width: 744px) {
  .p_factor__content {
    padding: 0 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}

.p_factor__ttl {
  font-size: 36px;
  font-weight: bold;
  color: #474747;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 744px) {
  .p_factor__ttl {
    font-size: 4.8vw;
    padding-bottom: 4vw;
    margin-bottom: 8vw;
  }
}
.p_factor__ttl span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 60px;
  font-weight: 600;
  color: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .p_factor__ttl span {
    display: block;
    font-size: 8vw;
  }
}
.p_factor__ttl:before {
  content: "";
  background: var(--color-primary);
  width: 120px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 744px) {
  .p_factor__ttl:before {
    width: 32vw;
    height: 0.8vw;
  }
}

.p_factor__txt {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 744px) {
  .p_factor__txt {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p_factor__txt span {
  font-weight: bold;
}

@media screen and (max-width: 744px) {
  .p_factor__txt2 {
    font-size: 3.4666666667vw;
  }
}

.p_factor__box {
  background: linear-gradient(to right, #fc82c0, #5da8e9);
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}
@media screen and (max-width: 744px) {
  .p_factor__box {
    border-radius: 1.3333333333vw;
    padding: 1.3333333333vw;
  }
}
.p_factor__box ul {
  padding: 15px 35px;
  display: flex;
  justify-content: space-between;
  border: 5px solid #fff;
  border-radius: 10px;
}
@media screen and (max-width: 744px) {
  .p_factor__box ul {
    border-width: 0.2666666667vw;
    border-radius: 0;
    padding: 1.3333333333vw;
  }
}
.p_factor__box ul li {
  position: relative;
  width: calc(33.3333333333% - 33px);
}
@media screen and (max-width: 744px) {
  .p_factor__box ul li {
    width: calc(33.3333333333% - 2.6666666667vw);
  }
}
.p_factor__box ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 23px solid #fff;
  position: absolute;
  top: 50%;
  right: -37px;
  transform: translateY(-50%);
}
@media screen and (max-width: 744px) {
  .p_factor__box ul li:before {
    border-top-width: 1.8666666667vw;
    border-bottom-width: 1.8666666667vw;
    border-left-width: 2.4vw;
    right: -3.4666666667vw;
  }
}
.p_factor__box ul li:last-child:before {
  display: none;
}

.f_factors__lower {
  text-align: center;
}
@media screen and (max-width: 744px) {
  .f_factors__lower {
    padding: 0 5.3333333333vw;
  }
}

.p_factor-b__ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 48px;
  font-weight: 600;
  color: #fff000;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-shadow: 5px 6px 5px rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: auto;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p_factor-b__ttl {
    line-height: 1.2;
    font-size: 8.5333333333vw;
    display: block;
    text-shadow: 0.8vw 0.8vw 1.0666666667vw rgba(0, 0, 0, 0.5);
    margin-bottom: 5.3333333333vw;
  }
}
.p_factor-b__ttl:before {
  content: "";
  background: #fff000;
  width: calc(100% - 15px);
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 5px 6px 5px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 744px) {
  .p_factor-b__ttl:before {
    width: 83.2vw;
    max-width: 100%;
    box-shadow: 0.8vw 0.8vw 0.8vw 0 rgba(0, 0, 0, 0.5);
  }
}

.p_factor-b__txt {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 5px 6px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 744px) {
  .p_factor-b__txt {
    font-size: 4vw;
    line-height: 1.8;
    text-align: left;
    text-shadow: 0.8vw 0.8vw 0.8vw rgba(0, 0, 0, 0.5);
    padding: 0 1.8666666667vw;
  }
}

.f_reason {
  background: url(../images/reason-bg.webp) no-repeat center top/cover;
  padding: 35px 0 70px;
}
@media screen and (max-width: 744px) {
  .f_reason {
    background-image: url(../images/reason-bg-sp.webp);
    padding: 8vw 4vw;
  }
}

.p_reason {
  text-align: center;
}

.p_reason__ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 32px;
  font-weight: 600;
  color: #9d3758;
  line-height: 1.2;
  text-shadow: 0 0 30px rgb(255, 255, 255), 0 0 30px rgb(255, 255, 255), 0 0 30px rgb(255, 255, 255), 0 0 30px rgb(255, 255, 255), 0 0 30px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255);
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .p_reason__ttl {
    font-size: 5.6vw;
    margin-bottom: 9.6vw;
  }
}
.p_reason__ttl span {
  line-height: 1;
  font-weight: 500;
  font-size: 132px;
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -15px 0 -30px;
}
@media screen and (max-width: 744px) {
  .p_reason__ttl span {
    font-size: 17.6vw;
  }
}

.p_reason__subttl-b {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  color: #474747;
  padding-left: 69px;
}
@media screen and (max-width: 744px) {
  .p_reason__subttl-b {
    padding-left: 0;
    font-size: 4.8vw;
    width: 100%;
    margin-bottom: 4vw;
  }
}
.p_reason__subttl-b span {
  display: block;
  font-weight: bold;
  font-size: 60px;
  color: #e73660;
}
@media screen and (max-width: 744px) {
  .p_reason__subttl-b span {
    font-size: 8.5333333333vw;
  }
}

.p_reason__boxes {
  counter-reset: my-sec-counter;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .p_reason__boxes {
    margin-bottom: 8vw;
  }
}

.prp-production {
  background: #fff;
  padding: 45px;
  overflow: visible;
  position: relative;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-production {
    padding: 14.1333333333vw 2.6666666667vw 6.6666666667vw;
    border-radius: 3.7333333333vw;
  }
}
.prp-production::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 470px;
  height: 100%;
  background: url(../images/prp-production-01.webp) center/cover no-repeat;
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 744px) {
  .prp-production::after {
    background: url(../images/prp-production-01-sp.webp) center/cover no-repeat;
    width: 52.5333333333vw;
    height: 58.6666666667vw;
    border-radius: 0 8vw 8vw 0;
  }
}
.prp-production .prp-production__content {
  max-width: 576px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content {
    font-size: 4.2666666667vw;
    min-height: 2.6666666667vw;
    padding: 0;
    max-width: 100%;
  }
}
.prp-production .prp-production__content .cards {
  max-width: 378px;
  margin: 0 auto;
  display: flex;
  gap: 46px;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .cards {
    max-width: 57.8666666667vw;
    gap: 4vw;
    margin: initial;
    margin-right: auto;
  }
}
.prp-production .prp-production__content .cards::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 14px;
  border-color: transparent transparent transparent #ff4164;
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .cards::after {
    top: 38%;
    left: 52.7%;
    border-width: 2.5333333333vw 0 2.5333333333vw 2.4vw;
  }
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .card.__1 {
    width: 28.2666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .card.__2 {
    width: 25.6vw;
  }
}
.prp-production .prp-production__content .card__img {
  padding-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .card__img {
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .card__img.__1 {
    width: 28.2666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .card__img.__2 {
    width: 20vw;
  }
}
.prp-production .prp-production__content .card__text {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .card__text {
    font-size: 2.8426666667vw;
  }
}
.prp-production .prp-production__content .prp-production__txt {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 24px;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .prp-production__txt {
    font-size: 4.2666666667vw;
    letter-spacing: -0.0853333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.prp-production .prp-production__content .pink {
  background: #ffecef;
  font-size: 16px;
  padding: 10px 15px;
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .pink {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 4vw;
  }
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .img img {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .img-prp-sp {
    padding: 2.6666666667vw 0 6.6666666667vw;
  }
  .prp-production .prp-production__content .img-prp-sp img {
    margin: 0 auto;
    text-align: center;
    width: 83.7333333333vw;
  }
}

.p_reason__item {
  position: relative;
  z-index: 1;
  background: linear-gradient(to right, #fc82c0, #5da8e9);
  border-radius: 30px;
  padding: 3px;
  margin-bottom: 74px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 744px) {
  .p_reason__item {
    border-radius: 4vw;
    margin-bottom: 10.1333333333vw;
  }
}
.p_reason__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .p_reason__item:nth-child(1) .p_reason__subttl {
    height: 30.6666666667vw;
    width: 56.8vw;
    top: -14.1333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p_reason__item:nth-child(2) {
    margin-bottom: 13.3333333333vw;
  }
}
.p_reason__item:nth-child(2) .p_reason__inner {
  background-image: url(../images/reason-item-bg02.webp);
  background-position: right top;
}
@media screen and (max-width: 744px) {
  .p_reason__item:nth-child(2) .p_reason__inner {
    background-image: url(../images/reason-item-bg02-sp.webp);
  }
}
.p_reason__item:nth-child(2) .p_reason__subttl {
  background-image: url(../images/reason-subttl-bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p_reason__item:nth-child(2) .p_reason__subttl {
    height: 30.6666666667vw;
    width: 66.9333333333vw;
    top: -15.2vw;
    display: block;
    background-size: 93% 100%;
    padding-top: 8.8vw;
  }
}
.p_reason__item:nth-child(3) .p_reason__inner {
  background-image: url(../images/reason-item-bg03.webp);
  background-position: left top;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-top: 103px;
}
@media screen and (max-width: 744px) {
  .p_reason__item:nth-child(3) .p_reason__inner {
    flex-wrap: wrap;
    padding-top: 13.3333333333vw;
    background-image: url(../images/reason-item-bg03-sp.webp);
    background-position: right top 41.0666666667vw;
  }
}
.p_reason__item:nth-child(3) .p_reason__subttl {
  background-image: url(../images/reason-subttl-bg3.webp);
  min-height: 159px;
  top: -76px;
}
@media screen and (max-width: 744px) {
  .p_reason__item:nth-child(3) .p_reason__subttl {
    min-height: 0;
    height: 24vw;
    width: 69.3333333333vw;
    top: -11.7333333333vw;
  }
}
.p_reason__item:nth-child(3) .p_reason__txt {
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  .p_reason__item:nth-child(3) .p_reason__txt {
    font-size: 4vw;
  }
}

.p_reason__inner {
  border-radius: 27px;
  padding: 73px 45px 30px;
  background-color: #fff;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .p_reason__inner {
    padding: 12.5333333333vw 2.4vw 6.4vw;
    border-radius: 3.4666666667vw;
    box-shadow: 0 0 2.6666666667vw 0 rgba(0, 0, 0, 0.3);
  }
}

.p_reason__subttl {
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url(../images/reason-subttl-bg.webp) no-repeat center top/contain;
  position: absolute;
  top: -57px;
  left: 0;
  right: 0;
  min-height: 119px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .p_reason__subttl {
    font-size: 4.8vw;
    margin: 0 auto;
    background-size: 100% 100%;
    min-height: 0;
  }
}

@media screen and (max-width: 744px) {
  .p_reason__media {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 744px) {
  .p_reason__media img {
    width: 106.6666666667vw;
    margin: 0 auto;
    display: inline-block;
  }
}
@media screen and (max-width: 744px) {
  .p_reason__media img.pcDisp {
    display: none;
  }
}

.p_reason__content {
  width: 444px;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .p_reason__content {
    width: 100%;
  }
}

.p_reason__hlight {
  font-weight: bold;
  color: #e73660;
}

.p_reason__circnum {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #9d3758;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 30px;
  padding: 27px 0;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .p_reason__circnum {
    font-size: 2.1333333333vw;
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    padding: 3.7333333333vw 0;
    left: 2.6666666667vw;
    top: -7.4666666667vw;
    z-index: 1;
  }
}
.p_reason__circnum:after {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  font-size: 61px;
  line-height: 1;
  color: #fff;
  display: block;
  position: static;
}
@media screen and (max-width: 744px) {
  .p_reason__circnum:after {
    font-size: 8vw;
  }
}

.p_reason__txt {
  margin-top: 30px;
  font-size: 21px;
  line-height: 1.7;
}
@media screen and (max-width: 744px) {
  .p_reason__txt {
    text-align: left;
    font-size: 4vw;
    margin-top: 6.6666666667vw;
  }
}

.p_reason__banner {
  margin-top: 50px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 744px) {
  .p_reason__banner {
    margin-top: 8vw;
  }
}

#sec05 {
  padding: 70px 0;
}
@media screen and (max-width: 744px) {
  #sec05 {
    padding: 8vw 5.3333333333vw;
  }
}

.f_point {
  background: linear-gradient(to bottom, #f8f7f7 60%, #fbdced);
}

.p_point {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 85px;
}
@media screen and (max-width: 744px) {
  .p_point {
    margin: 0 auto 12vw;
  }
}

.p_point__img {
  position: absolute;
  top: -70px;
  right: -280px;
}
@media screen and (max-width: 744px) {
  .p_point__img {
    top: -8vw;
    right: -10.6666666667vw;
    min-width: 53.3333333333vw;
    width: 59%;
  }
}

.p_point__ttl {
  line-height: 1.2;
  font-size: 36px;
  font-weight: bold;
  color: #474747;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .p_point__ttl {
    font-size: 6.4vw;
    text-align: left;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p_point__ttl:before {
  content: "";
  background: var(--color-primary);
  width: 120px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p_point__ttl:before {
    height: 0.8vw;
    left: 20.2666666667vw;
    right: auto;
    width: 32vw;
  }
}
.p_point__ttl span {
  font-size: 60px;
  color: var(--color-primary);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 744px) {
  .p_point__ttl span {
    font-size: 6.4vw;
  }
}
.p_point__ttl small {
  font-size: 60px;
}
@media screen and (max-width: 744px) {
  .p_point__ttl small {
    font-size: 8.5333333333vw;
  }
}

.p_point__list {
  counter-reset: my-sec-counter;
  position: relative;
}

.p_point__item {
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .p_point__item {
    margin-bottom: 5.3333333333vw;
  }
}

.p_point__subttl {
  font-size: 28px;
  line-height: 1.2;
  min-height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p_point__subttl {
    font-size: 5.0666666667vw;
    min-height: 10.6666666667vw;
  }
}
.p_point__subttl:before {
  counter-increment: my-sec-counter;
  content: "POINT " counter(my-sec-counter);
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  width: 120px;
  height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  margin-right: 20px;
}
@media screen and (max-width: 744px) {
  .p_point__subttl:before {
    font-size: 4vw;
    width: 21.3333333333vw;
    height: 10.6666666667vw;
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
    margin-right: 2.6666666667vw;
  }
}

.p_point__content {
  font-size: 18px;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
  padding: 17px 50px;
}
@media screen and (max-width: 744px) {
  .p_point__content {
    font-size: 4vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    padding: 2.4vw 2.6666666667vw;
  }
}

.p_point__item:nth-child(odd) .p_point__content {
  background: rgba(252, 130, 192, 0.2);
}
.p_point__item:nth-child(even) .p_point__content {
  background: rgba(93, 168, 233, 0.2);
}
.p_point__item:nth-child(odd) .p_point__subttl:before {
  background: linear-gradient(to bottom, #fc82c0, #ff8ac4, #f25ba8);
}
.p_point__item:nth-child(even) .p_point__subttl:before {
  background: linear-gradient(to bottom, #7ca9ff, #64aeee, #4681f7);
}

/* p_case */
.p_case {
  position: relative;
}

.p_case__ttl {
  font-size: 36px;
  color: #fff;
  text-align: center;
  background-color: var(--color-primary);
  border-radius: 60px;
  width: 520px;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  top: -28px;
  right: 0;
  line-height: 1.2;
  z-index: 1;
  margin: 0 auto;
  padding: 8px 10px;
  box-shadow: 0 -9px 15px -7px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 744px) {
  .p_case__ttl {
    font-size: 4.8vw;
    width: 69.8666666667vw;
    padding: 1.6vw 2.6666666667vw;
    top: -4vw;
  }
}

.p_case__container {
  position: relative;
  padding-right: 10px;
  background: #fff;
  border: solid 3px var(--color-primary);
  padding: 55px 90px 30px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 744px) {
  .p_case__container {
    padding: 7.4666666667vw 1.8666666667vw 5.3333333333vw;
    height: auto;
    box-shadow: none;
    box-shadow: 0 0 2.6666666667vw 0 rgba(0, 0, 0, 0.3);
  }
}
.p_case__container .swiper-button-next,
.p_case__container .swiper-button-prev {
  top: 44%;
}
@media screen and (max-width: 744px) {
  .p_case__container .swiper-button-next,
  .p_case__container .swiper-button-prev {
    width: 5.3333333333vw;
    height: 21.3333333333vw;
  }
}
.p_case__container .p_case__box {
  padding: 20px 50px;
  background: #fff3f9;
}
@media screen and (max-width: 744px) {
  .p_case__container .p_case__box {
    padding: 1.8666666667vw 2.6666666667vw;
  }
}
.p_case__container .swiper-button-prev {
  width: 34px;
  height: 120px;
  background-color: var(--color-primary);
  border-radius: 3px;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p_case__container .swiper-button-prev {
    left: 0vw;
  }
}
.p_case__container .swiper-button-prev::before {
  position: absolute;
  content: "";
  background-image: url(../images/case-slide-arrow-next.webp);
  width: 15px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 744px) {
  .p_case__container .swiper-button-prev::before {
    width: 2.4vw;
    height: 4vw;
  }
}
@media screen and (max-width: 744px) {
  .p_case__container .swiper-button-prev::after {
    width: 2.4vw;
    height: 4vw;
  }
}
.p_case__container .swiper-button-next {
  width: 34px;
  height: 120px;
  background-color: var(--color-primary);
  border-radius: 3px;
}
@media screen and (max-width: 744px) {
  .p_case__container .swiper-button-next {
    right: 0vw;
  }
}
@media screen and (max-width: 744px) {
  .p_case__container .swiper-button-next::before {
    width: 2.4vw;
    height: 4vw;
  }
}
.p_case__container .swiper-button-next::after {
  position: absolute;
  content: "";
  background-image: url(../images/case-slide-arrow-next.webp);
  width: 15px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 744px) {
  .p_case__container .swiper-button-next::after {
    width: 2.4vw;
    height: 4vw;
  }
}
@media screen and (max-width: 744px) {
  .p_case__container .p_case__content {
    padding-right: 0;
    background: rgba(0, 0, 0, 0);
  }
}

.swiper-button-next {
  width: 34px;
  height: 120px;
  background-color: var(--color-primary);
  border-radius: 3px;
}

.p_case__slider {
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .p_case__slider {
    border-radius: 1.3333333333vw;
  }
}

.p_case__container .swiper-button-prev:before,
.p_case__container .swiper-button-next:before {
  width: 15px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p_case__item .box50 {
  float: right;
}
.p_case__item .box50 img {
  width: 100%;
}
.p_case__item .left {
  width: 37%;
}
.p_case__item .right {
  width: 61%;
  max-width: 480px;
}

.p_case__item {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p_case__item {
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 2.6666666667vw;
  }
}
.p_case__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .p_case__item .left {
    width: 62.9333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p_case__item .right {
    float: none;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 744px) {
  .p_case__item:last-child {
    margin-bottom: 0;
  }
}

.p_case__itemcont {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .p_case__itemcont {
    flex-wrap: wrap;
    position: relative;
    padding-top: 10.1333333333vw;
  }
}

.p_case__slider-ttl {
  font-size: 28px;
  font-weight: bold;
  color: #474747;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid var(--color-primary);
  margin-bottom: 12px;
}
@media screen and (max-width: 744px) {
  .p_case__slider-ttl {
    font-size: 4.8vw;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
  }
}
.p_case__slider-ttl .small {
  font-size: 16px;
  color: #fff;
  background-color: var(--color-primary);
  width: 76px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .p_case__slider-ttl .small {
    font-size: 3.7333333333vw;
    width: 16vw;
    height: 5.8666666667vw;
  }
}

.p_case__table {
  width: 100%;
}
.p_case__table th {
  width: 105px;
}
@media screen and (max-width: 744px) {
  .p_case__table th {
    display: none !important;
  }
}
.p_case__table th span {
  padding: 0;
  background: linear-gradient(to bottom, #fc82c0, #fd83c0, #f950a7);
  display: block;
  font-size: 16px;
  width: 120px;
  letter-spacing: -1px;
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 744px) {
  .p_case__table th span {
    font-size: 3.7333333333vw;
    width: auto;
    letter-spacing: 0.2666666667vw;
    background: none;
    color: #9d3758;
    display: none;
  }
}
.p_case__table th span small {
  font-size: 13px;
}
@media screen and (max-width: 744px) {
  .p_case__table th span small {
    font-size: 3.2vw;
  }
}
.p_case__table td {
  padding: 0 10px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -1px;
  background-color: #fff;
  letter-spacing: -0.11em;
}
@media screen and (max-width: 744px) {
  .p_case__table td {
    font-size: 3.2vw;
    letter-spacing: 0;
    padding: 0;
  }
}
@media screen and (max-width: 744px) {
  .p_case__table td::before {
    content: attr(data-label);
    font-size: 3.7333333333vw;
    font-weight: bold;
    color: #9d3758;
  }
}
.p_case__table td.tdhigh01 {
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .p_case__table td.tdhigh01 {
    font-size: 4vw;
    letter-spacing: 0;
  }
}
.p_case__table tr:first-child td, .p_case__table tr:nth-child(2) td {
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  .p_case__table tr:first-child td, .p_case__table tr:nth-child(2) td {
    font-size: 3.7333333333vw;
  }
}
.p_case__table td,
.p_case__table th {
  border-top: 3px solid rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  background-clip: padding-box !important;
  height: 50px;
  box-sizing: content-box;
}
@media screen and (max-width: 744px) {
  .p_case__table td,
  .p_case__table th {
    height: auto;
    border: 0;
    background: none;
    display: inline-block;
    vertical-align: top;
  }
}

.p_case__container .swiper-button-prev,
.p_case__container .swiper-button-next {
  width: 34px;
  height: 120px;
  background-color: var(--color-primary);
  border-radius: 3px;
}
@media screen and (max-width: 744px) {
  .p_case__container .swiper-button-prev,
  .p_case__container .swiper-button-next {
    width: 5.3333333333vw;
    height: 21.3333333333vw;
  }
}
.p_case__container .swiper-button-prev:hover, .p_case__container .swiper-button-prev:focus,
.p_case__container .swiper-button-next:hover,
.p_case__container .swiper-button-next:focus {
  color: transparent;
  outline: none;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .p_case__container .swiper-button-prev::before,
  .p_case__container .swiper-button-next::before {
    width: 2.4vw;
    height: 4vw;
  }
}
@media screen and (max-width: 744px) {
  .p_case__container .swiper-button-prev::after,
  .p_case__container .swiper-button-next::after {
    width: 2.4vw;
    height: 4vw;
  }
}
.p_case__container .swiper-button-prev {
  left: 75px;
}
@media screen and (max-width: 744px) {
  .p_case__container .swiper-button-prev {
    left: 0vw;
  }
}
.p_case__container .swiper-button-prev::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 26px;
  background-image: url(../images/case-slide-arrow-prev.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p_case__container .swiper-button-next {
  right: 75px;
}
@media screen and (max-width: 744px) {
  .p_case__container .swiper-button-next {
    right: 0vw;
  }
}
.p_case__container .swiper-button-next::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 26px;
  background-image: url(../images/case-slide-arrow-next.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.75;
}
.swiper-button-next:hover .p_case__container .swiper-button-next::after, .swiper-button-next:focus .p_case__container .swiper-button-next::after {
  opacity: 1;
}

.p_faces {
  max-width: 1080px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
@media screen and (max-width: 744px) {
  .p_faces {
    padding-top: 6.4vw;
    display: block;
  }
}
.p_faces__left {
  padding: 30px;
  background: #ca88a9;
  max-width: 325px;
}
@media screen and (max-width: 744px) {
  .p_faces__left {
    max-width: 100%;
    width: 100%;
    margin-bottom: 2.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.6666666667vw 2.6666666667vw 1.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p_faces__left .p_faces__ttl {
    padding-right: 2.6666666667vw;
    width: 33.5%;
  }
}
.p_faces__right {
  padding: 30px;
  background: #d7a6bf;
  max-width: 740px;
}
@media (min-width: 744px) {
  .p_faces__right {
    margin-left: 14px;
  }
}
@media screen and (max-width: 744px) {
  .p_faces__right {
    padding: 5.3333333333vw 2.6666666667vw 4vw 2.6666666667vw;
    width: 100%;
  }
}
.p_faces__right .p_faces__item {
  width: calc(20% - 8px);
}
@media screen and (max-width: 744px) {
  .p_faces__right .p_faces__item {
    width: calc(33.3333333333% - 0.8vw);
    margin-bottom: 1.3333333333vw;
  }
}
.p_faces__list, .p_faces__media {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .p_faces__list, .p_faces__media {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 744px) {
  .p_faces__list {
    width: 66.5%;
  }
  .p_faces__list .p_faces__item {
    width: calc(50% - 0.5333333333vw);
  }
}
.p_faces__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
  min-height: 54px;
  display: block;
}
.p_faces__ttl span {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  .p_faces__ttl span {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p_faces__ttl {
    margin-bottom: 2.6666666667vw;
    font-size: 6.4vw;
    min-height: 14.4vw;
  }
}
.p_faces__item {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  width: calc(50% - 5px);
}
@media screen and (max-width: 744px) {
  .p_faces__item {
    font-size: 3.4666666667vw;
    width: calc(33.3333333333% - 0.8vw);
  }
}
.p_faces__item img {
  margin-bottom: 9px;
}
@media screen and (max-width: 744px) {
  .p_faces__item img {
    margin-bottom: 1.3333333333vw;
  }
}
.p_faces__item small {
  font-size: 13px;
}
@media screen and (max-width: 744px) {
  .p_faces__item small {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p_faces .p_cost__span {
    font-size: 3.2vw;
  }
}
@media (max-width: 744px) {
  .p_faces {
    flex-wrap: wrap;
  }
}

.scroll-div {
  font-family: "Noto Serif JP", serif, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%;
  float: left;
  height: 550px;
  overflow: auto;
  padding: 45px;
  border: solid 1px #666;
  background: #fff;
  color: #000;
}

p b {
  font-weight: 700;
  color: #ff6600;
}

.p_cost__txtbox {
  margin-top: 30px;
}
@media screen and (max-width: 744px) {
  .p_cost__txtbox {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
  }
}

.c_menu__price {
  display: flex;
  align-items: baseline;
}
.c_menu__price p {
  font-size: 13px;
}

/* アイプレバナー */
.bnr01 {
  max-width: 980px;
  margin: 0 auto;
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 744px) {
  .bnr01 {
    max-width: 144vw;
    margin: 0 auto;
    box-shadow: 1.3333333333vw 1.3333333333vw 1.8666666667vw 0px rgba(0, 0, 0, 0.4);
  }
}

/* アイプレバナー */
.bnr02 {
  max-width: 1080px;
  margin: 0 auto;
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 744px) {
  .bnr02 {
    max-width: 144vw;
    margin: 0 auto;
    box-shadow: 1.3333333333vw 1.3333333333vw 1.8666666667vw 0px rgba(0, 0, 0, 0.4);
  }
}
.bnr02 img {
  width: 100%;
}

/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  padding: 0 15px;
  background: #ffecf7;
  /* 個別選択 */
}
#tempPrice .inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  #tempPrice .inner {
    padding: 8vw 0;
  }
}
#tempPrice .inner2 {
  max-width: 980px;
}
#tempPrice .inner3 {
  max-width: 1080px;
}

/* h2 */
#tempPrice .sec__cttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: var(--color-primary);
  position: relative;
  text-align: center;
  padding-bottom: 17px;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  #tempPrice .sec__cttl {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
#tempPrice .sec__cttl::before {
  content: "";
  background: var(--color-primary);
  width: 120px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  #tempPrice .sec__cttl::before {
    width: 32vw;
    height: 1.3333333333vw;
  }
}

/* レイアウト調整 */
#tempPrice .c_menu {
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  #tempPrice .c_menu {
    margin-bottom: 5.3333333333vw;
  }
}
#tempPrice .c_menu:last-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  #tempPrice .c_menu:last-child {
    margin-bottom: 5.3333333333vw;
  }
}

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