@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-peeling-polation {
  --color-primary: #b29dcd;
  --color-alpha: rgb(248.84, 247.16, 251);
  --color-secondary: rgba(178, 157, 205, 0.4);
  --color-strong: rgb(120.2449324324, 51.9594594595, 208.0405405405);
}

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

main.prp-peeling-polation {
  overflow: hidden;
  background: #fff;
}

.prp-peeling-polation > section {
  color: #111111;
  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;
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}
section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 744px) {
  section .inner {
    width: auto;
    padding: 8vw 4vw;
  }
}
section .inner2 {
  max-width: 980px;
}

.inner-fixed {
  margin: 0 auto;
  max-width: 1080px;
}

img {
  height: auto;
  max-width: 100%;
}

/* Common */
.sec__cttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  display: inline-block;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec__cttl {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}

.kerning {
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
}

.prp-peeling-polation img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.prp-peeling-polation .maker {
  background-image: linear-gradient(to bottom, transparent 62%, #fff000 62%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 1s;
  transition-delay: 0.7s;
}
.prp-peeling-polation .maker.anim {
  background-size: 100% 100%;
}
.prp-peeling-polation section {
  overflow: visible;
}
.prp-peeling-polation .serif {
  font-family: serif;
}
.prp-peeling-polation picture {
  display: block;
}
.prp-peeling-polation .lpInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5.3333333333vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .lpInner {
    padding: 0 4vw;
    max-width: none;
  }
}
.prp-peeling-polation .pink {
  color: #f0285a;
}
.prp-peeling-polation section._be, .prp-peeling-polation section._af {
  position: relative;
}
.prp-peeling-polation section._be::before, .prp-peeling-polation section._af::after {
  content: "";
  background: url(../images/prp_peeling_polation_08.svg) no-repeat top center/contain;
  width: 1920px;
  height: 60px;
  position: absolute;
  left: 50%;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation section._be::before, .prp-peeling-polation section._af::after {
    width: 100%;
    height: 10.7vw;
    background-image: url(../images/prp_peeling_polation_08_sp.svg);
  }
}
.prp-peeling-polation section._be::before {
  top: -1px;
  transform: translateX(-50%) rotate(180deg);
}
.prp-peeling-polation section._af::after {
  bottom: -1px;
  transform: translateX(-50%);
  background-position: bottom center;
}
.prp-peeling-polation .fv {
  height: 530px;
  background: url(../images/prp_peeling_polation_01.webp) no-repeat top center/cover;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .fv {
    height: 141.3vw;
    background-image: url(../images/prp_peeling_polation_01_sp.webp);
  }
}
.prp-peeling-polation .fv .lpInner {
  padding-top: 52px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .fv .lpInner {
    padding-top: 0;
  }
}
.prp-peeling-polation .fv_txt1 {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .fv_txt1 {
    height: 16vw;
    justify-content: center;
    background: linear-gradient(90deg, var(--color-primary) 0%, #5d4e6f 100%);
    margin: 0 -4vw 65.5vw;
  }
}
.prp-peeling-polation .fv_txt1 .txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .fv_txt1 .txt {
    color: #fff;
    font-size: 4.8vw;
    letter-spacing: 0;
  }
}
.prp-peeling-polation .fv_txt1 .img {
  width: 265px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .fv_txt1 .img {
    width: 41.1vw;
  }
}
.prp-peeling-polation .fv_txt2 {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .fv_txt2 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-left: 0;
    margin-bottom: 9.8vw;
  }
}
.prp-peeling-polation .fv_txt2 .txt {
  color: #937ab3;
  font-size: 98px;
  font-weight: bold;
  line-height: 0.9;
  transform: skew(-15deg);
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .fv_txt2 .txt {
    font-size: 13vw;
  }
}
.prp-peeling-polation .fv_txt2 .txt._2, .prp-peeling-polation .fv_txt2 .txt._3 {
  letter-spacing: -0.17em;
}
.prp-peeling-polation .fv_txt2 .txt._1 {
  padding-left: 23px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .fv_txt2 .txt._1 {
    padding-left: 0;
  }
}
.prp-peeling-polation .fv_txt2 .txt._3 {
  padding-left: 12px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .fv_txt2 .txt._3 {
    padding-left: 0;
  }
}
.prp-peeling-polation .fv_txt3 {
  color: #5d4e6f;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .fv_txt3 {
    font-size: 6.4vw;
    text-align: center;
  }
}
.prp-peeling-polation .block1 {
  background: url(../images/prp_peeling_polation_02.webp) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block1 {
    background-image: url(../images/prp_peeling_polation_02_sp.webp);
  }
}
.prp-peeling-polation .block1._af::after {
  background-image: url(../images/prp_peeling_polation_03.svg);
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block1._af::after {
    background-image: url(../images/prp_peeling_polation_03_sp.svg);
  }
}
.prp-peeling-polation .block1 .lpInner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block1 .lpInner {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.prp-peeling-polation .block1_txt1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block1_txt1 {
    font-size: 5.6vw;
    margin-bottom: 9vw;
  }
}
.prp-peeling-polation .block1_txt2 {
  color: #e4005d;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.3em;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block1_txt2 {
    font-size: 6.4vw;
    line-height: 1.5;
  }
}
.prp-peeling-polation .block2 {
  background: #fdf3fa;
}
.prp-peeling-polation .block2._af::after {
  background-image: url(../images/prp_peeling_polation_04.svg);
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block2._af::after {
    background-image: url(../images/prp_peeling_polation_04_sp.svg);
  }
}
.prp-peeling-polation .block2 .lpInner {
  padding-top: 66px;
  padding-bottom: 67px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block2 .lpInner {
    padding: 8vw 5.3vw;
  }
}
.prp-peeling-polation .block2_txt1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block2_txt1 {
    font-size: 5.6vw;
    margin-bottom: 6.5vw;
  }
}
.prp-peeling-polation .block2_txt1 .big {
  color: #fff;
  font-size: 40px;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block2_txt1 .big {
    font-size: 6.9vw;
  }
}
.prp-peeling-polation .block2_list {
  background: #fff;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 33px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block2_list {
    padding: 5.3vw;
    gap: 8vw;
    margin-bottom: 8vw;
    flex-direction: column;
  }
}
.prp-peeling-polation .block2_list::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(100%);
  border-right: 160px solid transparent;
  border-left: 160px solid transparent;
  border-top: 128px solid #fff;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block2_list::before {
    border-right-width: 26.7vw;
    border-left-width: 26.7vw;
    border-top-width: 21.3vw;
  }
}
.prp-peeling-polation .block2_list_item {
  width: 400px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block2_list_item {
    width: auto;
  }
}
.prp-peeling-polation .block2_list_item .txt {
  background: #5d4e6f;
  color: #fff;
  padding: 6px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block2_list_item .txt {
    padding: 1.6vw 0;
    font-size: 4.8vw;
  }
}
.prp-peeling-polation .block2_txt2 {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block2_txt2 {
    font-size: 8.5vw;
  }
}
.prp-peeling-polation .block3_ttl {
  background: var(--color-primary);
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  padding: 29px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block3_ttl {
    font-size: 6.4vw;
    padding: 5.3vw 0;
  }
}
.prp-peeling-polation .block3_bg {
  background: url(../images/prp_peeling_polation_07.webp) no-repeat top center/cover;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block3_bg {
    background-image: url(../images/prp_peeling_polation_07_sp.webp);
  }
}
.prp-peeling-polation .block3_bg .lpInner {
  padding-top: 72px;
  padding-bottom: 70px;
  max-width: 1040px;
  padding-left: 340px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block3_bg .lpInner {
    padding: 36.8vw 5.3vw 13.3vw;
  }
}
.prp-peeling-polation .block3_box_txt {
  color: #5d4e6f;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block3_box_txt {
    font-size: 5.9vw;
    margin-bottom: 5.6vw;
  }
}
.prp-peeling-polation .block3_box_txt .txt {
  position: relative;
  display: inline-block;
}
.prp-peeling-polation .block3_box_txt .txt::before, .prp-peeling-polation .block3_box_txt .txt::after {
  content: "";
  width: 3px;
  height: 106px;
  background: #5d4e6f;
  position: absolute;
  bottom: -5px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block3_box_txt .txt::before, .prp-peeling-polation .block3_box_txt .txt::after {
    width: 0.5vw;
    height: 17.5vw;
    bottom: -1.5vw;
  }
}
.prp-peeling-polation .block3_box_txt .txt::before {
  left: -42px;
  transform: rotate(-37deg);
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block3_box_txt .txt::before {
    left: -5vw;
    transform: rotate(-26deg);
  }
}
.prp-peeling-polation .block3_box_txt .txt::after {
  right: -42px;
  transform: rotate(37deg);
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block3_box_txt .txt::after {
    right: -5vw;
    transform: rotate(26deg);
  }
}
.prp-peeling-polation .block3_box_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block3_box_list {
    justify-content: center;
    gap: 0 2.9vw;
  }
}
.prp-peeling-polation .block3_box_list_item {
  width: 142px;
  height: 142px;
  color: #5d4e6f;
  font-size: 21px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block3_box_list_item {
    width: 37.9vw;
    height: 37.9vw;
    font-size: 5.6vw;
  }
}
.prp-peeling-polation .block3_box_list_item::after {
  content: "";
  background: url(../images/block3-1.svg) no-repeat center center/cover;
  position: absolute;
  z-index: -1;
  width: 120%;
  height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prp-peeling-polation .block4 .lpInner {
  max-width: 1040px;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block4 .lpInner {
    padding: 8vw 5.3vw;
  }
}
.prp-peeling-polation .block4_ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block4_ttl {
    font-size: 6.4vw;
    margin: 0 -5vw 5.3vw;
    width: auto;
  }
}
.prp-peeling-polation .block4_ttl .txt {
  color: #5d4e6f;
}
.prp-peeling-polation .block4_list {
  background: #fdf3fa;
  border-radius: 30px;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  gap: 96px;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block4_list {
    border-radius: 2.7vw;
    padding: 5.3vw;
    flex-direction: column;
    gap: 10.1vw;
    margin-bottom: 5.3vw;
  }
}
.prp-peeling-polation .block4_list_item {
  width: 400px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block4_list_item {
    width: auto;
  }
}
.prp-peeling-polation .block4_list_item .img {
  margin-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block4_list_item .img {
    margin: 0 -3vw 3.7vw;
  }
}
.prp-peeling-polation .block4_list_item .txt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 6px 20px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block4_list_item .txt {
    font-size: 4vw;
    padding: 2.7vw;
    line-height: 1.7;
  }
}
.prp-peeling-polation .block4_list_item:nth-child(1) {
  position: relative;
}
.prp-peeling-polation .block4_list_item:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 223px;
  right: -107px;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 36px solid #5d4e6f;
  transform: rotate(-90deg);
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block4_list_item:nth-child(1)::before {
    transform: none;
    border-top-width: 4.8vw;
    border-left-width: 8vw;
    border-right-width: 8vw;
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    bottom: -8vw;
  }
}
.prp-peeling-polation .block4_list_item:nth-child(1) .txt {
  background: #f05192;
}
.prp-peeling-polation .block4_list_item:nth-child(2) .txt {
  background: #70b9ab;
}
.prp-peeling-polation .block4_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block4_txt {
    font-size: 4vw;
  }
}
.prp-peeling-polation .block5 {
  background: #fdf3fa;
}
.prp-peeling-polation .block5 .lpInner {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 1040px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block5 .lpInner {
    padding: 13.3vw 5.3vw;
  }
}
.prp-peeling-polation .block5_ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block5_ttl {
    font-size: 6.4vw;
    margin: 0 -5vw 5.3vw;
    width: auto;
    margin-bottom: 8vw;
  }
}
.prp-peeling-polation .block5_ttl .txt {
  color: #5d4e6f;
}
.prp-peeling-polation .block5_box {
  background: #fff;
  border-radius: 30px;
  padding-top: 30px;
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block5_box {
    border-radius: 2.7vw;
    padding: 5.3vw 2.7vw 0;
    margin-bottom: 5.3vw;
  }
}
.prp-peeling-polation .block5_box .ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block5_box .ttl {
    font-size: 6.4vw;
    line-height: 1.5;
  }
}
.prp-peeling-polation .block5_box .img {
  width: 635px;
  margin: -26px auto 0;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block5_box .img {
    width: auto;
    margin-top: -1.5vw;
  }
}
.prp-peeling-polation .block5_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block5_txt {
    font-size: 4vw;
  }
}
.prp-peeling-polation .block6 .lpInner {
  padding-top: 70px;
  padding-bottom: 60px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block6 .lpInner {
    padding: 8vw 5.3vw;
  }
}
.prp-peeling-polation .block6_row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block6_row {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.prp-peeling-polation .block6_row_img {
  width: 448px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block6_row_img {
    width: auto;
  }
}
.prp-peeling-polation .block6_row_box {
  width: 546px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block6_row_box {
    width: auto;
  }
}
.prp-peeling-polation .block6_row_box .ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block6_row_box .ttl {
    font-size: 6.4vw;
    margin-bottom: 5.3vw;
  }
}
.prp-peeling-polation .block6_row_box .ttl .small {
  font-size: 0.6em;
}
.prp-peeling-polation .block6_row_box .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .block6_row_box .txt {
    font-size: 4vw;
  }
}
.prp-peeling-polation .sec06 {
  background: #fdf3fa;
}
.prp-peeling-polation .sec06 .lpInner {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 1280px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .sec06 .lpInner {
    padding-top: 12.5vw;
    padding-bottom: 6.8vw;
  }
}
.prp-peeling-polation .sec06_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .sec06_row {
    position: relative;
  }
}
.prp-peeling-polation .sec06_row_box {
  width: 562px;
  padding-left: 16px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .sec06_row_box {
    width: auto;
    padding-left: 0;
    position: relative;
    z-index: 1;
  }
}
.prp-peeling-polation .sec06_row_box_ttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 42px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .sec06_row_box_ttl {
    font-size: 5.6vw;
    margin-left: 2.5vw;
    margin-bottom: 66.9vw;
    line-height: 1.7;
  }
}
.prp-peeling-polation .sec06_row_box_ttl_txt1 {
  position: relative;
  padding: 0 25px 0 15px;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .sec06_row_box_ttl_txt1 {
    margin-left: 2vw;
    padding: 0.6vw 2.5vw;
  }
}
.prp-peeling-polation .sec06_row_box_ttl_txt1::before {
  content: "";
  background: var(--color-primary);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-5deg);
}
.prp-peeling-polation .sec06_row_box_ttl_txt2 {
  display: block;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .sec06_row_box_ttl_txt2 {
    padding-left: 4vw;
  }
}
.prp-peeling-polation .sec06_row_box_txt {
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
  animation-delay: 0.2s;
  padding-left: 6px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .sec06_row_box_txt {
    font-size: 4vw;
    padding: 0 2.7vw;
  }
}
.prp-peeling-polation .sec06_row_box_txt .blue {
  color: #68bdcb;
}
.prp-peeling-polation .sec06_row_img {
  width: 460px;
  margin-top: 50px;
}
@media screen and (max-width: 744px) {
  .prp-peeling-polation .sec06_row_img {
    width: 76vw;
    margin-top: 0;
    position: absolute;
    top: 22.4vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: #f5f5f5;
}

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