@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-lip {
  --color-primary: #ef629f;
  --color-alpha: rgb(253.72, 242.44, 247.32);
  --color-secondary: rgba(239, 98, 159, 0.3);
  --color-strong: rgb(235, 0, 101.6666666667);
}

/* コンテンツ
*****************************************************/
.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%;
  }
}

.prp-lip > section {
  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;
}
@media screen and (max-width: 744px) {
  .prp-lip > 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: 8vw 5.3333333333vw;
  }
}
section .inner.inner-wide {
  max-width: 1080px;
}
section .inner > p {
  padding-bottom: 30px;
  text-align: justify;
}
section .inner p.no {
  padding-bottom: 0;
}

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

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

.block-ttl {
  font-family: var(--font-noto-serif);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #491d05;
}
@media screen and (max-width: 744px) {
  .block-ttl {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
    line-height: 1.3;
  }
}
.block-ttl small {
  font-size: 28px;
}
@media screen and (max-width: 744px) {
  .block-ttl small {
    font-size: 4.8vw;
    line-height: 1.8;
  }
}
.block-ttl strong {
  color: var(--color-primary);
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 744px) {
  .block-ttl strong {
    font-size: 6.4vw;
  }
}
.block-ttl span {
  position: relative;
  padding: 0 50px;
  display: inline-block;
}
@media screen and (max-width: 744px) {
  .block-ttl span {
    padding: 0 8vw;
  }
}
.block-ttl span::before {
  position: absolute;
  left: 15px;
  top: 5px;
  content: "";
  width: 1px;
  height: 80px;
  background: #491d05;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.block-ttl span::after {
  position: absolute;
  left: 15px;
  top: 5px;
  content: "";
  width: 1px;
  height: 80px;
  background: #491d05;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  left: auto;
  right: 15px;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}
.block-ttl span::before, .block-ttl span::after {
  height: 16vw;
}
/* Section 01 */
.sec01 {
  background-image: url("../images/sec01-bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec01 {
    background: none;
  }
}
.sec01 .pcDisp_lp img {
  width: 634px;
  margin-left: 37px;
}
.sec01 h2 {
  margin-bottom: 0;
}

section .inner.inner-bnr {
  padding: 0;
}

.list-01 {
  background: #c83264;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  -webkit-box-shadow: inset 0px -10px 28px -17px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px -10px 28px -17px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -10px 28px -17px rgba(0, 0, 0, 0.5);
}
.list-01 li {
  display: inline-block;
  line-height: 60px;
  position: relative;
  vertical-align: middle;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.list-01 li:after {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  height: 56px;
  position: absolute;
  right: 0;
  top: 13px;
  width: 1px;
}
.list-01 li:first-child:before {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  height: 56px;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
}
.list-01 li:first-child:after {
  top: 0;
}
.list-01 li:nth-child(2):after, .list-01 li:nth-child(4):after, .list-01 li:last-child:after {
  top: 0;
}
.list-01 li a {
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 1.5;
  padding: 15px 40px;
  text-align: center;
}

/* Section 02 */
.sec02 {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-weight: 600;
  max-width: 1920px;
  margin: 0 auto;
}
.sec02 .inner {
  padding: 50px 0 272px;
}
@media screen and (max-width: 744px) {
  .sec02 .inner {
    padding: 8vw 5.3333333333vw 21.3333333333vw;
  }
}

.sec02__content1 {
  background: url("../images/sec02-bg.webp") center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec02__content1 {
    background: url("../images/sec02-bg-sp.webp") center/cover no-repeat;
  }
}

.sec02-head {
  font-size: 60px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .sec02-head {
    font-size: 8vw;
    text-align: center;
    margin-bottom: 8vw;
  }
}

.sec02-content {
  font-size: 24px;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 1px;
}
@media screen and (max-width: 744px) {
  .sec02-content {
    font-size: 4.8vw;
    line-height: 2;
    letter-spacing: 0;
    text-align: left;
  }
}

.sec02__content2 {
  background: url(../images/sec02-01.webp) center/cover no-repeat;
  height: 577px;
  margin-top: -200px;
}
@media screen and (max-width: 744px) {
  .sec02__content2 {
    height: initial;
    background: url(../images/sec02-01-sp.webp) center/cover no-repeat;
    margin-top: 0;
    height: 126.1333333333vw;
    margin-top: -10.6666666667vw;
  }
}

.sec02__recommend {
  max-width: 1016px;
  margin: 0 auto;
  padding: 120px 0 0;
}
@media screen and (max-width: 744px) {
  .sec02__recommend {
    padding: 10.6666666667vw 2.6666666667vw 0;
  }
}
.sec02__recommend .ttls {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .sec02__recommend .ttls {
    margin-bottom: 5.6vw;
  }
}
.sec02__recommend .ttl {
  color: var(--color-primary);
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 44.438px;
  font-weight: 600;
  line-height: 57.6px;
  display: block;
}
@media screen and (max-width: 744px) {
  .sec02__recommend .ttl {
    font-size: 6.9066666667vw;
    line-height: 8.96vw;
  }
}
.sec02__recommend .sub {
  color: #323232;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  display: block;
}
@media screen and (max-width: 744px) {
  .sec02__recommend .sub {
    font-size: 4.2666666667vw;
    line-height: 5.12vw;
  }
}
.sec02__recommend .lists {
  display: inline-block;
  display: grid;
  gap: 24px 32px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 744px) {
  .sec02__recommend .lists {
    margin: 0;
    text-align: left;
    grid-template-columns: repeat(1, 1fr);
    gap: 4.2666666667vw;
  }
}
.sec02__recommend .lists li {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  position: relative;
  padding: 10px 7px 10px 46px;
  display: block;
  z-index: 1;
  color: #000000;
  line-height: 130%;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .sec02__recommend .lists li {
    font-size: 4.8vw;
    line-height: 150%;
    text-align: left;
    padding: 2.6666666667vw 0 2.6666666667vw 12vw;
  }
}
.sec02__recommend .lists li:before {
  content: "";
  background: url(../images/check-pink.svg) no-repeat center top/contain;
  width: 36px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
@media screen and (max-width: 744px) {
  .sec02__recommend .lists li:before {
    width: 6.4vw;
    height: 6.4vw;
    position: absolute;
    left: 4.8vw;
  }
}
.sec02__recommend .lists li:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-20deg);
  box-shadow: 4px 4px 0px 0px #a23e6a;
}
@media screen and (max-width: 744px) {
  .sec02__recommend .lists li:after {
    transform: skew(-8deg);
  }
}

