:root {
  --bg: #ece8e8;
  --bg-soft: #f7efed;
  --text: #666;
  --accent: #d4929a;
  --line: #ddd6d6;
  --mint: #c2c6b9;
  --white: #fff;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: #fff;
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.lp {
  max-width: 430px;
  margin: 0 auto;
  background: var(--bg);
  padding-bottom: 0;
}

main#top {
  background: #fff;
}

.lp-main > section,
.lp-footer {
  padding: 32px 24px;
}

.lp-header {
  position: relative;
  z-index: 20;
  background: #fff;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07);
}

.lp-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
}

.lp-header__logo {
  width: 110px;
  margin-left: 30px;
}

.lp-header__reserve {
  background: var(--accent);
  color: var(--white);
  min-width: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px 8px 12px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.12em;
  border: 1px solid rgba(255, 255, 255, 0.85);
  position: relative;
}

.lp-header__reserve-label {
  line-height: 1.3;
}

.lp-header__reserve-icon {
  width: 6px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.hero {
  padding: 0;
}

.lp-main > section.hero {
  padding: 0;
}

.hero__bg {
  width: 100%;
  height: auto;
}

.offer-intro {
  padding: 40px 16px;
  background: url("../images/bg-marble.jpg") center / cover no-repeat;
}

.lp-main > section.offer-intro {
  padding: 40px 16px;
}

.offer-intro__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 680px;
  margin: 0 auto;
}

.offer-intro__title {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 54px;
  line-height: 1;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.05em;
}

.offer-intro__price {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 100px;
  line-height: 0.95;
  color: var(--accent);
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.offer-intro__price span {
  font-size: 20px;
  letter-spacing: 0;
  margin-left: 2px;
}

.offer-intro__note {
  width: 680px;
  margin: 4px auto 36px;
  color: var(--accent);
  font-size: 20px;
  line-height: 1;
}

.offer-intro__points {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 685px;
  gap: 20px;
}

.offer-intro__point {
  min-height: 160px;
  border: 1px solid var(--accent);
  background: #fff8f6;
  color: var(--accent);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  padding: 26px 10px 14px;
}

.offer-intro__point strong {
  display: block;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
}

.offer-intro__point span {
  display: block;
  margin-top: 10px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  border-top: 1px dotted var(--accent);
  font-size: 24px;
  line-height: 1.15;
}

.offer-intro__cta-group {
  margin-top: 40px;
}

.offer-intro__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
  width: 650px;
  height: 105px;
  margin: 0 auto;
  padding: 0 46px 0 20px;
  letter-spacing: 0.02em;
}

.offer-intro__cta span {
  display: inline-block;
}

.offer-intro__cta-icon {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.offer-intro__cta--reserve {
  background: var(--accent);
}

.offer-intro__cta-sub {
  margin: 16px 0 34px;
  text-align: center;
  color: var(--accent);
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
}

.offer-intro__cta--line {
  background: var(--mint);
}

.offer-card,
.offer-card--last {
  background: url("../images/bg-marble.jpg") center / cover no-repeat;
}

.lp-main > section.offer-card--last {
  padding: 40px 0 36px;
}

.offer-final {
  width: calc(100% - 60px);
  margin: 0 auto;
}

.offer-final__frame {
  border: 4px solid #d4929a;
  background: rgba(255, 255, 255, 0.76);
  padding: 10px;
}

.offer-final__frame-inner {
  border: 1px solid #d4929a;
  padding: 26px 24px 28px;
}

.offer-final__lead {
  margin: 0;
  position: relative;
  text-align: center;
  color: #666;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
}

.offer-final__lead span {
  text-decoration: none;
}

.offer-final__lead::after {
  content: "";
  display: block;
  width: min(100%, 294px);
  height: 12px;
  margin: 4px auto 0;
  background-image: url("../images/offer-final-lead-underline.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.offer-final__main {
  margin: 16px 0 12px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
  color: #666;
}

.offer-final__main-label {
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  line-height: 1;
}

.offer-final__main-price {
  font-family: "Shippori Mincho B1", serif;
  font-size: 36px;
  line-height: 0.95;
}

.offer-final__main-price-yen {
  font-size: 0.7em;
}

.offer-final__main-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  line-height: 1;
}

.offer-final__main-arrow img {
  display: block;
  width: 34px;
  height: auto;
}

.offer-final__main-free {
  color: #d4929a;
  font-family: "Shippori Mincho B1", serif;
  font-size: 32px;
  line-height: 0.95;
}

.offer-final__detail {
  background: #fff8f6;
  padding: 14px 12px 14px;
}

.offer-final__detail-title {
  margin: 0;
  text-align: center;
  color: #666;
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
  line-height: 1.15;
}

.offer-final__detail-title span {
  font-size: 0.55em;
}

.offer-final__detail-note {
  margin: 6px 0 10px;
  text-align: center;
  color: #666;
  font-size: 14px;
  line-height: 1.2;
}

.offer-final__detail-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.offer-final__detail-points li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #666;
  font-size: 11px;
  line-height: 1.25;
  padding: 2px 6px;
}

.offer-final__detail-points li + li {
  border-left: 1px solid #666;
}

