@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-antiaging {
  --color-primary: #ff4163;
  --color-alpha: rgb(255, 239.8, 242.52);
  --color-secondary: rgba(255, 65, 99, 0.15);
  --color-strong: rgb(218, 0, 39.0105263158);
}

/* コンテンツ
*****************************************************/
.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%;
  }
}
.wrapper img {
  width: auto;
}

.prp-antiaging > section {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 744px) {
  .prp-antiaging > section {
    line-height: 1.5;
  }
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}
section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 50px 0;
  width: 100%;
}
@media screen and (max-width: 744px) {
  section .inner {
    padding: 5.3333333333vw 4vw;
  }
}
@media screen and (max-width: 744px) {
  section .inner.inner-new {
    padding: 8vw 0;
  }
}
section .inner > p {
  padding-bottom: 30px;
  text-align: justify;
}

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

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

.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.img-center {
  margin: 0 auto;
  text-align: center;
}

.txt-center {
  text-align: center;
}

.red {
  color: #ff4164;
  font-weight: 700;
}

img {
  width: auto;
}

/* Section Area */
.head-ttl {
  color: #2f2b2c;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  max-width: 636px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .head-ttl {
    margin-bottom: 2.6666666667vw;
    width: 65.8666666667vw;
  }
}
.head-ttl span {
  font-size: 48px;
  background: rgb(250, 250, 100);
  background: linear-gradient(0deg, rgb(250, 250, 100) 0%, rgb(250, 250, 100) 34%, rgba(250, 250, 100, 0) 34%, rgba(250, 250, 100, 0) 100%);
}
.head-ttl img {
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .head-ttl img {
    width: 100%;
  }
}

.sec-ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 0.8;
  padding-bottom: 60px;
  text-align: center;
  overflow: initial;
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .sec-ttl {
    padding-bottom: 16vw;
    font-size: 5.6vw;
    line-height: 1;
  }
}
.sec-ttl strong {
  display: block;
}
.sec-ttl span {
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec-ttl span {
    font-size: 3.2vw;
  }
}
.sec-ttl span:before {
  background-color: #fff5f6;
  content: "";
  position: absolute;
  height: 15px;
  margin: -3px auto 0;
  bottom: -27px;
  left: 0;
  right: 0;
  width: 15px;
  border-top: 2px solid #ff4164;
  border-right: 2px solid #ff4164;
  -ms-transform: rotate(45deg) skew(0deg);
  -webkit-transform: rotate(45deg) skew(0deg);
  -moz-transform: rotate(45deg) skew(0deg);
  -o-transform: rotate(45deg) skew(0deg);
  transform: rotate(135deg) skew(0deg);
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec-ttl span:before {
    height: 4vw;
    margin: -0.8vw auto 0;
    bottom: -7.2vw;
    left: 0;
    right: 0;
    width: 4vw;
    border-top: 0.5333333333vw solid #ff4164;
    border-right: 0.5333333333vw solid #ff4164;
    background-color: #fff;
  }
}
.sec-ttl span:after {
  content: "";
  background-color: #ff4164;
  bottom: -20px;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .sec-ttl span:after {
    bottom: -5.3333333333vw;
    height: 0.5333333333vw;
  }
}

.block-ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .block-ttl {
    font-size: 5.6vw;
    line-height: 1.3;
  }
}
.block-ttl strong {
  color: #ff4164;
}
.block-ttl:after {
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
}

@media screen and (max-width: 744px) {
  .kerning {
    font-feature-settings: "palt" 1;
  }
}