/* Section 03 */
.sec03 {
  position: relative;
  background: url(../images/sec03-01.webp) center/cover no-repeat;
  max-width: 1920px;
  margin: 0 auto;
  z-index: -2;
}
@media screen and (max-width: 744px) {
  .sec03 {
    height: 284.2666666667vw;
    background: url(../images/sec03-01-sp.webp) center/cover no-repeat;
  }
}
@media screen and (max-width: 744px) {
  .sec03 .clearfix {
    overflow: initial;
  }
}
.sec03 .inner {
  padding: 70px 0 60px;
  position: relative;
  max-width: 1120px;
}
@media screen and (max-width: 744px) {
  .sec03 .inner {
    padding: 5.8666666667vw 0 0;
  }
}
.sec03 .titles {
  margin-bottom: 37px;
}
.sec03 .ttl {
  color: #8b1a42;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 44.438px;
  font-weight: 600;
  display: block;
  line-height: 57.6px;
}
@media screen and (max-width: 744px) {
  .sec03 .ttl {
    font-size: 6.4vw;
    line-height: 200%;
  }
}
.sec03 .subttl {
  color: #323232;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  display: block;
}
@media screen and (max-width: 744px) {
  .sec03 .subttl {
    font-size: 4.8vw;
    line-height: 150%;
  }
}
.sec03 .sec03__cards {
  max-width: 1120px;
  margin: 0 auto 0px;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 9.3px;
  padding-bottom: 22px;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03__cards {
    display: block;
    margin: 0 auto;
    padding-bottom: 141.6vw;
  }
}
.sec03 .sec03__cards__etc {
  position: absolute;
  bottom: 58px;
  right: 34px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03__cards__etc {
    bottom: 5.0666666667vw;
    right: 13.6vw;
    font-size: 6.4vw;
  }
}
.sec03 .sec03__cards__card {
  max-width: 280px;
  width: 100%;
  height: 300px;
  padding: 53px 0 0;
  background: url(../images/sec03-img-01.webp) center/cover no-repeat;
  height: 318px;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03__cards__card {
    max-width: 100%;
    height: initial;
    position: relative;
    padding: 0;
    background: initial;
    background: url(../images/sec03-img-01-sp.webp) center/cover no-repeat;
    width: 48.5333333333vw;
    height: 56.5333333333vw;
    position: absolute;
  }
}
@media screen and (max-width: 744px) {
  .sec03 .sec03__cards__card__1 {
    top: -1.8666666667vw;
    right: 5.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec03 .sec03__cards__card__2 {
    top: 29.6vw;
    left: 5.6vw;
  }
}
@media screen and (max-width: 744px) {
  .sec03 .sec03__cards__card__3 {
    top: 59.7333333333vw;
    right: 5.6vw;
  }
}
@media screen and (max-width: 744px) {
  .sec03 .sec03__cards__card__4 {
    top: 91.2vw;
    left: 5.6vw;
  }
}
.sec03 .sec03__cards__card .ttl {
  color: #fff;
  text-align: center;
  font-family: var(--font-yumincho);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 14px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03__cards__card .ttl {
    margin-bottom: 0;
    font-size: 4.8vw;
    padding-top: 9.3333333333vw;
    line-height: 130%;
    margin-bottom: 4.2666666667vw;
  }
}
.sec03 .sec03__cards__card .ttl::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background: white;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03__cards__card .ttl::after {
    bottom: -2.1333333333vw;
    width: 37.3333333333vw;
    height: 0.2666666667vw;
  }
}
.sec03 .sec03__cards__card .text {
  color: #fff;
  text-align: center;
  font-family: var(--font-yugo);
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 744px) {
  .sec03 .sec03__cards__card .text {
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
  }
}
.sec03 .sec03__cards__card .text span {
  font-size: 10px;
  line-height: 27px;
  vertical-align: super;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03__cards__card .text span {
    font-size: 2.4vw;
    line-height: 7.2vw;
  }
}

