@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_eyebags {
  --color-primary: #f37a8d;
  --color-alpha: rgb(254.04, 244.36, 245.88);
  --color-secondary: rgba(243, 122, 141, 0.3);
  --color-strong: rgb(255, 8, 46.7851239669);
}

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

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

.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_eyebags .mainColor {
  color: var(--color-primary);
}
.prp_eyebags img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.prp_eyebags .maker {
  background-image: linear-gradient(to bottom, transparent 62%, var(--color-primary) 62%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 1s;
  transition-delay: 0.7s;
}
.prp_eyebags .maker._1 {
  background-image: linear-gradient(to top, #ffca00 10%, transparent 10%);
}
.prp_eyebags .maker._2 {
  background-image: linear-gradient(to bottom, transparent 62%, #fff 62%);
}
.prp_eyebags .maker.anim {
  background-size: 100% 100%;
}
.prp_eyebags section {
  overflow: visible;
}
.prp_eyebags .serif {
  font-family: serif;
}
.prp_eyebags picture {
  display: block;
}
.prp_eyebags .lpInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .lpInner {
    padding: 0 5.3vw;
    max-width: none;
  }
}
.prp_eyebags .pink {
  color: #f0285a;
}
.prp_eyebags .fv {
  height: 580px;
  background: url(../images/prp_eyebags_01.webp) no-repeat top center/cover;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .fv {
    height: 120vw;
    background-image: url(../images/prp_eyebags_01_sp.webp);
  }
}
.prp_eyebags .fv .lpInner {
  max-width: 1088px;
  padding-top: 113px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .fv .lpInner {
    padding-top: 49.5vw;
  }
}
.prp_eyebags .fv_txt1 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 38px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .fv_txt1 {
    font-size: 5.3vw;
    margin-bottom: 5.5vw;
  }
}
.prp_eyebags .fv_txt1::before {
  content: "";
  width: 318px;
  height: 103px;
  background: url(../images/fv1.svg) no-repeat center center/cover;
  position: absolute;
  z-index: -1;
  top: -38px;
  left: -20px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .fv_txt1::before {
    width: 42.5vw;
    height: 13.9vw;
    top: -5.3vw;
    left: -2.8vw;
  }
}
.prp_eyebags .fv_txt1 .small {
  font-size: 0.8em;
}
.prp_eyebags .fv_txt2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .fv_txt2 {
    font-size: 3.7vw;
    margin-bottom: 1vw;
  }
}
.prp_eyebags .fv_txt3 {
  color: #fff;
  font-size: 104px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .fv_txt3 {
    font-size: 13.9vw;
    margin-bottom: 0.5vw;
  }
}
.prp_eyebags .fv_txt4 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 36px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .fv_txt4 {
    font-size: 2.7vw;
    margin-bottom: 4vw;
  }
}
.prp_eyebags .fv_txt5 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .fv_txt5 {
    font-size: 4.8vw;
    text-shadow: 0px 0px 2.7vw #8a4954;
  }
}
.prp_eyebags .block1 {
  background: url(../images/prp_eyebags_02.webp) no-repeat center center/cover;
  position: relative;
  height: auto;
  padding: 24px 0;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block1 {
    background-image: url(../images/prp_eyebags_02_sp.webp);
    padding: 4.2666666667vw 0;
  }
}
.prp_eyebags .block1_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block1_list {
    flex-direction: column;
    gap: 2.7vw;
    margin-bottom: 2.7vw;
  }
}
.prp_eyebags .block1_list_item {
  width: 400px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block1_list_item {
    width: auto;
  }
}
.prp_eyebags .block1_txt1 {
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 19px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block1_txt1 {
    font-size: 2.7vw;
    text-align: left;
    margin-bottom: 4vw;
  }
}
.prp_eyebags .block1_txt2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block1_txt2 {
    font-size: 5.6vw;
  }
}
.prp_eyebags .block1_txt2 .big {
  font-size: 1.25em;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block1_txt2 .big {
    font-size: 1.52em;
  }
}
.prp_eyebags .title01 {
  text-align: center;
  position: relative;
  margin-bottom: 3px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .title01 {
    margin-bottom: 1vw;
  }
}
.prp_eyebags .title01::before, .prp_eyebags .title01::after {
  content: "";
  width: 410px;
  height: 1px;
  background: #1a1a1a;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .title01::before, .prp_eyebags .title01::after {
    width: 16vw;
  }
}
.prp_eyebags .title01::before {
  left: 0;
}
.prp_eyebags .title01::after {
  right: 0;
}
.prp_eyebags .title01 .txt_txt1 {
  font-size: 13px;
  font-weight: bold;
  margin-right: 8px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .title01 .txt_txt1 {
    font-size: 2.7vw;
    margin-right: 2.1vw;
  }
}
.prp_eyebags .title01 .txt_txt2 {
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .title01 .txt_txt2 {
    font-size: 4.8vw;
  }
}
.prp_eyebags .title01._w {
  color: #fff;
}
.prp_eyebags .title01._w::before, .prp_eyebags .title01._w::after {
  background: #fff;
}
.prp_eyebags .title02 {
  color: var(--color-primary);
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 29px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .title02 {
    font-size: 7.5vw;
    margin-bottom: 4.8vw;
  }
}
.prp_eyebags .title02._w {
  color: #fff;
}
.prp_eyebags .block2 {
  background: #ffeaea;
}
.prp_eyebags .block2 .lpInner {
  padding-top: 62px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block2 .lpInner {
    padding-top: 6.2vw;
    padding-bottom: 8vw;
  }
}
.prp_eyebags .block2_list {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-radius: 90px 0px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(201, 129, 130, 0.3);
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block2_list {
    flex-direction: column;
    gap: 5.3vw;
    padding: 2.7vw;
    border-radius: 10.7vw 0;
    box-shadow: 0px 0px 5.3vw 0px rgba(201, 129, 130, 0.3);
  }
}
.prp_eyebags .block2_list_item {
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block2_list_item {
    display: flex;
  }
}
.prp_eyebags .block2_list_item::before {
  content: "";
  background: url(../images/prp_eyebags_08.svg) no-repeat center center/contain;
  position: absolute;
  width: 78px;
  height: 65px;
  top: -16px;
  right: 16px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block2_list_item::before {
    width: 13.3vw;
    height: 10.7vw;
    top: -2.1vw;
    right: auto;
    left: 28vw;
  }
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block2_list_item .img {
    flex: 1;
  }
}
.prp_eyebags .block2_list_item .txt {
  background: var(--color-primary);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 80px 0px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block2_list_item .txt {
    flex: 1;
    font-size: 4vw;
    height: auto;
    border-radius: 0px 0px 10.7vw 0px;
  }
}
.prp_eyebags .block3 {
  background: url(../images/prp_eyebags_09.webp) no-repeat center center/cover;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block3 {
    background-image: url(../images/prp_eyebags_09_sp.webp);
  }
}
.prp_eyebags .block3 .lpInner {
  padding-top: 62px;
  padding-bottom: 67px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block3 .lpInner {
    padding-top: 6.2vw;
    padding-bottom: 7.8vw;
  }
}
.prp_eyebags .block3 .title02 {
  margin-bottom: 38px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block3 .title02 {
    margin-bottom: 4.6vw;
  }
}
.prp_eyebags .block3_list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 41px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block3_list {
    flex-direction: column;
    gap: 5.3vw;
    margin-bottom: 5.8vw;
  }
}
.prp_eyebags .block3_list_item {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 #c98182;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block3_list_item {
    width: auto;
    border-radius: 5.3vw;
    box-shadow: 0 0 5.3vw 0 #c98182;
  }
}
.prp_eyebags .block3_list_item .ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block3_list_item .ttl {
    font-size: 6.9vw;
    padding: 3.7vw 0;
  }
}
.prp_eyebags .block3_list_item .ttl .small {
  font-size: 0.63em;
}
.prp_eyebags .block3_list_item .box {
  display: flex;
  padding: 20px 40px 30px;
  gap: 50px;
  background: #fff;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block3_list_item .box {
    padding: 5.3vw 2.7vw;
    gap: 2.7vw;
    justify-content: space-between;
  }
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block3_list_item .box_item {
    width: 50%;
  }
}
.prp_eyebags .block3_list_item .box_item .txt1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  border-radius: 200px;
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block3_list_item .box_item .txt1 {
    font-size: 4.3vw;
    margin-bottom: 2.7vw;
  }
}
.prp_eyebags .block3_list_item .box_item .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block3_list_item .box_item .img {
    width: 34.7vw;
    margin: 0 auto 2.7vw;
  }
}
.prp_eyebags .block3_list_item .box_item .txt2 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block3_list_item .box_item .txt2 {
    font-size: 4vw;
  }
}
.prp_eyebags .block3_list_item .box_item:nth-child(1) .txt1 {
  background: #d9d9d9;
}
.prp_eyebags .block3_list_item .box_item:nth-child(2) .txt1 {
  background: var(--color-primary);
  color: #fff;
}
.prp_eyebags .block3_list_item:nth-child(1) .ttl {
  background: #cdf0ff;
}
.prp_eyebags .block3_list_item:nth-child(2) .ttl {
  background: #ffca00;
}
.prp_eyebags .block3_list_item:nth-child(2) .box_item .txt2 {
  color: var(--color-primary);
}
.prp_eyebags .block3_txt1 {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  text-shadow: 0px 0px 10px #8a4954;
  margin-bottom: 22px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block3_txt1 {
    font-size: 4vw;
    text-shadow: 0px 0px 2.7vw #8a4954;
    margin-bottom: 4vw;
  }
}
.prp_eyebags .block3_txt2 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0px 0px 10px #8a4954;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block3_txt2 {
    font-size: 5.9vw;
    text-shadow: 0px 0px 2.7vw #8a4954;
  }
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block3_txt2 .big {
    font-size: 1.45em;
  }
}
.prp_eyebags .block4 .lpInner {
  padding-top: 64px;
  padding-bottom: 136px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block4 .lpInner {
    padding-top: 6vw;
    padding-bottom: 10.7vw;
  }
}
.prp_eyebags .block4 .title02 {
  margin-bottom: 38px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block4 .title02 {
    margin-bottom: 5vw;
  }
}
.prp_eyebags .block4 .table01 {
  display: flex;
  align-items: flex-end;
  text-align: center;
  gap: 4px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block4 .table01 {
    gap: 0.5vw;
    margin: 0 -2vw;
  }
}
.prp_eyebags .block4 .table01 h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7;
  padding: 14px 0;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block4 .table01 h3 {
    font-size: 4.8vw;
    padding: 3.9vw 0;
  }
}
.prp_eyebags .block4 .table01 p {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
  padding: 9px 0;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block4 .table01 p {
    font-size: 3.5vw;
    line-height: 1.5;
    padding: 0;
    height: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.prp_eyebags .block4 .table01_col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block4 .table01_col {
    gap: 0.5vw;
  }
}
.prp_eyebags .block4 .table01_col._1 {
  flex: 1;
}
.prp_eyebags .block4 .table01_col._1 p:nth-of-type(odd) {
  background: #e6e9eb;
}
.prp_eyebags .block4 .table01_col._1 p:nth-of-type(even) {
  background: #f5f8fa;
}
.prp_eyebags .block4 .table01_col._2 {
  width: 38.5%;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block4 .table01_col._2 {
    width: 39.1%;
  }
}
.prp_eyebags .block4 .table01_col._2 h3 {
  background: #cdf0ff;
  border-radius: 24px 0px 0px 0px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block4 .table01_col._2 h3 {
    border-radius: 4.3vw 0px 0px 0px;
  }
}
.prp_eyebags .block4 .table01_col._2 p:nth-of-type(odd) {
  background: #ebf9ff;
}
.prp_eyebags .block4 .table01_col._2 p:nth-of-type(even) {
  background: #fafdff;
}
.prp_eyebags .block4 .table01_col._3 {
  width: 38.5%;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block4 .table01_col._3 {
    width: 39.1%;
  }
}
.prp_eyebags .block4 .table01_col._3 h3 {
  background: #ffca00;
  border-radius: 0px 24px 0px 0px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block4 .table01_col._3 h3 {
    border-radius: 0px 4.3vw 0px 0px;
  }
}
.prp_eyebags .block4 .table01_col._3 h3 .txt01 {
  position: absolute;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  width: 120px;
  height: 120px;
  transform: rotate(15deg);
  top: -56px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.2em;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block4 .table01_col._3 h3 .txt01 {
    font-size: 3.2vw;
    width: 14.9vw;
    height: 14.9vw;
    top: -9.5vw;
    right: -2.2vw;
  }
}
.prp_eyebags .block4 .table01_col._3 p:nth-of-type(odd) {
  background: #fff4cc;
}
.prp_eyebags .block4 .table01_col._3 p:nth-of-type(even) {
  background: #fffae5;
}
.prp_eyebags .block5 {
  position: relative;
}
.prp_eyebags .block5::before {
  content: "";
  position: absolute;
  background: url(../images/block5-bg.webp) no-repeat center center/cover;
  width: 1920px;
  height: 545px;
  top: -160px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block5::before {
    width: 100%;
    height: 91.5vw;
    background-image: url(../images/block5-bg_sp.webp);
    top: -10.7vw;
  }
}
.prp_eyebags .block5 .lpInner {
  padding-bottom: 26px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block5 .lpInner {
    padding-top: 8.5vw;
    padding-bottom: 8vw;
  }
}
.prp_eyebags .block5_txt {
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  line-height: 1.7;
  text-shadow: 0px 0px 10px #8a4954;
  width: 630px;
  margin-left: auto;
  margin-right: 30px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block5_txt {
    font-size: 4.3vw;
    line-height: 1.5;
    text-shadow: 0px 0px 2.7vw #8a4954;
    width: auto;
    margin: 0;
  }
}
.prp_eyebags .block5_txt .big1 {
  font-size: 2.32em;
  line-height: 1.2;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block5_txt .big1 {
    font-size: 2em;
    line-height: 2;
  }
}
.prp_eyebags .block5_txt .big2 {
  font-size: 2.32em;
  line-height: 1.2;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block5_txt .big2 {
    font-size: 3.5em;
    line-height: 1;
  }
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block5_txt .big3 {
    font-size: 1.13em;
    line-height: 2;
  }
}
.prp_eyebags .block5_txt .maker {
  background-image: linear-gradient(to bottom, transparent 20%, var(--color-primary) 20%);
}
.prp_eyebags .block5_img {
  width: 594px;
  position: absolute;
  top: -83px;
  left: 4px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block5_img {
    width: 59.2vw;
    left: auto;
    right: 0;
    top: 25.6vw;
  }
}
.prp_eyebags .block6 {
  background: #ffeaea;
}
.prp_eyebags .block6 .lpInner {
  padding-top: 150px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6 .lpInner {
    padding-top: 16.4vw;
    padding-bottom: 8vw;
  }
}
.prp_eyebags .block6 .title02 {
  margin-bottom: 28px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6 .title02 {
    margin-bottom: 7.8vw;
  }
}
.prp_eyebags .block6_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6_list {
    flex-direction: column;
    gap: 2.7vw;
    margin-bottom: 4.3vw;
  }
}
.prp_eyebags .block6_list_item {
  width: 340px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6_list_item {
    width: auto;
    display: flex;
    align-items: center;
  }
}
.prp_eyebags .block6_list_item .img {
  filter: drop-shadow(0px 0px 20px rgba(201, 129, 130, 0.3));
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6_list_item .img {
    filter: drop-shadow(0px 0px 4vw rgba(201, 129, 130, 0.3));
    width: 36.8vw;
    position: relative;
    z-index: 1;
  }
}
.prp_eyebags .block6_list_item .txt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-radius: 34px 0px;
  background: #c95c6d;
  padding: 7px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6_list_item .txt {
    font-size: 4vw;
    text-align: left;
    border-radius: 6.7vw 0;
    padding: 2.7vw 2.7vw 2.7vw 20.8vw;
    width: 71.5vw;
    left: 17.8vw;
    right: auto;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.prp_eyebags .block6_txt1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  text-align: right;
  margin-bottom: 48px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6_txt1 {
    font-size: 3.5vw;
    margin-bottom: 7.5vw;
  }
}
.prp_eyebags .block6_box1 {
  border: 20px solid var(--color-primary);
  background: #fff;
  padding: 21px 44px 28px;
  margin-bottom: 31px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6_box1 {
    border-width: 2.7vw;
    padding: 5.3vw 2.7vw;
    margin-bottom: 5.2vw;
  }
}
.prp_eyebags .block6_box1 .ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 29px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6_box1 .ttl {
    font-size: 6.4vw;
    margin-bottom: 5.7vw;
  }
}
.prp_eyebags .block6_box1 .list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6_box1 .list {
    flex-direction: column;
    gap: 5.3vw;
  }
}
.prp_eyebags .block6_box1 .list_item {
  flex: 1;
}
.prp_eyebags .block6_box1 .list_item .txt1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6_box1 .list_item .txt1 {
    font-size: 4.8vw;
    padding: 1.6vw 0;
    margin-bottom: 2.7vw;
  }
}
.prp_eyebags .block6_box1 .list_item .img {
  width: 240px;
  margin: 0 auto 22px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6_box1 .list_item .img {
    width: 53.3vw;
    margin-bottom: 3.2vw;
  }
}
.prp_eyebags .block6_box1 .list_item .txt2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6_box1 .list_item .txt2 {
    font-size: 4vw;
  }
}
.prp_eyebags .block6_box1 .list_item:nth-child(1) .txt1 {
  background: #fde4e8;
}
.prp_eyebags .block6_box1 .list_item:nth-child(2) .txt1 {
  background: #fae7d1;
}
.prp_eyebags .block6_box1 .list_item:nth-child(3) .txt1 {
  background: #d7e4f8;
}
.prp_eyebags .block6_txt2 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6_txt2 {
    font-size: 4vw;
    margin-bottom: 3.2vw;
  }
}
.prp_eyebags .block6_txt3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: var(--color-primary);
  margin-bottom: 48px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6_txt3 {
    font-size: 6.4vw;
    line-height: 1.5;
    margin-bottom: 7.8vw;
  }
}
.prp_eyebags .block6_box2 {
  background: url(../images/prp_eyebags_21.webp) no-repeat center center/cover;
  border-radius: 100px 0px;
  box-shadow: 0px 0px 20px 0px rgba(201, 129, 130, 0.3);
  height: 202px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6_box2 {
    background-image: url(../images/prp_eyebags_21_sp.webp);
    border-radius: 10.7vw 0;
    box-shadow: 0px 0px 5.3vw 0px rgba(201, 129, 130, 0.3);
    height: 89.6vw;
    justify-content: normal;
    padding-top: 5.3vw;
  }
}
.prp_eyebags .block6_box2 .txt1 {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6_box2 .txt1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5.3vw;
  }
}
.prp_eyebags .block6_box2 .txt1 .img {
  display: inline-block;
  width: 41px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6_box2 .txt1 .img {
    width: 10.7vw;
    margin-bottom: 1.5vw;
  }
}
.prp_eyebags .block6_box2 .txt1 .txt {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6_box2 .txt1 .txt {
    font-size: 6.4vw;
    line-height: 1.5;
  }
}
.prp_eyebags .block6_box2 .txt1 .txt .border {
  border-bottom: 2px solid #1a1a1a;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6_box2 .txt1 .txt .border {
    border-bottom-width: 0.5vw;
  }
}
.prp_eyebags .block6_box2 .txt2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6_box2 .txt2 {
    font-size: 4.3vw;
  }
}
.prp_eyebags .block6_box2 .txt2 .big {
  font-size: 1.17em;
  color: #fff;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .prp_eyebags .block6_box2 .txt2 .big {
    font-size: 1.13em;
  }
}
.prp_eyebags .sec06 {
  background: #f5f5f5;
}
.prp_eyebags .sec06 .lpInner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .sec06 .lpInner {
    padding-top: 12.5vw;
    padding-bottom: 6.8vw;
  }
}
.prp_eyebags .sec06_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .sec06_row {
    position: relative;
  }
}
.prp_eyebags .sec06_row_box {
  width: 562px;
  padding-left: 16px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .sec06_row_box {
    width: auto;
    padding-left: 0;
    position: relative;
    z-index: 1;
  }
}
.prp_eyebags .sec06_row_box_ttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 42px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .sec06_row_box_ttl {
    font-size: 5.6vw;
    margin-left: 2.5vw;
    margin-bottom: 66.9vw;
    line-height: 1.7;
  }
}
.prp_eyebags .sec06_row_box_ttl_txt1 {
  position: relative;
  padding: 0 25px 0 15px;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .sec06_row_box_ttl_txt1 {
    margin-left: 2vw;
    padding: 0.6vw 2.5vw;
  }
}
.prp_eyebags .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_eyebags .sec06_row_box_ttl_txt2 {
  display: block;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .sec06_row_box_ttl_txt2 {
    padding-left: 4vw;
  }
}
.prp_eyebags .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_eyebags .sec06_row_box_txt {
    font-size: 4vw;
    padding: 0 2.7vw;
  }
}
.prp_eyebags .sec06_row_box_txt .blue {
  color: #68bdcb;
}
.prp_eyebags .sec06_row_img {
  width: 460px;
  margin-top: 50px;
}
@media screen and (max-width: 744px) {
  .prp_eyebags .sec06_row_img {
    width: 76vw;
    margin-top: 0;
    position: absolute;
    top: 22.4vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 744px) {
  #f_top-copy {
    padding: 8vw 4.2666666667vw 5.3333333333vw;
    margin-bottom: 10vh;
  }
}

/* --------------------------------------------------
 症例写真
-------------------------------------------------- */
.sec_case .lpInner {
  max-width: 1020px !important;
  padding-top: 62px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.sec_case .title01::before, .sec_case .title01::after {
  width: 360px;
}
@media screen and (max-width: 744px) {
  .sec_case .title01::before, .sec_case .title01::after {
    width: 16vw;
  }
}
.sec_case .sec_case_ttl {
  color: var(--color-primary);
}
.sec_case .sec_case_insta {
  width: inherit;
}
/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: #fdf3f5;
}

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