:root {
  --base-black: #4f4f4f;
  --base-gray: #eef0f3;
  --base-lightGray: #fdfdfd;
  --base-grayBlue: #97a5b5;
  --base-white: #ffffff;
  --base-lightBlue: #81d8d0;
  --base-red: #f53662;
  --base-lightPink: #f53561;
  --base-peach: #ec73b2;
  --base-brown: #8c4239;
  --base-darkGray: #97a5b5;
  --base-darkBlueGray: #98a6b5;
  --base-inputGray: #cdd6dd;
  --text-black1: #4f4f4f;
  --text-white: #ffffff;
  --text-lightBlue: #81d8d0;
  --text-red: #f53662;
  --text-peach: #ec73b2;
  --text-brown: #8c4239;
  --text-lightPink: #f53561;
  --base-bgBeige: #faf8f5;
  --base-bgLinearTop: #fafcfb;
  --base-darkText: #333;
  --base-mediumText: #555;
  --base-borderGray: #ccc;
  --base-lightBg: #f5f5f5;
  --base-darkGreen: #003032;
  --base-greenAccent: #5eada5;
  --base-purple: #6c5ce7;
  --base-darkPurple: #5b4bc4;
  --base-navy: #1a1a2e;
  --base-borderLight: #e0e0e0;
  --base-borderLightGray: #eee;
  --base-successGreen: #4cc764;
  --intro-border: #e5e7eb;
  --intro-darkGreen: #4e6269;
  --intro-cyan: #5fced8;
  --intro-borderSage: #a6bdc2;
  --intro-lightBg: #f3f4f6;
  --intro-darkText: #314348;
  --intro-yellow: #ffff00;
  --intro-midGreen: #4d6369;
  --base-mintBorder: #e6eeee;
  --base-lightGrayBorder: #eaeaea;
  --base-nearWhiteBg: #f9fbfb;
  --base-paleTealBg: #eaf4f6;
  --base-tealBg: #eaeff0;
  --base-lightMintBorder: #c8ebe9;
  --base-mintBg: #e8f8f7;
  --base-paleMintBg: #e8f5f5;
  --base-borderCard: #e8ecf0;
  --base-lightBorder: #ddd;
  --base-cardBorder: #dbdbdb;
  --base-midGray: #aaa;
  --base-mutedText: #999;
  --base-darkCharcoal: #444;
  --base-midCharcoal: #666;
  --base-slateGray: #6b7280;
  --base-coolGray: #9ca3af;
  --base-paleGray: #f0f0f0;
  --base-hoverGray: #f0f1f3;
  --base-teal: #3bb8b8;
  --base-softTeal: #7ecfcf;
  --base-mediumTeal: #5cc4bb;
  --base-mediumTealDark: #4ab3aa;
  --base-lightTeal: #a8e8e2;
  --base-lightTealScrollTrack: #e8f7f6;
  --base-darkTeal: #1a6b6b;
  --base-lightCyan: #e6faf8;
  --base-googleBlue: #6186ec;
  --base-googleRed: #cd523f;
  --base-googleYellow: #eabe43;
  --base-googleGreen: #63a45d;
  --base-googleStar: #fbbc04;
  --base-googleBadge: #1a73e8;
  --base-googleBadgeHover: #1557b0;
  --base-alertRed: #ff4d5a;
  --base-pink: #e8527a;
  --base-nearBlack: #1a1a1a;
  --base-pureBlack: #000000;
  --fs-3xs: 0.6875rem;
  --fs-xs: 0.75rem;
  --fs-2xs: 0.8125rem;
  --fs-sm: 0.875rem;
  --fs-sm2: 0.9375rem;
  --fs-base: 1rem;
  --fs-md: 1.125rem;
  --fs-lg: 1.25rem;
  --fs-lg2: 1.375rem;
  --fs-xl: 1.5rem;
  --fs-xl2: 1.75rem;
  --fs-2xl: 1.875rem;
  --fs-2xl2: 2rem;
  --fs-3xl: 2.25rem;
  --fs-4xl: 2.5rem;
  --fs-4xl2: 2.625rem;
  --fs-5xl: 3rem;
  --fs-6xl: 3.75rem;
  --fs-7xl: 4rem;
  --fs-8xl: 4.5rem;
  --fs-9xl: 5rem;
  --fs-display: 6.25rem;
  --font-outfit: Outfit;
  --font-zen: Zen Kaku Gothic New;
}

.l-storedetail__container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-storedetail__topic-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  color: var(--base-black);
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 5;
}

#visit-flow .c-section-title__text {
  line-height: 1.2;
}

#visit-flow .p-storedetail__topic-header {
  margin-bottom: 3rem;
}

.p-storedetail__topic-header-text {
  font-size: var(--fs-md);
  font-weight: 500;
}

.p-storedetail__topic-header-title {
  font-size: var(--fs-display);
  line-height: 1.2;
  font-weight: 400;
  font-family: var(--font-outfit);
}

.p-storedetail__topic-header-subtitle {
  font-size: 4.375rem;
  line-height: 1;
  font-weight: 400;
  font-family: var(--font-outfit);
}

.p-storedetail__topic-break {
  display: inline;
}

.p-storedetail__whychooseus-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
  padding-bottom: 3rem;
}

.p-storedetail__whychooseus-title-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875rem;
}