.sec03-head {
  background: url("../images/sec03-headbg.webp") no-repeat;
  background-size: cover;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 36px;
  min-height: 100px;
  padding: 18px;
  font-weight: 600;
  margin-bottom: 0;
  overflow: initial;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec03-head {
    font-size: 6.4vw;
    padding: 5.8666666667vw 4.8vw;
    min-height: 26.6666666667vw;
  }
}
.sec03-head::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 60px 0 60px;
  border-color: #5a5a5a transparent transparent transparent;
}
@media screen and (max-width: 744px) {
  .sec03-head::after {
    bottom: -5.3333333333vw;
    border-width: 5.3333333333vw 8vw 0 8vw;
  }
}
@media screen and (max-width: 744px) {
  .sec03-head {
    font-size: 6.4vw;
  }
}

.sec03-content {
  color: #870032;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  text-shadow: 1px 1px 2px #fff, 0 0 25px #fff, 0 0 5px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff;
}
@media screen and (max-width: 744px) {
  .sec03-content {
    font-size: 4.8vw;
    padding: 8vw;
  }
}
.sec03-content span {
  font-feature-settings: "palt" 1;
  font-size: 56px;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 744px) {
  .sec03-content span {
    font-size: 9.0666666667vw;
    font-weight: 700;
  }
}
.sec03-content span.span__2 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .sec03-content span.span__2 {
    font-size: 5.6vw;
  }
}

/* Section 04 */
.sec04 {
  position: relative;
  overflow: hidden;
}
.sec04 .inner {
  max-width: 980px;
  padding-bottom: 80px;
  padding-top: 48px;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .sec04 .inner {
    padding: 8vw 4.2666666667vw 8.5333333333vw;
  }
}
.sec04 .sec04-img-01-wrap__img {
  max-width: 1016px;
  margin: 0 auto;
}

.sec04-head {
  font-size: 48px;
  font-weight: 600;
  color: var(--color-primary);
  line-height: 1.2;
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .sec04-head {
    font-size: 7.4666666667vw;
    margin-bottom: 8vw;
  }
}
.sec04-head span {
  font-size: 24px;
  display: block;
  color: #323232;
}
@media screen and (max-width: 744px) {
  .sec04-head span {
    font-size: 4.2666666667vw;
  }
}

.p-design {
  overflow: initial;
  background: url(../images/p-design-01.webp) center/cover no-repeat;
  height: 806px;
  max-width: 1920px;
  margin: -106px auto 0;
}
@media screen and (max-width: 744px) {
  .p-design {
    height: initial;
    background: initial;
    margin: 0 auto;
  }
}
.p-design .p-design__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 180px 0 72px;
}
@media screen and (max-width: 744px) {
  .p-design .p-design__inner {
    background: url(../images/p-design-01-sp.webp) center/cover no-repeat;
    padding: 18.4vw 0 13.3333333333vw;
    position: relative;
  }
  .p-design .p-design__inner::after {
    content: "";
    position: absolute;
    top: -9.0666666667vw;
    right: 0;
    width: 54.4vw;
    height: 70.6666666667vw;
    background: url(../images/p-design-03-sp.webp) center/cover no-repeat;
  }
}
.p-design .title {
  max-width: 470px;
  margin-bottom: 6px;
  margin-left: auto;
}
@media screen and (max-width: 744px) {
  .p-design .title {
    max-width: 58.9333333333vw;
    margin-bottom: 2.6666666667vw;
    margin-left: 5.3333333333vw;
    position: relative;
    z-index: 1;
  }
}
.p-design .title img {
  aspect-ratio: 470/129;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 744px) {
  .p-design .title img {
    aspect-ratio: 221/60;
  }
}
.p-design .lists {
  max-width: 430px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 28px;
  margin-left: auto;
  margin-right: 20px;
}
@media screen and (max-width: 744px) {
  .p-design .lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw;
    max-width: 64vw;
    padding-bottom: 4.2666666667vw;
    margin-right: 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}