/* Section 01 */
.sec01 {
  background-image: url("../images/bg-sec01.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.sec01 .inner {
  max-width: 1160px;
}
.sec01 img {
  width: 680px;
}
@media screen and (max-width: 744px) {
  .sec01 img {
    width: 100%;
  }
}
.sec01 h2 {
  margin-bottom: 0;
}

section .inner.inner-bnr {
  padding: 60px 0 20px;
}

.list-01 {
  background: rgba(255, 255, 255, 0.4);
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.list-01 li {
  display: inline-block;
  line-height: 80px;
  position: relative;
  vertical-align: middle;
}
.list-01 li:after {
  background-color: #fff;
  content: "";
  height: 70px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
}
.list-01 li:first-child:before {
  background-color: #fff;
  content: "";
  height: 70px;
  position: absolute;
  left: 0;
  top: -5px;
  width: 1px;
}
.list-01 li:first-child:after {
  top: -5px;
}
.list-01 li:nth-child(2):after, .list-01 li:nth-child(4):after, .list-01 li:last-child:after {
  top: -5px;
}
.list-01 li a {
  color: #323232;
  display: block;
  font-weight: 700;
  line-height: 1.5;
  padding: 16px 70px;
  text-align: center;
}
@media (max-width: 1139px) {
  .list-01 li a {
    padding: 16px 60px;
  }
}

/* Section 02 */
.sec02 {
  background-attachment: scroll;
  background-color: #fff;
  background-image: url("../images/bg-sec02.webp");
  background-position: center top;
  background-size: 100%;
}
@media screen and (max-width: 744px) {
  .sec02 {
    background-color: #fef8fa;
    background-image: url("../images/bg-sec02-sp.webp");
  }
}
.sec02 .sec02-thumb-pad {
  max-width: 902px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb-pad {
    margin: 0 3.4666666667vw 0 4.5333333333vw;
    padding: 9.0666666667vw 4vw 0;
  }
}
.sec02 .sec02-thumb {
  height: 1116px;
  padding: 32px 54px 80px 54px;
  background: url(../images/sec02-05.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb {
    background: url(../images/sec02-05-sp.webp) center/cover no-repeat;
    padding: 9.0666666667vw 4vw 0 4vw;
    height: 367.4666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb img {
    margin: 0 auto;
    text-align: center;
  }
}
.sec02 .heading {
  color: #000;
  font-size: 23px;
  font-weight: 700;
  line-height: 47px;
  max-width: 384px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec02 .heading {
    font-size: 4.8vw;
    line-height: 6.4vw;
    max-width: 47.2vw;
    margin-left: 2.6666666667vw;
    margin-bottom: 15.2vw;
  }
}
.sec02 .heading::after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 47%;
  transform: translateX(-50%);
  width: 358px;
  height: 11px;
  background: url(../images/sec02-06.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec02 .heading::after {
    width: 45.3333333333vw;
    height: 3.4666666667vw;
    bottom: -6.9333333333vw;
  }
}
.sec02 .heading span {
  color: #000;
  font-weight: 700;
  line-height: 47px;
}
.sec02 .heading span.__1 {
  font-size: 34px;
}
@media screen and (max-width: 744px) {
  .sec02 .heading span.__1 {
    font-size: 4.8vw;
    line-height: 6.4vw;
  }
}
.sec02 .heading span.__2 {
  font-size: 39px;
}
@media screen and (max-width: 744px) {
  .sec02 .heading span.__2 {
    font-size: 4.8vw;
    line-height: 6.4vw;
  }
}
.sec02 .prp {
  padding-bottom: 37px;
  transform: skewX(-8deg);
  color: #000;
  font-family: var(--font-noto-serif);
  font-size: 32px;
  font-weight: 500;
  line-height: 47px;
}
.sec02 .prp .prp__span {
  color: #ff4164;
  font-family: var(--font-noto-serif);
  font-size: 89px;
  font-weight: 800;
  line-height: 47px;
  letter-spacing: -5.34px;
}
@media screen and (max-width: 744px) {
  .sec02 .prp .prp__span {
    font-size: 16.5333333333vw;
    line-height: 7.8133333333vw;
    letter-spacing: -0.192vw;
  }
}
@media screen and (max-width: 744px) {
  .sec02 .prp {
    font-size: 6.4vw;
    font-weight: 600;
    line-height: 7.8133333333vw;
    margin-left: 1.3333333333vw;
    white-space: nowrap;
    padding-bottom: 6.6666666667vw;
    padding-bottom: 7.4666666667vw;
  }
}
.sec02 .sec02-thumb__comparison {
  color: #363636;
  font-size: 37px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: -1.48px;
  padding-bottom: 53px;
  padding-left: 19px;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__comparison {
    font-size: 5.112vw;
    line-height: 10.1333333333vw;
    letter-spacing: -0.2026666667vw;
    text-align: left;
    max-width: 56vw;
    margin-left: auto;
    padding-left: 0;
    margin-right: 0;
    padding-bottom: 10.1333333333vw;
  }
}
.sec02 .sec02-thumb__comparison .span {
  color: #fff;
  font-size: 37px;
  line-height: 47px;
  letter-spacing: -1.48px;
  border-radius: 10px;
  padding: 2.5px 12.5px;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__comparison .span {
    font-size: 5.112vw;
    line-height: 6.48vw;
    letter-spacing: -0.2026666667vw;
    padding: 0.5333333333vw 1.8666666667vw;
    border-radius: 1.36vw;
  }
}
.sec02 .sec02-thumb__comparison .span.__1 {
  background: #ff4164;
  margin-right: 9px;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__comparison .span.__1 {
    margin-right: 1.2266666667vw;
  }
}
.sec02 .sec02-thumb__comparison .span.__2 {
  background: #b32879;
  margin-left: 9px;
  margin-right: 9px;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__comparison .span.__2 {
    margin-right: 1.2266666667vw;
    margin-left: 0;
    padding: 0.5333333333vw 1.0666666667vw;
  }
}
.sec02 .sec02-thumb__boxes {
  display: flex;
  gap: 146px;
  max-width: 721px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes {
    display: block;
    max-width: 100%;
  }
}
.sec02 .sec02-thumb__boxes img {
  width: 100%;
}
.sec02 .sec02-thumb__boxes::before {
  content: "";
  position: absolute;
  top: 85px;
  left: 45%;
  transform: translateX(-50%);
  width: 118px;
  height: 80px;
  background: url(../images/arrow-purple.svg) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes::before {
    background: url(../images/arrow-purple-sp.svg) center/cover no-repeat;
    width: 10.9333333333vw;
    height: 43.4666666667vw;
    left: 93%;
    top: 28vw;
  }
}
.sec02 .sec02-thumb__boxes::after {
  content: "";
  position: absolute;
  top: 242px;
  left: 44%;
  transform: translateX(-50%);
  width: 100px;
  height: 96px;
  background: url(../images/arrow-pink.svg) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes::after {
    background: url(../images/arrow-pink-sp.svg) center/cover no-repeat;
    top: 27.7333333333vw;
    left: 5.5%;
    width: 12.16vw;
    height: 124.2666666667vw;
  }
}
.sec02 .sec02-thumb__boxes .mechanism {
  width: 250px;
  height: 260px;
  border-radius: 10px;
  border: 2px solid #363636;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes .mechanism {
    margin: 0 auto 12vw;
    width: 68vw;
    height: 62.6666666667vw;
    border-radius: 2.6666666667vw;
    border: 0.5333333333vw solid #363636;
  }
}
.sec02 .sec02-thumb__boxes .mechanism::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 20px;
  background: url(../images/sec02-04.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes .mechanism::after {
    bottom: -5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.sec02 .sec02-thumb__boxes .name {
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 24.31px;
  letter-spacing: -0.95px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  width: 196px;
  height: 30px;
  display: flex;
  justify-content: center;
  line-height: 33px;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes .name {
    top: -4vw;
    width: 48vw;
    height: 8vw;
    font-size: 4.5333333333vw;
    line-height: 8.5333333333vw;
    letter-spacing: -0.2533333333vw;
    border-radius: 1.3333333333vw;
  }
}
.sec02 .sec02-thumb__boxes .name.__1 {
  background: #363636;
}
.sec02 .sec02-thumb__boxes .name.__2 {
  background: #b32879;
}
.sec02 .sec02-thumb__boxes .name.__3 {
  background: #ff4164;
}
.sec02 .sec02-thumb__boxes .img {
  margin: 0 auto;
}
.sec02 .sec02-thumb__boxes .img.__1 {
  padding: 27px 0 14px;
  max-width: 200px;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes .img.__1 {
    max-width: 46.6666666667vw;
    padding: 7.2vw 0 2.1333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes .img.__1 img {
    aspect-ratio: 175/161;
    width: 100%;
    object-fit: cover;
  }
}
.sec02 .sec02-thumb__boxes .img.__2 {
  padding: 28px 0 14px;
  max-width: 250px;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes .img.__2 {
    padding: 12.2666666667vw 0 2.6666666667vw;
    max-width: 58.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes .img.__2 img {
    aspect-ratio: 220/123;
    width: 100%;
    object-fit: cover;
  }
}
.sec02 .sec02-thumb__boxes .img.__3 {
  padding: 37px 0 14px;
  max-width: 200px;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes .img.__3 {
    padding: 15.4666666667vw 0 2.9333333333vw;
    max-width: 46.6666666667vw;
  }
}
.sec02 .sec02-thumb__boxes .img.__3 img {
  aspect-ratio: 200/170;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes .img.__3 img {
    aspect-ratio: 175/148;
  }
}
.sec02 .sec02-thumb__boxes .text {
  color: #000;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 24.31px;
  letter-spacing: -0.85px;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes .text {
    font-size: 4.5333333333vw;
    line-height: 6.48vw;
    letter-spacing: -0.2266666667vw;
  }
}
.sec02 .sec02-thumb__boxes .wrap {
  max-width: 325px;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes .wrap {
    max-width: 86.6666666667vw;
  }
}
.sec02 .sec02-thumb__boxes .box {
  display: flex;
  max-width: 325px;
  border-radius: 10px;
  background: #fff;
  position: relative;
}
.sec02 .sec02-thumb__boxes .box.__1 {
  border: 2px solid #b32879;
  margin-bottom: 52px;
  height: 240px;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes .box.__1 {
    flex-direction: row-reverse;
    max-width: 76vw;
    margin-left: auto;
    margin-bottom: 14.9333333333vw;
    border-radius: 2.6666666667vw;
    border: 0.5333333333vw solid #b32879;
    height: 64vw;
  }
}
.sec02 .sec02-thumb__boxes .box.__1::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 20px;
  background: url(../images/sec02-04.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes .box.__1::after {
    bottom: -5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.sec02 .sec02-thumb__boxes .box.__2 {
  border: 2px solid #ff4164;
  height: 280px;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes .box.__2 {
    border: 0.5333333333vw solid #ff4164;
    height: 74.6666666667vw;
    border-radius: 2.6666666667vw;
    max-width: 100%;
  }
}
.sec02 .sec02-thumb__boxes .box.__2 span {
  background: linear-gradient(0deg, rgb(250, 250, 100) 0%, rgb(250, 250, 100) 45%, rgba(250, 250, 100, 0) 45%, rgba(250, 250, 100, 0) 100%);
}
.sec02 .sec02-thumb__boxes .box.__2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 20px;
  background: url(../images/sec02-04.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes .box.__2::after {
    bottom: -5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.sec02 .sec02-thumb__boxes .symbol {
  border-radius: 10px 0px 0px 10px;
  max-width: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec02 .sec02-thumb__boxes .symbol.__1 {
  background: #b32879;
  border-radius: 7px 0px 0px 7px;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes .symbol.__1 {
    border-radius: 0px 2.3386666667vw 2.3386666667vw 0px;
    max-width: 8vw;
  }
}
.sec02 .sec02-thumb__boxes .symbol.__1 img {
  width: 23px;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes .symbol.__1 img {
    width: 6.1333333333vw;
  }
}
.sec02 .sec02-thumb__boxes .symbol.__2 {
  background: #ff4164;
  border-radius: 7px 0px 0px 7px;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes .symbol.__2 {
    max-width: 7.4666666667vw;
  }
}
.sec02 .sec02-thumb__boxes .symbol.__2 img {
  width: 21px;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-thumb__boxes .symbol.__2 img {
    width: 5.6vw;
  }
}
.sec02 .sec02-thumb__boxes .content {
  position: relative;
  width: 100%;
}
.sec02 .txt {
  color: #000;
  padding-top: 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
@media screen and (max-width: 744px) {
  .sec02 .txt {
    padding-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.sec02 .txt span {
  color: #ff4164;
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  .sec02 .txt span {
    font-size: 4.2666666667vw;
  }
}

.sec-02-list {
  background: url("../images/bg-sec-02-list.webp") no-repeat left top;
  margin: 0 auto;
  max-width: 900px;
  padding-left: 355px;
  padding-top: 40px;
  font-size: 23px;
}
@media screen and (max-width: 744px) {
  .sec-02-list {
    max-width: 100%;
    padding: 0 5.3333333333vw;
    position: relative;
    background-image: initial;
  }
}
@media screen and (max-width: 744px) {
  .sec-02-list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36vw;
    height: 71.2vw;
    background-image: url("../images/bg-sec-02-list-sp.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 744px) {
  .sec-02-list ul {
    padding-bottom: 8vw;
    padding-left: 32vw;
  }
}
@media screen and (max-width: 744px) {
  .sec-02-list li {
    font-size: 4.8vw;
    padding-left: 5.8666666667vw;
    line-height: 1.3;
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec-02-list li span {
    padding-left: 0;
  }
}
@media screen and (max-width: 744px) {
  .sec-02-list li span:after {
    top: 12.8vw;
  }
}
@media screen and (max-width: 744px) {
  .sec-02-list li:first-child span:after {
    width: 48vw;
  }
}
@media screen and (max-width: 744px) {
  .sec-02-list li:nth-child(2) span:after {
    top: 8vw;
  }
}
@media screen and (max-width: 744px) {
  .sec-02-list li:last-child span:after {
    width: 48vw;
  }
}
@media screen and (max-width: 744px) {
  .sec-02-list p {
    font-size: 5.6vw;
    text-align: center;
  }
}

.sub-ttl {
  border-bottom: 2px solid #ff4164;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .sub-ttl {
    font-size: 5.6vw;
    line-height: 1.4;
    margin-left: 24vw;
    padding-bottom: 1.3333333333vw;
    padding-left: 16vw;
    letter-spacing: 0.1rem;
  }
}
.sub-ttl:before {
  content: url("../images/icon-traditional.webp");
  left: -88px;
  position: absolute;
  top: -10px;
}
@media screen and (max-width: 744px) {
  .sub-ttl:before {
    content: url();
    position: absolute;
    background-image: url(../images/icon-traditional-sp.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    max-width: 14.4vw;
    max-height: 14.4vw;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 744px) {
  .sub-ttl span {
    position: relative;
  }
}
@media screen and (max-width: 744px) {
  .sub-ttl span:after {
    bottom: 0;
    content: "";
    height: 0.5333333333vw;
    left: -15.4666666667vw;
    position: absolute;
    right: 0;
    width: 62.4vw;
  }
}

.sub-ttl-bd {
  background-color: #fff;
  content: "";
  height: 15px;
  margin-top: -3px;
  position: absolute;
  bottom: -9px;
  left: 178px;
  width: 15px;
  border-top: 2px solid #ff4164;
  border-right: 2px solid #ff4164;
  -ms-transform: rotate(45deg) skew(0deg);
  -webkit-transform: rotate(45deg) skew(0deg);
  -moz-transform: rotate(45deg) skew(0deg);
  -o-transform: rotate(45deg) skew(0deg);
  transform: rotate(135deg) skew(0deg);
}
@media screen and (max-width: 744px) {
  .sub-ttl-bd {
    background-color: #fef8f8;
    left: 0;
    margin: -0.8vw auto 0;
    left: -5.3333333333vw;
    right: 0;
    text-align: center;
  }
}

.sec-02-list ul {
  padding-bottom: 42px;
  padding-left: 40px;
}
@media screen and (max-width: 744px) {
  .sec-02-list ul {
    padding-bottom: 8vw;
    padding-left: 32vw;
  }
}
.sec-02-list li {
  display: block;
  float: left;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.sec-02-list li:last-child {
  padding-bottom: 0;
}
.sec-02-list li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 22px;
  height: 20px;
  background: url(../images/icon-check.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec-02-list li:before {
    background: url(../images/icon-check-sp.webp) center/cover no-repeat;
    width: 4vw;
    height: 4vw;
    top: 0.5333333333vw;
    transform: initial;
  }
}
.sec-02-list li span {
  padding-left: 30px;
  position: relative;
  padding-bottom: 5px;
}
@media screen and (max-width: 744px) {
  .sec-02-list li span {
    padding-left: 0;
  }
}
.sec-02-list li span:after {
  background: url("../images/icon-bull.webp") repeat-x left top;
  bottom: -5px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.sec-02-list p {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .sec-02-list p {
    font-size: 5.6vw;
    text-align: center;
  }
}

.icon-arrow-red {
  padding: 25px 0 40px;
  max-width: 172px;
}
@media screen and (max-width: 744px) {
  .icon-arrow-red {
    max-width: 45.8666666667vw;
    margin: 0 auto;
    padding: 6.6666666667vw 0 9.3333333333vw;
    text-align: center;
  }
  .icon-arrow-red img {
    width: 100%;
  }
}

/* Section 03 */
.sec03 {
  background-attachment: scroll;
  background-color: #fff;
  background-image: url("../images/bg-sec03.webp");
  background-position: center top;
  background-repeat: repeat;
  background-size: 100%;
}
@media screen and (max-width: 744px) {
  .sec03 {
    background-image: url("../images/bg-sec03-sp.webp");
  }
}
@media screen and (max-width: 744px) {
  .sec03.bg-img {
    background-position: center top;
  }
}
.sec03 .inner {
  background: url("../images/bg-sec03-inner.webp") no-repeat center top #fff;
}
@media screen and (max-width: 744px) {
  .sec03 .inner {
    background: none;
    padding: 0 0;
  }
}
.sec03 .inner-fixed {
  max-width: 980px;
}
@media screen and (max-width: 744px) {
  .sec03 .inner-fixed {
    background: url("../images/bg-sec03-inner-sp.webp") no-repeat center top #fff;
    background-size: 100%;
    padding: 10.6666666667vw 0 5.3333333333vw;
  }
}

.block-case {
  width: 100%;
}
@media screen and (max-width: 744px) {
  .block-case {
    margin-bottom: 16vw;
    box-shadow: 0px 4vw 2.6666666667vw -4vw #111;
    width: 100%;
  }
}
.block-case .ttl {
  border-bottom: 1px solid #ff4164;
  font-size: 24px;
  display: flex;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .block-case .ttl {
    border-bottom: 0.2666666667vw solid #ff4164;
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 744px) {
  .block-case .ttl img {
    float: left;
    width: 23.2vw;
  }
}
.block-case .ttl span {
  display: inline-block;
  padding-left: 20px;
  padding-top: 5px;
}
@media screen and (max-width: 744px) {
  .block-case .ttl span {
    padding-top: 1.3333333333vw;
    font-size: 4.8vw;
    padding-left: 2.6666666667vw;
  }
}
.block-case .box {
  background-color: #ffecef;
  padding: 20px;
}
@media screen and (max-width: 744px) {
  .block-case .box {
    padding: 2.6666666667vw 2.6666666667vw 5.3333333333vw;
  }
}
.block-case .box-txt {
  background: url("../images/bg-gradient-white.webp") repeat-y left top;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 10px;
  border: #ff7a92 1px solid;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 744px) {
  .block-case .box-txt {
    border: #ff7a92 0.2666666667vw solid;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    background-color: #fff;
    background-image: none;
    margin-bottom: 1.3333333333vw;
  }
}
.block-case .box-txt dl {
  vertical-align: middle;
}
.block-case .box-txt dt,
.block-case .box-txt dd {
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  display: block;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .block-case .box-txt dt,
  .block-case .box-txt dd {
    font-size: 3.7333333333vw;
  }
}
.block-case .box-txt dt {
  background-color: #ff7a92;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 2px 0;
}
@media screen and (max-width: 744px) {
  .block-case .box-txt dt {
    padding: 0.5333333333vw 0;
  }
}
.block-case .box-txt dd {
  padding: 5px 5px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .block-case .box-txt dd {
    padding: 1.3333333333vw 1.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .block-case .box-txt th,
  .block-case .box-txt td {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .block-case .box-txt th {
    width: 18.6666666667vw;
  }
}
.block-case .box-list {
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .block-case .box-list {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .block-case .box-list li {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 744px) {
  .block-case .box-list li:first-child {
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .block-case .box-list li img {
    margin: 0 auto;
    width: 100%;
  }
}
.block-case .box-list li:last-child {
  margin-right: 0;
}
.block-case .case-price {
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 13px;
}
.block-case .case-price th {
  background-color: #ff4164;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  border-radius: 4px;
  padding: 4px 0;
  width: 50px;
  vertical-align: middle;
}
@media screen and (max-width: 744px) {
  .block-case .case-price th {
    border-radius: 1.0666666667vw;
    padding: 1.0666666667vw 0;
    width: 13.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.block-case .case-price td {
  padding-left: 5px;
  font-size: 13px;
}
@media screen and (max-width: 744px) {
  .block-case .case-price td {
    padding-left: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .block-case .case-price {
    margin-bottom: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.block-case .case-price span {
  font-size: 10px;
}
@media screen and (max-width: 744px) {
  .block-case .case-price span {
    font-size: 2.6666666667vw;
  }
}

.block-case-shadow {
  margin-top: -18px;
}
@media screen and (max-width: 744px) {
  .block-case-shadow {
    margin-top: -1.6vw;
  }
}

.sec-ig {
  margin-top: 15px;
}
@media screen and (max-width: 744px) {
  .sec-ig {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 744px) {
  .sec-ig img {
    width: 100%;
  }
}

.wrap-case {
  display: flex;
  justify-content: space-between;
  gap: 0 14px;
}
@media screen and (max-width: 744px) {
  .wrap-case {
    gap: 0 3.7333333333vw;
  }
}

/* Section 04 */
.sec04 {
  background-attachment: scroll;
  background-color: #fff;
  background-image: url("../images/bg-sec04.webp");
  background-position: center top;
  background-size: fixed;
}
@media screen and (max-width: 744px) {
  .sec04 {
    background-image: url("../images/bg-sec04-sp.webp");
  }
}
.sec04.bg-img {
  background-position: center top;
}
@media screen and (max-width: 744px) {
  .sec04 .sec-ttl {
    float: right;
    padding: 0;
    padding: 8vw 0;
    width: 62.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec04 .sec-ttl img {
    width: 62.6666666667vw;
  }
}
.sec04 .list-b li {
  box-shadow: 0px 15px 10px -15px #111;
  display: block;
  float: left;
  margin-right: 3%;
  width: 31.3%;
}
.sec04 .list-b li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 744px) {
  .sec04 .list-b li:last-child {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec04 .list-b li {
    float: none;
    margin-bottom: 8vw;
    margin-right: 0;
    width: 100%;
  }
}
.sec04 .list-b li h3 {
  color: #fff;
  font-weight: 700;
  line-height: 1.7;
  font-size: 21px;
  padding: 10px 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec04 .list-b li h3 {
    font-size: 5.6vw;
    padding: 2.6666666667vw 2.6666666667vw;
    border-top-left-radius: 2.6666666667vw;
    border-top-right-radius: 2.6666666667vw;
  }
}
.sec04 .list-b li:first-child h3 {
  background: url("../images/bg-sprite-01.webp") repeat left top;
}
.sec04 .list-b li:nth-child(2) h3 {
  background: url("../images/bg-sprite-02.webp") repeat left top;
}
.sec04 .list-b li:last-child h3 {
  background: url("../images/bg-sprite-03.webp") repeat left top;
}
@media screen and (max-width: 744px) {
  .sec04 .list-b li .img img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}
.sec04 .list-b li .box {
  background-color: #fff;
  font-size: 18px;
  min-height: 190px;
  padding: 15px 20px;
  border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
}
@media screen and (max-width: 744px) {
  .sec04 .list-b li .box {
    font-size: 4.2666666667vw;
    min-height: 2.6666666667vw;
    padding: 4vw;
    border-bottom-left-radius: 2.6666666667vw;
    border-bottom-right-radius: 2.6666666667vw;
  }
}
.sec04 .list-b li .box span {
  background: linear-gradient(0deg, rgb(250, 250, 100) 0%, rgb(250, 250, 100) 45%, rgba(250, 250, 100, 0) 45%, rgba(250, 250, 100, 0) 100%);
  font-weight: 700;
}

/* Section 05 */
.sec05 {
  background-color: #f5f5f5;
  background-image: url("../images/bg-sec05.webp");
}
@media screen and (max-width: 744px) {
  .sec05 .block-ttl {
    margin-left: 26.6666666667vw;
  }
}
.sec05.bg-img {
  background-position: center top;
  background-size: auto 100%;
  background-attachment: scroll;
}
@media screen and (max-width: 744px) {
  .sec05.bg-img {
    background-color: #fff;
    background-position: left top;
    background-size: 100%;
  }
}
@media screen and (max-width: 744px) {
  .sec05 {
    background-image: url("../images/bg-sec05-sp.webp");
  }
}
@media screen and (max-width: 744px) {
  .sec05 .inner {
    padding: 5.3333333333vw;
  }
}
.sec05 .sec05-float {
  margin-left: 450px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05-float {
    float: right;
    margin-left: 0;
    width: auto;
  }
}
.sec05 .list-c li {
  clear: both;
  display: block;
  float: left;
  font-weight: 600;
  font-size: 21px;
  margin-left: 40px;
  max-width: 550px;
  overflow: hidden;
  padding-bottom: 15px;
  padding-left: 35px;
  position: relative;
  width: 100%;
}
.sec05 .list-c li:before {
  content: url("../images/icon-check.webp");
  left: 0;
  position: absolute;
  top: 2px;
}
@media screen and (max-width: 744px) {
  .sec05 .list-c li {
    font-size: 4.2666666667vw;
    max-width: 100%;
    overflow: visible;
    margin-left: 0;
    z-index: 1;
    padding-left: 36vw;
    padding-bottom: 1.8666666667vw;
  }
  .sec05 .list-c li:before {
    content: "";
    position: absolute;
    top: 0.8vw;
    width: 4vw;
    height: 4vw;
    background: url("../images/icon-check-sp.webp") center/cover no-repeat;
    left: 30.1333333333vw;
  }
}

.sec06 {
  background-attachment: scroll;
  background-color: #fff;
  background-image: url("../images/bg-sec06.webp");
  background-position: center top;
  background-size: fixed;
}
@media screen and (max-width: 744px) {
  .sec06 {
    background-image: url("../images/bg-sec06-sp.webp");
  }
}
.sec06.bg-img {
  background-position: center top;
}
.sec06 .clearfix:before,
.sec06 .clearfix:after {
  content: " ";
  display: table;
}
.sec06 .clearfix:after {
  clear: both;
}
.sec06 .inner {
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 744px) {
  .sec06 .inner {
    padding: 0 2.6666666667vw;
    width: 96%;
  }
}
.sec06 .inner-fixed {
  padding-bottom: 100px;
}
@media screen and (max-width: 744px) {
  .sec06 .inner-fixed {
    padding: 13.3333333333vw 3.2vw 13.3333333333vw;
  }
}
.sec06 .inner-fixed p {
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  .sec06 .inner-fixed p {
    font-size: 4.2666666667vw;
  }
}
.sec06 .inner-fixed p span {
  background: linear-gradient(0deg, rgb(250, 250, 100) 0%, rgb(250, 250, 100) 45%, rgba(250, 250, 100, 0) 45%, rgba(250, 250, 100, 0) 100%);
  font-weight: 700;
}
.sec06 .sec06__lists {
  max-width: 800px;
  margin: 0 auto 20px;
  gap: 24px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__lists {
    gap: 2vw;
    max-width: 84vw;
    margin: 0 auto 8vw;
  }
}
.sec06 .sec06__list {
  position: relative;
}
.sec06 .sec06__list img {
  width: 100%;
}
.sec06 .text__float {
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  text-align: center;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: -1.05px;
}
@media screen and (max-width: 744px) {
  .sec06 .text__float {
    font-size: 2.176vw;
    line-height: 2.488vw;
    letter-spacing: -0.1066666667vw;
  }
}
.sec06 .text__float.__1 {
  bottom: 24px;
}
@media screen and (max-width: 744px) {
  .sec06 .text__float.__1 {
    bottom: 2.4vw;
  }
}
.sec06 .text__float.__2 {
  bottom: 10px;
}
@media screen and (max-width: 744px) {
  .sec06 .text__float.__2 {
    bottom: 1.3333333333vw;
  }
}
.sec06 .text__float.__3 {
  bottom: 24px;
}
@media screen and (max-width: 744px) {
  .sec06 .text__float.__3 {
    bottom: 2.4vw;
  }
}
.sec06 .txt-wrap {
  font-weight: normal;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 744px) {
  .sec06 .txt-wrap {
    margin: 0 auto 5.3333333333vw;
  }
}

.prp-production {
  border: 3px solid #ff4164;
  background: #fff;
  margin: 0 40px;
  padding: 45px;
  overflow: visible;
  position: relative;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-production {
    border: 0.8vw solid #ff4164;
    margin: 0 0 8vw;
    padding: 14.1333333333vw 2.6666666667vw 6.6666666667vw;
  }
}
.prp-production::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 470px;
  height: 100%;
  background: url(../images/prp-production-01.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .prp-production::after {
    background: url(../images/prp-production-01-sp.webp) center/cover no-repeat;
    width: 52.5333333333vw;
    height: 58.6666666667vw;
  }
}
.prp-production .block-ttl {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -30px;
  width: 505px;
  padding: 10px 0 8px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 208px;
  border: 2px solid #ff4164;
  background: #ff4164;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .prp-production .block-ttl {
    border-radius: 55.4666666667vw;
    border: 0.5333333333vw solid #ff4164;
    line-height: 130%;
    font-size: 5.6vw;
    top: -10.6666666667vw;
    width: 60vw;
    padding: 1.6vw 0;
  }
}
.prp-production .block-ttl .p-small {
  font-size: 26px;
}
@media screen and (max-width: 744px) {
  .prp-production .block-ttl .p-small {
    font-size: 4.2666666667vw;
  }
}
.prp-production .prp-production__content {
  max-width: 576px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content {
    font-size: 4.2666666667vw;
    min-height: 2.6666666667vw;
    padding: 0;
    max-width: 100%;
  }
}
.prp-production .prp-production__content .cards {
  max-width: 378px;
  margin: 0 auto;
  display: flex;
  gap: 46px;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .cards {
    max-width: 57.8666666667vw;
    gap: 4vw;
    margin: initial;
    margin-right: auto;
  }
}
.prp-production .prp-production__content .cards::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 14px;
  border-color: transparent transparent transparent #ff4164;
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .cards::after {
    top: 38%;
    left: 52.7%;
    border-width: 2.5333333333vw 0 2.5333333333vw 2.4vw;
  }
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .card.__1 {
    width: 28.2666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .card.__2 {
    width: 25.6vw;
  }
}
.prp-production .prp-production__content .card__img {
  padding-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .card__img {
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .card__img.__1 {
    width: 28.2666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .card__img.__2 {
    width: 20vw;
  }
}
.prp-production .prp-production__content .card__text {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .card__text {
    font-size: 2.8426666667vw;
  }
}
.prp-production .prp-production__content .prp-production__txt {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .prp-production__txt {
    font-size: 4.2666666667vw;
    letter-spacing: -0.0853333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.prp-production .prp-production__content .pink {
  background: #ffecef;
  font-size: 16px;
  padding: 10px 15px;
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .pink {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 4vw;
  }
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .img img {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 744px) {
  .prp-production .prp-production__content .img-prp-sp {
    padding: 2.6666666667vw 0 6.6666666667vw;
  }
  .prp-production .prp-production__content .img-prp-sp img {
    margin: 0 auto;
    text-align: center;
    width: 83.7333333333vw;
  }
}

@media screen and (max-width: 744px) {
  .block-a-bg h4,
  .box-white h4 {
    font-size: 5.6vw;
    line-height: 2;
  }
}
@media screen and (max-width: 744px) {
  .block-a-bg h4:after,
  .box-white h4:after {
    content: url("../images/bg-line-sp.webp");
  }
}

.sec07 {
  background-attachment: scroll;
  background-color: #fff;
  background-image: url("../images/bg-sec07.webp");
  background-position: center top;
  background-size: 100%;
}
@media screen and (max-width: 744px) {
  .sec07 {
    background-image: url("../images/bg-sec07-sp.webp");
  }
}
.sec07 .sec07-space {
  height: 40px;
}
@media screen and (max-width: 744px) {
  .sec07 .sec07-space {
    height: 0;
  }
}
.sec07 .block-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .sec07 .block-ttl {
    margin-bottom: 8.5333333333vw;
    font-size: 4.8vw;
  }
}
.sec07 .block-ttl:after {
  background: none;
}
.sec07 .inner {
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .sec07 .inner {
    padding: 6.6666666667vw 4vw 8vw;
  }
}
.sec07 .list-reasons li {
  display: block;
  float: left;
  margin-bottom: 50px;
  margin-right: 2%;
  position: relative;
  width: 49%;
}
@media screen and (max-width: 744px) {
  .sec07 .list-reasons li {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
}
.sec07 .list-reasons li:nth-child(2n), .sec07 .list-reasons li:last-child {
  margin-right: 0;
}
.sec07 .list-reasons li:nth-child(3), .sec07 .list-reasons li:last-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .sec07 .list-reasons li:nth-child(3), .sec07 .list-reasons li:last-child {
    margin-bottom: 10.6666666667vw;
  }
}
.sec07 .list-reasons li:after {
  bottom: -28px;
  content: url("../images/bg-shadow-reason.webp");
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec07 .list-reasons li:after {
    content: "";
  }
}
.sec07 .list-reasons li .ttl {
  background: url("../images/bg-sprite-reason.webp") repeat-y center top;
  font-size: 24px;
  font-weight: 700;
  padding: 5px 10px 5px 134px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec07 .list-reasons li .ttl {
    background-color: #ffd9e5;
    background-image: linear-gradient(90deg, #ffd9e5, #e8d9cd);
    font-size: 4.8vw;
    padding-left: 20vw;
  }
}
.sec07 .list-reasons li .ttl img {
  left: 44px;
  position: absolute;
  top: -35px;
}
@media screen and (max-width: 744px) {
  .sec07 .list-reasons li .ttl img {
    left: 3.4666666667vw;
    top: -5.6vw;
    width: 14.4vw;
  }
}
.sec07 .list-reasons li .box {
  background-color: #fff;
  font-size: 18px;
  margin: 0 20px;
  min-height: 200px;
  overflow: visible;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec07 .list-reasons li .box {
    box-shadow: 0px 4vw 2.6666666667vw -4vw #111;
    font-size: 4.2666666667vw;
    min-height: 38.6666666667vw;
    margin: 0 4vw;
    padding: 4vw;
  }
}
.sec07 .list-reasons li .box img {
  float: right;
  margin-left: 10px;
}
@media screen and (max-width: 744px) {
  .sec07 .list-reasons li .box img {
    margin-left: 2.6666666667vw;
    width: 28vw;
  }
}
.sec07 .list-reasons li .box strong {
  background: linear-gradient(0deg, rgb(250, 250, 100) 0%, rgb(250, 250, 100) 45%, rgba(250, 250, 100, 0) 45%, rgba(250, 250, 100, 0) 100%);
  font-weight: 700;
}
.sec07 .list-reasons li .box:before {
  content: "";
  background-image: url("../images/icon-left-reason.webp");
  background-size: cover;
  left: -20px;
  position: absolute;
  top: -2px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 744px) {
  .sec07 .list-reasons li .box:before {
    background-image: url("../images/icon-left-reason-sp.webp");
    left: -4vw;
    top: 0;
    width: 4vw;
    height: 4vw;
  }
}
.sec07 .list-reasons li .box:after {
  content: "";
  background-image: url("../images/icon-right-reason.webp");
  background-size: cover;
  position: absolute;
  right: -20px;
  top: -2px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 744px) {
  .sec07 .list-reasons li .box:after {
    background-image: url("../images/icon-right-reason-sp.webp");
    right: -4vw;
    top: 0;
    width: 4vw;
    height: 4vw;
  }
}

.sec08 {
  background-attachment: scroll;
  background-color: #fff;
  background-image: url("../images/bg-sec08.webp");
  background-position: center top;
  background-size: fixed;
}
@media screen and (max-width: 744px) {
  .sec08 {
    background-image: url("../images/bg-sec08-sp.webp");
  }
}
.sec08.bg-img {
  background-position: center top;
}
.sec08 .inner {
  max-width: 1000px;
}
@media screen and (max-width: 744px) {
  .sec08 .inner {
    padding: 5.3333333333vw 8vw;
  }
}
.sec08 .block-ttl {
  font-size: 36px;
  margin-bottom: 70px;
  margin-top: 20px;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .sec08 .block-ttl {
    font-size: 4.8vw;
    margin-bottom: 13.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.sec08 .block-ttl:after {
  background: #ff4164;
  height: 4px;
  margin: 0 auto;
  right: 0;
  text-align: center;
  width: 200px;
}
@media screen and (max-width: 744px) {
  .sec08 .block-ttl:after {
    width: 26.6666666667vw;
    height: 1.0666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec08 .block-ttl strong {
    font-size: 5.6vw;
    margin-bottom: 13.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}

.sec08-prp {
  display: block;
  font-size: 18px;
  font-weight: 700;
  min-height: 340px;
  padding-right: 500px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .sec08-prp {
    font-size: 4.2666666667vw;
    min-height: 2.6666666667vw;
    padding-right: 0;
  }
}
.sec08-prp .img {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 744px) {
  .sec08-prp .img {
    left: 0;
    right: 0;
    margin: 0 auto 8vw;
    position: relative;
    text-align: center;
  }
  .sec08-prp .img img.spDisp_lp {
    display: inline-block;
    width: 100%;
  }
}
.sec08-prp p {
  padding-bottom: 20px;
}
.sec08-prp p:last-child {
  padding-bottom: 0;
}

.box-data {
  background: linear-gradient(135deg, #ffd4e3, #f4d6d6 60%, #e9d7c9);
  margin-top: 60px;
}
.box-data .white {
  background-color: #fff;
  margin: 10px;
  padding: 30px;
}
.box-data .white .ttl {
  border-bottom: 2px solid #323232;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 25px;
  text-align: center;
}

.list-data > li {
  border-bottom: 1px dotted #656565;
  display: block;
  padding: 15px 0;
  width: 100%;
}
.list-data > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.list-data > li .wrap {
  display: block;
  padding-left: 230px;
  position: relative;
  width: 100%;
}
.list-data > li .wrap .float {
  font-weight: 700;
  left: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 0;
  width: 180px;
}

.list-data-sub li {
  display: block;
  padding-left: 10px;
  position: relative;
}
.list-data-sub li:before {
  background-color: #323232;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 4px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* Section Gray */
.secgray {
  background: url("../images/bg-secgray.webp") repeat left top;
}
.secgray .inner {
  padding: 121px 0 85px;
  max-width: 900px;
}
@media screen and (max-width: 744px) {
  .secgray .inner {
    padding: 18.6666666667vw 7.4666666667vw 8.2666666667vw;
  }
}
.secgray .secgray__box {
  background: #fff;
  display: flex;
  padding: 66px 54px 50px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .secgray .secgray__box {
    display: grid;
    padding: 0;
    gap: 1.8666666667vw;
    padding: 9.0666666667vw 2.6666666667vw 5.3333333333vw 2.6666666667vw;
  }
}
.secgray .secgray__box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 332px;
  height: 235px;
  background: url(../images/secgray-07.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .secgray .secgray__box::after {
    top: 53%;
    background: url(../images/secgray-07-sp.webp) center/cover no-repeat;
    width: 24vw;
    height: 47.2vw;
    left: 64%;
  }
}
.secgray .ttl {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 90px;
  background: url(../images/secgray-01.webp) center/cover no-repeat;
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  padding-top: 5px;
}
@media screen and (max-width: 744px) {
  .secgray .ttl {
    background: url(../images/secgray-01-sp.webp) center/cover no-repeat;
    width: 79.7333333333vw;
    height: 13.3333333333vw;
    font-size: 5.3333333333vw;
    margin-bottom: 0;
    top: -5.0666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .secgray .cards:not(:last-of-type) {
    margin-bottom: 1.0666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .secgray .cards {
    display: contents;
  }
}
.secgray .card {
  width: 230px;
  height: 180px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.secgray .card:not(:last-of-type) {
  margin-bottom: 52px;
}
@media screen and (max-width: 744px) {
  .secgray .card:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 744px) {
  .secgray .card {
    width: 39.7333333333vw;
    height: 13.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}
@media screen and (max-width: 744px) and (max-width: 744px) {
  .secgray .card img {
    aspect-ratio: 149/50;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 744px) {
  .secgray .card.__1 {
    order: 1;
  }
  .secgray .card.__2 {
    order: 4;
  }
  .secgray .card.__3 {
    order: 2;
  }
  .secgray .card.__4 {
    order: 3;
  }
}
.secgray .text {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 744px) {
  .secgray .text {
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    width: initial;
    left: initial;
    right: 0.2666666667vw;
  }
}
.secgray .face {
  padding: 0 41px 0;
}
@media screen and (max-width: 744px) {
  .secgray .face {
    padding: 0;
    position: absolute;
    top: 10.1333333333vw;
    right: 5.6vw;
    width: 34.6666666667vw;
  }
}

.sec-ttl.sec-ttl-sub span {
  display: block;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .sec-ttl.sec-ttl-sub span {
    font-size: 5.6vw;
  }
}
.sec-ttl.sec-ttl-sub span:after {
  margin: 0 auto;
  right: 0;
  text-align: center;
  width: 360px;
}

.secgray-block-bg .subttl {
  color: #ff4164;
  font-size: 24px;
  padding-bottom: 35px;
}
.secgray-block-bg p {
  padding-bottom: 20px;
}
.secgray-block-bg p:last-child {
  padding-bottom: 0;
}
.secgray-block-bg img {
  float: right;
  margin-left: 30px;
}

/* Section Gray */
.dl-qa {
  margin: 0 auto 70px;
}
.dl-qa dt {
  background: url("../images/bg-qa-ttl.webp") repeat-x;
  border: #d6d6d6 1px solid;
  line-height: 40px;
  margin-top: 10px;
  padding: 8px 20px;
  font-size: 18px;
}
.dl-qa dt div {
  background: url("../images/icon-q.webp") no-repeat;
  font-weight: 700;
  min-height: 40px;
  padding-left: 60px;
}
.dl-qa dd {
  background: url("../images/icon-a.webp") no-repeat #fff;
  background-position: 20px 8px;
  border: #d6d6d6 1px solid;
  border-top: none;
  padding: 18px 80px 18px 80px;
}

.accT {
  position: relative;
  cursor: pointer;
}
.accT:after {
  content: url("../images/icon-open.webp");
  height: 20px;
  position: absolute;
  right: 25px;
  top: 10px;
  width: 20px;
}
.accT.open:after {
  content: url("../images/icon-close.webp");
}

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
footer .sns {
  height: auto;
}

@media screen and (min-width: 745px) {
  .slider-case-prp-antiaging .swiper-slide {
    flex-shrink: initial;
  }
}
@media screen and (max-width: 744px) {
  .slider-case-prp-antiaging .swiper-slide {
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
    width: 82.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .slider-case-prp-antiaging .swiper-slide img.pcDisp_lp {
    display: none;
  }
}
@media screen and (min-width: 745px) {
  .slider-case-prp-antiaging .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 0 14px;
  }
}
@media screen and (max-width: 744px) {
  .slider-case-prp-antiaging .swiper-pagination {
    bottom: 6.9333333333vw;
    display: flex;
    justify-content: center;
    position: absolute;
  }
}
@media screen and (max-width: 744px) {
  .slider-case-prp-antiaging .swiper-pagination-bullet {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 2.6666666667vw !important;
    background-color: #d6d6d6;
    opacity: 1;
  }
  .slider-case-prp-antiaging .swiper-pagination-bullet-active {
    background-color: #ff4164;
  }
}

/* --------------------------------------------------
 費用
-------------------------------------------------- */
@media screen and (max-width: 744px) {
  #tempPrice .tempPriceNotice,
  #tempPrice .link-txt a {
    font-size: 3.4666666667vw;
  }
}

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

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

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