.p-storedetail__whychooseus-title-meta-icon {
  width: 67px;
  height: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-storedetail__whychooseus-title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-storedetail__whychooseus-title-heading {
  font-size: var(--fs-lg);
  font-weight: 600;
}

.p-storedetail__whychooseus-title-desc,
.p-storedetail__whychooseus-title-desc--sp {
  font-size: var(--fs-base);
  font-weight: 500;
}

.p-storedetail__thumb-grid {
  gap: 1rem;
}

.p-storedetail__facilities-card {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.p-storedetail__price-subtitle {
  font-size: var(--fs-lg);
  color: var(--text-lightBlue);
  line-height: 1.5;
}

.p-storedetail__plan-text {
  font-size: var(--fs-base);
  font-weight: 500;
  color: var(--text-black1);
  line-height: 1.5;
}

.p-storedetail__section-no-pb {
  padding-bottom: 0;
}

.p-storedetail__divider {
  height: 1px;
  margin: 15px 0;
  background-color: var(--base-gray);
}

.p-storedetail__content-row {
  position: relative;
}

.p-storedetail__content-row--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.p-storedetail__voice-col {
  gap: 5px;
}

.p-storedetail__voice-headline {
  font-weight: 700;
  font-size: var(--fs-xl);
  line-height: 2;
}

.p-storedetail__voice-disclaimer {
  line-height: 2;
}

.p-storedetail__review-wrap {
  padding-bottom: 26px;
}

.p-storedetail__google-blue {
  color: var(--base-googleBlue);
}

.p-storedetail__google-red {
  color: var(--base-googleRed);
}

.p-storedetail__google-yellow {
  color: var(--base-googleYellow);
}

.p-storedetail__google-green {
  color: var(--base-googleGreen);
}

.p-storedetail__hidden {
  display: none;
}

.p-storedetail__faq-stack {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-storedetail__faq-stack .p-storedetail__faq-stack {
  padding-top: 20px;
  padding-bottom: 0;
}

.p-storedetail__faq-section-header {
  gap: 26px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.p-storedetail__faq-section-header-title {
  font-weight: 700;
  font-size: var(--fs-xl);
}

.p-storedetail__price-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-bottom: 60px;
}

.p-storedetail__nav {
  gap: 3rem;
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
}

.p-storedetail__nav-divider {
  display: block;
  border: none;
  border-top: 1px solid var(--base-gray);
  margin: 0 0 7.5rem;
  width: 100%;
}

.p-storedetail__service-sp {
  display: none;
  position: relative;
}

.p-storedetail__service-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--base-white);
}

.p-storedetail__service-slide-img {
  width: 100%;
  height: 14rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-storedetail__service-slide-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  padding: 2rem 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  line-height: 1.875;
}

.p-storedetail__service-slide-subtitle {
  font-weight: 700;
}

.p-storedetail__service-slide-title {
  font-size: var(--fs-2xl);
  color: var(--text-lightBlue);
  font-weight: 700;
}

.p-storedetail__service-slide-desc {
  line-height: 2;
}

.p-storedetail__service-nav {
  display: none;
}

.p-storedetail__opening-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.p-storedetail__opening-header {
  padding: 2rem 0 1rem;
  border-bottom: 1px solid var(--base-lightBlue);
}

.p-storedetail__opening-header-title {
  font-size: var(--fs-xl);
  font-weight: 700;
  line-height: 1.333;
}

.p-storedetail__opening-header-accent {
  font-size: var(--fs-xl);
  color: var(--text-lightBlue);
  font-weight: 700;
}

.p-storedetail__opening-jump {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-storedetail__facility-tile {
  width: 2.5rem;
  height: 2.5rem;
  background: var(--base-grayBlue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-storedetail__introduction-ribbon {
  position: absolute;
  top: 14%;
  right: -6%;
  width: 60%;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.p-storedetail__introduction-people {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  right: 3%;
  bottom: -110%;
  z-index: 0;
  pointer-events: none;
}

.p-storedetail__introduction-people-img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-storedetail__introduction-people-img--01 {
  height: 359px;
}
.p-storedetail__introduction-people-img--02 {
  height: 320px;
}

.p-storedetail__gray-container {
  width: 100%;
  height: 3.75rem;
  background-color: var(--base-grayBlue);
  padding: 0 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-storedetail__gray-container-title {
  color: var(--text-white);
  font-size: var(--fs-xl);
  font-weight: 700;
}

.p-storedetail__facilities-tag {
  color: var(--text-white);
}

.p-storedetail__opening-accent {
  color: var(--text-lightBlue);
}

.p-storedetail__accent-bullet {
  font-size: var(--fs-xs);
  line-height: 1;
}

.p-storedetail__text-btn {
  font-weight: 500;
  text-decoration: none;
}
.p-storedetail__text-btn:hover {
  color: var(--text-white);
  background-color: var(--base-lightBlue);
  border-color: transparent;
  opacity: 0.7;
}
.p-storedetail__text-btn:hover img {
  -webkit-filter: none;
          filter: none;
}

.p-storelist__map-link,
.p-storelist__sns-link,
.p-storedetail__freetrial-link {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.p-storelist__map-link:hover,
.p-storelist__sns-link:hover,
.p-storedetail__freetrial-link:hover {
  opacity: 0.7;
}

.p-storelist__sns-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-storedetail__plan-desc {
  line-height: 2;
}

.p-storedetail__cutout {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: auto;
}

.p-storedetail__map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 280px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  min-height: 240px;
}

.p-storedetail__map-frame {
  width: 100%;
  height: 100%;
  min-height: 240px;
  border: none;
  display: block;
}

.p-storedetail__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.p-storedetail__introduction-facilities {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  justify-items: center;
  gap: 1rem 0.75rem;
  padding: 2rem 1.5rem;
}

.p-storedetail__introduction-facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 6rem;
}

.p-storedetail__introduction-facility-icon {
  width: 4.5rem;
  height: 4.5rem;
  background-color: var(--base-lightBlue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-storedetail__introduction-facility-name {
  font-size: var(--fs-base);
  font-weight: 500;
  color: var(--text-black1);
  text-align: center;
  line-height: 1.4;
}

.p-storedetail__price-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 33.75rem;
  margin-bottom: 5rem;
}

.p-storedetail__price-image-lead,
.p-storedetail__price-image-desc {
  line-height: 2;
}

.p-storedetail__price-image-left,
.p-storedetail__price-image-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 20px;
  min-height: 550px;
  gap: 1rem;
  line-height: 1.4;
  color: var(--text-white);
  text-align: center;
}

.p-storedetail__price-image-lead {
  font-weight: 600;
}

.p-storedetail__price-image-title {
  color: var(--text-lightBlue);
  font-size: var(--fs-2xl);
  font-weight: 700;
  line-height: 1.5;
}

.p-storedetail__price-image-container-link {
  width: 50%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.p-storedetail__price-image-container-link:hover {
  opacity: 0.85;
}
.p-storedetail__price-image-container-link:hover .c-btn--green-wrapper {
  background-color: var(--base-white);
  border: 1px solid var(--base-lightBlue);
}
.p-storedetail__price-image-container-link:hover .p-storedetail__price-arrow {
  -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(12%) saturate(1406%) hue-rotate(96deg) brightness(92%) contrast(82%);
          filter: brightness(0) saturate(100%) invert(96%) sepia(12%) saturate(1406%) hue-rotate(96deg) brightness(92%) contrast(82%);
}

.p-storedetail__price-image-left {
  background-image: url("../img/storedetail/img_storedetail_price_titleImg01.webp");
}

.p-storedetail__price-image-right {
  background-image: url("../img/storedetail/img_storedetail_price_titleImg02.webp");
}

.p-storedetail__whychooseus-text-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  background-color: white;
  padding: 0 2rem 2rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: auto;
  bottom: 10%;
  left: 49%;
}

.p-storedetail__whychooseus-text-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  background-color: white;
  padding: 0 2rem 2rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 60%;
  bottom: 10%;
  left: 0;
  right: 49%;
}

.p-storedetail__reason-img01 {
  width: 87.5rem;
  height: 37.5rem;
  overflow: hidden;
  background-image: url("../img/common/img_gym06.png");
  background-size: cover;
  background-position: 10% 60%;
  position: relative;
}

.p-storedetail__reason-img01-photo {
  position: absolute;
  width: 50rem;
  height: 37.5rem;
  left: 7rem;
  bottom: -2rem;
}

.p-storedetail__reason-img02 {
  width: 87.5rem;
  height: 37.5rem;
  overflow: hidden;
  background-image: url("../img/common/img_gym07.png");
  background-size: cover;
  background-position: 10% 60%;
  position: relative;
}

.p-storedetail__reason-img03 {
  width: 87.5rem;
  height: 37.5rem;
  overflow: hidden;
  background-image: url("../img/common/img_gym_people04.png");
  background-size: cover;
  background-position: 50% 30%;
  position: relative;
}

.p-storedetail__reason-ribbon01 {
  position: absolute;
  top: -15%;
  left: 60%;
  height: auto;
  pointer-events: none;
  overflow: hidden;
}

.p-storedetail__reason-ribbon02 {
  position: absolute;
  bottom: -70%;
  height: auto;
  pointer-events: none;
  overflow: hidden;
}

.p-storedetail__reason-ribbon01--sp {
  display: none;
}

.p-storedetail__cta-container {
  height: 47.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0;
  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../img/common/img_gym05.png");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/common/img_gym05.png");
  background-size: cover;
  background-position: center;
  position: relative;
}

.p-storedetail__cta-ribbon {
  position: absolute;
  top: 9%;
  left: -3%;
  width: auto;
  height: auto;
  z-index: 0;
}

.p-storedetail__cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  z-index: 2;
  padding-top: 10rem;
}

.p-storedetail__cta-heading {
  font-size: var(--fs-5xl);
  color: var(--base-lightBlue);
  font-weight: 800;
  text-align: center;
  text-shadow: -4px -4px 0 var(--base-black), 4px -4px 0 var(--base-black), -4px 4px 0 var(--base-black), 4px 4px 0 var(--base-black), 0 -4px 0 var(--base-black), 0 4px 0 var(--base-black), -4px 0 0 var(--base-black), 4px 0 0 var(--base-black);
}

.p-storedetail__cta-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-storedetail__cta-stats-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.p-storedetail__cta-stats-left {
  font-size: var(--fs-3xl);
  font-weight: bold;
  color: var(--text-white);
  text-align: end;
  line-height: 1.6;
  text-shadow: -4px -4px 0 var(--base-black), 4px -4px 0 var(--base-black), -4px 4px 0 var(--base-black), 4px 4px 0 var(--base-black), 0 -4px 0 var(--base-black), 0 4px 0 var(--base-black), -4px 0 0 var(--base-black), 4px 0 0 var(--base-black);
}

.p-storedetail__cta-stats-number {
  font-size: 14rem;
  font-weight: 800;
  color: white;
  line-height: 1;
  font-family: var(--font-outfit);
  text-shadow: -6px -6px 0 var(--text-black1), 6px -6px 0 var(--text-black1), -6px 6px 0 var(--text-black1), 6px 6px 0 var(--text-black1), 0 -6px 0 var(--text-black1), 0 6px 0 var(--text-black1), -6px 0 0 var(--text-black1), 6px 0 0 var(--text-black1);
}

.p-storedetail__cta-stats-unit {
  font-size: var(--fs-7xl);
}

.p-storedetail__cta-note {
  width: 100%;
  font-size: var(--fs-base);
  font-weight: 500;
  color: white;
  text-align: center;
  background-color: var(--base-lightBlue);
  padding: 0.7rem 1rem;
  text-shadow: none;
  margin-top: 1rem;
}

.p-storedetail__cta-note-mobile {
  display: none;
}

.p-storedetail__cta-people {
  position: absolute;
  bottom: -25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}

.p-storedetail__cta-person01 {
  width: auto;
  height: 70rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate(-6rem, 10rem);
          transform: translate(-6rem, 10rem);
}

.p-storedetail__cta-person02 {
  width: auto;
  height: 40rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-storedetail__cta-btn {
  position: absolute;
  bottom: -1.5rem;
  padding: 1rem 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 20px;
}
.p-storedetail__cta-btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-storedetail__price-section--white.p-storedetail__section-no-pb {
  position: relative;
}
@media (min-width: 1025px) {
  .p-storedetail__price-section--white.p-storedetail__section-no-pb .u-max-width {
    margin-bottom: 40px;
  }
}

@media (min-width: 1025px) {
  #price-info {
    padding-bottom: 0;
  }
}

.p-top__service-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.p-top__service-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-top__service-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--base-lightBlue);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  top: 25vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-top__service-nav--prev {
  left: 0.75rem;
}

.p-top__service-nav--prev img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-top__service-nav--next {
  right: 0.75rem;
}

.p-top__service-nav svg {
  display: block;
}

.p-storedetail__freetrial-speak-container01 {
  position: absolute;
  right: 5%;
  top: -2rem;
  z-index: 5;
}

.p-storedetail__freetrial-span--lightblue {
  color: var(--base-lightBlue);
  text-decoration: underline;
}

.p-storedetail__freetrial-span--red {
  color: var(--text-red);
}

.p-storedetail__reservation-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #eff3f6;
  background-image: -webkit-gradient(linear, left top, right top, from(#eff3f6), color-stop(50%, #b5ece9), to(#97e8e1));
  background-image: linear-gradient(to right, #eff3f6, #b5ece9 50%, #97e8e1);
  background-size: cover;
  background-position: center;
}

.p-storedetail__slider {
  overflow: hidden;
  background: transparent;
  aspect-ratio: 3/2;
  margin-left: 0;
  margin-right: 0;
}
.p-storedetail__slider .swiper-wrapper,
.p-storedetail__slider .swiper-slide {
  height: 100%;
}
.p-storedetail__slider:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none;
}

.p-storedetail__slider-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-storedetail__slider-thumbs .grid {
  -ms-flex-line-pack: start;
      align-content: start;
}
.p-storedetail__slider-thumbs .js-thumb-button {
  aspect-ratio: 3/2;
}

.p-storedetail__slider-thumbs-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-storedetail__dr-amazones {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--base-bgLinearTop)), to(var(--base-lightGray)));
  background: linear-gradient(to bottom, var(--base-bgLinearTop) 0%, var(--base-lightGray) 100%);
}

