@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-dermapeel {
  --color-primary: #d21b46;
  --color-alpha: rgb(252.5118987342, 235.6481012658, 239.6106329114);
  --color-secondary: rgba(210, 27, 70, 0.15);
  --color-strong: rgb(135, 0, 31.7213114754);
}

/* 古いページの調整用リセット
*****************************************************/
.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-dermapeel {
  overflow: hidden;
  background: #fff;
}

.prp-dermapeel > 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;
}
section .inner3 {
  max-width: 1080px;
}

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

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

.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-dermapeel h2 {
  margin-bottom: 0;
}
.prp-dermapeel .maker {
  background-image: linear-gradient(to bottom, transparent 62%, #ead8de 62%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 1s;
  transition-delay: 0.7s;
}
.prp-dermapeel .maker.anim {
  background-size: 100% 100%;
}
.prp-dermapeel section {
  overflow: visible;
}
.prp-dermapeel .serif {
  font-family: serif;
  font-weight: bold;
}
.prp-dermapeel picture {
  display: block;
}
.prp-dermapeel .line {
  position: absolute;
  z-index: 1;
  width: 106px;
  height: 166px;
  background: url(../images/line.webp) no-repeat center center/contain;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .line {
    width: 14.1vw;
    height: 22.1vw;
  }
}
.prp-dermapeel .lpInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .lpInner {
    padding: 0 4vw;
    max-width: none;
  }
}
.prp-dermapeel .pink {
  color: #f0285a;
}
.prp-dermapeel .main-color {
  color: var(--color-primary);
}
.prp-dermapeel .fv_img {
  height: 530px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .fv_img {
    height: 128.8vw;
  }
}
.prp-dermapeel .fv_img picture {
  display: inline;
}
.prp-dermapeel .fv_img img {
  height: 100%;
  object-fit: cover;
}
.prp-dermapeel .block1 {
  background: url(../images/prp-dermapeel_02.webp) no-repeat top center/cover;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block1 {
    background-image: url(../images/prp-dermapeel_02_sp.webp);
  }
}
.prp-dermapeel .block1 .lpInner {
  padding-top: 26px;
  padding-bottom: 23px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block1 .lpInner {
    padding-top: 6.5vw;
    padding-bottom: 4.2vw;
  }
}
.prp-dermapeel .block1_txt1 {
  font-size: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  font-style: italic;
  color: #ffddc3;
  line-height: 1;
  margin-bottom: 2px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block1_txt1 {
    font-size: 4.8vw;
    margin: 0 -4vw 3vw;
  }
}
.prp-dermapeel .block1_txt1 .small {
  font-size: 0.85em;
}
.prp-dermapeel .block1_txt2 {
  font-size: 48px;
  letter-spacing: 0.07em;
  text-align: center;
  color: #fff;
  line-height: 1.43;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block1_txt2 {
    font-size: 7.5vw;
  }
}
.prp-dermapeel .block2 {
  background: url(../images/prp-dermapeel_03.webp) no-repeat top center/cover;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block2 {
    background-image: url(../images/prp-dermapeel_03_sp.webp);
  }
}
.prp-dermapeel .block2 .lpInner {
  padding-top: 50px;
  padding-bottom: 67px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block2 .lpInner {
    padding-top: 7.8vw;
    padding-bottom: 15.4vw;
  }
}
.prp-dermapeel .block2_ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block2_ttl {
    margin-bottom: 6vw;
  }
}
.prp-dermapeel .block2_ttl_txt1 {
  display: block;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.24;
  margin-bottom: 4px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block2_ttl_txt1 {
    font-size: 5.6vw;
    margin-bottom: 3.8vw;
  }
}
.prp-dermapeel .block2_ttl_txt1 .small1 {
  font-size: 20px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block2_ttl_txt1 .small1 {
    font-size: 2.9vw;
  }
}
.prp-dermapeel .block2_ttl_txt1 .small2 {
  font-size: 24px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block2_ttl_txt1 .small2 {
    font-size: 4.3vw;
  }
}
.prp-dermapeel .block2_ttl_txt2 {
  display: block;
  font-size: 61px;
  letter-spacing: 0.1em;
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block2_ttl_txt2 {
    font-size: 10.7vw;
  }
}
.prp-dermapeel .block2_txt1 {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 18px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block2_txt1 {
    font-size: 4.3vw;
    margin-bottom: 3.5vw;
    line-height: 1.7;
  }
}
.prp-dermapeel .block2_txt1 .color {
  background: var(--color-primary);
  color: #fff;
}
.prp-dermapeel .block2_txt2 {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block2_txt2 {
    font-size: 3.5vw;
  }
}
.prp-dermapeel .block3 {
  background: url(../images/prp-dermapeel_04.webp) no-repeat top center/cover;
  height: 946px;
  margin-top: -100px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block3 {
    background-image: url(../images/prp-dermapeel_04_sp.webp);
    height: 248vw;
    margin-top: -13.3vw;
  }
}
.prp-dermapeel .block3 .lpInner {
  padding-top: 159px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block3 .lpInner {
    padding-top: 19.5vw;
  }
}
.prp-dermapeel .block3_ttl {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block3_ttl {
    font-size: 5.6vw;
    margin-bottom: 4.5vw;
    letter-spacing: 0;
  }
}
.prp-dermapeel .block3_list {
  width: 710px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 24px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block3_list {
    width: auto;
    padding: 0 3.8vw;
    row-gap: 4.6vw;
  }
}
.prp-dermapeel .block3_list_item {
  width: 190px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block3_list_item {
    width: 40.8vw;
  }
}
.prp-dermapeel .block3_list_item .img {
  margin-bottom: 3px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block3_list_item .img {
    margin-bottom: 1.5vw;
  }
}
.prp-dermapeel .block3_list_item .txt {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block3_list_item .txt {
    font-size: 4.8vw;
  }
}
.prp-dermapeel .block3_list_item .txt span {
  position: relative;
}
.prp-dermapeel .block3_list_item .txt span::before {
  content: "";
  background: url(../images/check.webp) no-repeat center center/cover;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: -27px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block3_list_item .txt span::before {
    width: 5.8vw;
    height: 4.8vw;
    top: 0.5vw;
    left: -6vw;
  }
}
.prp-dermapeel .block4 {
  background: url(../images/prp-dermapeel_11.webp) no-repeat top center/cover;
  margin-top: -100px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block4 {
    background-image: url(../images/prp-dermapeel_11_sp.webp);
    margin-top: -13.3vw;
  }
}
.prp-dermapeel .block4 .lpInner {
  padding-top: 156px;
  padding-bottom: 67px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block4 .lpInner {
    padding-top: 21.4vw;
    padding-bottom: 9.3vw;
  }
}
.prp-dermapeel .block4_ttl {
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}
.prp-dermapeel .block4_ttl_txt1 {
  display: block;
  font-size: 26px;
  line-height: 1.44;
  letter-spacing: 0.07em;
  margin-bottom: 6px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block4_ttl_txt1 {
    font-size: 5.2vw;
    line-height: 1.39;
    margin-bottom: 1vw;
  }
}
.prp-dermapeel .block4_ttl_txt2 {
  font-size: 48px;
  letter-spacing: 0.07em;
  padding: 0 0.3em;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block4_ttl_txt2 {
    font-size: 9.6vw;
  }
}
.prp-dermapeel .block4_ttl_txt2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block4_ttl_txt2::before {
    height: 1.2vw;
    bottom: -3vw;
  }
}
.prp-dermapeel .block5 {
  background: url(../images/prp-dermapeel_22.webp) no-repeat top center/cover;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block5 {
    background-image: url(../images/prp-dermapeel_22_sp.webp);
  }
}
.prp-dermapeel .block5 .lpInner {
  max-width: 1025px;
  padding-top: 71px;
  padding-bottom: 90px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block5 .lpInner {
    padding-top: 8vw;
    padding-bottom: 11.6vw;
    max-width: none;
  }
}
.prp-dermapeel .block5_ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block5_ttl {
    margin-bottom: 6.2vw;
  }
}
.prp-dermapeel .block5_ttl_txt1 {
  font-size: 24px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 7px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block5_ttl_txt1 {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
}
.prp-dermapeel .block5_ttl_txt2 {
  font-size: 42px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block5_ttl_txt2 {
    font-size: 6.4vw;
  }
}
.prp-dermapeel .block5_txt1 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block5_txt1 {
    font-size: 4.3vw;
  }
}
.prp-dermapeel .block5_img1 {
  width: 897px;
  margin-top: -21px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block5_img1 {
    width: auto;
    margin: 0 -1vw;
  }
}
.prp-dermapeel .block5_list {
  margin-top: -68px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block5_list {
    margin: -1vw 0 6.5vw;
    padding: 0 4vw;
    flex-direction: column;
    gap: 5.2vw;
  }
}
.prp-dermapeel .block5_list_item {
  width: 311px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block5_list_item {
    width: auto;
    display: flex;
    justify-content: space-between;
  }
}
.prp-dermapeel .block5_list_item .img {
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block5_list_item .img {
    margin: 0;
    width: 48.6%;
  }
}
.prp-dermapeel .block5_list_item .txt {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block5_list_item .txt {
    width: 48.6%;
    font-size: 4.3vw;
    padding-top: 4.2vw;
  }
}
.prp-dermapeel .block5_txt2 {
  text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
  text-align: center;
}
.prp-dermapeel .block5_txt2_txt1 {
  display: block;
  font-size: 26px;
  letter-spacing: 0.07em;
  line-height: 1.39;
  margin-bottom: 6px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block5_txt2_txt1 {
    font-size: 5.2vw;
    margin-bottom: 1.5vw;
  }
}
.prp-dermapeel .block5_txt2_txt2 {
  font-size: 48px;
  letter-spacing: 0.07em;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block5_txt2_txt2 {
    font-size: 7.7vw;
  }
}
.prp-dermapeel .block5_txt2_txt2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block5_txt2_txt2::before {
    height: 1.2vw;
    bottom: -3vw;
  }
}
.prp-dermapeel .block5_img2 {
  width: 560px;
  position: absolute;
  bottom: 34px;
  right: -216px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block5_img2 {
    display: none;
  }
}
.prp-dermapeel .block6 .lpInner {
  padding-top: 70px;
  padding-bottom: 44px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block6 .lpInner {
    padding-top: 8.4vw;
    padding-bottom: 7.2vw;
  }
}
.prp-dermapeel .block6_ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 38px;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block6_ttl {
    margin-bottom: 7.5vw;
  }
}
.prp-dermapeel .block6_ttl_txt1 {
  font-size: 24px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 7px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block6_ttl_txt1 {
    font-size: 4.8vw;
    letter-spacing: 0;
    margin-bottom: 3vw;
  }
}
.prp-dermapeel .block6_ttl_txt2 {
  font-size: 42px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block6_ttl_txt2 {
    font-size: 6.4vw;
    letter-spacing: 0;
  }
}
.prp-dermapeel .block6_box {
  border: 20px solid #d6e1e3;
  padding: 50px 54px 26px;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block6_box {
    border-width: 2.7vw;
    padding: 5.3vw 1.3vw;
    margin: 0 -1.3vw 4vw;
    position: relative;
  }
}
.prp-dermapeel .block6_box_img {
  width: 865px;
  margin-bottom: 15px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block6_box_img {
    width: 80.8vw;
    margin: 0;
  }
}
.prp-dermapeel .block6_box_list {
  display: flex;
  padding-left: 105px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block6_box_list {
    flex-direction: column;
    padding: 0;
    position: absolute;
    top: 22.5vw;
    right: 3.5vw;
  }
}
.prp-dermapeel .block6_box_list_item {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block6_box_list_item {
    font-size: 3.7vw;
    line-height: 1.95;
  }
}
.prp-dermapeel .block6_box_list_item .txt {
  position: absolute;
  font-size: 18px;
  line-height: 1.51;
  text-align: center;
  color: #fff;
  width: 120px;
  height: 120px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -132px;
  top: -43px;
  padding-top: 0.4em;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block6_box_list_item .txt {
    font-size: 3.8vw;
    line-height: 1.89;
    width: 25.6vw;
    height: 25.6vw;
    left: 0;
    right: 0;
    top: -26.8vw;
    margin: auto;
  }
}
.prp-dermapeel .block6_box_list_item:nth-child(1) {
  text-align: center;
  margin-right: 166px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block6_box_list_item:nth-child(1) {
    margin-right: 0;
    margin-bottom: 51.2vw;
  }
}
.prp-dermapeel .block6_box_list_item:nth-child(2) {
  margin-right: 61px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block6_box_list_item:nth-child(2) {
    margin-right: 0;
    margin-bottom: 21.6vw;
    text-align: center;
  }
}
.prp-dermapeel .block6_box_list_item:nth-child(3) {
  text-align: center;
}
.prp-dermapeel .block6_txt {
  font-size: 21px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block6_txt {
    font-size: 4.3vw;
    line-height: 1.7;
    letter-spacing: 0;
  }
}
.prp-dermapeel .block6 .line._1 {
  top: 191px;
  left: -106px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block6 .line._1 {
    top: 10.4vw;
    left: -6.9vw;
  }
}
.prp-dermapeel .block6 .line._2 {
  right: -135px;
  bottom: 63px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block6 .line._2 {
    right: -4.5vw;
    bottom: 4.5vw;
  }
}
.prp-dermapeel .block7 {
  background: url(../images/prp-dermapeel_17.webp) no-repeat top center/cover;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block7 {
    background-image: url(../images/prp-dermapeel_17_sp.webp);
  }
}
.prp-dermapeel .block7 .lpInner {
  padding-top: 30px;
  padding-bottom: 23px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block7 .lpInner {
    padding-top: 6.2vw;
    padding-bottom: 5.5vw;
  }
}
.prp-dermapeel .block7_txt1 {
  font-size: 26px;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  font-style: italic;
  color: #ffddc3;
  line-height: 1;
  margin-bottom: 21px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block7_txt1 {
    font-size: 4.8vw;
    margin: 0 -4vw 3.8vw;
  }
}
.prp-dermapeel .block7_txt2 {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.prp-dermapeel .block7_txt2_txt1 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block7_txt2_txt1 {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
}
.prp-dermapeel .block7_txt2_txt2 {
  font-size: 48px;
  letter-spacing: 0.07em;
  line-height: 1.43;
  padding-left: 0.6em;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block7_txt2_txt2 {
    font-size: 7.5vw;
    padding-left: 0;
  }
}
.prp-dermapeel .block8 {
  background: url(../images/prp-dermapeel_18.webp) no-repeat top center/cover;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block8 {
    background-image: url(../images/prp-dermapeel_18_sp.webp);
  }
}
.prp-dermapeel .block8 .lpInner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block8 .lpInner {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.prp-dermapeel .block8_box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.prp-dermapeel .block8_box .ttl {
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 18px 0 16px;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block8_box .ttl {
    font-size: 4.8vw;
    padding: 2.1vw 0;
  }
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block8_box .ttl .small {
    font-size: 2.9vw;
  }
}
.prp-dermapeel .block8_box .row {
  display: flex;
  justify-content: space-between;
  padding: 50px 50px 30px;
  background: #fff;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block8_box .row {
    padding: 5.4vw 4vw;
    display: block;
  }
}
.prp-dermapeel .block8_box .img {
  width: 470px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block8_box .img {
    width: auto;
    padding: 0 2.7vw;
    margin-bottom: 6.4vw;
  }
}
.prp-dermapeel .block8_box .txt {
  width: 460px;
  color: #474747;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block8_box .txt {
    width: auto;
    font-size: 4.2vw;
  }
}
.prp-dermapeel .block8_box._1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block8_box._1 {
    margin-bottom: 5.3vw;
  }
}
.prp-dermapeel .block8_box._2 .row {
  padding-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block8_box._2 .row {
    padding-bottom: 5.4vw;
  }
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block8_box._2 .img {
    margin-bottom: 4.3vw;
  }
}
.prp-dermapeel .block8_box._2 .small {
  font-size: 12px;
  font-weight: normal;
  color: #111;
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block8_box._2 .small {
    font-size: 2.7vw;
    margin-top: 4.1vw;
    line-height: 1.5;
  }
}
.prp-dermapeel .block8 .line._1 {
  top: 107px;
  left: -134px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block8 .line._1 {
    display: none;
  }
}
.prp-dermapeel .block8 .line._2 {
  left: -155px;
  bottom: 216px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block8 .line._2 {
    display: none;
  }
}
.prp-dermapeel .block8 .line._3 {
  top: 334px;
  right: -155px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .block8 .line._3 {
    display: none;
  }
}
.prp-dermapeel .sec06 {
  color: #474747;
  background: #f8f2f4;
}
.prp-dermapeel .sec06 .lpInner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .sec06 .lpInner {
    padding-top: 8vw;
    padding-bottom: 6.8vw;
  }
}
.prp-dermapeel .sec06_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .sec06_row {
    position: relative;
  }
}
.prp-dermapeel .sec06_row_box {
  width: 584px;
  padding-left: 16px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .sec06_row_box {
    width: auto;
    padding-top: 10vw;
    padding-left: 0;
    position: relative;
    z-index: 1;
  }
}
.prp-dermapeel .sec06_row_box_ttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 33px;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .sec06_row_box_ttl {
    font-size: 5.6vw;
    margin-bottom: 34vw;
    line-height: 1.7;
  }
}
.prp-dermapeel .sec06_row_box_ttl_txt2 {
  display: block;
}
.prp-dermapeel .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-dermapeel .sec06_row_box_txt {
    font-size: 4vw;
    padding: 0 2.7vw;
  }
}
.prp-dermapeel .sec06_row_box_txt .blue {
  color: #68bdcb;
}
.prp-dermapeel .sec06_row_img {
  width: 448px;
  animation-delay: 0.2s;
}
@media screen and (max-width: 744px) {
  .prp-dermapeel .sec06_row_img {
    width: 88vw;
    position: absolute;
    top: 0;
    left: 2.7vw;
  }
}

/* アイプレバナー */
.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);
    margin-bottom: 5.3333333333vw;
  }
}
.bnr02 img {
  width: 100%;
}

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

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

.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 */
