@charset "UTF-8";
/*! normalize.scss v8.0.1 | MIT License | github.com/necolas/normalize.css - Lightweight version */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header,
main, menu, nav, section {
  display: block;
}

/* グループ化コンテンツ
   ========================================================================== */
hr {
  height: 0;
  overflow: visible;
}

/* メディア
   ========================================================================== */
img {
  border: 0;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

/* テキストレベル
   ========================================================================== */
a {
  background-color: transparent;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

/* インタラクティブ
   ========================================================================== */
audio, canvas, progress, video {
  display: inline-block;
}

/* フォーム
   ========================================================================== */
button, input, select, textarea {
  font: inherit;
  margin: 0;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

/* テーブル
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td, th {
  padding: 0;
}

/* リセット
   ========================================================================== */
figure, ul, ol, li, p, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

:root {
  color-scheme: light;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  color: #1f1f1f;
  background: #ffffff;
  margin: 0;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.u-mobile-break {
  display: none;
}
@media (max-width: 640px) {
  .u-mobile-break {
    display: inline;
  }
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.75;
}

button {
  font-family: inherit;
}

.container {
  width: min(1180px, 100% - 48px);
  margin: 0 auto;
}
@media (max-width: 640px) {
  .container {
    width: calc(100% - 32px);
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.site-header.is-scrolled {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1280px, 100% - 48px);
  margin: 0 auto;
  padding: 18px 0;
}
@media (max-width: 640px) {
  .site-header__inner {
    width: calc(100% - 32px);
    padding: 14px 0;
  }
}
.site-header__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
}
.site-header__logo {
  height: 48px;
  width: auto;
  display: block;
}
@media (max-width: 640px) {
  .site-header__logo {
    height: 38px;
  }
}
@media (max-width: 840px) {
  .site-header__cta {
    display: none;
  }
}
.site-header__toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 8px;
  gap: 4px;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 840px) {
  .site-header__toggle {
    display: inline-flex;
  }
}
.site-header__toggle-line {
  display: block;
  width: 26px;
  height: 2px;
  background: #1f1f1f;
}
.site-header__toggle-text {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.primary-nav ul {
  list-style: none;
  display: flex;
  gap: 18px;
  padding: 0;
  margin: 0;
}
.primary-nav a {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  position: relative;
  display: inline-block;
  transition: opacity 0.3s ease;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.primary-nav a:hover {
  opacity: 1;
}
.primary-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}
@media (max-width: 840px) {
  .primary-nav {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.97);
    padding: 96px 32px;
    transform: translateY(-100%);
    transition: transform 0.4s ease, visibility 0s 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    visibility: hidden;
    min-height: 100vh;
    overflow-y: auto;
  }
  .primary-nav.is-open {
    transform: translateY(0);
    pointer-events: auto;
    visibility: visible;
    transition: transform 0.4s ease, visibility 0s 0s;
  }
  .primary-nav ul {
    flex-direction: column;
    gap: 24px;
    font-size: 1.2rem;
    text-align: center;
  }
}
.primary-nav__close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: transparent;
  border: 0;
  padding: 8px;
  cursor: pointer;
  display: none;
  z-index: 100;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media (max-width: 840px) {
  .primary-nav__close {
    display: flex;
  }
}
.primary-nav__close-icon {
  font-size: 2.5rem;
  line-height: 1;
  color: #1f1f1f;
  display: block;
}
.primary-nav__close-text {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #1f1f1f;
  font-weight: 600;
}
.primary-nav__close:hover {
  opacity: 0.6;
}

body.is-nav-open {
  overflow: hidden;
}

.site-main {
  background: linear-gradient(180deg, #f5f5f5 0%, #ffffff 50%, #fff8dc 100%);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 14px 32px;
  font-size: 0.95rem;
  font-weight: 600;
  border: 1px solid transparent;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.button--primary {
  background: #ff8c00;
  color: #fff;
  box-shadow: 0 10px 20px rgba(255, 140, 0, 0.3);
}
.button--primary:hover {
  background: #fff;
  color: #ff8c00;
  border-color: #ff8c00;
}
.button--secondary {
  border-color: rgba(255, 255, 255, 0.4);
  color: #1f1f1f;
  background: transparent;
}
.button--secondary:hover {
  background: #1f1f1f;
  color: #fff;
  border-color: #1f1f1f;
}
.button--ghost {
  border-color: rgba(0, 0, 0, 0.2);
  background: transparent;
  color: #1f1f1f;
}
.button--ghost:hover {
  background: #1f1f1f;
  color: #fff;
  border-color: #1f1f1f;
}

.mv {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}
.mv__collage {
  position: absolute;
  inset: 0;
  display: flex;
  gap: 16px;
  padding: 0 0 0 clamp(24px, 4vw, 48px);
}
.mv__stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-content: flex-start;
  flex: 0 0 66.666%;
}
.mv__stack--left {
  transform: translateY(60px);
}
.mv__card {
  width: 100%;
  aspect-ratio: 3/4;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  animation: mv-float 8s ease-in-out infinite;
}
.mv__card:nth-child(1) {
  animation-duration: 7s;
  animation-delay: -1.5s;
  transform: translateY(-80px);
}
.mv__card:nth-child(2) {
  animation-duration: 9s;
  animation-delay: -3.2s;
  transform: translateY(-80px);
}
.mv__card:nth-child(3) {
  animation-duration: 7.5s;
  animation-delay: -5.8s;
  transform: translateY(-80px);
}
.mv__card:nth-child(4) {
  animation-duration: 8.5s;
  animation-delay: -2.1s;
}
.mv__card:nth-child(5) {
  animation-duration: 8s;
  animation-delay: -4.7s;
}
.mv__card:nth-child(6) {
  animation-duration: 9.5s;
  animation-delay: -6.3s;
}
.mv__card:nth-child(7) {
  animation-duration: 7.2s;
  animation-delay: -1.9s;
}
.mv__card:nth-child(8) {
  animation-duration: 8.8s;
  animation-delay: -3.5s;
}
.mv__card:nth-child(9) {
  animation-duration: 7.8s;
  animation-delay: -5.1s;
}
.mv__content {
  position: relative;
  z-index: 10;
  margin-left: auto;
  width: min(560px, 42%);
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: clamp(64px, 10vh, 120px) clamp(36px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}
.mv__brand img {
  width: 240px;
  margin-bottom: 16px;
}
.mv__brand p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0;
  font-feature-settings: "palt" 1;
}
.mv__subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0;
  font-feature-settings: "palt" 1;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  white-space: nowrap;
}
.mv__subtitle__big {
  font-size: 2rem;
}
.mv__tokens {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
.mv__tokens span {
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.8), rgba(230, 230, 230, 0.3));
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.9), 0 8px 24px rgba(0, 0, 0, 0.06);
  display: block;
}
@media (max-width: 1024px) {
  .mv {
    flex-direction: column;
    min-height: auto;
  }
  .mv__collage {
    position: relative;
    height: 60vh;
    min-height: 480px;
    padding: 24px;
  }
  .mv__stack {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .mv__stack--left {
    transform: translateY(40px);
  }
  .mv__stack--right {
    transform: translateY(-20px);
  }
  .mv__content {
    width: 100%;
    margin-left: 0;
    background: #fff;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
@media (max-width: 640px) {
  .mv__collage {
    flex-direction: column;
    gap: 16px;
    height: auto;
    min-height: 400px;
    padding: 16px;
  }
  .mv__stack {
    padding: 0;
    gap: 10px;
    transform: none !important;
  }
  .mv__stack--left, .mv__stack--right {
    transform: none;
  }
  .mv__card {
    border-radius: 16px;
  }
  .mv__content {
    padding: 48px 24px;
  }
  .mv__brand img {
    width: 180px;
  }
  .mv__brand p {
    font-size: 14px;
  }
  .mv__subtitle {
    font-size: 15px;
  }
  .mv__tokens span {
    width: 60px;
    height: 60px;
  }
}

@keyframes mv-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-24px);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-up,
.fade-in-left,
.fade-in-right {
  opacity: 0;
  transform: translateY(0);
}

.fade-in-up.is-visible {
  animation: fadeInUp 0.8s ease forwards;
}

.fade-in-left.is-visible {
  animation: fadeInLeft 0.8s ease forwards;
}

.fade-in-right.is-visible {
  animation: fadeInRight 0.8s ease forwards;
}

.section {
  padding: 96px 0;
}
@media (max-width: 640px) {
  .section {
    padding: 72px 0;
  }
}
.section--soft {
  background: #f5f5f5;
}
.section--accent {
  background: #f3efe8;
}

.section__inner {
  width: min(1180px, 100% - 48px);
  margin: 0 auto;
}
@media (max-width: 640px) {
  .section__inner {
    width: calc(100% - 32px);
  }
}

.section__header {
  text-align: left;
  margin-bottom: 48px;
}
.section__header .section__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  color: #696969;
  animation-delay: 0.1s;
}
.section__header .section__title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin: 8px 0 12px;
  animation-delay: 0.2s;
}
.section__header .section__lead {
  color: #696969;
  animation-delay: 0.3s;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
@media (max-width: 960px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}
.about-grid__visual {
  animation-delay: 0.4s;
}
.about-grid__visual img {
  border-radius: 28px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-grid__content {
  animation-delay: 0.5s;
}

.badge-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0 0 16px;
}
.badge-list li {
  background: #fff;
  border-radius: 999px;
  padding: 8px 20px;
  font-size: 0.85rem;
}

.stat-cards {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.stat-card {
  flex: 1;
  min-width: 140px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 16px;
  text-align: center;
}
.stat-card__value {
  font-size: 2rem;
  font-weight: 700;
}
.stat-card__label {
  font-size: 0.85rem;
  color: #696969;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1024px) {
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}
.card-grid > *:nth-child(1) {
  animation-delay: 0.4s;
}
.card-grid > *:nth-child(2) {
  animation-delay: 0.5s;
}
.card-grid > *:nth-child(3) {
  animation-delay: 0.6s;
}

.plan-card {
  border-radius: 32px;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}
.plan-card__badge {
  align-self: flex-start;
  border-radius: 999px;
  padding: 4px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
}
.plan-card__title {
  font-size: 1.4rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.plan-card__price {
  font-size: 2.2rem;
  font-weight: 700;
}
.plan-card__price span {
  display: block;
  font-size: 0.9rem;
  color: #696969;
}
.plan-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.plan-card__list li::before {
  content: "—";
  margin-right: 8px;
  color: #ff8c00;
}

.trainer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
}
@media (max-width: 960px) {
  .trainer {
    grid-template-columns: 1fr;
  }
}
.trainer__visual {
  animation-delay: 0.4s;
}
.trainer__visual img {
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.trainer__content {
  animation-delay: 0.5s;
}
.trainer__name {
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.bullet-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bullet-list li {
  padding-left: 20px;
  position: relative;
}
.bullet-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff8c00;
  position: absolute;
  left: 0;
  top: 10px;
}

.flow {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.flow__item {
  display: flex;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 640px) {
  .flow__item {
    flex-direction: column;
  }
}
.flow__item:nth-child(1) {
  animation-delay: 0.4s;
}
.flow__item:nth-child(2) {
  animation-delay: 0.5s;
}
.flow__item:nth-child(3) {
  animation-delay: 0.6s;
}
.flow__item:nth-child(4) {
  animation-delay: 0.7s;
}
.flow__item:nth-child(5) {
  animation-delay: 0.8s;
}
.flow__number {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #696969;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq__item {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 16px 24px;
  background: #fff;
}
.faq__item:nth-child(1) {
  animation-delay: 0.4s;
}
.faq__item:nth-child(2) {
  animation-delay: 0.5s;
}
.faq__item:nth-child(3) {
  animation-delay: 0.6s;
}
.faq__item:nth-child(4) {
  animation-delay: 0.7s;
}
.faq__item summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}
.faq__item summary::-webkit-details-marker {
  display: none;
}
.faq__item p {
  margin-bottom: 0;
  color: #696969;
}

.access {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
@media (max-width: 960px) {
  .access {
    grid-template-columns: 1fr;
  }
}
.access__content {
  animation-delay: 0.4s;
}
.access__map {
  animation-delay: 0.5s;
}
.access__map iframe {
  border: 0;
  border-radius: 24px;
  width: 100%;
  min-height: 360px;
}
.access__note {
  margin-top: 16px;
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  display: flex;
  gap: 16px;
}
.access__note img {
  width: 120px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.info-list dt {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #696969;
  margin-bottom: 4px;
}

.news {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1024px) {
  .news {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .news {
    grid-template-columns: 1fr;
  }
}
.news__item {
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  background: #fff;
}
.news__item:nth-child(1) {
  animation-delay: 0.4s;
}
.news__item:nth-child(2) {
  animation-delay: 0.5s;
}
.news__item:nth-child(3) {
  animation-delay: 0.6s;
}
.news__date {
  font-size: 0.85rem;
  color: #696969;
}
.news__title {
  font-size: 1.1rem;
  margin: 8px 0;
}
.news__excerpt {
  font-size: 0.95rem;
  color: #696969;
}
.news__empty {
  grid-column: 1/-1;
  text-align: center;
  color: #696969;
}

.footer {
  background: #111;
  color: #fff;
  padding: 48px 0;
}
.footer__inner {
  width: min(1180px, 100% - 48px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
}
@media (max-width: 840px) {
  .footer__inner {
    flex-direction: column;
    gap: 32px;
  }
}
.footer__brand {
  flex-shrink: 0;
}
.footer__logo {
  height: 100px;
  width: auto;
  display: block;
}
@media (max-width: 640px) {
  .footer__logo {
    height: 36px;
  }
}
.footer__nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__links ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding: 0;
  margin: 0;
}
.footer__links a {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
  transition: opacity 0.3s ease;
}
.footer__links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer__links a:hover {
  opacity: 1;
}
.footer__links a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.footer__copy {
  font-size: 0.75rem;
  margin: 0;
  opacity: 0.6;
}
.footer__meta {
  flex-shrink: 0;
  text-align: right;
}
@media (max-width: 840px) {
  .footer__meta {
    text-align: left;
  }
}
.footer__address {
  font-size: 0.85rem;
  margin: 0;
  opacity: 0.8;
}
.footer__title {
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.footer__mail {
  color: #ff8c00;
}

details[open] {
  animation: faq-open 0.3s ease;
}

@keyframes faq-open {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-header {
  background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
  padding: 80px 0 60px;
  text-align: center;
  position: relative;
}
@media (max-width: 640px) {
  .page-header {
    padding: 60px 0 40px;
  }
}
.page-header__inner {
  width: min(1180px, 100% - 48px);
  margin: 0 auto;
}
@media (max-width: 640px) {
  .page-header__inner {
    width: calc(100% - 32px);
  }
}
.page-header__title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 24px;
  color: #1f1f1f;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.breadcrumb {
  display: flex;
  justify-content: center;
}
.breadcrumb__list {
  list-style: none;
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
  color: #696969;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  color: #696969;
}
.breadcrumb__item:last-child {
  color: #1f1f1f;
}
.breadcrumb__item a {
  color: #696969;
  transition: color 0.3s ease;
}
.breadcrumb__item a:hover {
  color: #ff8c00;
  opacity: 1;
}

.page-content {
  background: #fff;
  padding: 80px 0;
}
@media (max-width: 640px) {
  .page-content {
    padding: 60px 0;
  }
}
.page-content__inner {
  width: min(900px, 100% - 48px);
  margin: 0 auto;
}
@media (max-width: 640px) {
  .page-content__inner {
    width: calc(100% - 32px);
  }
}

.content-section {
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .content-section {
    margin-bottom: 60px;
  }
}
.content-section:last-child {
  margin-bottom: 0;
}
.content-section--gray {
  background: #f5f5f5;
  padding: 60px 48px;
  border-radius: 24px;
}
@media (max-width: 640px) {
  .content-section--gray {
    padding: 40px 24px;
    border-radius: 16px;
  }
}
.content-section--cta {
  text-align: center;
  padding: 60px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.content-section__title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin: 0 0 32px;
  text-align: center;
  color: #1f1f1f;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.content-section__lead {
  font-size: 1.05rem;
  line-height: 1.9;
  margin-bottom: 32px;
  color: #696969;
}
.content-section__lead p {
  margin: 0 0 1em;
}
.content-section__lead p:last-child {
  margin-bottom: 0;
}
.content-section__text {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 24px;
  color: #696969;
}
.content-section__note {
  font-size: 0.9rem;
  color: #696969;
  margin-top: 16px;
}
.content-section__button {
  margin-top: 32px;
}
.content-section__visual {
  margin-top: 40px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 640px) {
  .content-section__visual {
    margin-top: 32px;
    border-radius: 12px;
  }
}
.content-section__visual img {
  width: 100%;
  height: auto;
  display: block;
}

.image-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 40px 0;
}
@media (max-width: 640px) {
  .image-gallery {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 32px 0;
  }
}
.image-gallery__item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.image-gallery__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.image-gallery__item--large {
  grid-column: 1/-1;
}
.image-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 960px) {
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.feature-card {
  text-align: center;
}
.feature-card__number {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ff8c00;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
.feature-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 12px;
}
.feature-card__text {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #696969;
  margin: 0;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 640px) {
  .check-list {
    grid-template-columns: 1fr;
  }
}
.check-list__item {
  padding-left: 28px;
  position: relative;
  font-size: 0.95rem;
  line-height: 1.6;
}
.check-list__item::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ff8c00;
  font-weight: 700;
  font-size: 1.2rem;
}

.plan-detail__header {
  margin-bottom: 32px;
}
.plan-detail__badge {
  display: inline-block;
  background: #ff8c00;
  color: #fff;
  padding: 4px 16px;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}
.plan-detail__badge--secondary {
  background: #1f1f1f;
}
.plan-detail__badge--tertiary {
  background: #696969;
}
.plan-detail__title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.8rem;
  margin: 0 0 16px;
  font-weight: 600;
}
.plan-detail__lead {
  font-size: 1rem;
  line-height: 1.8;
  color: #696969;
  margin: 0;
}
.plan-detail__price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 32px;
  padding: 24px;
  background: #f5f5f5;
  border-radius: 16px;
}
.plan-detail__price-value {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ff8c00;
}
.plan-detail__price-unit {
  font-size: 0.9rem;
  color: #696969;
}
.plan-detail__content h4 {
  font-size: 1.1rem;
  margin: 32px 0 16px;
  font-weight: 600;
}
.plan-detail__content h4:first-child {
  margin-top: 0;
}
.plan-detail__image {
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
@media (max-width: 640px) {
  .plan-detail__image {
    margin-bottom: 24px;
    border-radius: 8px;
  }
}
.plan-detail__image img {
  width: 100%;
  height: auto;
  display: block;
}
.plan-detail__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.plan-detail__list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
  line-height: 1.7;
}
.plan-detail__list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #ff8c00;
}

.trainer-profile {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 960px) {
  .trainer-profile {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.trainer-profile__visual img {
  border-radius: 24px;
  width: 100%;
}
.trainer-profile__name {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 8px;
  letter-spacing: 0.08em;
}
.trainer-profile__role {
  display: block;
  font-size: 1rem;
  color: #696969;
  font-weight: 400;
  margin-top: 8px;
}
.trainer-profile__position {
  font-size: 0.9rem;
  color: #696969;
  margin: 0 0 32px;
}
.trainer-profile__section {
  margin-bottom: 32px;
}
.trainer-profile__section h3 {
  font-size: 1.2rem;
  margin: 0 0 16px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 2px solid #ff8c00;
}

.certification-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.certification-list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
  line-height: 1.7;
}
.certification-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ff8c00;
  font-size: 1.2rem;
}

.timeline__item {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.timeline__item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.timeline__year {
  flex-shrink: 0;
  font-weight: 700;
  color: #ff8c00;
  font-size: 1.1rem;
}
.timeline__text {
  margin: 0;
  line-height: 1.7;
}

.message-box {
  background: #fff;
  padding: 32px;
  border-radius: 20px;
  border-left: 4px solid #ff8c00;
}
.message-box p {
  margin: 0 0 1em;
  line-height: 1.9;
}
.message-box p:last-child {
  margin-bottom: 0;
}

.commitment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 960px) {
  .commitment-grid {
    grid-template-columns: 1fr;
  }
}

.commitment-card {
  background: #f5f5f5;
  padding: 24px;
  border-radius: 16px;
}
.commitment-card__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 12px;
}
.commitment-card__text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #696969;
  margin: 0;
}

.flow-detail__item {
  display: flex;
  gap: 24px;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 640px) {
  .flow-detail__item {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}
.flow-detail__item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.flow-detail__number {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #ff8c00, #ffb84d);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 640px) {
  .flow-detail__number {
    width: 80px;
    height: 80px;
    font-size: 0.75rem;
  }
}
.flow-detail__content {
  flex: 1;
}
.flow-detail__title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 12px;
}
.flow-detail__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #696969;
  margin: 0 0 16px;
}
.flow-detail__info {
  background: #f5f5f5;
  padding: 8px 16px;
  border-radius: 8px;
  display: inline-block;
  font-size: 0.9rem;
  margin-bottom: 16px;
}
.flow-detail__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flow-detail__list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 6px;
  font-size: 0.95rem;
  line-height: 1.6;
}
.flow-detail__list li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #ff8c00;
  font-weight: 700;
}