.p-storedetail__dr-amazones-pic {
  width: 100%;
  display: block;
}

.p-storedetail__dr-amazones-content {
  z-index: 2;
  position: absolute;
  right: 0;
  background-color: var(--base-white);
  padding: 50px 77px;
  width: 50%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-storedetail__dr-amazones-triangle {
  position: absolute;
  right: 0;
  top: 0;
}

.p-storedetail__dr-amazones-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.p-storedetail__dr-amazones-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
}

.p-storedetail__dr-clinic-text {
  position: absolute;
  top: 40px;
  left: 260px;
  font-size: var(--fs-sm);
  font-weight: 500;
}

.p-storedetail__dr-amazones-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-storedetail__dr-amazones-btn {
  margin-top: 24px;
}

.p-storedetail__arrow-flip {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-storedetail__service-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
  padding-top: 120px;
  position: relative;
}
.p-storedetail__service-section .c-service__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-storedetail__service-section .c-service__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
  padding: 2.5rem 1rem;
}
.p-storedetail__service-section .c-service__wrapper {
  width: 100%;
  max-width: 640px;
  background-color: var(--base-white);
  z-index: 2;
  overflow: hidden;
}
.p-storedetail__service-section .c-service__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.p-storedetail__service-section .c-service__wrapper2 {
  background-color: var(--base-gray);
}

.p-storedetail__service-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
  max-width: 90rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-storedetail__intro-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.p-storedetail__intro-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  z-index: 10;
  position: relative;
}

.p-storedetail__intro-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}

.p-storedetail__intro-text-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  position: relative;
}

.p-storedetail__intro-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}

.p-storedetail__intro-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  line-height: 2;
  font-weight: 500;
}

.p-storedetail__opening-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-storedetail__opening-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}

.p-storedetail__opening-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  line-height: 2;
  font-weight: 500;
}

.p-storedetail__gallery-bleed {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 3rem;
}

.p-storedetail__gallery-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 1rem;
}

.p-storedetail__dr-label {
  font-size: var(--fs-md);
  font-weight: 500;
}

.p-storedetail__dr-heading {
  font-size: var(--fs-lg);
  font-weight: 700;
  line-height: 2;
}

.p-storedetail__dr-text {
  font-size: var(--fs-base);
  font-weight: 500;
  line-height: 2;
}

.p-storedetail__meta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
}

.p-storedetail__meta-label {
  font-size: var(--fs-base);
  color: var(--text-lightBlue);
  font-weight: 700;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.5;
}

.p-storedetail__meta-text {
  font-weight: 500;
  font-size: var(--fs-base);
  line-height: 1.5;
}

.p-storedetail__meta-text-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.p-storedetail__voice-section {
  background-image: url("../img/top/bg_voice.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.p-storedetail__voice-section [data-slider] {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.p-storedetail__voice-section .c-topic-slider__track {
  --left-spacing: max(2rem, calc((100vw - 90rem) / 2 + 2rem));
}
.p-storedetail__voice-section .c-topic-buttons-container {
  padding-left: max(2rem, (100vw - 90rem) / 2 + 2rem);
}

.p-storedetail__voice-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-storedetail__voice-btn--sp {
  display: none;
}

.p-storedetail__price-subheader {
  width: 15rem;
  background-color: var(--base-lightBlue);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
}
.p-storedetail__price-subheader h4 {
  font-size: var(--fs-base);
  font-weight: 600;
}

.p-storedetail__price-table th,
.p-storedetail__price-table td {
  padding: 1rem 0;
}
.p-storedetail__price-table span {
  font-weight: 500;
  color: var(--text-lightBlue);
}

.p-storedetail__price-table-header,
.p-storedetail__price-table-cell {
  padding: 1rem 0;
}

.p-storedetail__price-table-label {
  font-weight: 500;
  color: var(--text-lightBlue);
}

.p-storedetail__price-special-plan {
  gap: 0;
}

.p-storedetail__price-tiers {
  margin-top: 0;
}

.p-storedetail__price-tier-card-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-storedetail__price-tier-card-group > .p-storedetail__price-tier-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-storedetail__price-tier-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--base-white);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.p-storedetail__price-tier-header {
  background: var(--base-grayBlue);
  text-align: center;
}

.p-storedetail__price-tier-header-label {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-white);
  letter-spacing: 0.04em;
}

.p-storedetail__price-tier-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.75rem 1.5rem 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-storedetail__price-tier-card-body {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-storedetail__price-tier-crown {
  margin-bottom: 0;
  height: 3rem;
}

.p-storedetail__price-tier-crown-img {
  width: 3rem;
  height: auto;
}

.p-storedetail__price-tier-subtitle {
  font-size: var(--fs-md);
  font-weight: 700;
  color: var(--text-black1);
  text-align: center;
  margin-bottom: 0;
}

.p-storedetail__price-tier-tagline {
  font-size: var(--fs-base);
  font-weight: 700;
  color: var(--base-lightBlue);
  text-align: center;
}

.p-storedetail__price-tier-desc {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-black1);
  text-align: center;
  line-height: 1.7;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1024px) {
  .p-storedetail__price-tier-desc {
    text-align: start;
  }
}

.p-storedetail__price-tier-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.25rem 0.75rem;
  width: 100%;
  padding-top: 0.5rem;
}

.p-storedetail__price-tier-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 0.5rem);
          flex: 0 0 calc(33.333% - 0.5rem);
}
@media (max-width: 1024px) {
  .p-storedetail__price-tier-feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 0.5rem);
            flex: 0 0 calc(33.333% - 0.5rem);
  }
}

.p-storedetail__price-tier-features--cols-5 .p-storedetail__price-tier-feature {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 0.6rem);
          flex: 0 0 calc(20% - 0.6rem);
}
@media (max-width: 1024px) {
  .p-storedetail__price-tier-features--cols-5 .p-storedetail__price-tier-feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 0.5rem);
            flex: 0 0 calc(33.333% - 0.5rem);
  }
}

