@charset "UTF-8";

html {
  scroll-behavior: smooth;
}
body {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
  position: relative;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.l-wrapper {
  width: 430px;
  max-width: 100%;
  margin-inline: auto;
  background-color: var(--color-white);
}
.l-container {
  padding-inline: 18px;
}
.c-ctaButton {
  color: #171717;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b4a06f;
  position: relative;
}
.c-ctaButton::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 16px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #171717;
  position: absolute;
  top: 50%;
  right: 35px;
  translate: 0 -50%;
}

.l-header {
  width: 100%;
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.l-headerLogo {
  width: 137px;
}

/* mv */
.p-mvSplide .splide__pagination {
  bottom: 10px !important;
}
.p-mvSplide .splide__pagination__page {
  width: 49px !important;
  height: 3px !important;
  background: rgba(255 255 255 / 40%) !important;
  border-radius: 0 !important;
  margin: 0 6px !important;
}
.p-mvSplide .splide__pagination__page.is-active {
  background: #fff !important;
  transform: inherit !important;
  opacity: 1 !important;
}
.splide__slide img {
  width: 100%;
  height: auto;
  display: block;
}
.p-mvCta {
  width: 100%;
  max-width: 430px;
  margin-inline: auto;
  background-color: #030303;
  padding-block: 18px;
  min-height: calc(18px + 65px + 18px);
  position: fixed;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  z-index: 3;
}

/* introduction */
.p-introductionHeading {
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 24px;
}
.p-introduction {
  padding-block: 45px 54px;
  background-image: url("../images/bg_introduction.png");
  background-size: cover;
  background-position: bottom center;
}

.p-introductionText {
  font-size: 15px;
  line-height: 2.667;
  text-align: center;
}

/* worries */
.p-worries {
  padding-block: 26px 68px;
  background-color: #030303;
}
.p-worriesHeading {
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-worriesHeading__subText {
  font-size: 18px;
  font-weight: 500;
}
.p-worriesHeading__mainText {
  font-weight: 500;
}
.p-worriesList {
  list-style: none;
  margin-top: 15px;
}
.p-worriesButton {
  appearance: none;
  background-color: transparent;
  border: none;
}

/* treatment */
.p-treatment {
  padding-block: 27px 48px;
  background-color: #e6e6e6;
}
.p-treatmentHeadingWrapper {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: 8px;
  margin-bottom: 12px;
}
.p-treatmentHeading {
  color: #000;
  font-size: 26px;
  line-height: 2.154;
  letter-spacing: 0.05em;
}
.p-treatmentSubText {
  font-size: 14px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  border: 1px solid #707070;
  width: 110px;
}
.p-treatmentList {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 8px;
}
.p-treatmentLink {
  color: inherit;
  display: block;
  text-decoration: none;
}
.p-treatmentLinkText {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.563;
  text-align: center;
  min-height: 50px;
  margin-top: 7px;
  position: relative;
}
.p-treatmentLinkText::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  background-image: url("../images/icon_arrow_right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 8px;
}

/* details */
.p-details {
  background-color: #000;
  padding-top: 37px;
}
.p-detailsHeading {
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.p-detailsHeading__main {
  font-size: 26px;
  line-height: 2.154;
  letter-spacing: 0.1em;
}
.p-detailsHeading__sub {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-top: -4px;
}
.p-detailsTitle {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 226px;
  margin-top: 24px;
}
.p-detailsTitle::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.p-detailsTitle.--shimi::after {
  background-image: url("../images/img_details_shimi.png");
}
.p-detailsTitle.--shiwa::after {
  background-image: url("../images/img_details_shiwa.png");
}
.p-detailsTitle.--nikibi::after {
  background-image: url("../images/img_details_nikibi.png");
}
.p-detailsTitle.--tarumi::after {
  background-image: url("../images/img_details_tarumi.png");
}
.p-detailsTitle.--lift::after {
  background-image: url("../images/img_details_lift.png");
}
.p-detailsTitle.--hifu::after {
  background-image: url("../images/img_details_hifu.png");
}
.p-detailsTitle.--kuma::after {
  background-image: url("../images/img_details_kuma.png");
}
.p-detailsTitle.--memoto::after {
  background-image: url("../images/img_details_memoto.png");
}
.p-detailsTitle.--waki::after {
  background-image: url("../images/img_details_waki.png");
}
.p-detailsTitle.--soushin::after {
  background-image: url("../images/img_details_soushin.png");
}
.p-detailsTitleLeft {
  background-color: #292929;
  padding-inline: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.p-detailsName {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.636;
}
.p-detailsNameDescription {
  color: #bba171;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.692;
}
.p-detailsContents {
  background-color: #fff;
  padding: 16px 16px 24px;
}
.p-detailsDescription {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.p-detailsRanking {
  list-style: none;
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}
.p-detailsRankingItem {
  background-color: #ececec;
  padding: 8px 14px 10px;
}
.p-detailsRankingNumber {
  display: flex;
  align-items: center;
}
.p-detailsRankingNumber__icon {
  display: inline-block;
  width: 47px;
}
.p-detailsRankingNumber__text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.08em;
}
.p-detailsRankingNumber__text strong {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-detailsRankingNumber__text em {
  font-style: normal;
  font-size: 24px;
}
.p-detailsRankingTitle {
  color: #9b7f3b;
  font-size: 22px;
  font-weight: bold;
}
.p-detailsRankingPriceWrapper {
  display: flex;
  align-items: center;
}
.p-detailsRankingPriceLabel {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 24px;
  padding-inline: 6px;
  display: inline-block;
  background-color: #000;
  margin-right: 7px;
  margin-top: 4px;
}
.p-detailsRankingPrice {
  font-size: 34px;
  font-family: "Zen Old Mincho", serif;
}
.p-detailsRankingPriceZeinuki {
  width: 20px;
  display: inline-block;
  margin-left: 2px;
}
.p-detailsRankingPriceZeikomi {
  font-size: 15px;
}
.p-detailsRankingPriceZeikomi .zeikomi {
  font-size: 9px;
  letter-spacing: 0.05em;
}
.p-detailsRankingPriceZeikomi em {
  font-style: normal;
  font-size: 18px;
  font-family: "Zen Old Mincho", serif;
}
.p-detailsRankingPriceZeikomi .unit {
  font-size: 10px;
  letter-spacing: 0.1em;
}

.p-payment {
  padding-block: 55px 35px;
  background-color: #fff;
}
.p-paymentHeading {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-paymentSmallSection + .p-paymentSmallSection {
  margin-top: 20px;
}
.p-paymentSmallHeading {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 32px;
  background-color: #070707;
  padding-left: 10px;
  margin-bottom: 8px;
}
.p-paymentText {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.p-paymentCredit {
  max-width: 313px;
  margin-inline: auto;
}
.p-paymentBox {
  font-weight: 700;
  text-align: center;
  line-height: 1.47;
  width: 100%;
  min-height: 186px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(47 52 104 / 7%);
  margin-top: 30px;
}
.p-paymentBox__smallText {
  font-size: 28px;
}
.p-paymentBox__largeText {
  font-size: 30px;
}

.p-counseling {
  background-color: #e6e6e6;
  padding-bottom: 40px;
}
.p-counselingHeading {
  text-align: center;
  margin-bottom: 16px;
}
.p-counselingHeading__image {
  display: block;
  max-width: 411px;
  margin-bottom: 8px;
  margin-inline: 0 auto;
}
.p-counselingHeading__text {
  font-size: 32px;
  font-weight: 700;
}
.p-counselingText {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  margin-inline: auto;
  margin-top: 30px;
}

/* flow */
.p-flow {
  padding-block: 42px 95px;
  background-color: #000;
}
.p-flow .splide__pagination {
  bottom: -20px !important;
}
.p-flow .splide__pagination__page.is-active {
  transform: inherit !important;
}

/* faq */
.p-faq {
  padding-block: 46px 32px;
  background-color: #fff;
}
.p-faqHeading {
  color: #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 27px;
}
.p-faqHeading__subText {
  font-size: 18px;
  font-weight: 500;
}
.p-faqHeading__mainText {
  font-weight: 500;
}
.p-faqTabs {
  width: 100%;
}
.p-faqTabs__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-end;
  gap: 3px;
}
.p-faqTabs__button {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.05em;
  height: 63px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #030303;
  border-radius: 5px 5px 0 0;
  opacity: 0.4;
}
.p-faqTabs__button.is-active {
  height: 68px;
  opacity: 1;
}
.p-faqTabs__button .--dot {
  line-height: 4px;
}
.p-faqTabs__panel {
  display: none;
}
.p-faqTabs__panel.is-active {
  display: block;
}
.p-faqTabs__content {
  border: 2px solid #050505;
  margin-top: -2px;
}
.p-faqItem {
  padding-block: 30px 20px;
  padding-inline: 20px;
}
.p-faqItem + .p-faqItem {
  border-top: 2px dashed #2f3468;
}
.p-faqQuestion,
.p-faqAnswer {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  padding-left: calc(30px + 0.5em);
  position: relative;
}
.p-faqQuestion {
  color: #9d7e08;
}
.p-faqAnswer {
  margin-top: 10px;
}
.p-faqQuestion::before,
.p-faqAnswer::before {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.p-faqQuestion::before {
  content: "Q.";
}
.p-faqAnswer::before {
  content: "A.";
}
.p-faqAnswer ul,
.p-faqAnswer ol {
  padding-left: 1.5em;
}
.p-faqAnswer em {
  color: #9d7e08;
  font-style: normal;
}
.p-faqAnswer * + * {
  margin-top: 0.5em;
}

.p-final {
  background-color: #1b1b1b;
}
.p-finalText {
  color: #fff;
  text-align: center;
  padding-block: 49px;
  display: flex;
  flex-direction: column;
}
.p-finalText__upper {
  font-size: 24px;
  font-weight: 500;
  line-height: 2.33;
  letter-spacing: 0.05em;
}
.p-finalText__large {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.61;
  margin-top: 18px;
}
.p-finalText__small {
  font-size: 24px;
  font-size: 500;
  line-height: 2.33;
  letter-spacing: 0.05em;
  margin-top: 9px;
}
.p-finalImage {
  width: 100%;
}
.p-shopInfo {
  text-align: center;
  padding-block: 25px 23px;
  background-color: #fff;
}
.p-shopInfoUpperText {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-shopInfoName {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.p-shopInfoDetails {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  margin-top: 13px;
}

/* footer */
.l-footer {
  padding-block: 22px 110px;
  background-color: #000;
}
.l-footerLogo {
  width: 138px;
  margin-inline: auto;
}
.l-footerCopy {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 2.6;
  margin-top: 20px;
}

/* モーダル */
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.c-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
}
.c-modal__content {
  position: relative;
  width: 90%;
  max-width: 347px;
  max-height: 80vh;
  background-color: #fff;
  overflow: hidden;
  z-index: 1001;
}
.c-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-modal__close img {
  width: 20px;
  height: 20px;
}
.c-modal__body {
  padding: 18px 16px 35px;
  overflow-y: auto;
  max-height: calc(80vh - 60px);
}

.p-popLabel {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #000;
  width: 185px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-bottom: 10px;
}
.p-popLabel em {
  font-size: 24px;
  font-weight: 500;
}
.p-popTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  margin-bottom: 7px;
}
.p-popTitleImage {
  width: 80px;
}
.p-popTitleText {
  font-size: 16px;
  line-height: 1.88;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
.p-popMainText {
  color: #b4a06f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.89;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-popRecommendBox {
  max-width: 290px;
  margin-inline: auto;
  padding: 6px 24px 20px;
  background-color: #b4a06f;
  margin-top: 23px;
}
.p-popRecommendBoxTitle {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 3px;
}
.p-popRecommendList {
  list-style: none;
  width: 100%;
  margin-inline: auto;
  display: grid;
  gap: 10px;
}
.p-popRecommendLink {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  width: 100%;
  min-height: 30px;
  padding: 4px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.p-popRecommendLink.--hasArrow {
  position: relative;
}
.p-popRecommendLink.--hasArrow::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNSA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTAuNTM3MTA5IDFMMy41IDMuOTYyODlMMC41MzcxMDkgNi45MjU3OCIgc3Ryb2tlPSJibGFjayIvPg0KPC9zdmc+");
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 0 -50%;
}
.p-Map {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 0;
}
.p-Map__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
