@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500&family=Zen+Old+Mincho:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
/* ============================================================
   UTILITY — Margin Top
============================================================ */
.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mtm10 {
  margin-top: -10px !important;
}

.u-mtm20 {
  margin-top: -20px !important;
}

.u-mtm30 {
  margin-top: -30px !important;
}

/* UTILITY — Margin Bottom */
.u-mb5 {
  margin-bottom: 5px;
}

.u-mb6 {
  margin-bottom: 6px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb14 {
  margin-bottom: 14px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb36 {
  margin-bottom: 36px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

/* UTILITY — Font Size */
.u-fz10 {
  font-size: 10px;
}

.u-fz11 {
  font-size: 11px;
}

.u-fz12 {
  font-size: 12px;
}

.u-fz13 {
  font-size: 13px;
}

.u-fz14 {
  font-size: 14px;
}

.u-fz15 {
  font-size: 15px;
}

.u-fz16 {
  font-size: 16px;
}

.u-fz17 {
  font-size: 17px;
}

.u-fz18 {
  font-size: 18px;
}

.u-fz19 {
  font-size: 19px;
}

.u-fz20 {
  font-size: 20px;
}

.u-fz22 {
  font-size: 22px;
}

.u-fz24 {
  font-size: 24px;
}

.u-fz32 {
  font-size: 32px;
}

/* UTILITY — Font Weight */
.u-fw300 {
  font-weight: 300;
}

.u-fw400 {
  font-weight: 400;
}

.u-fw500 {
  font-weight: 500;
}

/* UTILITY — Font Family */
.u-serif {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
}

.u-sans{
  font-family: "Noto Sans JP", sans-serif;
}

/* UTILITY — Line Height */
.u-lh17 {
  line-height: 1.7;
}

.u-lh18 {
  line-height: 1.8;
}

.u-lh19 {
  line-height: 1.9;
}

.u-lh20 {
  line-height: 2;
}

.u-lh22 {
  line-height: 2.2;
}

.u-lh24 {
  line-height: 2.4;
}

.u-lh26 {
  line-height: 2.6;
}

/* UTILITY — Letter Spacing */
.u-ls005 {
  letter-spacing: 0.05em;
}

.u-ls010 {
  letter-spacing: 0.1em;
}

.u-ls015 {
  letter-spacing: 0.15em;
}

.u-ls020 {
  letter-spacing: 0.2em;
}

.u-ls025 {
  letter-spacing: 0.25em;
}

/* UTILITY — Text Align */
.u-tac {
  text-align: center;
}

.u-tal {
  text-align: left;
}

/* UTILITY — Display */
.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

/* UTILITY — Color — Text */
.u-col-base {
  color: #424242;
}

.u-col-body {
  color: #424242;
}

.u-col-sub,
.u-col-muted {
  color: #9a8878;
}

.u-col-gray {
  color: #b09080;
}

.u-col-pink {
  color: #d4a0b0;
}

.u-col-pink-lt {
  color: #c8a0b0;
}

.u-col-pink-ac {
  color: #e8a0b0;
}

/* UTILITY — Color — Background */
.u-bg-white {
  background: #fff;
}

.u-bg-cream {
  background: #fdf8f6;
}

.u-bg-pink {
  background: #fce8ef;
}

/* UTILITY — Padding */
.u-sec-pad {
  padding: 60px 15px;
}

.u-sec-pad-lg {
  padding: 70px 40px;
}

.u-px40 {
  padding-left: 40px;
  padding-right: 40px;
}

.u-py24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.u-p24 {
  padding: 24px;
}

.u-p30 {
  padding: 30px;
}

.u-p36 {
  padding: 36px 30px;
}

.u-pt44 {
  padding-top: 44px;
}

.u-pb40 {
  padding-bottom: 40px;
}

/* UTILITY — Border */
.u-border-b {
  border-bottom: 1px solid #ede5e0;
}

.u-border-pink {
  border: 1px solid #e8d0d8;
}

.u-border-pink-lg {
  border: 1.5px solid #e8d0d8;
}

/* UTILITY — Border Radius */
.u-radius4 {
  border-radius: 4px;
}

.u-radius-50 {
  border-radius: 50%;
}

/* UTILITY — Width / Height */
.u-w100 {
  width: 100%;
}

.u-w80 {
  width: 80px;
}

.u-w160 {
  width: 160px;
}

.u-h80 {
  height: 80px;
}

.u-h160 {
  height: 160px;
}

.u-h220 {
  height: 220px;
}

.u-h240 {
  height: 240px;
}

.u-h260 {
  height: 260px;
}

.u-h280 {
  height: 280px;
}

.u-h300 {
  height: 300px;
}

/* UTILITY — Flex / Centering */
.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* UTILITY — italic */
.u-italic {
  font-style: italic;
}

.c-voice {
  margin: 20px 0 40px 0;
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.7;
}
.c-voice span {
  border-bottom: 1px solid #f8bac6;
}
.c-voice.is-bg span {
  border-bottom: 1px solid #fff;
}

.c-title {
  text-align: left;
  position: relative;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c-title ._en {
  font-size: 42px;
  line-height: 1;
  font-weight: bold;
  color: #f8bac6;
}
.c-title h2 {
  font-size: 14px;
  color: #8c737b;
}
.c-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 10px;
  height: 60px;
  background: #f8bac6;
}
.c-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 10px;
  height: 35px;
  background: #755E64;
}

.c-title2 h2 {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 300;
}
.c-title2 h2::after {
  content: "";
  display: block;
  margin: 10px auto;
  width: 30px;
  height: 1px;
  background: #baa8ae;
}
.c-title2 ._en {
  font-size: 16px;
  line-height: 1;
  color: #baa8ae;
}

.c-caption {
  font-size: 12px;
  line-height: 1.5;
}

.c-checklist {
  margin: 20px 15px 20px 15px;
  padding: 20px 15px;
  border-radius: 20px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.14);
  border: 1px solid #bcb3b6;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.c-checklist li {
  text-align: left;
  position: relative;
  font-size: 14px;
  color: #8c737b;
  padding: 0px 0px 0px 40px;
  line-height: 1.7;
}
.c-checklist li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  background-image: url("../images/icon-check.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-checklist.is-kira li {
  color: #d3849a;
}
.c-checklist.is-kira li::after {
  background-image: url("../images/icon-check2.svg?");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-bullet-list {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c-bullet-list.is-s li {
  font-size: 14px;
}
.c-bullet-list li {
  font-size: 16px;
  line-height: 2;
  padding-left: 16px;
  position: relative;
}
.c-bullet-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  font-size: 6px;
  color: #444;
  top: 10px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  color: #424242;
  background: #eee;
  font-size: 15px;
  line-height: 1.9;
}

body {
  text-align: center;
}

.l-wrapper {
  background: #fff;
  max-width: 420px;
  margin: 0 auto;
}
.l-wrapper img {
  width: 100%;
}

.c-cta {
  text-align: center;
  margin: 0 auto;
}
.c-cta img {
  width: 350px;
}

p {
  font-size: 14px;
  line-height: 2.5;
}

.p-step1 {
  position: relative;
  margin-top: -100px;
  padding: 100px 15px 60px 15px;
  background: #F8BAC6;
  border-radius: 50px;
  border: 1px solid #F8BAC6;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
}

.p-step2 {
  position: relative;
  margin-top: -100px;
  padding: 100px 15px 60px 15px;
  background: #F7D7DF;
  border-radius: 50px;
  border: 1px solid #F7D7DF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
}

.p-step3 {
  position: relative;
  margin-top: -100px;
  padding: 100px 15px 60px 15px;
  background: #F8BAC6;
  border-radius: 50px;
  border: 1px solid #F8BAC6;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
}

.u-z10 {
  position: relative;
  z-index: 10;
}

.p-day-bg {
  background-image: url("../images/bg1.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat-y;
}

.p-day {
  padding: 60px 15px 30px 15px;
  border-radius: 50px;
  border: 1px solid #F7D7DF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
}
.p-day .p-day-title ._en {
  font-size: 42px;
  line-height: 1.5;
  font-weight: 600;
  color: #8c737b;
}
.p-day .p-day-title ._en.is-s {
  font-size: 34px;
}
.p-day .p-day-title ._en::after {
  content: "";
  display: block;
  margin: 10px auto;
  width: 60px;
  height: 1px;
  background: #8c737b;
}
.p-day .p-day-title h3 {
  font-size: 25px;
}
.p-day.is-col1 {
  background: #F8BAC6;
}
.p-day.is-col2 {
  background: #F7D7DF;
}
.p-day h4 {
  font-size: 25px;
}
.p-day ul.c-bullet-list {
  margin-left: 30px;
}

.p-future {
  padding: 100px 10px;
  background-image: url("../images/page4/p2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-voice {
  padding: 30px 20px 30px 20px;
  margin: 0px 15px;
  text-align: left;
  border-radius: 20px;
  border: 1px solid #F7D7DF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
}
.p-voice ._name {
  font-size: 14px;
  font-weight: bold;
  color: #8c737b;
}
.p-voice ._message {
  font-size: 25px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 10px;
}
.p-voice p {
  font-size: 12.6px;
  line-height: 1.74;
}

.p-price {
  padding: 30px 20px 50px 30px;
  margin: 0px 15px;
  border-radius: 20px;
  border: 1px solid #F7D7DF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
}
.p-price h3 {
  font-size: 18px;
  color: #f48ca5;
}
.p-price h3::after {
  content: "";
  display: block;
  margin: 10px auto;
  width: 60px;
  height: 1px;
  background: #f48ca5;
}
.p-price ._t1 {
  font-size: 18px;
  color: #8c737b;
}
.p-price ._t2 span {
  font-size: 18px;
  color: #8c737b;
  border-bottom: 1px solid #f2e2e9;
}
.p-price ._t3 {
  font-size: 14px;
  line-height: 2;
  color: #f48ca5;
}
.p-price ._t3 b {
  font-size: 25px;
}
.p-price ._t4 {
  font-size: 14px;
  line-height: 2;
  color: #f48ca5;
}

.p-schedule h3 span {
  font-size: 25px;
  border-bottom: 1px solid #f2e2e9;
}
.p-schedule h4 {
  font-size: 17px;
  line-height: 1.43;
  letter-spacing: 0.1em;
  color: #df728d;
}
.p-schedule h4::after {
  content: "";
  display: block;
  margin: 10px auto;
  width: 60px;
  height: 1px;
  background: #f48ca5;
}
.p-schedule ._t1 {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.p-schedule ._t2 {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.p-schedule ._t3 {
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: 0.1em;
  color: #765e66;
}
.p-schedule ._t4 {
  font-size: 14px;
  line-height: 1.79;
  color: #8c737b;
}
.p-schedule ._t5 {
  font-size: 18px;
  line-height: 1.79;
}

.p-schedule-box {
  padding: 30px 20px 30px 30px;
  margin: 0px 15px;
  border-radius: 20px;
  border: 1px solid #F7D7DF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
}

.p-contact {
  padding: 40px 20px;
  background: linear-gradient(120deg, #f8bac6 0%, #f48ca5 100%);
}
.p-contact h2 {
  font-size: 25px;
  color: #fff;
}
.p-contact h2::after {
  content: "";
  display: block;
  margin: 10px auto;
  width: 60px;
  height: 1px;
  background: #fff;
}

.p-faq {
  padding: 15px;
}

.p-faq-title {
  position: relative;
  height: 295px;
  padding-top: 100px;
  background-image: url("../images/page4/p5.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-toggle-faq-items {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-top: 1px solid #ead0d9;
}

.p-toggle-faq {
  text-align: left;
  padding: 20px 0px;
  border-bottom: 1px solid #ead0d9;
}
.p-toggle-faq ._head {
  position: relative;
  padding: 0px 30px 0px 0px;
}
.p-toggle-faq ._head p {
  font-size: 18px;
  line-height: 1.7;
}
.p-toggle-faq ._head ._icon {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.p-toggle-faq ._body {
  position: relative;
  padding: 20px;
  margin: 20px 0px 0px 20px;
  background: #f2e2e9;
  border-radius: 10px;
  display: none;
}
.p-toggle-faq ._body *:first-child {
  margin-top: 0px;
}
.p-toggle-faq ._body p {
  font-size: 14px;
  line-height: 1.5;
}
.p-toggle-faq .js-toggle-open .p-toggle-faq-icon span:nth-child(2) {
  opacity: 0;
  transform: rotate(90deg) scaleX(0);
}

.p-toggle-faq-icon {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10;
}
.p-toggle-faq-icon span {
  position: absolute;
  background: #d8b6c3;
  top: 14px;
  left: 6px;
  width: 18px;
  height: 2px;
  transition: all 0.3s;
}
.p-toggle-faq-icon span:nth-child(2) {
  transform: rotate(90deg);
}

.p-profile {
  position: relative;
  z-index: 10;
}

.p-last-message {
  position: relative;
  padding: 80px 0px;
  z-index: 10;
}
.p-last-message h2 {
  font-size: 32px;
  line-height: 1;
  color: #755e64;
}
.p-last-message ._body {
  position: relative;
}

.p-last-message-bg {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 100vh;
  opacity: 0;
  transition-duration: 0.4s;
  pointer-events: none;
  background-image: url("../images/page5/p2.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

body.is-last-message-on .p-last-message-bg {
  opacity: 1;
}

.p-last {
  position: relative;
  background: #fff;
  padding: 100px 0px;
  z-index: 10;
}

.entry-content br {
  display: block;
  margin-top: 0.8em;
}