.p-storedetail__price-tier-feature-icon {
  width: 5rem;
  height: 5rem;
  margin-bottom: 10px;
  background-color: var(--base-lightBlue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-storedetail__price-tier-feature-text {
  font-size: var(--fs-base);
  font-weight: 600;
  color: var(--text-black1);
  text-align: center;
  line-height: 1.4;
}

.p-storedetail__price-tier-extra-note {
  position: absolute;
  bottom: -7rem;
}
@media (max-width: 1024px) {
  .p-storedetail__price-tier-extra-note {
    position: relative;
    bottom: auto;
    margin-top: 1rem;
  }
}

.p-storedetail__price-tier-extra-note-text {
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--text-black1);
}

.p-storedetail__price-speak-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5rem;
}

.p-storedetail__price-speak-bubble--01 {
  position: absolute;
  top: -4rem;
  right: -3rem;
  width: auto;
  height: auto;
  z-index: 1;
}

.p-storedetail__price-speak-person--01 {
  width: auto;
  height: 23rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-storedetail__price-people-image {
  position: absolute;
  top: -10rem;
  right: 0;
  z-index: 2;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0;
}
.p-storedetail__price-people-image.c-animation-jump {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-storedetail__price-people-image-mobile,
.p-storedetail__price-people-image-mobile.c-animation-jump {
  display: none;
}

.p-storedetail__price-people-jump {
  width: auto;
  height: 21rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-storedetail__price-people-jump--01 {
  margin-right: -2.5rem;
  z-index: 1;
}
.p-storedetail__price-people-jump--02 {
  height: 19rem;
  margin-right: -2.5rem;
  z-index: 3;
}
.p-storedetail__price-people-jump--03 {
  height: 21rem;
  margin-left: -3.5rem;
  z-index: 2;
}

.p-storedetail__reservation-step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-storedetail__reservation-step-list .c-step-card__heading {
  font-family: var(--font-outfit);
}

.p-storedetail__reservation-step-highlight {
  color: var(--text-red);
}

.p-storedetail__reservation-step-btn-wrapper .c-btn--light-blue02 {
  padding: 0.875rem 1.5rem;
}

.p-storedetail__reservation-title-wrap {
  position: relative;
  margin-top: 5rem;
}

.p-storedetail__reservation-speak-image--01-btn {
  display: none;
}

.p-storedetail__reservation-speak-container--01 {
  position: absolute;
  right: 5%;
  top: -35%;
  z-index: 3;
}

.p-storedetail__reservation-speak-image--01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-storedetail__reservation-speak-bubble--01,
.p-storedetail__reservation-speak-bubble--01-white {
  position: absolute;
  top: 1rem;
  left: -10rem;
  width: auto;
  height: auto;
  z-index: 1;
}

.p-storedetail__reservation-speak-bubble--01-white {
  height: 8rem;
}

.p-storedetail__reservation-speak-person--01 {
  width: auto;
  height: 25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-storedetail__reservation-speak-container--02 {
  position: absolute;
  bottom: 19%;
  left: 15%;
  z-index: 2;
}

.p-storedetail__reservation-speak-image--02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-storedetail__reservation-speak-bubble--02 {
  position: absolute;
  top: -5rem;
  width: auto;
  height: auto;
  z-index: 1;
}

.p-storedetail__reservation-speak-person--02 {
  width: auto;
  height: 18vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-storedetail__reservation-speak-container--03 {
  position: relative;
  left: 29%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-top: -10rem;
  z-index: 1;
}

.p-storedetail__reservation-speak-image--03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}

.p-storedetail__reservation-speak-bubble--03 {
  position: absolute;
  top: -1.5rem;
  left: -10rem;
  width: auto;
  height: auto;
  z-index: 1;
}

.p-storedetail__reservation-speak-person--03 {
  width: auto;
  height: 25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-storedetail__reservation-speak-container--04 {
  position: absolute;
  bottom: -19.5%;
  right: 8%;
  width: auto;
  height: auto;
  z-index: 2;
}

.p-storedetail__reservation-speak-image--04 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-storedetail__reservation-speak-bubble--04 {
  position: absolute;
  top: -4rem;
  right: -8.5rem;
  width: auto;
  height: auto;
  z-index: 1;
}

.p-storedetail__reservation-speak-person--04 {
  width: auto;
  height: 15rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-storedetail__reservation-speak-container--05 {
  position: absolute;
  bottom: -19.5%;
  left: 8%;
  width: auto;
  height: auto;
  z-index: 2;
}

.p-storedetail__reservation-speak-person--05 {
  width: auto;
  height: 15rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-storedetail__reservation-speak-mobile-row {
  display: none;
}

.p-storedetail__reservation-simulation {
  width: 100%;
  height: 41.7708333333vw;
  position: relative;
  overflow: hidden;
}
.p-storedetail__reservation-simulation::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/reservation/bg_reservation_simulation.webp");
  background-size: cover;
  background-position: 20% 42%;
  -webkit-filter: blur(0.208vw) brightness(0.5);
          filter: blur(0.208vw) brightness(0.5);
  z-index: 0;
}

.p-storedetail__reservation-simulation-ribbon {
  position: absolute;
  left: -2%;
  top: 83%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 53%;
  width: auto;
  z-index: 1;
  pointer-events: none;
}

.p-storedetail__reservation-simulation-phone {
  position: absolute;
  top: 50%;
  left: 44%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.p-storedetail__reservation-simulation-phone img {
  position: relative;
  z-index: 2;
  display: block;
  height: 33.333vw;
  width: auto;
}

.p-storedetail__reservation-simulation-phone-video {
  position: absolute;
  top: 2%;
  left: 5.5%;
  width: 89%;
  height: 95.5%;
  -o-object-fit: fill;
     object-fit: fill;
  z-index: 1;
  border-radius: 1.5625vw;
  background-color: var(--base-lightBlue);
}

.p-storedetail__reservation-simulation-content {
  position: absolute;
  right: 20%;
  top: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  z-index: 2;
}
.p-storedetail__reservation-simulation-content p {
  font-weight: 400;
}
.p-storedetail__reservation-simulation-content h2 {
  font-size: 5.208vw;
  font-weight: 400;
  line-height: 1.2;
  font-family: var(--font-outfit);
}
.p-storedetail__reservation-simulation-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.667vw;
  width: 24.167vw;
  text-align: justify;
  line-height: 2;
}

.p-storedetail__reservation-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5rem;
  margin-bottom: -5rem;
}

#reservation-form {
  background-color: #eef1f3;
}

.p-storedetail__reservation-form-content {
  position: relative;
  padding: 4rem;
  background-color: white;
}

.p-storedetail__reservation-announcement-section {
  background-image: url("../img/common/bg_camouflage01.webp");
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5% 0%;
}

.p-storedetail__reservation-announcement {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  max-width: 62.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-storedetail__reservation-announcement-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.p-storedetail__reservation-announcement-title-container p {
  font-size: var(--fs-lg);
  font-weight: 700;
  color: var(--text-lightBlue);
}
.p-storedetail__reservation-announcement-title-container h2 {
  font-size: var(--fs-2xl2);
  font-weight: 700;
  line-height: 1.2;
}

.p-storedetail__reservation-announcement-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 2;
  font-weight: 500;
}
.p-storedetail__reservation-announcement-body span {
  color: var(--base-lightBlue);
  text-decoration: underline;
  cursor: pointer;
}

.p-storedetail__reservation-announcement-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  gap: 0.5rem;
  font-weight: 700;
  font-size: var(--fs-lg);
}

.p-storedetail-review .p-storedetail-review__swiper {
  position: relative !important;
  overflow: hidden !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  min-width: 0 !important;
}
.p-storedetail-review .p-storedetail-review__cards.swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-transition-property: -webkit-transform !important;
  transition-property: -webkit-transform !important;
  transition-property: transform !important;
  transition-property: transform, -webkit-transform !important;
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
  overflow: visible !important;
  -ms-scroll-snap-type: none !important;
      scroll-snap-type: none !important;
  scroll-behavior: auto !important;
  -webkit-overflow-scrolling: auto !important;
  gap: 0 !important;
}
.p-storedetail-review .swiper-slide.p-storedetail-review__card {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 33.3333333333% !important;
          flex: 0 0 33.3333333333% !important;
  width: 33.3333333333% !important;
  padding: 0 8px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  display: block !important;
  position: relative !important;
  height: auto !important;
  scroll-snap-align: none !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.p-storedetail-review .p-storedetail-review__card-inner.p-storedetail-review__card--bg {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}
.p-storedetail-review .p-storedetail-review__nav-btn--prev,
.p-storedetail-review .p-storedetail-review__nav-btn--next {
  position: static !important;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.p-storedetail-review .p-storedetail-review__pagination {
  margin-top: 1rem !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  overflow: visible !important;
  position: relative !important;
}
.p-storedetail-review .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  white-space: nowrap !important;
  overflow: visible !important;
}
.p-storedetail-review .swiper-pagination-bullet {
  display: inline-block !important;
  width: var(--slider-dot-size, 8px) !important;
  height: var(--slider-dot-size, 8px) !important;
  background-color: var(--slider-dot-color, #999) !important;
  opacity: 0.4;
  border-radius: 50% !important;
  margin: 0 4px !important;
  cursor: pointer !important;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.1s !important;
  transition: opacity 0.1s, -webkit-transform 0.1s !important;
  transition: transform 0.1s, opacity 0.1s !important;
  transition: transform 0.1s, opacity 0.1s, -webkit-transform 0.1s !important;
}
.p-storedetail-review .swiper-pagination-bullet-active {
  background-color: var(--slider-act-dot-color, #154fc1) !important;
  opacity: 1;
}
.p-storedetail-review .p-storedetail-review__write-btn a img {
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  padding: 1px !important;
  margin: 0 0 0 4px !important;
  background: #fff !important;
  border-radius: 50% !important;
  vertical-align: middle !important;
}
.p-storedetail-review .p-storedetail-review__text {
  white-space: normal !important;
}

@media (max-width: 1099px) {
  .p-storedetail-review .swiper-slide.p-storedetail-review__card {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    width: 50% !important;
  }
}
@media screen and (max-width: 1000px) {
  .p-storedetail__voice-header {
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-storedetail__voice-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-storedetail__voice-header .p-storedetail__topic-header {
    gap: 0;
    margin-bottom: 0;
  }
  .p-storedetail__voice-header .p-storedetail__topic-header-text {
    font-size: var(--fs-base);
  }
  .p-storedetail__voice-header .c-section-header__text {
    line-height: normal;
  }
  .p-storedetail__voice-sub-text {
    margin-top: 0;
  }
  .p-storedetail__voice-headline {
    font-size: var(--fs-lg);
  }
}
@media (max-width: 1024px) {
  .p-storedetail__nav {
    margin-bottom: 3rem;
  }
  .p-storedetail__cta-container {
    height: auto;
    min-height: 30svh;
    padding: 4rem 1.5rem 22rem;
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-storedetail__cta-ribbon {
    z-index: 0;
    top: -6%;
    left: -90%;
    width: 200%;
    height: auto;
    overflow: hidden;
    pointer-events: none;
  }
  .p-storedetail__cta-ribbon-svg {
    width: 100%;
    height: auto;
  }
  .p-storedetail__cta-content {
    padding: 0;
    z-index: 3;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
    text-align: center;
  }
  .p-storedetail__cta-heading {
    font-size: var(--fs-xl2);
  }
  .p-storedetail__cta-stats-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.25rem;
  }
  .p-storedetail__cta-stats {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-storedetail__cta-stats-number {
    font-size: 9rem;
    line-height: 1;
  }
  .p-storedetail__cta-stats-unit {
    font-size: var(--fs-5xl);
  }
  .p-storedetail__cta-stats-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: var(--fs-lg2);
    text-align: center;
  }
  .p-storedetail__cta-note {
    display: none;
  }
  .p-storedetail__cta-note-mobile {
    display: block;
    font-size: var(--fs-base);
    color: white;
    text-align: center;
    background-color: var(--base-lightBlue);
    padding: 0.3rem 1.75rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .p-storedetail__cta-people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -6rem;
    left: 0;
    gap: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
  .p-storedetail__cta-person01 {
    display: block;
    height: 40rem;
    -webkit-transform: translate(1rem, 13rem);
            transform: translate(1rem, 13rem);
  }
  .p-storedetail__cta-person02 {
    display: block;
    height: 25rem;
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  .p-storedetail__cta-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
    bottom: -1.5rem;
  }
  .p-storedetail__dr-amazones .c-dr-amazones__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  .p-storedetail__dr-amazones .c-dr-amazones__container > img:first-child {
    width: 100%;
    height: 22rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .p-storedetail__dr-amazones .c-dr-amazones__section {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    padding: 2rem 2.5rem;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-storedetail__service-section .p-storedetail__service-pc {
    display: none;
  }
  .p-storedetail__service-section .p-storedetail__service-sp {
    display: block;
    overflow: hidden;
  }
  .p-storedetail__service-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--base-lightBlue);
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
  }
  .p-storedetail__service-nav--prev {
    left: 0.75rem;
  }
  .p-storedetail__service-nav--next {
    right: 0.75rem;
  }
  .p-storedetail__introduction-people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 1.5rem;
  }
  .p-storedetail__introduction-people-img--01 {
    height: 280px;
  }
  .p-storedetail__introduction-people-img--02 {
    height: 250px;
  }
  .p-storedetail__introduction-ribbon {
    position: absolute;
    top: 14%;
    right: -6%;
    width: 100%;
  }
  .p-storedetail__intro-text-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-storedetail__opening-content > .p-storedetail__opening-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
  .p-storedetail__opening-header-title,
  .p-storedetail__opening-header-accent {
    font-size: var(--fs-base);
  }
  .p-storedetail__opening-header-accent {
    display: block;
  }
  .p-storedetail__opening-jump {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-storedetail__opening-jump .c-animation-jump {
    max-height: 16rem;
    width: auto;
  }
  .p-storedetail__service-section {
    gap: 2rem;
  }
  .p-storedetail__dr-amazones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-storedetail__dr-amazones-pic {
    width: 100vw;
  }
  .p-storedetail__dr-amazones-content {
    position: relative;
    top: auto;
    bottom: auto;
    -webkit-transform: none;
            transform: none;
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 95%;
    padding: 30px;
  }
  .p-storedetail__dr-amazones-inner {
    gap: 20px;
  }
  .p-storedetail__dr-amazones-header {
    gap: 10px;
  }
  .p-storedetail__dr-amazones-body {
    gap: 20px;
  }
  .p-storedetail__dr-amazones-label {
    width: 295px;
    height: auto;
  }
  .p-storedetail__dr-amazones-triangle {
    width: 120px;
    height: auto;
  }
  .p-storedetail__dr-amazones-btn {
    display: none;
  }
  .p-storedetail__dr-label {
    font-size: var(--fs-base);
  }
  .p-storedetail__dr-amazones-label {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .p-storedetail__dr-clinic-text {
    position: static;
    top: auto;
    left: auto;
    font-size: var(--fs-xs);
    text-align: center;
  }
  .p-storedetail__whychooseus-text-left,
  .p-storedetail__whychooseus-text-right {
    width: 70vw;
  }
  .p-storedetail__reason-img01,
  .p-storedetail__reason-img02,
  .p-storedetail__reason-img03 {
    width: 100%;
    height: 25rem;
  }
  .p-storedetail__price-image-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-bottom: 2rem;
  }
  .p-storedetail__price-image-left,
  .p-storedetail__price-image-right {
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding: 2rem;
    background-size: cover;
  }
  .p-storedetail__price-image-container-link {
    width: 100%;
  }
  .p-storedetail__price-image-left {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../img/storedetail/img_storedetail_price_titleImg01_sp.webp");
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/storedetail/img_storedetail_price_titleImg01_sp.webp");
    background-position: left center;
  }
  .p-storedetail__price-image-right {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../img/storedetail/img_storedetail_price_titleImg02_sp.webp");
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/storedetail/img_storedetail_price_titleImg02_sp.webp");
    background-position: 35% center;
  }
  .p-storedetail__price-special-plan {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .p-storedetail__price-tiers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
  .p-storedetail__price-tier-desc {
    text-align: start;
  }
  .p-storedetail__price-tier-feature,
  .p-storedetail__price-tier-features--cols-5 .p-storedetail__price-tier-feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 0.5rem);
            flex: 0 0 calc(33.333% - 0.5rem);
  }
  .p-storedetail__price-tier-extra-note {
    position: relative;
    bottom: auto;
    margin-top: 1rem;
  }
  .p-storedetail__price-content {
    padding-bottom: 0rem;
  }
  .p-storedetail__price-content .flex,
  .p-storedetail__price-content .p-storedetail__price-col-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-storedetail__price-content > .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-storedetail__price-text-container {
    padding: 1.25rem;
  }
  .p-storedetail__price-text-container.u-flex-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p-storedetail__price-flex-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-storedetail__price-table th,
  .p-storedetail__price-table td {
    font-size: 0.85rem;
    line-height: 1.765;
  }
  .p-storedetail__price-table td {
    white-space: nowrap;
    padding-left: 0.75rem;
  }
  .p-storedetail__price-table span {
    font-size: var(--fs-xs);
    line-height: 1.867;
    display: block;
  }
  .p-storedetail__price-table-header,
  .p-storedetail__price-table-cell {
    font-size: 0.85rem;
    line-height: 1.765;
  }
  .p-storedetail__price-table-cell {
    white-space: nowrap;
    padding-left: 0.75rem;
  }
  .p-storedetail__price-table-label {
    font-size: var(--fs-xs);
    line-height: 1.867;
    display: block;
  }
  .p-storedetail__price-section--white {
    padding-top: 3rem;
  }
  .p-storedetail__price-section--white.py-100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .p-storedetail__price-title-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .p-storedetail__price-speak-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 1rem;
  }
  .p-storedetail__price-speak-image .p-storedetail__price-speak-person--01 {
    height: 12rem;
  }
  .p-storedetail__price-speak-image .p-storedetail__price-speak-bubble--01 {
    width: 7rem;
    height: auto;
    top: -6rem;
    right: 25%;
  }
  .p-storedetail__price-people-image-mobile,
  .p-storedetail__price-people-image-mobile.c-animation-jump {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    top: auto;
    right: auto;
    margin-top: -5rem;
    margin-bottom: 3rem;
  }
  .p-storedetail__price-people-image,
  .p-storedetail__price-people-image.c-animation-jump {
    display: none;
  }
  .p-storedetail__price-people-jump {
    height: 18rem;
  }
  .p-storedetail__price-people-jump--02 {
    height: 15rem;
  }
  .p-storedetail__price-people-jump--03 {
    height: 18rem;
  }
  .p-storedetail__reservation-speak-container--01 {
    right: 5%;
    top: -35%;
  }
  .p-storedetail__reservation-speak-person--01 {
    height: 15rem;
  }
  .p-storedetail__reservation-speak-bubble--01 {
    top: 0.5rem;
    left: -6rem;
    width: 6rem;
    height: auto;
  }
  .p-storedetail__reservation-speak-person--02 {
    height: 22vw;
  }
  .p-storedetail__reservation-speak-container--03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -7rem;
  }
  .p-storedetail__reservation-speak-person--03 {
    height: 16rem;
  }
  .p-storedetail__reservation-speak-bubble--03 {
    top: -1rem;
    left: -6.0rem;
    height: 6rem;
  }
  .p-storedetail__reservation-speak-container--04,
  .p-storedetail__reservation-speak-container--05 {
    display: none;
  }
  .p-storedetail__reservation-speak-mobile-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-top: 1.5rem;
  }
  .p-storedetail__reservation-speak-mobile-persons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
  .p-storedetail__reservation-speak-mobile-persons img {
    height: 12rem;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-storedetail__reservation-speak-bubble--04-mobile {
    position: absolute;
    top: -4rem;
    right: 0;
    height: 6rem;
    width: auto;
  }
  .p-storedetail__reservation-simulation {
    height: auto;
    min-height: 32rem;
    padding: 4rem 2rem;
  }
  .p-storedetail__reservation-simulation-phone {
    left: 50%;
  }
  .p-storedetail__reservation-simulation-phone img {
    height: 40vw;
  }
  .p-storedetail__reservation-simulation-content {
    right: 5%;
    top: 10%;
  }
  .p-storedetail__reservation-simulation-content h2 {
    font-size: 4vw;
  }
  .p-storedetail__reservation-simulation-content > div {
    width: 28vw;
    font-size: var(--fs-sm);
  }
  .p-storedetail__reservation-form-content {
    padding: 2.5rem;
  }
  .p-storedetail__reservation-announcement {
    padding: 3rem 2rem;
  }
}
@media (min-width: 768px) {
  .p-storedetail__gallery-bleed {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .p-storedetail__slider {
    width: 66.666667%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-storedetail__slider-thumbs {
    width: 33.333333%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .p-storedetail__gallery-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-storedetail__nav {
    padding-top: 1.5rem;
    margin-bottom: 2rem;
    gap: 1rem;
  }
  .p-storedetail__nav .c-page-nav__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p-storedetail__nav-divider {
    display: block;
    margin-bottom: 0;
  }
  .p-storedetail__topic-break {
    display: block;
  }
  .p-storedetail__topic-header-title,
  .p-storedetail__topic-header-subtitle {
    font-size: var(--fs-3xl);
    line-height: 1;
  }
  .p-storedetail__topic-header .c-section-header__text {
    line-height: 1;
  }
  #visit-flow .p-storedetail__topic-header {
    margin-bottom: 1.5rem;
  }
  .p-storedetail__intro-header .p-storedetail__topic-header {
    margin-bottom: 0;
  }
  .p-storedetail__dr-amazones-pic {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .p-storedetail__dr-amazones-content {
    margin-top: -80px;
    padding-top: 100px;
  }
  .c-step-card__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    text-align: left;
  }
  #visit-flow .c-step-card__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 0.25rem;
  }
  #visit-flow .c-step-card__title h3,
  #visit-flow .c-step-card__heading {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    white-space: nowrap;
    line-height: 1.55;
  }
  #visit-flow .c-step-card__title p,
  #visit-flow .c-step-card__subtitle {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 0;
    max-width: 100%;
    line-height: 1.55;
  }
  .c-step-card__title h3,
  .c-step-card__heading,
  .c-step-card__title p,
  .c-step-card__subtitle {
    font-size: 1.125rem;
  }
  .c-section-title__text {
    font-size: var(--fs-6xl);
    line-height: 1;
  }
  .p-storedetail__price-title-row .c-section-title {
    margin-bottom: 0;
  }
  .p-storedetail__price-title-row .c-section-title__text {
    font-size: 3.5rem;
  }
  .p-storedetail__price-title-row {
    gap: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .p-storedetail__price-tier-header-label {
    font-size: 0.78rem;
    white-space: nowrap;
  }
  .p-storedetail__price-tier-card > .p-storedetail__price-tier-header:first-child {
    padding: 0.5rem;
  }
  .p-storedetail__price-tier-card > .p-storedetail__price-tier-header:first-child .p-storedetail__price-tier-header-label {
    font-size: 1.05rem;
    white-space: normal;
  }
  .p-storedetail__price-tier-card-body {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .p-storedetail__price-tier-header-num {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0.1em;
  }
  .p-storedetail__price-tier-header-label--dual .p-storedetail__price-tier-header-num {
    font-size: 1.125rem;
  }
  #initial-cost .p-storedetail__price-col-row,
  #option-service .p-storedetail__price-flex-list {
    display: block;
    background-color: var(--base-white);
    padding: 0.75rem 1.25rem 1.25rem;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #initial-cost .p-storedetail__price-text-container,
  #option-service .p-storedetail__price-text-container {
    background-color: transparent;
    padding: 0;
  }
  .p-storedetail__price-section--white .c-section__stack-100 {
    gap: 3rem;
  }
  #monthly-plan .c-card-label--subheader {
    width: 10rem;
    min-width: 10rem;
  }
  #monthly-plan .p-storedetail__price-text-container {
    background: #fff;
    border-radius: 0;
    padding: 0.25rem 1.25rem 0.75rem;
  }
  #monthly-plan .p-storedetail__price-table tr {
    border-bottom: 1px solid #e5e7eb;
  }
  #monthly-plan .p-storedetail__price-table tr:last-child {
    border-bottom: none;
  }
  .p-storedetail__price-speak-image {
    margin-top: -2rem;
    margin-bottom: 2rem;
    padding-top: 0;
  }
  .p-storedetail__price-speak-image .p-storedetail__price-speak-bubble--01 {
    width: 9rem;
    top: 3rem;
    right: 20%;
  }
  .p-storedetail__price-speak-image .p-storedetail__price-speak-person--01 {
    height: auto;
    width: calc(100% + 2rem);
    max-width: none;
    margin-top: 10rem;
  }
  .p-storedetail__price-people-jump {
    height: 18rem;
  }
  .p-storedetail__price-people-jump--02 {
    height: 15rem;
  }
  .p-storedetail__price-people-jump--03 {
    height: 18rem;
    margin-left: -2rem;
  }
  .p-storedetail__opening-header {
    padding: 2rem 0 1rem;
  }
  .p-storedetail__opening-header-title {
    white-space: nowrap;
    line-height: 1.8;
  }
  .p-storedetail__opening-header-title .p-storedetail__opening-header-accent {
    display: inline;
  }
  .p-storedetail__topic-header-text {
    font-size: 0.9rem;
  }
  .p-storedetail__opening-text,
  .p-storedetail__intro-text,
  .p-storedetail__plan-desc,
  .p-storedetail__price-image-desc,
  .p-storedetail__voice-disclaimer {
    line-height: 2;
  }
  .p-storedetail__service-section {
    padding-top: 70px;
    gap: 2rem;
  }
  .p-top__dr-amazones {
    padding-bottom: 0;
  }
  .p-storedetail__service-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .p-storedetail__service-slider-wrapper .c-service__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .p-storedetail__service-slider-wrapper .c-service__container::-webkit-scrollbar {
    display: none;
  }
  .p-storedetail__service-slider-wrapper .c-service__wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 0;
    scroll-snap-align: start;
  }
  .p-storedetail__service-slider-wrapper .c-service__img {
    height: 13.75rem;
  }
  .p-storedetail__service-slider-wrapper .c-service__content {
    min-height: 20rem;
    padding: 2rem 1.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-storedetail__service-slider-wrapper .c-service__title {
    font-size: var(--fs-2xl);
    line-height: 1.45;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .p-storedetail__service-slider-wrapper .c-service__desc {
    font-size: var(--fs-sm);
    line-height: 1.8;
  }
  .p-storedetail__service-slider-wrapper .p-storedetail__service-nav {
    top: 50%;
  }
  .p-storedetail__price-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
    padding-bottom: 2rem;
  }
  .p-storedetail__price-header .p-storedetail__topic-header {
    margin-bottom: 0;
  }
  .p-storedetail__price-header > .c-section__sub-text {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    margin-top: 0;
  }
  .p-storedetail__price-header-svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 56px;
    height: 56px;
  }
  .p-storedetail__price-header-title {
    font-size: var(--fs-lg);
  }
  .p-storedetail__price-header-desc {
    font-size: var(--fs-sm);
  }
  .p-storedetail__price-header > .p-storedetail__plan-text {
    line-height: 1.8;
  }
  .p-storedetail__whychooseus-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
    padding-bottom: 2rem;
    position: relative;
  }
  .p-storedetail__whychooseus-title-meta {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    margin-top: 0;
  }
  .p-storedetail__whychooseus-title-meta-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 90px;
    height: 75px;
  }
  .p-storedetail__whychooseus-title-desc {
    font-size: var(--fs-sm);
  }
  .p-storedetail__introduction-ribbon {
    position: absolute;
    top: 22%;
    right: -20%;
    width: 150%;
  }
  .p-storedetail__introduction-people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 1.5rem;
    gap: 1.2rem;
  }
  .p-storedetail__introduction-people-img--01 {
    height: 16rem;
  }
  .p-storedetail__introduction-people-img--02 {
    height: 16rem;
    padding-bottom: 3rem;
  }
  .p-storedetail__intro-text-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-storedetail__introduction-facilities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding: 2.25rem 1rem;
    justify-items: center;
  }
  .p-storedetail__introduction-facility {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-storedetail__introduction-facility-name {
    font-size: var(--fs-sm);
  }
  .p-storedetail__introduction-facility-icon {
    width: 5rem;
    height: 5rem;
    padding: 0.65rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-storedetail__introduction-facility-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-storedetail__facility-tile {
    width: 2rem;
    height: 2rem;
  }
  .p-storedetail__gray-container {
    height: auto;
    padding: 0.75rem 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
  }
  .p-storedetail__gray-container + .c-flex-gap-30 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
  .p-storedetail__gray-container-title {
    font-size: var(--fs-base);
  }
  .p-storedetail__cutout {
    height: 100%;
    width: auto;
  }
  .p-storedetail__map {
    height: 15rem;
  }
  .p-storelist_card .c-flex-gap-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.5;
  }
  .p-storelist_card-header-inner img {
    display: none;
  }
  .p-storedetail__gray-container + .c-flex-gap-30 .p-storelist__card-header-inner img {
    display: none;
  }
  .p-storedetail__price-image-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-bottom: 2rem;
  }
  .p-storedetail__price-image-left,
  .p-storedetail__price-image-right {
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding: 2rem;
    background-size: cover;
  }
  .p-storedetail__price-image-left {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../img/storedetail/img_storedetail_price_titleImg01_sp.webp");
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/storedetail/img_storedetail_price_titleImg01_sp.webp");
    background-position: 75% center;
  }
  .p-storedetail__price-image-right {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../img/storedetail/img_storedetail_price_titleImg02_sp.webp");
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/storedetail/img_storedetail_price_titleImg02_sp.webp");
    background-position: 35% center;
  }
  .p-storedetail__price-image-title {
    font-size: var(--fs-lg);
  }
  .p-storedetail__price-image-lead {
    font-size: var(--fs-sm);
  }
  .p-storedetail__price-image-desc {
    font-size: var(--fs-2xs);
  }
  .p-storedetail__price-desc-join {
    display: inline;
  }
  div:has(> .p-storedetail__whychooseus-text-left),
  div:has(> .p-storedetail__whychooseus-text-right) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: visible;
  }
  .p-storedetail__whychooseus-text-left,
  .p-storedetail__whychooseus-text-right {
    position: static;
    width: 95%;
    margin-top: -2rem;
    padding: 0rem 1.5rem 2.5rem 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
            transform: none;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .p-storedetail__whychooseus-text-left {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .p-storedetail__reason-img01,
  .p-storedetail__reason-img02,
  .p-storedetail__reason-img03 {
    width: 100%;
    height: 18rem;
  }
  .p-storedetail__reason-img01-photo {
    width: auto;
    height: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .p-storedetail__reason-ribbon01,
  .p-storedetail__reason-ribbon02 {
    display: none;
  }
  .p-storedetail__reason-ribbon01--sp {
    display: block;
    position: absolute;
    top: -45px;
    right: 20rem;
    z-index: 0;
    pointer-events: none;
    width: 40vw;
    transform: scale(0.7);
  }
  .p-storedetail__whychooseus-title > *:not(.p-storedetail__reason-ribbon01--sp) {
    position: relative;
    z-index: 1;
  }
  .p-storedetail__freetrial-speak-container01 {
    right: 5%;
    top: 1.5rem;
    z-index: 5;
  }
  .p-storedetail__reservation-speak-person--01 {
    width: auto;
    height: 12rem;
  }
  .p-storedetail__faq-section .c-faq-ribbon {
    display: block;
    top: 0;
    right: 0;
    width: 100vw;
  }
  .p-storedetail__gallery-bleed .l-storedetail__container {
    padding-left: 0;
    padding-right: 0;
  }
  .p-storedetail__slider {
    display: block;
    width: 100%;
    aspect-ratio: 3/2;
    margin-left: 0;
    margin-right: 0;
  }
  .p-storedetail__slider .swiper-wrapper,
  .p-storedetail__slider .swiper-slide {
    width: 100%;
  }
  .p-storedetail__slider-thumbs {
    width: 100%;
  }
  .p-storedetail__slider-thumbs .grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    overflow-x: visible;
    padding: 0;
  }
  .p-storedetail__mobile-hero {
    display: none;
    grid-column: 1/-1;
    aspect-ratio: 3/2;
    overflow: hidden;
  }
  .p-storedetail__mobile-hero-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-storedetail__slider-thumbs .js-thumb-button,
  .p-storedetail__slider-thumbs-cell {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
  .p-storedetail__slider-thumbs-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: unset;
  }
  .p-storedetail__dr-amazones .c-dr-amazones__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  .p-storedetail__dr-amazones .c-dr-amazones__container > img:first-child {
    width: 100%;
    height: 18rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-storedetail__dr-amazones .c-dr-amazones__section {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    padding: 2rem 1.5rem;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-storedetail__dr-amazones .c-dr-amazones__section .c-dr-amazones__triangle {
    display: none;
  }
  .p-storedetail__service-header-title {
    font-size: var(--fs-6xl);
  }
  .p-storedetail__intro-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .p-storedetail__reservation-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#eff3f6), color-stop(50%, #b5ece9), to(#97e8e1));
    background-image: linear-gradient(to right, #eff3f6, #b5ece9 50%, #97e8e1);
    background-size: cover;
    background-position: center;
  }
  .p-storedetail__intro-inner {
    gap: 1.5rem;
  }
  .p-storedetail__meta-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .p-storedetail__dr-amazones-pic {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .p-storedetail__whychooseus-title-desc--sp {
    margin-bottom: 2.5rem;
    line-height: 2;
  }
  .p-storedetail__faq-stack {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-storedetail__price-image-container-link {
    width: 100%;
  }
  .p-storedetail__price-tier-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 0.75rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-storedetail__price-tier-feature,
  .p-storedetail__price-tier-features--cols-5 .p-storedetail__price-tier-feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 0.5rem);
            flex: 0 0 calc(33.333% - 0.5rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    text-align: center;
  }
  .p-storedetail__price-tier-feature-text {
    font-size: var(--fs-sm);
    line-height: 1.5;
    font-weight: 500;
  }
  .p-storedetail-review .swiper-slide.p-storedetail-review__card {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    width: 100% !important;
  }
  .p-storedetail-review[data-layout=slider] .p-storedetail-review__row {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .p-storedetail-review[data-layout=slider] .p-storedetail-review__header,
  .p-storedetail-review[data-layout=slider] .p-storedetail-review__content {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 100% !important;
            flex: 1 0 100% !important;
    width: 100% !important;
  }
  .p-storedetail__voice-section {
    background-image: url("../img/top/bg_voice_sp.webp");
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-storedetail__voice-section .c-topic-slider__track {
    --left-spacing: 20px;
  }
  .p-storedetail__voice-section .c-topic-buttons-container {
    padding-left: 20px;
  }
  .p-storedetail__voice-section .c-topic-slider__buttons {
    width: 100%;
  }
  .p-storedetail__voice-slide {
    padding-top: 50px;
  }
  .p-storedetail__voice-img-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-storedetail__voice-name {
    text-align: center;
  }
  .p-storedetail__voice-label {
    width: calc(100% - 20px);
    text-align: center;
  }
  .p-storedetail__voice-btn {
    display: none;
  }
  .p-storedetail__voice-btn--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
  .p-storedetail__reservation-title-wrap {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .p-storedetail__reservation-title-wrap .p-reservation-flow__title,
  .p-storedetail__reservation-title-wrap h2 {
    font-size: var(--fs-6xl);
    line-height: 1;
  }
  .p-storedetail__reservation-step-list {
    gap: 1.25rem;
  }
  #gym-diff > .c-row-mb-100 {
    margin-bottom: 40px;
  }
  #gym-diff > .c-row-mb-100:last-child {
    margin-bottom: 0;
  }
  .p-storedetail__reservation-step-card-title {
    padding-top: 0.5rem;
    padding-left: 1rem;
    gap: 0.625rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-storedetail__reservation-step-card-title h3 {
    font-size: var(--fs-md);
  }
  .p-storedetail__reservation-step-card-title > p {
    font-size: var(--fs-md);
    line-height: 1.333;
  }
  .p-storedetail__reservation-step-card-icon {
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-storedetail__reservation-step-card-body {
    padding: 1rem 1.25rem;
    font-size: var(--fs-sm2);
    line-height: 1.92;
  }
  .p-storedetail__reservation-step-btn-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0;
  }
  .p-storedetail__reservation-step-btn-wrapper .c-btn--light-blue02 {
    font-size: var(--fs-base);
    padding: 0.75rem 1.9rem;
    width: 100%;
  }
  .p-storedetail__reservation-speak-image--01-btn {
    display: none;
  }
  .p-storedetail__reservation-speak-person--01-btn {
    height: 13rem;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-storedetail__reservation-speak-bubble--01-btn {
    position: absolute;
    width: 6rem;
    height: auto;
    margin-bottom: 0.25rem;
    left: -7rem;
  }
  .p-storedetail__reservation-speak-container--02 {
    display: none;
  }
  .p-storedetail__reservation-speak-container--03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -3rem;
    margin-bottom: -5rem;
  }
  .p-storedetail__reservation-speak-person--03 {
    height: 16rem;
  }
  .p-storedetail__reservation-speak-bubble--03 {
    top: -1rem;
    left: -6.0rem;
    height: 6rem;
  }
  .p-storedetail__reservation-title-wrap .p-storedetail__reservation-speak-container--01 {
    display: block;
    position: absolute;
    right: 0.25rem;
    top: 1rem;
    z-index: 5;
    -ms-flex-item-align: auto;
        align-self: auto;
    pointer-events: none;
  }
  .p-storedetail__reservation-speak-container--01 {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .p-storedetail__reservation-speak-person--01 {
    height: 15rem;
  }
  .p-storedetail__reservation-speak-bubble--01 {
    top: 0.5rem;
    left: -6rem;
    width: 6rem;
    height: auto;
  }
  .p-storedetail__reservation-title-wrap .p-storedetail__reservation-speak-person--01 {
    height: 11.5rem;
  }
  .p-storedetail__reservation-title-wrap .p-storedetail__reservation-speak-bubble--01,
  .p-storedetail__reservation-title-wrap .p-storedetail__reservation-speak-bubble--01-white {
    top: -2.75rem;
    left: auto;
    right: 4.75rem;
    width: 5.5rem;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-storedetail__reservation-speak-mobile-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-top: 3rem;
  }
  .p-storedetail__reservation-speak-mobile-persons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
  .p-storedetail__reservation-speak-mobile-persons img {
    height: 12rem;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-storedetail__reservation-speak-bubble--04-mobile {
    position: absolute;
    top: -4rem;
    right: 0;
    height: 6rem;
    width: auto;
  }
  .p-storedetail__reservation-simulation {
    height: auto;
    min-height: unset;
    padding: 3.125rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0rem;
  }
  .p-storedetail__reservation-simulation::before {
    background-position: center;
  }
  .p-storedetail__reservation-simulation-ribbon {
    left: -5%;
    top: auto;
    bottom: -16.5rem;
    height: 35%;
    max-width: inherit;
  }
  .p-storedetail__reservation-simulation-phone {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(13rem);
            transform: translateY(13rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-item-align: start;
        align-self: flex-start;
    z-index: 2;
    margin-top: -10rem;
  }
  .p-storedetail__reservation-simulation-phone img {
    height: 85vw;
  }
  .p-storedetail__reservation-simulation-phone-video {
    border-radius: 3vw;
  }
  .p-storedetail__reservation-simulation-content {
    position: relative;
    right: auto;
    top: auto;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 2;
    width: 100%;
  }
  .p-storedetail__reservation-simulation-content h2 {
    font-size: var(--fs-5xl);
  }
  .p-storedetail__reservation-simulation-content > div {
    width: 100%;
    font-size: 0.9rem;
    gap: 1rem;
    margin-top: 15px;
    text-align: left;
  }
  .p-storedetail__reservation-simulation .p-storedetail__reservation-speak-container--02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 5rem;
  }
  .p-storedetail__reservation-simulation .p-storedetail__reservation-speak-person--02 {
    height: 16rem;
  }
  .p-storedetail__reservation-form {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 0rem;
  }
  #reservation-form {
    background-color: #eef1f3;
  }
  #reservation-form .p-storedetail__reservation-form {
    background-color: #eef1f3;
  }
  #reservation-form .p-storedetail__topic-header {
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }
  #reservation-form .p-storedetail__topic-header-title {
    font-size: var(--fs-6xl);
    line-height: 1;
  }
  .p-storedetail__reservation-form-content {
    padding: 1.25rem;
  }
  .p-storedetail__reservation-announcement-section {
    padding: 40px 16px;
  }
  .p-storedetail__reservation-announcement {
    padding: 2.5rem 1.5rem 3rem;
    gap: 1.5rem;
    width: 100%;
    max-width: 100%;
  }
  .p-storedetail__reservation-announcement-title-container h2 {
    font-size: var(--fs-lg2);
    line-height: 1.6;
    text-align: center;
  }
  .p-storedetail__reservation-announcement-title-container p {
    font-size: var(--fs-base);
    text-align: center;
  }
  .p-storedetail__reservation-announcement-body {
    font-size: var(--fs-sm2);
    line-height: 1.9;
  }
  .p-storedetail__reservation-announcement-btn {
    font-size: var(--fs-base);
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-storedetail__whychooseus-title-desc--sp {
    margin-bottom: 2.5rem;
    line-height: 2;
  }
}/*# sourceMappingURL=storedetail.css.map */
