@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-suikou_peel {
  --color-primary: #1591ac;
  --color-alpha: rgb(232.3993782383, 248.6928497409, 252.2406217617);
  --color-secondary: rgba(21, 145, 172, 0.15);
  --color-strong: rgb(0, 74.7284768212, 91);
}

/* コンテンツ
*****************************************************/
.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-suikou_peel {
  overflow: hidden;
  background: #fff;
}

.prp-suikou_peel > 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: 1080px;
}

.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;
  margin-bottom: 50px;
}
@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-suikou_peel img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.prp-suikou_peel .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-suikou_peel .maker.anim {
  background-size: 100% 100%;
}
.prp-suikou_peel section {
  overflow: visible;
}
.prp-suikou_peel .serif {
  font-family: serif;
}
.prp-suikou_peel picture {
  display: block;
}
.prp-suikou_peel .lpInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .lpInner {
    padding: 0 4vw;
    max-width: none;
  }
}
.prp-suikou_peel .pink {
  color: #f0285a;
}
.prp-suikou_peel .fv {
  height: 530px;
  background: url(../images/prp-suikou_peel_01.webp) no-repeat center center/cover;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .fv {
    height: 120vw;
    background-image: url(../images/prp-suikou_peel_01_sp.webp);
  }
}
.prp-suikou_peel .fv .lpInner {
  padding-top: 62px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .fv .lpInner {
    padding-top: 5.4vw;
  }
}
.prp-suikou_peel .fv_box {
  width: 706px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .fv_box {
    width: auto;
    margin: 0;
  }
}
.prp-suikou_peel .fv_box_txt1 {
  font-size: 137px;
  line-height: 1.06;
  color: #fff;
  text-shadow: 0 0 0.15em #fff;
  transform: skew(-7deg);
  margin-bottom: 11px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .fv_box_txt1 {
    font-size: 18.3vw;
    margin-bottom: 2.7vw;
  }
}
.prp-suikou_peel .fv_box_txt1 .ls {
  letter-spacing: -0.1em;
}
.prp-suikou_peel .fv_box_txt1 .small {
  font-size: 0.87em;
}
.prp-suikou_peel .fv_box_list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 33px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .fv_box_list {
    gap: 1.3vw;
    margin-bottom: 9.3vw;
  }
}
.prp-suikou_peel .fv_box_list_item {
  background: #fff;
  color: #87c7da;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.06;
  padding: 8px 48px;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .fv_box_list_item {
    font-size: 7.5vw;
    padding: 1vw 6.4vw;
    border-radius: 1vw;
  }
}
.prp-suikou_peel .fv_box_list_item .img {
  display: flex;
  position: absolute;
}
.prp-suikou_peel .fv_box_list_item:nth-child(1) .img {
  width: 79px;
  bottom: -22px;
  right: -12px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .fv_box_list_item:nth-child(1) .img {
    width: 9.9vw;
    bottom: -3.2vw;
    right: -1.6vw;
  }
}
.prp-suikou_peel .fv_box_list_item:nth-child(2) .img {
  width: 79px;
  bottom: -22px;
  right: -10px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .fv_box_list_item:nth-child(2) .img {
    width: 9.9vw;
    bottom: -3.2vw;
    right: -1.6vw;
  }
}
.prp-suikou_peel .fv_box_list_item:nth-child(3) .img {
  width: 221px;
  bottom: -42px;
  right: -24px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .fv_box_list_item:nth-child(3) .img {
    width: 28.8vw;
    bottom: -6.4vw;
    right: -3.2vw;
  }
}
.prp-suikou_peel .fv_box_txt2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.06;
  margin-bottom: 56px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .fv_box_txt2 {
    font-size: 5.6vw;
    writing-mode: vertical-rl;
    margin-bottom: 10vw;
    margin-left: auto;
    margin-right: 3vw;
    line-height: 1.35;
    letter-spacing: 0.3em;
  }
}
.prp-suikou_peel .fv_box_txt3 {
  color: var(--color-primary);
  line-height: 1.06;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .fv_box_txt3 {
    gap: 2vw;
  }
}
.prp-suikou_peel .fv_box_txt3 .txt1 {
  font-size: 48px;
  font-weight: bold;
  text-shadow: 0.05em 0.05em 0.03em #fff, -0.05em 0.05em 0.03em #fff, 0.05em -0.05em 0.03em #fff, -0.05em -0.05em 0.03em #fff;
  transform: skew(-7deg);
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .fv_box_txt3 .txt1 {
    font-size: 8.2vw;
  }
}
.prp-suikou_peel .fv_box_txt3 .txt2 {
  font-size: 15px;
  text-shadow: 0.05em 0.05em 0.03em #fff, -0.05em 0.05em 0.03em #fff, 0.05em -0.05em 0.03em #fff, -0.05em -0.05em 0.03em #fff;
  transform: skew(-7deg);
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .fv_box_txt3 .txt2 {
    font-size: 3vw;
  }
}
.prp-suikou_peel .block1 {
  background: url(../images/prp-suikou_peel_02.webp) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1 {
    background-image: url(../images/prp-suikou_peel_02_sp.webp);
  }
}
.prp-suikou_peel .block1::before {
  content: "";
  background: url(../images/prp-suikou_peel_03.webp) no-repeat top center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 340px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1::before {
    height: 65.3vw;
  }
}
.prp-suikou_peel .block1 .lpInner {
  padding-top: 34px;
  padding-bottom: 119px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1 .lpInner {
    padding-top: 8vw;
    padding-bottom: 10.7vw;
  }
}
.prp-suikou_peel .block1_ttl {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-shadow: 0 0 1.25em #003d66;
  margin-bottom: 36px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1_ttl {
    font-size: 4.8vw;
    letter-spacing: 0;
    margin-bottom: 5vw;
  }
}
.prp-suikou_peel .block1_ttl .txt1 {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1_ttl .txt1 {
    margin-bottom: 1vw;
  }
}
.prp-suikou_peel .block1_ttl .txt2 {
  font-size: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1_ttl .txt2 {
    font-size: 1.56em;
    letter-spacing: 0;
  }
}
.prp-suikou_peel .block1_list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1_list {
    gap: 5.5vw;
    padding: 0 4vw;
  }
}
.prp-suikou_peel .block1_list_item {
  position: relative;
}
.prp-suikou_peel .block1_list_item .box {
  position: absolute;
  width: 700px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1_list_item .box {
    position: relative;
    width: auto;
    z-index: 1;
  }
}
.prp-suikou_peel .block1_list_item .box_ttl {
  color: var(--color-primary);
  font-size: 32px;
  font-weight: bold;
  line-height: 1.06;
  transform: skew(-7deg);
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1_list_item .box_ttl {
    font-size: 4.3vw;
    margin-bottom: 4.8vw;
  }
}
.prp-suikou_peel .block1_list_item .box_ttl .color {
  color: #085f72;
}
.prp-suikou_peel .block1_list_item .box_ttl .big {
  font-size: 3.25em;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1_list_item .box_ttl .big {
    font-size: 4em;
  }
}
.prp-suikou_peel .block1_list_item .box_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 15px 10px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1_list_item .box_list {
    gap: 2.2vw 1vw;
  }
}
.prp-suikou_peel .block1_list_item .box_list_item {
  color: #085f72;
  font-weight: bold;
  line-height: 1.3;
}
.prp-suikou_peel .block1_list_item .box_list_item:not(:last-child) {
  background: #fff;
  font-size: 18px;
  border: 1px solid #085f72;
  border-radius: 200px;
  padding: 19px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1_list_item .box_list_item:not(:last-child) {
    font-size: 4vw;
    padding: 1.9vw 2.9vw;
  }
}
.prp-suikou_peel .block1_list_item .box_list_item:last-child {
  font-size: 13px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1_list_item .box_list_item:last-child {
    font-size: 3.5vw;
  }
}
.prp-suikou_peel .block1_list_item .img {
  width: 500px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1_list_item .img {
    position: absolute;
    top: 5.4vw;
    width: 66.7vw;
  }
}
.prp-suikou_peel .block1_list_item:nth-child(odd) .img {
  margin-left: auto;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1_list_item:nth-child(odd) .img {
    margin-left: 0;
    right: -8vw;
  }
}
.prp-suikou_peel .block1_list_item:nth-child(odd) .box {
  left: 40px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1_list_item:nth-child(odd) .box {
    left: auto;
  }
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1_list_item:nth-child(even) .img {
    left: -8vw;
  }
}
.prp-suikou_peel .block1_list_item:nth-child(even) .box {
  right: 40px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1_list_item:nth-child(even) .box {
    right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1_list_item:nth-child(even) .box_list {
    justify-content: flex-end;
  }
}
.prp-suikou_peel .block1_list_item:nth-child(1) .box {
  top: 117px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1_list_item:nth-child(1) .box {
    top: auto;
  }
}
.prp-suikou_peel .block1_list_item:nth-child(2) .box {
  top: 39px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1_list_item:nth-child(2) .box {
    top: auto;
  }
}
.prp-suikou_peel .block1_list_item:nth-child(3) .box {
  top: 39px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block1_list_item:nth-child(3) .box {
    top: auto;
  }
}
.prp-suikou_peel .block2 {
  position: relative;
  background: url(../images/block2-bg2.webp) no-repeat top center/cover;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block2 {
    background-image: url(../images/block2-bg2_sp.webp);
  }
}
.prp-suikou_peel .block2::before {
  content: "";
  background: url(../images/block2-bg1.webp) no-repeat top center/cover;
  position: absolute;
  z-index: 1;
  top: 0;
  transform: translateY(-100%);
  left: 0;
  right: 0;
  height: 100px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block2::before {
    background-image: url(../images/block2-bg1_sp.webp);
    height: 8vw;
  }
}
.prp-suikou_peel .block2::after {
  content: "";
  background: url(../images/block2-bg3.webp) no-repeat top center/cover;
  position: absolute;
  z-index: 1;
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  right: 0;
  height: 100px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block2::after {
    background-image: url(../images/block2-bg3_sp.webp);
    height: 8vw;
  }
}
.prp-suikou_peel .block2 .lpInner {
  padding-top: 70px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block2 .lpInner {
    padding-top: 8vw;
    padding-bottom: 5.3vw;
  }
}
.prp-suikou_peel .block2_ttl {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block2_ttl {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.prp-suikou_peel .block2_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 53px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block2_list {
    gap: 5.4vw 2.4vw;
  }
}
.prp-suikou_peel .block2_list_item {
  width: 222px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block2_list_item {
    width: 40.8vw;
    gap: 2.7vw;
  }
}
.prp-suikou_peel .block2_list_item .img {
  width: 190px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block2_list_item .img {
    width: auto;
  }
}
.prp-suikou_peel .block2_list_item .txt {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.06;
  text-align: center;
  display: flex;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block2_list_item .txt {
    font-size: 4.3vw;
    line-height: 1.3;
  }
}
.prp-suikou_peel .block2_list_item .txt::before {
  content: "";
  background: url(../images/check.webp) no-repeat center center/contain;
  width: 24px;
  height: 20px;
  margin-right: 5px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block2_list_item .txt::before {
    width: 4.8vw;
    height: 4vw;
    margin-right: 1.3vw;
  }
}
.prp-suikou_peel .block3_1 {
  background: #085f72 url(../images/prp-suikou_peel_15.webp) no-repeat top center/100% 843px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_1 {
    background: #e7f0f5 url(../images/prp-suikou_peel_15_sp.webp) no-repeat top center/100% 109.3vw;
    position: relative;
  }
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_1::after {
    content: "";
    background: #085f72;
    position: absolute;
    width: 62.1vw;
    height: 122.4vw;
    bottom: 0;
    right: 0;
  }
}
.prp-suikou_peel .block3_1 .lpInner {
  padding-top: 130px;
  padding-bottom: 19px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_1 .lpInner {
    padding-top: 13.3vw;
    padding-bottom: 5.3vw;
  }
}
.prp-suikou_peel .block3_1_ttl {
  text-align: center;
  margin-bottom: 180px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_1_ttl {
    margin-bottom: 27.5vw;
  }
}
.prp-suikou_peel .block3_1_ttl .txt1 {
  display: block;
  margin-bottom: 20px;
  transform: skew(-7deg);
  font-size: 80px;
  line-height: 1.06;
  letter-spacing: 0.3em;
  color: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_1_ttl .txt1 {
    margin-bottom: 1.5vw;
    font-size: 12vw;
    letter-spacing: 0.1em;
  }
}
.prp-suikou_peel .block3_1_ttl .txt2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.06;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_1_ttl .txt2 {
    font-size: 4.8vw;
    letter-spacing: 0.2em;
  }
}
.prp-suikou_peel .block3_1_txt1 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  color: var(--color-primary);
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_1_txt1 {
    font-size: 6.4vw;
    margin-bottom: 4.9vw;
  }
}
.prp-suikou_peel .block3_1_txt2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_1_txt2 {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 16vw;
  }
}
.prp-suikou_peel .block3_1_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_1_list {
    flex-direction: column;
    gap: 11.9vw;
  }
}
.prp-suikou_peel .block3_1_list_item {
  position: relative;
  width: 330px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_1_list_item {
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.prp-suikou_peel .block3_1_list_item .num {
  color: var(--color-primary);
  font-size: 104px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: -48px;
  left: 0;
  transform: skew(-12deg);
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_1_list_item .num {
    font-size: 13.9vw;
    top: -5.3vw;
    left: 2.7vw;
  }
}
.prp-suikou_peel .block3_1_list_item .img {
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_1_list_item .img {
    margin-bottom: 0;
    width: 47.8%;
  }
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_1_list_item .box {
    width: 49.3%;
  }
}
.prp-suikou_peel .block3_1_list_item .box_txt1 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_1_list_item .box_txt1 {
    font-size: 4vw;
    margin-bottom: 2.7vw;
  }
}
.prp-suikou_peel .block3_1_list_item .box_txt1 .small {
  font-size: 0.5em;
  display: inline-block;
  transform: translateY(-0.65em);
}
.prp-suikou_peel .block3_1_list_item .box_txt2 {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_1_list_item .box_txt2 {
    font-size: 2.9vw;
  }
}
.prp-suikou_peel .block3_2 {
  background: #e4eff3;
}
.prp-suikou_peel .block3_2 .lpInner {
  padding-top: 40px;
  padding-bottom: 45px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_2 .lpInner {
    padding: 10.7vw 0 8vw;
  }
}
.prp-suikou_peel .block3_2_txt1 {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.3em;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_2_txt1 {
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 6.4vw;
  }
}
.prp-suikou_peel .block3_2_txt2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_2_txt2 {
    font-size: 5.6vw;
    line-height: 1.38;
    letter-spacing: 0;
  }
}
.prp-suikou_peel .block3_2_txt2 .txt {
  display: block;
  font-size: 1.5em;
  color: var(--color-primary);
  letter-spacing: 0.3em;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_2_txt2 .txt {
    font-size: 1.52em;
    letter-spacing: 0;
  }
}
.prp-suikou_peel .block3_2_txt2 .txt .maker {
  padding-left: 0.5em;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_2_txt2 .txt .maker {
    padding-left: 0;
  }
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block3_2_txt2 .txt .small {
    font-size: 0.75em;
  }
}
.prp-suikou_peel .block4 {
  background: url(../images/prp-suikou_peel_19.webp) no-repeat bottom center/cover;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block4 {
    background-image: url(../images/prp-suikou_peel_19_sp.webp);
  }
}
.prp-suikou_peel .block4 .lpInner {
  padding-top: 70px;
  padding-bottom: 66px;
  max-width: 1020px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block4 .lpInner {
    padding-top: 8vw;
    padding-bottom: 7.3vw;
  }
}
.prp-suikou_peel .block4_ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: var(--color-primary);
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block4_ttl {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.prp-suikou_peel .block4_box {
  background: #f5fbfe;
  box-shadow: 0px 0px 30px 0px rgba(8, 95, 114, 0.5);
  padding: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block4_box {
    box-shadow: 0px 0px 5.3vw 0px rgba(8, 95, 114, 0.5);
    padding: 5.3vw 2.7vw 2.7vw;
    margin-bottom: 8vw;
  }
}
.prp-suikou_peel .block4_box_list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block4_box_list {
    flex-direction: column;
    gap: 1vw;
    margin-bottom: 5.3vw;
  }
}
.prp-suikou_peel .block4_box_list_item {
  width: 250px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block4_box_list_item {
    width: auto;
    display: flex;
    align-items: center;
  }
}
.prp-suikou_peel .block4_box_list_item .img {
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block4_box_list_item .img {
    width: 42.7vw;
    margin-bottom: 0;
  }
}
.prp-suikou_peel .block4_box_list_item .txt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block4_box_list_item .txt {
    font-size: 4vw;
    flex: 1;
    text-align: left;
  }
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block4_box_list_item:nth-child(2) .txt {
    margin-top: 16vw;
  }
}
.prp-suikou_peel .block4_box_list_item:nth-child(2) .txt2 {
  position: absolute;
  top: 0;
  left: -27px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background: var(--color-primary);
  width: 108px;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding-top: 2%;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block4_box_list_item:nth-child(2) .txt2 {
    top: -0.3vw;
    left: -5vw;
    width: 20.3vw;
    height: 20.3vw;
    font-size: 3vw;
  }
}
.prp-suikou_peel .block4_box_list_item:nth-child(2) .txt2_2 {
  position: absolute;
  top: 0;
  right: -27px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background: #e4005d;
  width: 108px;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding-top: 2%;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block4_box_list_item:nth-child(2) .txt2_2 {
    top: -0.3vw;
    left: 27.3vw;
    width: 20.3vw;
    height: 20.3vw;
    font-size: 3vw;
    padding-top: 0px;
  }
}
.prp-suikou_peel .block4_box_list_item:last-child .txt {
  background: #faff00;
  color: #111111;
  padding: 10px 0;
  border-radius: 200px;
  line-height: 1.3;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block4_box_list_item:last-child .txt {
    font-size: 4.8vw;
    padding: 2.7vw 0;
    text-align: center;
  }
}
.prp-suikou_peel .block4_box_txt {
  color: #fff;
  background: var(--color-primary);
  padding: 16px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block4_box_txt {
    padding: 4.3vw 2.5vw;
    font-size: 4.8vw;
    line-height: 1.5;
    text-align: left;
  }
}
.prp-suikou_peel .block4_txt1 {
  color: #faff00;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block4_txt1 {
    font-size: 4.8vw;
    letter-spacing: 0;
    margin: 0 -4vw 4.3vw;
  }
}
.prp-suikou_peel .block4_txt2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block4_txt2 {
    font-size: 3.8vw;
    margin: 0 -4vw;
  }
}
.prp-suikou_peel .block4_txt2 .big {
  font-size: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block4_txt2 .big {
    font-size: 1.52em;
  }
}
.prp-suikou_peel .block5 .lpInner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block5 .lpInner {
    padding: 8vw 8vw 5.5vw;
  }
}
.prp-suikou_peel .block5_ttl {
  margin-bottom: 38px;
  color: var(--color-primary);
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block5_ttl {
    font-size: 4.8vw;
    margin-bottom: 7.2vw;
  }
}
.prp-suikou_peel .block5_ttl .big {
  font-size: 1.5em;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block5_ttl .big {
    font-size: 1.33em;
  }
}
.prp-suikou_peel .block5_ttl .big .small {
  font-size: 0.5em;
  display: inline-block;
  transform: translateY(-0.65em);
}
.prp-suikou_peel .block5_row {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block5_row {
    flex-direction: column;
    align-items: center;
    gap: 8vw;
  }
}
.prp-suikou_peel .block5_row_img {
  width: 470px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block5_row_img {
    width: 62.7vw;
  }
}
.prp-suikou_peel .block5_row_box {
  width: 460px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block5_row_box {
    width: auto;
  }
}
.prp-suikou_peel .block5_row_box .txt1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block5_row_box .txt1 {
    font-size: 4vw;
    margin-bottom: 1vw;
  }
}
.prp-suikou_peel .block5_row_box .txt2 {
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .block5_row_box .txt2 {
    font-size: 2.9vw;
  }
}
.prp-suikou_peel .sec06 {
  background: #e8f4f7;
}
.prp-suikou_peel .sec06 .lpInner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .sec06 .lpInner {
    padding-top: 7vw;
    padding-bottom: 6.8vw;
  }
}
.prp-suikou_peel .sec06_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .sec06_row {
    position: relative;
  }
}
.prp-suikou_peel .sec06_row_box {
  width: 584px;
  padding-left: 16px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .sec06_row_box {
    width: auto;
    padding-left: 0;
    position: relative;
    z-index: 1;
  }
}
.prp-suikou_peel .sec06_row_box_ttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 33px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .sec06_row_box_ttl {
    font-size: 5.6vw;
    margin-left: 2.5vw;
    margin-bottom: 66.9vw;
    line-height: 1.7;
  }
}
.prp-suikou_peel .sec06_row_box_ttl_txt1 {
  position: relative;
  padding: 0 25px 0 15px;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .sec06_row_box_ttl_txt1 {
    margin-left: 2vw;
    padding: 0.6vw 2.5vw;
  }
}
.prp-suikou_peel .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-suikou_peel .sec06_row_box_ttl_txt2 {
  display: block;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .sec06_row_box_ttl_txt2 {
    padding-left: 4vw;
  }
}
.prp-suikou_peel .sec06_row_box_txt {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  animation-delay: 0.2s;
  padding-left: 6px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .sec06_row_box_txt {
    font-size: 4vw;
    padding: 0 2.7vw;
  }
}
.prp-suikou_peel .sec06_row_box_txt .blue {
  color: #68bdcb;
}
.prp-suikou_peel .sec06_row_img {
  width: 460px;
  margin-top: 50px;
}
@media screen and (max-width: 744px) {
  .prp-suikou_peel .sec06_row_img {
    width: 76vw;
    margin-top: 0;
    position: absolute;
    top: 22.4vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}

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

.p_faces {
  max-width: 1080px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.p_faces__left {
  padding: 30px;
  background: #ca88a9;
  width: 325px;
}

.p_faces__right {
  padding: 30px;
  background: #d7a6bf;
  width: 740px;
}

.p_faces__list,
.p_faces__media {
  display: flex;
  justify-content: space-between;
}

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

.p_faces__item {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}

.p_faces__item small {
  font-size: 13px;
}

.p_faces__item img {
  margin-bottom: 9px;
}

.p_faces__right .p_faces__item {
  width: calc(20% - 8px);
}

.p_faces__list .p_faces__item {
  width: calc(50% - 5px);
}

/*ダーマピールカラー*/
.dermapeel_color {
  background-color: #d05f6d !important;
}

.dermapeel_color02 {
  background-color: #e19ba3 !important;
}

/*水光カラー*/
.suikou_color {
  background-color: #4c8da7 !important;
}

.suikou_color02 {
  background-color: #7aacc0 !important;
}

.suikou_peel_color {
  background-color: #3c8faa !important;
}

.suikou_peel_color02 {
  background-color: #8abccc !important;
}

/*コラーゲンHIFUカラー*/
.collagen-hifu_color {
  background-color: #9d9186 !important;
}

.collagen-hifu_color02 {
  background-color: #c1bab3 !important;
}

/*コンテンツ余白設定*/
.contents_mgn {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* レスポンシブ対応
------------------------------------------------------------*/
@media only screen and (max-width: 744px) {
  .p_faces {
    flex-wrap: wrap;
    padding-top: 6.4vw;
  }
  .p_faces__left {
    width: 100%;
    margin-bottom: 2.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.6666666667vw 2.6666666667vw 1.3333333333vw;
  }
  .p_faces__right {
    padding: 5.3333333333vw 2.6666666667vw 4vw 2.6666666667vw;
    width: 100%;
  }
  .p_faces__ttl {
    font-size: 6.4vw;
    min-height: 14.4vw;
    margin-bottom: 2.6666666667vw;
  }
  .p_faces__ttl span {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .p_faces__media {
    flex-wrap: wrap;
  }
  .p_faces__item {
    font-size: 3.4666666667vw;
    width: calc(33.3333333333% - 0.8vw);
  }
  .p_faces__item small {
    font-size: 3.4666666667vw;
  }
  .p_faces__item img {
    margin-bottom: 1.3333333333vw;
  }
  .p_faces__left .p_faces__ttl {
    padding-right: 2.6666666667vw;
    width: 33.5%;
  }
  .p_faces__right .p_faces__item {
    width: calc(33.3333333333% - 0.8vw);
    margin-bottom: 1.3333333333vw;
  }
  .p_faces__list {
    width: 66.5%;
  }
  .p_faces__list .p_faces__item {
    width: calc(50% - 0.5333333333vw);
  }
  .p_cost__span {
    font-size: 3.2vw;
  }
  /*コンテンツ余白設定*/
  .contents_mgn {
    padding-top: 0px;
    padding-bottom: 5.3333333333vw;
  }
}

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