.p-design .list {
  color: #8d0a3a;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 21px;
  font-weight: 600;
  line-height: 130%;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 65px;
  border: 1px solid #8d0a3a;
  background: #fff;
}
@media screen and (max-width: 744px) {
  .p-design .list {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    border-radius: 17.3333333333vw;
    border: 0.2666666667vw solid #8d0a3a;
    background: #fff;
    font-size: 4.8vw;
  }
}
.p-design .text {
  color: #333;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 36px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 2.16px;
}
@media screen and (max-width: 744px) {
  .p-design .text {
    font-size: 4.8vw;
    letter-spacing: 0.576vw;
  }
}

/* Section 06 */
.sec06 {
  background: url("../images/sec06-bg.webp") no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .sec06 {
    background: url("../images/sec06-bg-sp.webp") no-repeat center top;
    background-size: cover;
    overflow: visible;
    z-index: 1;
    position: relative;
  }
}
.sec06 .inner {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1000px;
}
@media screen and (max-width: 744px) {
  .sec06 .inner {
    padding: 4.2666666667vw 5.3333333333vw 13.3333333333vw;
    overflow: visible;
  }
}
.sec06 img {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec06 img {
    margin: 0 auto 0px;
  }
}
.sec06 .sec06__box {
  position: relative;
  z-index: 1;
}
.sec06 .sec06__box::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 50px;
  background: url(../images/sec06-08.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__box::after {
    width: 89.3333333333vw;
    background: url(../images/sec06-08-sp.webp) center/cover no-repeat;
    height: 4vw;
    bottom: -4vw;
  }
}
.sec06 .sec06__box__1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__box__1 {
    margin-bottom: 4vw;
  }
}
.sec06 .sec06__box__title {
  color: #fff;
  font-family: var(--font-noto-serif);
  font-size: 32px;
  font-weight: 600;
  background: url(../images/sec06-07.webp) center/cover no-repeat;
  height: 80px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__box__title {
    font-size: 4.8vw;
    font-weight: 600;
    line-height: 6.4vw;
    height: 13.3333333333vw;
  }
}
.sec06 .sec06__box__cards {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__box__cards {
    display: block;
  }
}
.sec06 .card {
  padding: 30px 16px 34px;
}
@media screen and (max-width: 744px) {
  .sec06 .card {
    display: flex;
    padding: 5.3333333333vw 1.8666666667vw 5.3333333333vw 2.6666666667vw;
  }
}
.sec06 .card:nth-of-type(1) {
  background: #fce1ec;
}
.sec06 .card:nth-of-type(2) {
  background: #fad0e2;
}
.sec06 .card:nth-of-type(3) {
  background: #f9c0da;
}
@media screen and (max-width: 744px) {
  .sec06 .figure {
    max-width: 40vw;
    width: 100%;
  }
}
.sec06 .fig {
  background: #f172a8;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .sec06 .fig {
    height: 12vw;
  }
}
.sec06 .ttl {
  color: #fff;
  font-family: var(--font-noto-serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
}
@media screen and (max-width: 744px) {
  .sec06 .ttl {
    font-size: 4.2666666667vw;
    line-height: 4.8vw;
  }
}
.sec06 .text {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .sec06 .text {
    font-size: 4.2666666667vw;
    font-weight: 600;
    margin-left: 5.3333333333vw;
    letter-spacing: 0.2666666667vw;
    width: 36.8vw;
    line-height: 1.5;
  }
}

/* Section 09 */
.sec09 {
  background: url("../images/sec09-bg.webp") no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 744px) {
  .sec09 {
    background: #dfe0e3;
    position: relative;
  }
  .sec09::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 67.7333333333vw;
    background: url(../images/sec09-09-sp.webp) center/cover no-repeat;
    z-index: 1;
  }
}
.sec09 .inner {
  padding-top: 70px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec09 .inner {
    padding: 61.0666666667vw 0 0;
  }
}
.sec09 .sec09__difference {
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__difference {
    max-width: 92.2666666667vw;
    margin: 0 auto;
    z-index: 1;
  }
}
.sec09 .sec09__difference::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 83px;
  height: 42px;
  background: url(../images/arrow-bottom.svg) center/cover no-repeat;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__difference::after {
    bottom: -10.4vw;
    width: 10.6666666667vw;
    height: 5.3333333333vw;
  }
}
.sec09 .sec09__difference .ttl {
  color: #fff;
  background: #323232;
  font-family: var(--font-noto-serif);
  font-size: 33px;
  font-weight: 600;
  line-height: 28.5px;
  letter-spacing: -0.99px;
  margin-bottom: 0;
  padding: 25.5px 0;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__difference .ttl {
    background: initial;
    text-align: left;
    position: absolute;
    font-size: 4.8vw;
    line-height: 6.4vw;
    padding: 1.3333333333vw 0 1.8666666667vw 4vw;
    top: -32.5333333333vw;
    left: -4vw;
    letter-spacing: 0px;
  }
}
.sec09 .sec09__difference .content {
  height: 680px;
  background: url(../images/sec09-01.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__difference .content {
    height: initial;
    background: initial;
    margin-bottom: 8vw;
  }
}
.sec09 .sec09__difference .box {
  padding-top: 27px;
  margin: 0 22px 0 auto;
  display: grid;
  justify-content: end;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__difference .box {
    padding-top: 7.2vw;
    margin: 0;
    display: flex;
    gap: 2.1333333333vw;
  }
}
.sec09 .sec09__difference .cheeks {
  display: flex;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__difference .cheeks {
    display: block;
    max-width: 44.9333333333vw;
    width: 100%;
  }
}
.sec09 .sec09__difference .cheeks .cheeks__caption {
  background: #491d05;
  color: #fff;
  font-family: var(--font-noto-serif);
  font-size: 23px;
  font-weight: 600;
  line-height: 26.5px;
  writing-mode: vertical-lr;
  padding: 0 8px;
  height: 230px;
  margin-top: auto;
  letter-spacing: 3px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__difference .cheeks .cheeks__caption {
    writing-mode: initial;
    height: 6.6666666667vw;
    padding: 0 2.1333333333vw;
    font-size: 3.7333333333vw;
    line-height: 7.0666666667vw;
    letter-spacing: 0.3733333333vw;
  }
}
.sec09 .sec09__difference .cheeks .cheeks__caption::before {
  content: "";
  position: absolute;
  top: 202px;
  left: -245px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 290px 28px 0;
  border-color: transparent #491d05 transparent transparent;
  transform: skewX(-45deg);
  rotate: -45deg;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__difference .cheeks .cheeks__caption::before {
    top: -16.5333333333vw;
    left: 17.3333333333vw;
    border-width: 2.1333333333vw 58.6666666667vw 2.1333333333vw 0;
    transform: skewX(60deg);
    rotate: 150deg;
  }
}
.sec09 .sec09__difference .cheeks .cheeks__img {
  max-width: 314px;
}
.sec09 .sec09__difference .thin {
  display: flex;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__difference .thin {
    display: contents;
  }
}
.sec09 .sec09__difference .thin .thin__img {
  max-width: 202px;
  margin: 4px 29px 4px 40px;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__difference .thin .thin__img {
    width: 7.4666666667vw;
    height: 36.8vw;
    margin: 0;
    rotate: 0deg;
    position: absolute;
    top: 31.4666666667vw;
    left: 42.4vw;
    z-index: 1;
  }
}
.sec09 .sec09__difference .thin .thin__text {
  color: #333;
  font-family: var(--font-noto-serif);
  font-size: 21px;
  font-weight: 600;
  line-height: 28.5px;
  letter-spacing: -1.05px;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__difference .thin .thin__text {
    color: #fff;
    background: #323232;
    position: absolute;
    top: 16.8vw;
    left: 29.8666666667vw;
    font-size: 2.6666666667vw;
    font-weight: 600;
    line-height: 3.4666666667vw;
    padding: 0.8vw 1.3333333333vw;
    z-index: 1;
    text-align: center;
    letter-spacing: 0;
  }
  .sec09 .sec09__difference .thin .thin__text::before {
    content: "";
    position: absolute;
    top: 10.4vw;
    left: 8.8vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.6666666667vw 13.3333333333vw 2.6666666667vw 0;
    border-color: rgba(0, 0, 0, 0) #323232 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    transform: skewX(-45deg);
    rotate: -135deg;
  }
}
.sec09 .sec09__difference .lips {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__difference .lips {
    position: relative;
    display: block;
    max-width: 44.9333333333vw;
    width: 100%;
  }
}
.sec09 .sec09__difference .lips .lips__caption {
  background: #ee629f;
  color: #fff;
  font-family: var(--font-noto-serif);
  font-size: 23px;
  font-weight: 600;
  line-height: 26.5px;
  writing-mode: vertical-lr;
  padding: 0 8px;
  height: 230px;
  letter-spacing: 3px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__difference .lips .lips__caption {
    writing-mode: initial;
    height: 6.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 7.0666666667vw;
    letter-spacing: 0.3733333333vw;
  }
}
.sec09 .sec09__difference .lips .lips__caption::before {
  content: "";
  position: absolute;
  top: 137px;
  left: -345px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 360px 34px 0;
  border-color: rgba(0, 0, 0, 0) #ee629f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-18deg);
  rotate: -18deg;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__difference .lips .lips__caption::before {
    top: -8.2666666667vw;
    left: 21.0666666667vw;
    border-width: 2.9333333333vw 16vw 2.9333333333vw 0;
    transform: skewX(46deg);
    rotate: 135deg;
  }
}
.sec09 .sec09__difference .lips .lips__img {
  max-width: 208px;
  margin-right: 10px;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__difference .lips .lips__img {
    margin-right: 0;
    max-width: 100%;
  }
}
.sec09 .sec09__difference .lips .lips__text {
  color: #fff;
  font-family: var(--font-noto-serif);
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.95px;
  background: #c73262;
  padding: 10px 8.5px 10px 12.5px;
  height: 80px;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__difference .lips .lips__text {
    position: absolute;
    top: 10.6666666667vw;
    left: 6.4vw;
    font-size: 2.6666666667vw;
    font-weight: 600;
    line-height: 3.4666666667vw;
    height: 8.5333333333vw;
    padding: 0.8vw 2.1333333333vw;
    letter-spacing: 0.2533333333vw;
  }
}
.sec09 .sec09__structure {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__structure {
    max-width: 92.2666666667vw;
    margin: 0 auto 28.5333333333vw;
  }
}
.sec09 .sec09__structure::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1000px;
  height: 50px;
  background: url(../images/sec09-10.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__structure::after {
    background: url(../images/sec09-10-sp.webp) center/cover no-repeat;
    width: 92.2666666667vw;
    height: 4vw;
    bottom: -4vw;
  }
}
.sec09 .sec09__structure .ttl {
  color: #fff;
  font-family: var(--font-noto-serif);
  font-size: 33px;
  font-weight: 600;
  line-height: 28.5px;
  letter-spacing: -0.99px;
  background: url(../images/sec09-09.webp) center/cover no-repeat;
  margin-bottom: 0;
  padding: 25.5px 0;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__structure .ttl {
    font-size: 4.8vw;
    line-height: 7.6vw;
    letter-spacing: -0.144vw;
    padding: 2.6666666667vw 0;
  }
}
.sec09 .sec09__structure .content {
  display: flex;
}
.sec09 .sec09__structure .card {
  padding: 52px 0 0;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__structure .card {
    padding: 5.3333333333vw 2.9333333333vw 0;
  }
}
.sec09 .sec09__structure .card__bad {
  background: #fce1ec;
  width: 50%;
}
.sec09 .sec09__structure .card__good {
  background: #f8c0d9;
  width: 50%;
}
.sec09 .sec09__structure .heading {
  font-family: var(--font-noto-serif);
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  line-height: 28.5px;
  letter-spacing: -0.99px;
  padding-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__structure .heading {
    font-size: 4.8vw;
    line-height: 6.4vw;
    letter-spacing: -0.144vw;
    padding-bottom: 5.3333333333vw;
  }
}
.sec09 .sec09__structure .heading__1 {
  color: #803;
}
.sec09 .sec09__structure .heading__2 {
  color: #ba3161;
}
.sec09 .sec09__structure .lip__img {
  max-width: 340px;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__structure .lip__img {
    max-width: 90.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sec09 .sec09__structure .lip__img__2 {
  position: relative;
}
.sec09 .sec09__structure .lip__img__2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: -100px;
  width: 40px;
  height: 80px;
  background: linear-gradient(90deg, #bf285b 0%, #700f32 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__structure .lip__img__2::before {
    width: 4vw;
    height: 8vw;
    left: -4.8vw;
  }
}
.sec09 .sec09__structure .detail {
  max-width: 340px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__structure .detail {
    margin: 0 auto 4.8vw;
    max-width: 90.6666666667vw;
  }
}
.sec09 .sec09__structure .detail__2 {
  position: relative;
}
.sec09 .sec09__structure .detail__2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: -100px;
  width: 40px;
  height: 80px;
  background: linear-gradient(90deg, #bf285b 0%, #700f32 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__structure .detail__2::before {
    width: 4vw;
    height: 8vw;
    left: -4.8vw;
  }
}
.sec09 .sec09__structure .detail__ttl {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 28.5px;
  letter-spacing: -1.14px;
  padding: 15.5px 0;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__structure .detail__ttl {
    font-size: 4vw;
    line-height: 5.3333333333vw;
    letter-spacing: -0.24vw;
    padding: 1.3333333333vw 2.1333333333vw;
  }
}
.sec09 .sec09__structure .detail__ttl__1 {
  background: #803;
}
.sec09 .sec09__structure .detail__ttl__2 {
  background: #c83264;
}
.sec09 .sec09__structure .activation {
  background: #c63264;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__structure .activation {
    position: absolute;
    bottom: -21.3333333333vw;
    left: 0;
    width: 92.2666666667vw;
    height: 17.0666666667vw;
    border-radius: 2.6666666667vw;
    padding: 1.8666666667vw 0 2.4vw;
  }
  .sec09 .sec09__structure .activation::after {
    content: "";
    position: absolute;
    top: -5.0666666667vw;
    right: 18.6666666667vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4vw 5.3333333333vw 4vw;
    border-color: transparent transparent #c63264 transparent;
    z-index: 1;
  }
}
.sec09 .sec09__structure .icon {
  max-width: 70px;
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__structure .icon {
    max-width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.sec09 .sec09__structure .text {
  color: #fff;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  padding-left: 21px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__structure .text {
    font-size: 4.8vw;
    line-height: 6.4vw;
    padding-left: 5.6vw;
  }
}

/* Section 12 */
.sec12 {
  background: url("../images/sec12-bg.webp") no-repeat center top;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .sec12 {
    background: none;
  }
}
.sec12 .inner {
  padding: 80px 0;
}
@media screen and (max-width: 744px) {
  .sec12 .inner {
    padding: 0;
  }
}
.sec12 .sec12-ttl-wrap__img {
  max-width: 141px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec12 .sec12-ttl-wrap__img {
    max-width: 37.6vw;
    width: 37.6vw;
  }
}

.sec12-head {
  font-size: 32px;
  font-weight: 600;
  width: 50%;
  display: block;
  float: left;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec12-head {
    font-size: 5.6vw;
    width: auto;
    float: none;
    background: var(--color-primary);
    padding: 2.6666666667vw;
    position: relative;
  }
}
@media screen and (max-width: 744px) {
  .sec12-head::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 6.6666666667vw solid transparent;
    border-right: 6.6666666667vw solid transparent;
    border-top: 6.9333333333vw solid var(--color-primary);
    left: 50%;
    bottom: -6.6666666667vw;
    margin-left: -3.4666666667vw;
  }
}
.sec12-head h2 {
  font-weight: inherit;
  margin-bottom: 0;
  width: initial;
  overflow: initial;
  font-size: inherit;
}
@media screen and (max-width: 744px) {
  .sec12-head h2 {
    display: inline-block;
  }
}
@media screen and (max-width: 744px) {
  .sec12-head img {
    width: 100%;
    margin-right: 2.6666666667vw;
    display: inline-block;
    vertical-align: initial;
  }
}
@media screen and (max-width: 744px) {
  .sec12-head div {
    display: inline-block;
    text-align: left;
  }
}