.faq-list__item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 16px;
}
.faq-list__item:last-child {
  margin-bottom: 0;
}
.faq-list__question {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.05rem;
  list-style: none;
  position: relative;
  padding-right: 32px;
}
.faq-list__question::-webkit-details-marker {
  display: none;
}
.faq-list__question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5rem;
  line-height: 1;
  color: #ff8c00;
  transition: transform 0.3s ease;
}
details[open] .faq-list__question::after {
  transform: rotate(45deg);
}
.faq-list__answer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 1.8;
  color: #696969;
}
.faq-list__answer p {
  margin: 0;
}

.note-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  text-align: left;
}
.note-list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
  line-height: 1.7;
}
.note-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ff8c00;
}

.price-box {
  background: #f5f5f5;
  padding: 32px;
  border-radius: 20px;
  margin: 24px 0;
  text-align: center;
}
.price-box__label {
  font-size: 0.9rem;
  color: #696969;
  margin-bottom: 8px;
}
.price-box__value {
  font-size: 3rem;
  font-weight: 700;
  color: #ff8c00;
}
.price-box__value span {
  font-size: 1rem;
  color: #696969;
  margin-left: 8px;
}

.studio-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 960px) {
  .studio-info {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.studio-info__map iframe {
  border: 0;
  border-radius: 20px;
  width: 100%;
  min-height: 400px;
}
.studio-info__list {
  margin: 0;
}
.studio-info__item {
  display: flex;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.studio-info__item:first-child {
  padding-top: 0;
}
.studio-info__item dt {
  flex-shrink: 0;
  width: 100px;
  font-weight: 600;
  color: #1f1f1f;
}
.studio-info__item dd {
  flex: 1;
  margin: 0;
  color: #696969;
  line-height: 1.7;
}
.studio-info__item dd small {
  display: block;
  font-size: 0.85rem;
  margin-top: 4px;
}
.studio-info__item dd a {
  color: #ff8c00;
}
.studio-info__item dd a:hover {
  opacity: 0.7;
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 640px) {
  .facility-grid {
    grid-template-columns: 1fr;
  }
}

.facility-card {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.facility-card__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 12px;
}
.facility-card__text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #696969;
  margin: 0;
}

.studio-image {
  margin: 48px 0;
}
.studio-image img {
  border-radius: 24px;
  width: 100%;
}
.studio-image__caption {
  margin: 12px 0 0;
  font-size: 0.9rem;
  color: #696969;
  text-align: center;
}

.access-method {
  display: grid;
  gap: 24px;
}
.access-method__item {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  border-left: 4px solid #ff8c00;
}
.access-method__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 12px;
}
.access-method__text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #696969;
  margin: 0;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 960px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 640px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}

.news-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.news-card__thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-card__content {
  padding: 20px;
}
.news-card__date {
  font-size: 0.85rem;
  color: #696969;
  display: block;
  margin-bottom: 8px;
}
.news-card__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 12px;
  line-height: 1.5;
}
.news-card__title a {
  color: #1f1f1f;
}
.news-card__title a:hover {
  color: #ff8c00;
  opacity: 1;
}
.news-card__excerpt {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #696969;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card__link {
  font-size: 0.9rem;
  color: #ff8c00;
  font-weight: 600;
}
.news-card__link:hover {
  opacity: 0.7;
}

.news-empty {
  text-align: center;
  padding: 80px 0;
  color: #696969;
  font-size: 1.1rem;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}
.pagination a,
.pagination span {
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.pagination a {
  color: #1f1f1f;
}
.pagination a:hover {
  background: #ff8c00;
  color: #fff;
  border-color: #ff8c00;
  opacity: 1;
}
.pagination .current {
  background: #ff8c00;
  color: #fff;
  border-color: #ff8c00;
  font-weight: 600;
}/*# sourceMappingURL=base.css.map */