.offer-final__cta {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 84px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.offer-final__cta-icon {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: auto;
}

.offer-final__cta--reserve {
  background: #d4929a;
}

.offer-final__cta-sub {
  margin: 12px 0 0;
  text-align: center;
  color: #d4929a;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.offer-final__cta--line {
  margin-top: 24px;
  background: #c2c6b9;
}

.cta {
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  padding: 20px 10px;
  letter-spacing: 0.03em;
}

.cta--pink { background: var(--accent); color: var(--white); }
.cta--green { background: var(--mint); color: var(--white); }

.cta__sub {
  margin: 8px 0 16px;
  text-align: center;
  color: var(--accent);
  font-weight: 700;
}

.section-title {
  margin: 0 0 24px;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 400;
}

.section-title--en span,
.section-title--small-en span {
  display: inline-block;
  margin-top: 12px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  color: var(--accent);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  padding: 2px 28px;
}

.section-title--en,
.section-title--small-en {
  font-size: 56px;
}

.worries {
  background: #eeefeb;
}

.lp-main > section.worries {
  padding: 0;
}

.worries__top {
  position: relative;
  padding: 42px 20px 26px;
  background: #eeefeb;
}

.worries__title {
  margin: 0;
  text-align: center;
  color: #666;
  font-family: "Shippori Mincho B1", serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
}

.worries__marker {
  margin: 10px 0 14px;
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 1;
}

.worries__checklist-label {
  margin: 0;
  position: absolute;
  left: 0px;
  top: 150px;
  color: #bcc1b5;
  font-family: "waterfall", "Waterfall", cursive;
  font-style: normal;
  font-size: 60px;
  line-height: 0.85;
  font-weight: 400;
  letter-spacing: 0;
  transform: rotate(-12deg);
  pointer-events: none;
  z-index: 1;
}

.worries__list {
  list-style: none;
  width: calc(100% - 4px);
  margin: 0 auto;
  padding: 26px 20px 16px;
  background: rgba(255, 255, 255, 0.65);
}

.worries__list li {
  display: flex;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid #b7b9b6;
  color: #666;
  font-size: 15px;
  line-height: 1.45;
  padding: 12px 4px;
}

.worries__list li:last-child {
  border-bottom: 0;
}

.worries__icon {
  flex: 0 0 auto;
  color: #9ea29d;
  font-size: 1.8rem;
  line-height: 1;
  transform: translateY(-3px);
}

.worries__list strong {
  font-weight: 700;
}

.worries__focus {
  position: relative;
  margin: 0;
  padding: 120px 0 20px;
  background-color: transparent;
  background-image: url("../images/worries-focus-bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.worries__solution {
  margin: 0 0 20px;
  text-align: center;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 28px;
  line-height: 1.4;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.42);
  padding: 0 16px;
}

.worries__video {
  width: calc(100% - 48px);
  margin: 0 auto;
  background: #000;
  aspect-ratio: 16 / 9;
  padding-bottom: 0;
  overflow: hidden;
}

.worries__video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.price__table,
.access__info,
.instructor-card {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 18px;
}

.voice {
  background: #efd8d6;
}

.lp-main > section.voice {
  padding: 40px 0 28px;
}

.voice__inner {
  width: calc(100% - 0px);
  margin: 0 auto;
  background-image: url("../images/voice-panel-bg.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 40px 14px;
}

.voice__title {
  margin: 0;
  text-align: center;
  color: #666;
  font-family: "Shippori Mincho B1", serif;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 400;
}

.voice__label {
  width: fit-content;
  margin: 8px auto 16px;
  border: 1px solid #d4929a;
  border-radius: 999px;
  padding: 2px 24px;
  color: #d4929a;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.voice-card {
  background: #f7efed;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
}

.voice-card:last-child {
  margin-bottom: 0;
}

.voice-card__head {
  display: flex;
  gap: 14px;
  align-items: center;
}

.voice-card__avatar {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.voice-card__meta h3 {
  margin: 0;
  color: #666;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.voice-card__stars {
  margin: 8px 0 0;
  color: #d4929a;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.06em;
}

.voice-card__text {
  margin: 14px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

.voice > .cta {
  width: calc(100% - 28px);
  margin: 36px auto 0;
  font-size: 20px;
  padding: 16px 12px;
}

.voice > .cta__sub {
  margin: 10px 0 0;
  font-size: 13px;
}

.access__map {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 180px;
  border-radius: 8px;
  margin-bottom: 32px;
}

.reasons {
  position: relative;
  background-color: #fff;
  background-image: url("../images/reasons-bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.lp-main > section.reasons {
  padding: 0 0 28px;
}

.reasons__heading {
  width: min(100%, 820px);
  margin: 0 auto;
  padding: 14px 0 18px;
  background: #d4929a;
  border-bottom-left-radius: 50% 92%;
  border-bottom-right-radius: 50% 92%;
  color: #f7efed;
  text-align: center;
}

.reasons__heading-main {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: 0.02em;
}

.reasons__heading-main span {
  font-family: "Quicksand", "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}

.reasons__heading-sub {
  display: inline-block;
  margin: 10px 0 0;
  border: 1px solid #efd8d6;
  border-radius: 30px;
  padding: 2px 24px;
  color: #efd8d6;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.reasons__inner {
  width: calc(100% - 32px);
  margin: 0 auto;
  padding: 16px 16px 0;
  border: 1px solid #d4929a;
  border-top: 0;
  position: relative;
}

.reasons__inner::before,
.reasons__inner::after {
  content: "";
  position: absolute;
  top: -64px;
  width: 1px;
  height: 64px;
  background: #d4929a;
}

.reasons__inner::before {
  left: -1px;
}

.reasons__inner::after {
  right: -1px;
}

.reasons__item {
  position: relative;
  margin-bottom: 56px;
}

.reasons__item:last-child {
  margin-bottom: 36px;
}

.reasons__item-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.reasons__item-num {
  width: 96px;
  height: 96px;
  margin: 0;
  flex: 0 0 auto;
}

.reasons__item-num-image {
  display: block;
  width: 100%;
  height: auto;
}

.reasons__item-title {
  margin: 0;
  color: #d4929a;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.reasons__item-image {
  width: 100%;
  margin-bottom: 12px;
}

.reasons__item-text {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.85;
}

.reasons__item-overlay {
  position: absolute;
  pointer-events: none;
  user-select: none;
  height: auto;
  z-index: 2;
}

.reasons__item-overlay--01 {
  width: 136px;
  right: 6px;
  bottom: 14px;
}

.reasons__item-overlay--02 {
  width: 160px;
  left: 8px;
  bottom: -30px;
}

.reasons__item-overlay--03 {
  width: 160px;
  right: -32px;
  bottom: -34px;
}

.reasons__compare {
  width: calc(100% - 32px);
  margin: 0 auto;
  padding: 24px 16px 0;
}

.reasons__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0 0 26px;
  background: #fff;
  border: 1px solid #b9b9b9;
}

.reasons__table tr > th,
.reasons__table tr > td {
  border: 1px solid #b9b9b9;
  text-align: center;
  font-size: 11px !important;
  line-height: 1.35;
  padding: 14px 0px;
  color: #666;
  background: #fff;
  vertical-align: middle;
}

.reasons__table th {
  font-weight: 400;
  background: #ebebeb;
}

.reasons__table th:nth-child(3) {
  background: #f0f0f0;
}

.reasons__table th:nth-child(2) {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.reasons__table th:nth-child(2),
.reasons__table td:nth-child(2) {
  background: #fff8f6;
  color: #d4929a;
  font-weight: 700;
  border: 2px solid #d4929a;
}

.reasons__table th:first-child,
.reasons__table td:first-child {
  width: 37.5%;
  font-weight: 700;
  background: #ffffff;
  border: 1px solid #b9b9b9;
}

.reasons__table td:nth-child(1) {
  width: 31.5%;
  font-size: 12px;
  line-height: 1.25;
}

.reasons__table td:nth-child(2) {
  font-size: 12px;
}

.reasons__table td:nth-child(3) {
  font-size: 12px;
}

.reasons__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 78px;
  background: #d4929a;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 18px 46px 18px 20px;
}

.reasons__cta-icon {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: auto;
}

.reasons__cta-sub {
  margin: 10px 0 0;
  color: #d4929a;
  text-align: center;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
}

.menu {
  position: relative;
  background: #fff;
}

.menu::before {
  content: "";
  display: block;
  width: calc(100% - 16px);
  height: 8px;
  margin: 0 auto 18px;
  background-image: radial-gradient(circle, #d4929a 3px, transparent 3px);
  background-size: 25px 8px;
  background-repeat: repeat-x;
}

.menu__title {
  margin: 0;
  text-align: center;
  color: #666;
  font-family: "Shippori Mincho B1", serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.menu__title-sub {
  width: fit-content;
  margin: 10px auto 26px;
  border: 1px solid #d4929a;
  border-radius: 30px;
  padding: 3px 26px;
  color: #d4929a;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.menu__panel {
  position: relative;
  border-radius: 10px;
  padding: 18px 14px 20px;
  overflow: hidden;
}

.menu__panel--group {
  background: #efd8d6;
  margin-bottom: 20px;
}

.menu__panel--private {
  background: #d4929a;
  color: #fff;
}

.menu__script {
  position: absolute;
  z-index: 3;
  height: auto;
  pointer-events: none;
}

.menu__script--group {
  top: 8px;
  left: 8px;
  width: 96px;
}

.menu__script--private {
  top: 8px;
  left: 10px;
  width: 98px;
}

.menu__group-hero {
  display: block;
  width: min(100%, 620px);
  margin: 6px auto 14px;
  height: auto;
}

.menu__private-hero {
  display: block;
  width: min(100%, 620px);
  margin: 6px auto 14px;
  height: auto;
}

.menu__visual-wrap {
  position: relative;
  width: min(100%, 500px);
  margin: 18px auto 14px;
  border-radius: 900px;
  overflow: hidden;
  aspect-ratio: 5 / 7;
}

.menu__visual-wrap--group {
  background: #d4929a;
}

.menu__visual-wrap--private {
  background: #f7efed;
}

.menu__visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu__vertical-label {
  position: absolute;
  top: 34px;
  right: 14px;
  z-index: 4;
  margin: 0;
  background: #fff;
  color: #d4929a;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0.02em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 10px 8px;
}

.menu__vertical-label--private {
  top: 30px;
}

.menu__tag {
  width: fit-content;
  margin: 0 auto 14px;
  border-radius: 999px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 1;
}

.menu__tag--group {
  background: #d4929a;
  color: #fff;
}

.menu__tag--private {
  background: #fff;
  color: #d4929a;
}

.menu__text {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}

.menu__text--private {
  color: #fff;
}

.menu__levels {
  margin-top: 12px;
  background: #fff;
  border-radius: 8px;
  padding: 14px 12px 12px;
}

.menu__levels-title {
  margin: 0;
  padding: 8px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  color: #666;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
}

.menu__levels-list {
  margin: 10px 0 0;
}

.menu__levels-row {
  margin-bottom: 10px;
}

.menu__levels-row:last-child {
  margin-bottom: 0;
}

.menu__levels-row dt {
  width: fit-content;
  margin: 0 0 6px;
  border-radius: 999px;
  background: #d4929a;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 4px 8px;
}

.menu__levels-row dd {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.55;
}

.flow {
  position: relative;
  margin-bottom: 40px;
  background-color: #f7efed;
  background-image: none;
  overflow: hidden;
}

.lp-main > section.flow {
  padding: 64px 14px 64px;
}

.flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: url("../images/flow-bg-top.png");
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}

.flow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background-image: url("../images/flow-bg-bottom.png");
  background-position: center bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}

.flow > * {
  position: relative;
  z-index: 1;
}

.flow__title {
  margin: 0;
  text-align: center;
  color: #666;
  font-family: "Shippori Mincho B1", serif;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 400;
}

.flow__title-sub {
  width: fit-content;
  margin: 10px auto 28px;
  border: 1px solid #d4929a;
  border-radius: 30px;
  padding: 3px 24px;
  color: #d4929a;
  font-size: 12px;
  line-height: 1;
}

.flow__steps {
  list-style: none;
  width: 90%;
  margin: auto;
  padding: 0;
}

.flow__step {
  position: relative;
  display: flex;
  gap: 16px;
  padding-bottom: 26px;
}

.flow__step:last-child {
  padding-bottom: 0;
}

.flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 58px;
  width: 2px;
  height: calc(100% - 42px);
  background-image: repeating-linear-gradient(
    to bottom,
    #d4929a 0 4px,
    transparent 4px 14px
  );
}

.flow__step-num {
  width: 40px;
  height: 40px;
  margin: 0;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #d4929a;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.04em;
}

.flow__step-content {
  flex: 1;
  padding-top: 3px;
}

.flow__step-title {
  margin: 0 0 6px;
  color: #d4929a;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
}

.flow__step-text {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.45;
}

.flow__amenities {
  margin-top: 20px;
  background: #fff;
  padding: 16px 16px 16px;
  position: relative;
  z-index: 2;
}

.flow__amenities-title {
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #d4929a;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.flow__amenities-title::before,
.flow__amenities-title::after {
  content: "";
  width: 22%;
  border-top: 1px solid #d4929a;
}

.flow__amenities-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 10px;
}

.flow__amenity {
  text-align: center;
}

.flow__amenity img {
  width: 54px;
  height: 54px;
  margin: 0 auto 8px;
  object-fit: contain;
}

.flow__amenity p {
  margin: 0;
  color: #d4929a;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 500;
}

.flow__belongings {
  margin-top: 18px;
  background: transparent;
  padding: 56px 24px 20px;
  position: relative;
}

.flow__belongings::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 34px;
  bottom: 0;
  background: #f7efed;
  z-index: 0;
}

.flow__belongings h4 {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  background-color: transparent;
  background-image: url("../images/flow-belongings-label.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  padding: 14px 52px 16px 20px;
  color: #d4929a;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
}

.flow__belongings ul {
  margin: 0;
  padding: 0 0 0 26px;
  position: relative;
  z-index: 1;
}

.flow__belongings li {
  margin-bottom: 10px;
  color: #666;
  font-size: 20px;
  line-height: 1.35;
}

.flow__belongings li:last-child {
  margin-bottom: 0;
}

.flow__belongings p {
  margin: 14px 0 0;
  color: #666;
  font-size: 12px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.flow__cta {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 76px;
  background: #d4929a;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.02em;
  z-index: 2;
}

.flow__cta-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: auto;
}

.flow__cta-sub {
  margin: 10px 0 0;
  text-align: center;
  color: #d4929a;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.instructors {
  background: #fff;
}

.lp-main > section.instructors {
  padding: 0 0 24px;
}

.instructors .instructor-card {
  margin: 0 0 40px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.instructors .instructor-card:last-child {
  margin-bottom: 0;
}

.instructors__head {
  background-color: #efd8d6;
  background-image: url("../images/instructors-head-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 12px 16px 10px;
}

.instructors__title {
  margin: 0;
  color: #666;
  font-size: 24px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 1.35;
}

.instructors__title-sub {
  margin: 4px auto 0;
  width: fit-content;
  min-width: 92px;
  border: 1px solid #d4929a;
  border-radius: 20px;
  padding: 2px 12px;
  color: #d4929a;
  font-size: 11px;
  line-height: 1;
}

.instructors__lead {
  margin: 16px auto 18px;
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 2;
}

.instructors__list {
  width: calc(90% - 0px);
  margin: 0 auto;
}

.instructor-card {
  position: relative;
  margin-bottom: 22px;
}

.instructor-card__panel {
  position: relative;
  height: 160px;
  margin-bottom: 86px;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 16px 16px;
}

.instructor-card__panel--light {
  background: #f7efed;
}

.instructor-card__panel--beige {
  background: #efd8d6;
}

.instructor-card__panel--pink {
  background: #d4929a;
}

.instructor-card__panel--dusty-pink {
  background: #e1b3b8;
}

.instructor-card__script {
  margin: 0;
  position: absolute;
  top: 16px;
  right: -8px;
  text-align: right;
  color: rgba(212, 146, 154, 0.7);
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.instructor-card__script--white {
  color: rgba(247, 239, 237, 0.78);
}

.instructor-card__main {
  position: relative;
  height: 100%;
}

.instructor-card__photo {
  position: absolute;
  top: 38px;
  right: 16px;
  width: min(44%, 300px);
  margin: 0;
}

.instructor-card__main--photo-left .instructor-card__photo {
  left: 12px;
  right: auto;
  top: 12px;
  height: auto;
}

.instructor-card__info {
  position: absolute;
  top: 74px;
  left: 16px;
  width: min(50%, 350px);
}

.instructor-card__main--photo-left .instructor-card__info {
  left: auto;
  right: -14px;
  top: 50px;
}

.instructor-card__main--photo-left .instructor-card__name {
  margin-bottom: 36px;
}

.instructor-card--02 .instructor-card__script {
  left: -8px;
  right: auto;
}

.instructor-card--02 .instructor-card__photo {
  top: 12px;
  right: 12px;
  left: auto;
  width: min(44%, 300px);
  height: auto;
}

.instructor-card--02 .instructor-card__info {
  top: 70px;
  left: 12px;
  right: auto;
  width: min(52%, 360px);
}

.instructor-card--02 .instructor-card__name {
  margin-bottom: 24px;
}

.instructor-card--04 .instructor-card__script {
  left: -8px;
  right: auto;
}

.instructor-card--04 .instructor-card__photo {
  top: 12px;
  right: 12px;
  left: auto;
  width: min(44%, 300px);
  height: auto;
}

.instructor-card--04 .instructor-card__info {
  top: 70px;
  left: 12px;
  right: auto;
  width: min(52%, 360px);
}

.instructor-card--04 .instructor-card__name {
  margin-bottom: 24px;
}

.instructor-card__photo img {
  width: 100%;
  height: auto;
}

.instructor-card__name {
  margin: 0 0 14px;
  color: #666;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: "Times New Roman", "Shippori Mincho B1", serif;
  font-weight: 400;
}

.instructor-card__name--white {
  color: #fff;
}

.instructor-card__tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.instructor-card__tags li {
  width: fit-content;
  min-width: 74px;
  border: 1px solid #d4929a;
  padding: 6px 12px;
  color: #d4929a;
  font-size: 11px;
  line-height: 1;
  background: #fff;
}

.instructor-card__role {
  margin: 8px 0 6px;
  text-align: center;
  color: #d4929a;
  font-size: 11px;
  line-height: 1.5;
}

.instructor-card__text {
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 1.85;
}

.instructors__more {
  width: calc(100% - 28px);
  margin: 20px auto 14px;
  min-height: 42px;
  background: rgba(102, 102, 102, 0.1);
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #666;
  font-size: 13px;
  letter-spacing: 0.01em;
}

.instructors__more-icon {
  font-size: 15px;
  line-height: 1;
}

.instructors__extra {
  display: none;
}

.instructors__extra.is-open {
  display: block;
}

.instructors__list--extra {
  margin-top: 6px;
  margin-bottom: 10px;
}

.instructors__stats {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.instructors__stat {
  border: 1px solid #d4929a;
  background: #fff8f6;
  min-height: 100px;
  padding: 12px 6px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #d4929a;
}

.instructors__stat-value {
  margin: 0;
  color: #d4929a;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 500;
}

.instructors__stat-value span {
  font-size: 0.9em;
}

.instructors__stat-label {
  margin: 6px 0 0;
  padding-top: 6px;
  border-top: 1px dotted #d4929a;
  color: #d4929a;
  font-size: 11px;
  line-height: 1.2;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facility__gallery {
  width: calc(100% - 60px);
  margin: 0 auto;
}

.facility__composite-image {
  width: 100%;
  display: block;
  object-fit: cover;
}

.facility {
  position: relative;
  background: #fff;
}

.lp-main > section.facility {
  padding: 38px 0 28px;
}

.facility__head {
  width: calc(100% - 60px);
  margin: 0 auto 20px;
  position: relative;
}

.facility__head::after {
  content: "";
  position: absolute;
  right: -22px;
  top: -30px;
  width: 180px;
  height: 180px;
  background-image: url("../images/facility-head-deco.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.facility__title {
  margin: 0;
  color: #666;
  font-family: "Shippori Mincho B1", serif;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.facility__label {
  width: fit-content;
  margin: 10px 0 0;
  border: 1px solid #d4929a;
  border-radius: 999px;
  padding: 2px 30px;
  color: #d4929a;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}

.facility__equipment {
  width: calc(100% - 60px);
  margin: 80px auto 0;
  background: #f7efed;
  border-radius: 30px;
  padding: 32px;
  position: relative;
}

.facility__equipment-title {
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  width: 152px;
  height: 76px;
  margin: 0;
  border-radius: 999px 999px 0 0;
  background: #f7efed;
  text-align: center;
  color: #d4929a;
  font-size: 22px;
  line-height: 76px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0;
}

.facility__equipment-title::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -6px;
  border-radius: 50%;
  background: #d4929a;
}

.facility__equipment-cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 16px;
}

.facility__equipment-cols ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.facility__equipment-cols li {
  margin-bottom: 14px;
  color: #666;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.facility__equipment-cols ul:last-child li {
  white-space: nowrap;
}

.facility__equipment-cols li:last-child {
  margin-bottom: 0;
}

.facility__equipment-cols li::before {
  content: "・";
}

.facility__equipment-cols small {
  display: inline-block;
  margin-left: 1.25em;
  color: #666;
  font-size: 11px;
  line-height: 1.35;
}

.facility__gallery img {
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.price {
  background: #fff;
}

.lp-main > section.price {
  padding: 34px 0 30px;
}

.price__head {
  width: calc(100% - 60px);
  margin: 0 auto 22px;
  padding: 22px 0 18px;
  text-align: center;
  position: relative;
}

.price__head::before,
.price__head::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.price__head::before {
  top: 0;
  background-image: url("../images/price-line-top.png");
}

.price__head::after {
  bottom: 0;
  background-image: url("../images/price-line-bottom.png");
}

.price__title {
  margin: 0;
  color: #666;
  font-family: "Shippori Mincho B1", serif;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 400;
}

.price__label {
  width: fit-content;
  margin: 8px auto 0;
  border: 1px solid #d4929a;
  border-radius: 999px;
  padding: 2px 30px;
  color: #d4929a;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.price__table {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.price__block {
  margin-bottom: 34px;
}

.price__block-title {
  margin: 0;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  background: #d4929a;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.price__list {
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid #d4929a;
  list-style: none;
}

.price__row {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.price__row:last-child {
  margin-bottom: 0;
}

.price__left {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.price__name {
  color: #666;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.price__duration {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: auto;
  padding: 8px 0;
  border-radius: 16px;
  background: #666;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.price__value {
  color: #666;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.price__note {
  margin: 8px 0 40px;
  color: #666;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.price__value-box {
  border: 1px solid #b9b9b9;
  padding: 18px 16px 16px;
}

.price__value-box h4 {
  width: fit-content;
  margin: -33px auto 10px;
  padding: 0 10px;
  background: #fff;
  color: #666;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.price__value-box p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

.faq {
  background: #f7efed;
}

.lp-main > section.faq {
  padding: 40px 0 28px;
}

.faq .section-title--small-en {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 36px;
}

.faq .section-title--small-en span {
  margin-top: 0;
}

.faq__list {
  width: calc(100% - 28px);
  margin: 0 auto;
}

.faq__item {
  margin: 0 0 16px;
  background: #fff;
  border-radius: 10px;
  padding: 0 8px;
}

.faq__item:last-child {
  margin-bottom: 0;
}

.faq__item summary {
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center;
  cursor: pointer;
  list-style: none;
  color: #666;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.04em;
  padding: 15px 44px 15px 58px;
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item summary::before {
  content: "Q";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #d4929a;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.faq__item summary::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: translateY(-70%) rotate(45deg);
  transform-origin: center;
  transition: transform 0.28s ease;
}

.faq__item[open] summary::after {
  transform: translateY(-30%) rotate(-135deg);
}

.faq__item p {
  position: relative;
  display: block;
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 16px 0 58px;
  border-top: 0 solid #d6d0cf;
  transition:
    max-height 0.36s ease,
    opacity 0.24s ease,
    padding 0.36s ease,
    border-top-width 0.36s ease;
}

.faq__item[open] p::before {
  content: "A";
  position: absolute;
  left: 26px;
  top: 18px;
  color: #d4929a;
  font-size: 15px;
  line-height: 1;
}

.faq__item[open] p {
  max-height: 420px;
  opacity: 1;
  padding: 14px 16px 14px 58px;
  border-top-width: 1px;
}

.access {
  background: #fff;
}

.lp-main > section.access {
  padding: 40px 30px 28px;
}

.access .section-title--small-en {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 18px;
  text-align: left;
  font-size: 36px;
}

.access .section-title--small-en span {
  margin-top: 0;
}

.access__info {
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.access__info dt {
  margin: 0;
  color: #666;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.04em;
}

.access__info dd {
  margin: 8px 0 0;
  color: #666;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #efd8d6;
  padding: 0 0 14px;
}

.access__info dt + dd + dt {
  margin-top: 18px;
}

.access__cta {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 58px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.access__cta-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: auto;
}

.access__cta--reserve {
  background: #d4929a;
}

.access__cta-sub {
  margin: 8px 0 0;
  text-align: center;
  color: #d4929a;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.access__cta--line {
  margin-top: 16px;
  background: #c2c6b9;
}

.lp-footer {
  background: #fff;
  text-align: center;
  border-top: 0;
  margin-bottom: 0;
  padding-top: 18px;
}

.lp-footer__logo {
  width: 120px;
  margin: 0 auto 16px;
}

.lp-footer__nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #666;
}

.lp-footer__copy {
  font-size: 13px;
  margin-top: 18px;
  color: #666;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .lp-main > section,
  .lp-footer { padding: 18px 14px; }
  .lp-header__inner { padding: 8px; }
  .lp-header__logo {
    width: 110px;
    margin-left: 30px;
  }
  .lp-header__reserve {
    min-width: 140px;
    font-size: 14px;
    padding: 8px 12px 8px 12px;
  }
  .offer-intro {
    padding: 40px 16px;
  }
  .lp-main > section.offer-intro {
    padding: 40px 16px;
  }
  .offer-intro__head,
  .offer-intro__note,
  .offer-intro__points,
  .offer-intro__cta {
    width: 100%;
  }
  .offer-intro__head {
    align-items: flex-end;
    gap: 8px;
  }
  .offer-intro__title {
    font-size: 28px;
    letter-spacing: 0.02em;
  }
  .offer-intro__price {
    font-size: 48px;
    line-height: 0.95;
  }
  .offer-intro__price span {
    font-size: 14px;
  }
  .offer-intro__note {
    margin: 4px auto 18px;
    font-size: 13px;
    line-height: 1.2;
  }
  .offer-intro__points {
    gap: 10px;
  }
  .offer-intro__point {
    min-height: 100px;
    padding: 12px 6px 10px;
  }
  .offer-intro__point strong {
    font-size: 21px;
  }
  .offer-intro__point span {
    margin-top: 6px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6px;
    font-size: 11px;
    line-height: 1.2;
  }
  .instructors__stats {
    width: 100%;
    gap: 10px;
  }
  .instructors__stat {
    min-height: 100px;
    padding: 12px 6px 10px;
  }
  .instructors__stat-value {
    font-size: 21px;
  }
  .instructors__stat-label {
    margin-top: 6px;
    padding-top: 6px;
    font-size: 11px;
    line-height: 1.2;
  }
  .offer-intro__cta-group {
    margin-top: 20px;
  }
  .offer-intro__cta {
    height: 58px;
    font-size: 20px;
    padding: 0 34px 0 10px;
  }
  .offer-intro__cta-icon {
    right: 32px;
    width: 8px;
  }
  .offer-intro__cta-sub {
    font-size: 16px;
    margin: 10px 0 20px;
  }
  .offer-final {
    width: calc(100% - 28px);
  }
  .offer-final__frame {
    padding: 6px;
  }
  .offer-final__frame-inner {
    padding: 16px 10px 16px;
  }
  .offer-final__main {
    gap: 5px;
    margin: 12px 0 8px;
  }
  .offer-final__detail {
    padding: 10px 8px;
  }
  .offer-final__detail-note {
    margin: 4px 0 8px;
    font-size: 12px;
  }
  .offer-final__detail-points li {
    font-size: 11px;
    padding: 2px 4px;
  }
  .offer-final__cta {
    min-height: 62px;
    margin-top: 20px;
    font-size: 21px;
  }
  .offer-final__cta-icon {
    right: 20px;
    width: 8px;
  }
  .offer-final__cta-sub {
    margin-top: 8px;
    font-size: 15px;
  }
  .offer-final__cta--line {
    margin-top: 16px;
  }
  .worries__focus {
    padding: 120px 0 20px;
  }
  .worries__solution {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .worries__video {
    width: calc(100% - 24px);
    min-height: 170px;
  }
  .reasons__heading {
    border-bottom-left-radius: 50% 78%;
    border-bottom-right-radius: 50% 78%;
    padding: 10px 0 14px;
  }
  .reasons__heading-main {
    font-size: 36px;
  }
  .reasons__heading-sub {
    margin-top: 8px;
    font-size: 12px;
    padding: 2px 16px;
  }
  .reasons__inner {
    width: calc(100% - 32px);
    padding: 16px 16px 0;
  }
  .reasons__compare {
    width: calc(100% - 32px);
    padding: 20px 16px 0;
  }
  .reasons__item {
    margin-bottom: 56px;
  }
  .reasons__item-head {
    gap: 10px;
    margin-bottom: 10px;
  }
  .reasons__item-num {
    width: 66px;
    height: 66px;
  }
  .reasons__item-overlay--01 {
    width: 160px;
    right: -30px;
    bottom: -30px;
  }
  .reasons__item-overlay--02 {
    width: 144px;
    left: -30px;
    bottom: -80px;
  }
  .reasons__item-overlay--03 {
    width: 152px;
    right: -30px;
    bottom: -90px;
  }
  .reasons__item-text {
    font-size: 13px;
    line-height: 1.8;
  }
  .reasons__table {
    margin-bottom: 32px;
  }
  .reasons__table th,
  .reasons__table td {
    font-size: 12px;
    padding: 10px 5px;
  }
  .reasons__table th:nth-child(2) {
    font-size: 12px;
  }
  .reasons__table td:nth-child(1),
  .reasons__table td:nth-child(2),
  .reasons__table td:nth-child(3) {
    font-size: 12px;
  }
  .reasons__cta {
    min-height: 58px;
    padding: 14px 34px 14px 10px;
    font-size: 20px;
  }
  .reasons__cta-icon {
    right: 18px;
    width: 8px;
  }
  .reasons__cta-sub {
    margin-top: 8px;
    font-size: 12px;
  }
  .cta { font-size: 20px; padding: 14px 8px; }
  .section-title { font-size: 26px; }
  .section-title--en, .section-title--small-en { font-size: 22px; }
  .section-title--en span, .section-title--small-en span { font-size: 12px; }
  .menu {
    padding-top: 12px;
  }
  .menu__title-sub {
    margin-bottom: 18px;
  }
  .menu__panel {
    padding: 12px 10px 14px;
    border-radius: 8px;
  }
  .menu__script--group,
  .menu__script--private {
    width: 88px;
    top: 6px;
    left: 6px;
  }
  .menu__group-hero {
    margin: 2px auto 10px;
  }
  .menu__private-hero {
    margin: 2px auto 10px;
  }
  .menu__visual-wrap {
    width: min(100%, 332px);
    margin: 10px auto 10px;
  }
  .menu__vertical-label {
    right: 8px;
    top: 20px;
    font-size: 16px;
    padding: 8px 5px;
  }
  .menu__tag {
    font-size: 11px;
    padding: 4px 10px;
    margin-bottom: 8px;
  }
  .menu__text {
    font-size: 12px;
    line-height: 1.75;
  }
  .menu__levels {
    margin-top: 10px;
    border-radius: 6px;
    padding: 10px 8px 9px;
  }
  .menu__levels-title {
    font-size: 17px;
    padding: 7px 0;
  }
  .menu__levels-row dt {
    font-size: 10px;
    padding: 3px 6px;
    margin-bottom: 4px;
  }
  .menu__levels-row dd {
    font-size: 12px;
    line-height: 1.45;
  }
  .flow::after {
    height: 300px;
  }
  .lp-main > section.flow {
    padding: 64px 14px 64px;
  }
  .flow__title-sub {
    margin-bottom: 20px;
  }
  .flow__step {
    gap: 12px;
    padding-bottom: 18px;
  }
  .flow__step-num {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .flow__step:not(:last-child)::after {
    left: 19px;
    top: 50px;
    height: calc(100% - 36px);
  }
  .flow__step-title {
    font-size: 22px;
    margin-bottom: 4px;
  }
  .flow__step-text {
    font-size: 14px;
  }
  .flow__amenities {
    margin-top: 20px;
    padding: 18px 10px 14px;
  }
  .flow__amenity img {
    width: 44px;
    height: 44px;
    margin-bottom: 6px;
  }
  .flow__amenity p {
    font-size: 11px;
  }
  .flow__belongings {
    padding: 42px 12px 10px;
  }
  .flow__belongings h4 {
    padding: 10px 30px 10px 12px;
    font-size: 18px;
  }
  .flow__belongings li {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .flow__cta {
    margin-top: 22px;
    height: 58px;
    font-size: 20px;
  }
  .flow__cta-sub {
    margin-top: 8px;
    font-size: 11px;
  }
  .voice__inner {
    width: calc(100% - 0px);
    padding: 120px 40px 14px;
  }
  .voice__label {
    margin-bottom: 14px;
  }
  .voice-card {
    padding: 14px 12px;
    margin-bottom: 12px;
  }
  .voice-card__head {
    gap: 10px;
  }
  .voice-card__avatar {
    width: 64px;
    height: 64px;
  }
  .voice-card__meta h3 { font-size: 16px; }
  .voice-card__stars { margin-top: 6px; font-size: 14px; }
  .voice-card__text { margin-top: 10px; font-size: 12px; line-height: 1.7; }
  .instructor-card {
    margin-bottom: 18px;
  }
  .instructor-card__panel {
    height: 160px;
    margin-bottom: 86px;
    padding: 16px 16px;
  }
  .instructor-card__main {
    height: 100%;
  }
  .instructor-card__script {
    top: 16px;
    right: -8px;
  }
  .instructor-card__photo {
    top: 38px;
    right: 16px;
    width: min(44%, 300px);
  }
  .instructor-card__main--photo-left .instructor-card__photo {
    left: 12px;
    right: auto;
    top: 12px;
    height: auto;
  }
  .instructor-card__info {
    top: 74px;
    left: 16px;
    width: min(50%, 350px);
  }
  .instructor-card__main--photo-left .instructor-card__info {
    left: auto;
    right: -14px;
    top: 50px;
  }
  .instructor-card__main--photo-left .instructor-card__name {
    margin-bottom: 36px;
  }
  .instructor-card--02 .instructor-card__script {
    left: -8px;
    right: auto;
  }
  .instructor-card--02 .instructor-card__photo {
    top: 12px;
    right: 12px;
    left: auto;
    width: min(44%, 300px);
    height: auto;
  }
  .instructor-card--02 .instructor-card__info {
    top: 70px;
    left: 12px;
    right: auto;
    width: min(52%, 360px);
  }
  .instructor-card--02 .instructor-card__name {
    margin-bottom: 24px;
  }
  .instructor-card--04 .instructor-card__script {
    left: -8px;
    right: auto;
  }
  .instructor-card--04 .instructor-card__photo {
    top: 12px;
    right: 12px;
    left: auto;
    width: min(44%, 300px);
    height: auto;
  }
  .instructor-card--04 .instructor-card__info {
    top: 70px;
    left: 12px;
    right: auto;
    width: min(52%, 360px);
  }
  .instructor-card--04 .instructor-card__name {
    margin-bottom: 24px;
  }
  .instructor-card__tags {
    gap: 6px;
  }
  .instructor-card__tags li {
    padding: 6px 12px;
  }
  .instructor-card__role {
    margin-top: 6px;
  }
  .instructors__more {
    margin-top: 16px;
    min-height: 40px;
  }
}

@media (min-width: 769px) {
  .offer-intro__head,
  .offer-intro__note,
  .offer-intro__points,
  .offer-intro__cta {
    width: 100%;
  }
  .offer-intro__head {
    align-items: flex-end;
    gap: 8px;
  }
  .offer-intro__title {
    font-size: 28px;
    letter-spacing: 0.02em;
  }
  .offer-intro__price {
    font-size: 48px;
    line-height: 0.95;
  }
  .offer-intro__price span {
    font-size: 14px;
  }
  .offer-intro__note {
    margin: 4px auto 18px;
    font-size: 13px;
    line-height: 1.2;
  }
  .offer-intro__points {
    gap: 10px;
  }
  .offer-intro__point {
    min-height: 100px;
    padding: 12px 6px 10px;
  }
  .offer-intro__point strong {
    font-size: 21px;
  }
  .offer-intro__point span {
    margin-top: 6px;
    padding-top: 6px;
    font-size: 11px;
    line-height: 1.2;
  }
  .offer-intro__cta-group {
    margin-top: 20px;
  }
  .offer-intro__cta {
    height: 58px;
    font-size: 20px;
    padding: 0 34px 0 10px;
  }
  .offer-intro__cta-icon {
    right: 32px;
    width: 8px;
  }
  .offer-intro__cta-sub {
    font-size: 16px;
    margin: 10px 0 20px;
  }
}