.sec12-content {
  width: 50%;
  display: block;
  float: left;
  color: #fff;
  padding-right: 50px;
}
@media screen and (max-width: 744px) {
  .sec12-content {
    background: url(../images/sec12-bg-sp.webp) no-repeat center top;
    background-size: cover;
    width: auto;
    float: none;
    padding: 13.3333333333vw 8vw;
  }
}

.sec12-list li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #fff;
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  .sec12-list li {
    padding-left: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 4vw;
    border-bottom: 0.2666666667vw dotted #fff;
    font-size: 4.8vw;
  }
}
.sec12-list li span {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 744px) {
  .sec12-list li span {
    font-size: 3.7333333333vw;
  }
}
.sec12-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.sec12-list li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #fff;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 744px) {
  .sec12-list li::before {
    border-top: 1.8666666667vw solid transparent;
    border-bottom: 1.8666666667vw solid transparent;
    border-left: 2.1333333333vw solid #fff;
    top: 1.8666666667vw;
  }
}

/* Section 13 */
.sec13 .inner {
  padding: 0;
  max-width: 100%;
}
.sec13 .sec13__ttl {
  color: #fff;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 32px;
  font-weight: 800;
  line-height: 24px;
  background: url(../images/sec13-01.webp) center/cover no-repeat;
  padding: 38px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ttl {
    height: 13.3333333333vw;
    font-size: 4.8vw;
    font-weight: 600;
    line-height: 6.4vw;
    padding: 3.4666666667vw 0;
  }
}
.sec13 .sec13__ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec13 .sec13__ul__li {
  padding: 59px 0 45px;
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li {
    padding: 5.3333333333vw 0 3.2vw;
  }
}
.sec13 .sec13__ul__li:nth-of-type(1) {
  background: #ffedf1;
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li:nth-of-type(1) {
    background: #ffedf1;
  }
}
.sec13 .sec13__ul__li:nth-of-type(2) {
  background: #fedbe3;
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li:nth-of-type(2) {
    background: #fedbe3;
  }
}
.sec13 .sec13__ul__li:nth-of-type(3) {
  background: #fec3ce;
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li:nth-of-type(3) {
    background: #fec3ce;
  }
}
.sec13 .sec13__ul__li:nth-of-type(4) {
  background: #fec3ce;
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li:nth-of-type(4) {
    background: #ffedf1;
  }
}
.sec13 .sec13__ul__li:nth-of-type(5) {
  background: #ffedf1;
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li:nth-of-type(5) {
    background: #fedbe3;
  }
}
.sec13 .sec13__ul__li:nth-of-type(6) {
  background: #fedbe3;
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li:nth-of-type(6) {
    background: #fec3ce;
  }
}
.sec13 .sec13__ul__li .ttl {
  color: #fff;
  background: #443838;
  font-weight: 700;
  font-size: 16px;
  width: 150px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  font-family: var(--font-noto-serif);
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li .ttl {
    font-size: 3.7333333333vw;
    width: 34.6666666667vw;
    height: 6.4vw;
    margin: 0 auto 4vw;
    font-weight: 600;
    line-height: 7.6vw;
    padding-bottom: 0.5333333333vw;
  }
}
.sec13 .sec13__ul__li .ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li .ttl::before {
    left: -0.2666666667vw;
    right: -0.2666666667vw;
    border-width: 3.2vw 0 3.2vw 2.4vw;
  }
}
.sec13 .sec13__ul__li .ttl::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 15px 0;
  border-color: transparent #ffffff transparent transparent;
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li .ttl::after {
    right: -0.2666666667vw;
    border-width: 3.2vw 2.4vw 3.2vw 0;
  }
}
.sec13 .sec13__ul__li .ttl__1:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffedf1;
}
.sec13 .sec13__ul__li .ttl__1:after {
  border-color: rgba(0, 0, 0, 0) #ffedf1 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.sec13 .sec13__ul__li .ttl__2:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fedbe3;
}
.sec13 .sec13__ul__li .ttl__2:after {
  border-color: rgba(0, 0, 0, 0) #fedbe3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.sec13 .sec13__ul__li .ttl__3:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fec3ce;
}
.sec13 .sec13__ul__li .ttl__3:after {
  border-color: rgba(0, 0, 0, 0) #fec3ce rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.sec13 .sec13__ul__li .ttl__4:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fec3ce;
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li .ttl__4:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffedf1;
  }
}
.sec13 .sec13__ul__li .ttl__4:after {
  border-color: rgba(0, 0, 0, 0) #fec3ce rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li .ttl__4:after {
    border-color: rgba(0, 0, 0, 0) #ffedf1 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  }
}
.sec13 .sec13__ul__li .ttl__5:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffedf1;
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li .ttl__5:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fedbe3;
  }
}
.sec13 .sec13__ul__li .ttl__5:after {
  border-color: rgba(0, 0, 0, 0) #ffedf1 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li .ttl__5:after {
    border-color: rgba(0, 0, 0, 0) #fedbe3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  }
}
.sec13 .sec13__ul__li .ttl__6:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fedbe3;
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li .ttl__6:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fec3ce;
  }
}
.sec13 .sec13__ul__li .ttl__6:after {
  border-color: rgba(0, 0, 0, 0) #fedbe3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li .ttl__6:after {
    border-color: rgba(0, 0, 0, 0) #fec3ce rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li .wrap {
    padding: 0 2.6666666667vw;
  }
}
.sec13 .sec13__ul__li .img {
  max-width: 153px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li .img {
    max-width: 32.2666666667vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li .img__4 {
    margin-bottom: 7.2vw;
  }
}
.sec13 .sec13__ul__li .img img {
  width: 100%;
}
.sec13 .sec13__ul__li .txt {
  color: #313131;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li .txt {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li .txt__1 {
    max-width: 53.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li .txt__2 {
    max-width: 53.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li .txt__3 {
    max-width: 53.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li .txt__4 {
    max-width: 53.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li .txt__5 {
    max-width: 53.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li .txt__6 {
    max-width: 53.3333333333vw;
  }
}
.sec13 .sec13__ul__li .txt span {
  color: #e96697;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 744px) {
  .sec13 .sec13__ul__li .txt span {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}

/* Section 08 */
.sec08 .inner {
  padding: 50px 20px 88px;
}
@media screen and (max-width: 744px) {
  .sec08 .inner {
    padding: 8vw 5.3333333333vw;
  }
}
.sec08 .block-ttl {
  margin-bottom: 70px;
  margin-top: 20px;
}
@media screen and (max-width: 744px) {
  .sec08 .block-ttl {
    margin-bottom: 8vw;
  }
}
.sec08 .block-ttl span::before, .sec08 .block-ttl span::after {
  display: none;
}
.sec08 .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 .sec08-prp {
    min-height: 2.6666666667vw;
    font-size: 4.2666666667vw;
    padding: 0 4vw;
  }
}
.sec08 .sec08-prp .img {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 744px) {
  .sec08 .sec08-prp .img {
    left: 0;
    right: 0;
    margin: 0 auto 8vw;
    position: relative;
    text-align: center;
  }
}
@media screen and (max-width: 744px) {
  .sec08 .sec08-prp .img img .spDisp_lp {
    display: inline-block;
  }
}
.sec08 .sec08-prp p {
  padding-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .sec08 .sec08-prp p {
    padding-bottom: 5.3333333333vw;
  }
}
.sec08 .sec08-prp p:last-child {
  padding-bottom: 0;
}
.sec08 .sec08-prp p span {
  color: #ff4164;
}
.sec08 .bnr {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .sec08 .bnr {
    margin-top: 4.2666666667vw;
  }
}

/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
@media screen and (max-width: 744px) {
  #tempFlow {
    padding-top: 0;
  }
}
#tempFlow .tempFlow__lists {
  background: #feeff5;
}

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

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