@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_double_eyelids {
  --color-primary: #e1ac9d;
  --color-sub: #617137;
  --color-alpha: rgb(252.6, 248.36, 247.16);
  --color-secondary: rgba(225, 172, 157, 0.3);
  --color-strong: rgb(235.59375, 86.5799632353, 44.40625);
}

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

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

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

.prp_double_eyelids .mainColor {
  color: var(--color-primary);
}
.prp_double_eyelids img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.prp_double_eyelids .maker {
  background-image: linear-gradient(to top, #fff500 30%, transparent 30%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 1s;
  transition-delay: 0.7s;
}
.prp_double_eyelids .maker.anim {
  background-size: 100% 100%;
}
.prp_double_eyelids section {
  overflow: visible;
}
.prp_double_eyelids .serif {
  font-family: serif;
}
.prp_double_eyelids picture {
  display: block;
}
.prp_double_eyelids .lpInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  display: grid;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .lpInner {
    padding: 0 5.3vw;
    max-width: none;
  }
}
.prp_double_eyelids .pink {
  color: #f0285a;
}
.prp_double_eyelids .fv {
  height: 580px;
  background: url(../images/prp_double_eyelids_01.webp) no-repeat top center/cover;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .fv {
    height: 120.3vw;
    background-image: url(../images/prp_double_eyelids_01_sp.webp);
  }
}
.prp_double_eyelids .fv::before {
  content: "";
  background: url(../images/fv_1.svg) no-repeat bottom center/contain;
  width: 1920px;
  height: 60px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .fv::before {
    background-image: url(../images/fv_1_sp.svg);
    width: 100vw;
    height: 5.3vw;
  }
}
.prp_double_eyelids .fv .lpInner {
  padding-top: 185px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .fv .lpInner {
    padding-top: 22.8vw;
    padding-left: 10.1vw;
  }
}
.prp_double_eyelids .fv_txt {
  color: #3a3b37;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 33px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .fv_txt {
    font-size: 4.8vw;
    margin-bottom: 2.7vw;
  }
}
.prp_double_eyelids .fv_ttl {
  color: #3a3b37;
  font-size: 80px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .fv_ttl {
    font-size: 12.8vw;
  }
}
.prp_double_eyelids .fv .bar {
  width: 1px;
  height: 280px;
  position: absolute;
  z-index: 2;
  bottom: -84px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  transform: translateX(-290px);
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .fv .bar {
    height: 27.7vw;
    bottom: -13.9vw;
    transform: none;
  }
}
.prp_double_eyelids .fv .bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  height: 100%;
  animation: pathmove 3s cubic-bezier(0.77, 0.01, 0.7, 1) 0s infinite;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    height: 0;
    top: 100%;
  }
}
.prp_double_eyelids .block1 .lpInner {
  padding-top: 72px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block1 .lpInner {
    padding-top: 21.6vw;
    padding-bottom: 8vw;
  }
}
.prp_double_eyelids .block1_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block1_row {
    display: block;
  }
}
.prp_double_eyelids .block1_row .img {
  width: 490px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block1_row .img {
    display: none;
  }
}
.prp_double_eyelids .block1_row .box {
  width: 520px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block1_row .box {
    width: auto;
  }
}
.prp_double_eyelids .block1_row .box_ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.3em;
  margin-bottom: 40px;
  width: initial;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block1_row .box_ttl {
    font-size: 7.5vw;
    margin: 0 -5.3vw 8.5vw;
    text-align: center;
  }
}
.prp_double_eyelids .block1_row .box_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block1_row .box_txt {
    font-size: 4vw;
  }
}
.prp_double_eyelids .title01 {
  background: linear-gradient(90deg, #abc46a 0%, #fda8a8 50%, #bc7b68 100%);
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 26px 0 22px;
  position: relative;
  margin-bottom: 73px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .title01 {
    font-size: 8.5vw;
    padding: 5.5vw 0 5vw;
    margin-bottom: 11vw;
  }
}
.prp_double_eyelids .title01::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(100%);
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  border-top: 48px solid #fda8a8;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .title01::before {
    border-top-width: 6.4vw;
    border-right-width: 9.6vw;
    border-left-width: 9.6vw;
  }
}
.prp_double_eyelids .title01 .small {
  font-size: 40px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .title01 .small {
    font-size: 6.4vw;
  }
}
.prp_double_eyelids .block2 {
  background: #f8f0e9;
}
.prp_double_eyelids .block2 .block2_ttl {
  overflow: inherit;
}
.prp_double_eyelids .block2 .lpInner {
  max-width: 920px;
  padding-bottom: 88px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block2 .lpInner {
    max-width: none;
    padding-bottom: 14.9vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.prp_double_eyelids .block2_txt {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 62px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block2_txt {
    font-size: 6.4vw;
    line-height: 1.5;
    margin-bottom: 3.8vw;
  }
}
.prp_double_eyelids .block2_list {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block2_list {
    gap: 4vw;
  }
}
.prp_double_eyelids .block2_list_item {
  position: relative;
}
.prp_double_eyelids .block2_list_item .txt {
  width: 216px;
  height: 215px;
  position: absolute;
  z-index: 1;
  top: -32px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block2_list_item .txt {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    top: auto;
  }
}
.prp_double_eyelids .block2_list_item .txt_txt {
  background: #a27a73;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block2_list_item .txt_txt {
    font-size: 4.8vw;
    width: auto;
    height: auto;
    padding: 0.8vw 4.3vw;
    border-radius: 4.3vw 4.3vw 0 0;
  }
}
.prp_double_eyelids .block2_list_item .img {
  width: 700px;
  filter: drop-shadow(0 0 16px rgba(201, 129, 130, 0.5));
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block2_list_item .img {
    width: auto;
  }
}
.prp_double_eyelids .block2_list_item:nth-child(odd) .txt {
  left: 0;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block2_list_item:nth-child(odd) .txt {
    left: auto;
  }
}
.prp_double_eyelids .block2_list_item:nth-child(odd) .img {
  margin-left: auto;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block2_list_item:nth-child(odd) .img {
    margin-left: 0;
  }
}
.prp_double_eyelids .block2_list_item:nth-child(even) .txt {
  right: 0;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block2_list_item:nth-child(even) .txt {
    right: auto;
  }
}
.prp_double_eyelids .block3 {
  background: #f4f6e9;
  position: relative;
}
.prp_double_eyelids .block3 .block3_ttl {
  overflow: inherit;
}
.prp_double_eyelids .block3::before {
  content: "";
  background: url(../images/fv_1.svg) no-repeat bottom center/contain;
  width: 1920px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block3::before {
    background-image: url(../images/fv_1_sp.svg);
    width: 100vw;
    height: 5.3vw;
  }
}
.prp_double_eyelids .block3_ttl {
  font-size: 24px;
  color: var(--color-sub);
  background: #fff;
  line-height: 1.4;
  padding-bottom: 14px;
  margin-bottom: 86px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block3_ttl {
    font-size: 4vw;
    letter-spacing: 0;
    line-height: 1.8;
    padding-top: 3.7vw;
    padding-bottom: 3.1vw;
    margin-bottom: 12.8vw;
  }
}
.prp_double_eyelids .block3_ttl::before {
  border-top-color: #fff;
}
.prp_double_eyelids .block3_ttl .big {
  font-size: 64px;
  letter-spacing: 0.1em;
  color: #111;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block3_ttl .big {
    font-size: 8.5vw;
    letter-spacing: 0.1em;
  }
}
.prp_double_eyelids .block3 .lpInner {
  padding-bottom: 88px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block3 .lpInner {
    padding-bottom: 12.8vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.prp_double_eyelids .block3_list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 56px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block3_list {
    flex-direction: column;
    gap: 4.3vw;
    margin-bottom: 10.7vw;
  }
}
.prp_double_eyelids .block3_list_item {
  flex: 1;
  filter: drop-shadow(0 0 16px rgba(201, 129, 130, 0.5));
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block3_list_item {
    display: flex;
  }
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block3_list_item .img {
    flex: 1;
  }
}
.prp_double_eyelids .block3_list_item .txt {
  background: var(--color-sub);
  color: #fff;
  border-radius: 0px 0px 80px 0px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 16px 0;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block3_list_item .txt {
    flex: 1;
    border-radius: 0 0 10.7vw 0;
    font-size: 4vw;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.prp_double_eyelids .block3_txt {
  border: 4px solid var(--color-sub);
  color: var(--color-sub);
  background: #fff;
  padding: 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block3_txt {
    border-width: 0.5333333333vw;
    padding: 7.7vw 0 6.2vw;
    font-size: 4.8vw;
  }
}
.prp_double_eyelids .block3_txt::before {
  content: "";
  position: absolute;
  background: url(../images/bikkuri.svg) no-repeat center center/contain;
  width: 40px;
  height: 40px;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block3_txt::before {
    width: 10.7vw;
    height: 10.7vw;
    top: -4.8vw;
  }
}
.prp_double_eyelids .casePhoto_box {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.prp_double_eyelids .casePhoto_box::before, .prp_double_eyelids .casePhoto_box::after {
  border-top-color: var(--color-primary);
  border-right-color: var(--color-primary);
}
.prp_double_eyelids .casePhoto_box .num {
  background: var(--color-primary);
  display: none;
}
.prp_double_eyelids .casePhoto_box .imgs::before {
  border-left-color: var(--color-sub);
}
.prp_double_eyelids .casePhoto_box .imgs_img._after .txt01 {
  background: var(--color-sub);
}
.prp_double_eyelids .casePhoto_box .desc {
  border-color: #f4f6e9;
}
.prp_double_eyelids .casePhoto_box .desc_ttl {
  background: #f4f6e9;
}
.prp_double_eyelids .block5 {
  background: #f8f0e9;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block5_ttl {
    margin-bottom: 12.9vw;
  }
}
.prp_double_eyelids .block5 .lpInner {
  max-width: 920px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block5 .lpInner {
    padding: 0 4vw 8.5vw;
  }
}
.prp_double_eyelids .block5_box {
  background: #fff;
  padding: 38px 0 39px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block5_box {
    padding: 4.3vw 3.3vw 5vw;
  }
}
.prp_double_eyelids .block5_box .row {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 25px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block5_box .row {
    flex-direction: column;
    gap: 4.3vw;
    margin-bottom: 7.5vw;
  }
}
.prp_double_eyelids .block5_box .row_img {
  width: 320px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block5_box .row_img {
    width: auto;
  }
}
.prp_double_eyelids .block5_box .txt {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block5_box .txt {
    font-size: 6.4vw;
    line-height: 1.5;
  }
}
.prp_double_eyelids .block6 {
  background: url(../images/prp_double_eyelids_11.webp) no-repeat center center/cover;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block6 {
    background-image: url(../images/prp_double_eyelids_11_sp.webp);
  }
}
.prp_double_eyelids .block6 .lpInner {
  max-width: 1020px;
  padding-top: 73px;
  padding-bottom: 71px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block6 .lpInner {
    padding-top: 8.5vw;
    padding-bottom: 8.5vw;
  }
}
.prp_double_eyelids .block6_ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block6_ttl {
    font-size: 5.6vw;
    line-height: 1.4;
    margin-bottom: 8.5vw;
    position: relative;
    z-index: 1;
  }
}
.prp_double_eyelids .block6_ttl .big {
  color: #dc5969;
  font-size: 72px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block6_ttl .big {
    font-size: 9.6vw;
  }
}
.prp_double_eyelids .block6_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block6_txt {
    font-size: 4vw;
  }
}
.prp_double_eyelids .block6_img {
  position: absolute;
  width: 744px;
  bottom: 0;
  right: -35px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block6_img {
    width: 64vw;
    bottom: auto;
    right: 0;
    top: -4.3vw;
  }
}
.prp_double_eyelids .block7 {
  background: url(../images/prp_double_eyelids_13.webp) no-repeat center center/cover;
}
.prp_double_eyelids .block7 .lpInner {
  padding-top: 71px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block7 .lpInner {
    padding-top: 8.5vw;
    padding-bottom: 8.5vw;
  }
}
.prp_double_eyelids .block7_ttl {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block7_ttl {
    margin-bottom: 8.5vw;
  }
}
.prp_double_eyelids .block7_ttl .txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block7_ttl .txt {
    font-size: 3.5vw;
    line-height: 1.7;
  }
}
.prp_double_eyelids .block7_ttl .txt::before, .prp_double_eyelids .block7_ttl .txt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 120px;
  background: #000;
  bottom: -3px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block7_ttl .txt::before, .prp_double_eyelids .block7_ttl .txt::after {
    height: 17.1vw;
    bottom: 0.5vw;
  }
}
.prp_double_eyelids .block7_ttl .txt::before {
  left: -21px;
  transform: rotate(-30deg);
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block7_ttl .txt::before {
    left: -2vw;
  }
}
.prp_double_eyelids .block7_ttl .txt::after {
  right: -21px;
  transform: rotate(30deg);
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block7_ttl .txt::after {
    right: -2vw;
  }
}
.prp_double_eyelids .block7_ttl .txt .big {
  font-size: 48px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block7_ttl .txt .big {
    font-size: 6.4vw;
    letter-spacing: 0;
  }
}
.prp_double_eyelids .block7_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block7_list {
    flex-direction: column;
    gap: 9.1vw;
    margin-bottom: 8.5vw;
  }
}
.prp_double_eyelids .block7_list_item {
  width: 340px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block7_list_item {
    width: auto;
    position: relative;
  }
}
.prp_double_eyelids .block7_list_item .img {
  width: 300px;
  margin: 0 auto;
  filter: drop-shadow(0 0 17px rgba(201, 129, 130, 0.3));
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block7_list_item .img {
    width: 23.5vw;
    position: absolute;
    z-index: 2;
    left: -2.9vw;
    top: -6.1vw;
    margin: 0;
  }
}
.prp_double_eyelids .block7_list_item .ttl {
  background: var(--color-primary);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  width: 280px;
  height: 56px;
  margin: -28px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block7_list_item .ttl {
    font-size: 5.6vw;
    width: 74.7vw;
    height: 10.7vw;
    margin: 0 auto;
    border-radius: 1.1vw;
  }
}
.prp_double_eyelids .block7_list_item .txt {
  background: #fff;
  height: 165px;
  padding: 52px 24px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: -28px;
  border-radius: 8px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block7_list_item .txt {
    height: auto;
    padding: 6.8vw 6.4vw 4.3vw 21.3vw;
    font-size: 4vw;
    margin-top: -3.2vw;
  }
}
.prp_double_eyelids .block7_box {
  padding: 34px 0 33px;
  border-radius: 100px 0;
  box-shadow: 0px 0px 20px 0px rgba(201, 129, 130, 0.3);
  background: url(../images/prp_double_eyelids_17.webp) no-repeat center center/cover;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block7_box {
    padding: 5.3vw 0 7.5vw;
    border-radius: 10.7vw 0;
    background-image: url(../images/prp_double_eyelids_17_sp.webp);
  }
}
.prp_double_eyelids .block7_box .ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block7_box .ttl {
    font-size: 6.4vw;
    line-height: 1.5;
    margin-bottom: 6.2vw;
    flex-direction: column;
    align-items: center;
    gap: 1.6vw;
  }
}
.prp_double_eyelids .block7_box .ttl::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/bikkuri2.svg) no-repeat center center/contain;
  margin-top: 4px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block7_box .ttl::before {
    width: 10.7vw;
    height: 10.7vw;
    margin-top: 0;
  }
}
.prp_double_eyelids .block7_box .ttl .border {
  border-bottom: 2px solid #111;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block7_box .ttl .border {
    border-bottom-width: 0.5vw;
  }
}
.prp_double_eyelids .block7_box .ttl .color {
  color: #f37a8d;
}
.prp_double_eyelids .block7_box .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block7_box .txt {
    font-size: 4.3vw;
  }
}
.prp_double_eyelids .block7_box .txt .color {
  font-size: 21px;
  background: #f37a8d;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .block7_box .txt .color {
    font-size: 4.8vw;
  }
}
.prp_double_eyelids .sec06 {
  background: #f8f0e9;
}
.prp_double_eyelids .sec06 .lpInner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .sec06 .lpInner {
    padding-top: 12.5vw;
    padding-bottom: 6.8vw;
  }
}
.prp_double_eyelids .sec06_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .sec06_row {
    position: relative;
  }
}
.prp_double_eyelids .sec06_row_box {
  width: 562px;
  padding-left: 16px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .sec06_row_box {
    width: auto;
    padding-left: 0;
    position: relative;
    z-index: 1;
  }
}
.prp_double_eyelids .sec06_row_box_ttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 42px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .sec06_row_box_ttl {
    font-size: 5.6vw;
    margin-left: 2.5vw;
    margin-bottom: 66.9vw;
    line-height: 1.7;
  }
}
.prp_double_eyelids .sec06_row_box_ttl_txt1 {
  position: relative;
  padding: 0 25px 0 15px;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .sec06_row_box_ttl_txt1 {
    margin-left: 2vw;
    padding: 0.6vw 2.5vw;
  }
}
.prp_double_eyelids .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_double_eyelids .sec06_row_box_ttl_txt2 {
  display: block;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .sec06_row_box_ttl_txt2 {
    padding-left: 4vw;
  }
}
.prp_double_eyelids .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_double_eyelids .sec06_row_box_txt {
    font-size: 4vw;
    padding: 0 2.7vw;
  }
}
.prp_double_eyelids .sec06_row_box_txt .blue {
  color: #68bdcb;
}
.prp_double_eyelids .sec06_row_img {
  width: 460px;
  margin-top: 50px;
}
@media screen and (max-width: 744px) {
  .prp_double_eyelids .sec06_row_img {
    width: 76vw;
    margin-top: 0;
    position: absolute;
    top: 22.4vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.tempPrice_box {
  background: #fff;
  padding: 32px;
  margin-top: 30px;
}
@media screen and (max-width: 744px) {
  .tempPrice_box {
    padding: 4.5vw 4.26vw 4.3vw;
    margin-top: 7.8vw;
  }
}
.tempPrice_box .ttl {
  border-bottom: 1px solid var(--color-primary);
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .tempPrice_box .ttl {
    font-size: 4.8vw;
    padding-bottom: 3.9vw;
    margin-bottom: 4.1vw;
  }
}
.tempPrice_box .list {
  width: 904px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .tempPrice_box .list {
    width: auto;
    flex-direction: column;
    gap: 4.3vw;
  }
}
.tempPrice_box .list_item {
  width: 440px;
}
@media screen and (max-width: 744px) {
  .tempPrice_box .list_item {
    width: 100%;
  }
}

/* --------------------------------------------------
 費用
-------------------------------------------------- */
/* アイプレバナー */
#tempPrice .bnr01 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  #tempPrice .bnr01 {
    margin-top: 0;
    margin-bottom: 5.3333333333vw;
  }
}

/* --------------------------------------------------
 症例写真セクション
-------------------------------------------------- */
.sec_case {
  background: #fefcfb;
}
.sec_case .lpInner {
  padding: 72px 0;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner {
    padding: 7.5vw 4vw;
  }
}

/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: #f8f0e9;
}

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