/* =============================================
   pages.css — 各ページ固有スタイル
   ページHTMLを作成しながら随時追記する
============================================= */

/* =============================================
   TOP ページ
============================================= */

/* FV */
.top-fv {
  position: relative;
  width: 100%;
  line-height: 0;
}
.top-fv__img {
  width: 100%;
  height: auto;
}
.top-fv__img--pc { display: block; }
.top-fv__img--sp { display: none; }

@media (max-width: 767px) {
  .top-fv__img--pc { display: none; }
  .top-fv__img--sp { display: block; }
}

/* TOP > Scroll Indicator */
.scroll-indicator {
  display: flex;
  justify-content: center;
  padding: 40px 0 48px;
  background-color: #FAF6FB;
}

.scroll-indicator__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  transition: opacity var(--transition);
}
.scroll-indicator__link:hover {
  opacity: 0.5;
}

.scroll-indicator__text {
  display: flex;
  align-items: center;
}
.scroll-indicator__text span {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #191919;
  animation: scroll-wave 2s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.08s);
}

@keyframes scroll-wave {
  0%, 60%, 100% { transform: translateY(0); }
  30% { transform: translateY(-7px); }
}

.scroll-indicator__arrow {
  position: relative;
  width: 20px;
  height: 12px;
  animation: scroll-arrow 1.8s ease-in-out infinite;
}
.scroll-indicator__arrow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
  width: 14px;
  height: 14px;
  border-right: 2.5px solid #191919;
  border-bottom: 2.5px solid #191919;
}

@keyframes scroll-arrow {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(8px); opacity: 0.5; }
}

/* TOP > ABOUTセクション */
.top-about-section {
  background-color: #FAF6FB;
}

.top-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.top-about__catch {
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 24px;
}

.marker {
  background-image: linear-gradient(transparent 60%, rgba(245, 200, 66, 0.55) 60%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left center;
  transition: background-size 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline;
}

.marker.is-visible {
  background-size: 100% 100%;
}

.top-about__text {
  font-size: 14px;
  line-height: 2;
  color: var(--color-text);
  margin-bottom: 40px;
}

.top-about__btn {
  display: inline-flex;
}

.top-about__img img,
.top-about__img video {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.top-about__btn-sp {
  text-align: center;
  margin-top: 40px;
}

/* TOP > STOREセクション */
.top-store__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 40px;
}

/* TOP > STORE セクション（TOPページ用レイアウト） */
.top-store-section {
  background-color: #FAF6FB;
}

/* コンテナを画面幅 95% に拡張 */
.top-store-section > .container {
  max-width: 95vw;
}

.top-store__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

/* 左列 */
.top-store__left img,
.top-store__left video {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.top-store__btn-pc {
  margin-top: 20px;
  text-align: right;
}

/* 右列：見出し */
.top-store__head {
  margin-bottom: 24px;
  text-align: right;
}
.top-store__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: var(--color-text-muted);
}
.top-store__label::after {
  content: '';
  display: block;
  width: 3px;
  height: 14px;
  background-color: var(--color-text-muted);
}
.top-store__title {
  font-family: var(--font-en);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 4px;
}
.top-store__desc {
  font-size: 14px;
  color: var(--color-text);
  line-height: 2;
  margin-top: 16px;
  text-align: left;
}

/* カードBOX */
.top-store__cards {
  background-color: var(--color-bg);
  border-radius: 16px;
  border: 1px solid var(--color-border);
  overflow: hidden;
}

.top-store-indicator {
  display: none;
}

/* 個別カード */
.top-store__card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
}
.top-store__card + .top-store__card {
  border-top: 1px solid var(--color-border);
}

/* カード：店舗写真 */
.top-store__card-img {
  position: relative;
  width: 30%;
  flex-shrink: 0;
}
.top-store__card-img img:not(.top-store__card-num) {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.top-store__card-num {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 28px;
  height: auto;
  pointer-events: none;
}

/* カード：本文 */
.top-store__card-body {
  flex: 1;
  min-width: 0;
}
.top-store__card-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.top-store__card-text {
  font-size: 14px;
  color: var(--color-text);
  line-height: 2;
}

/* カード：SNSアイコン（右側・縦並び） */
.top-store__card-sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  padding-left: 16px;
}
.top-store__card-sns a {
  display: block;
  transition: opacity var(--transition);
}
.top-store__card-sns a:hover {
  opacity: 0.7;
}
.top-store__card-sns img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

/* SPボタン */
.top-store__btn-sp {
  text-align: center;
  margin-top: 40px;
}

/* TOP > RECRUITセクション */
.top-recruit-section {
  background-color: #FAF6FB;
}
.top-recruit-section > .container {
  max-width: 90vw;
}

.top-recruit__layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: stretch;
}

/* 左列 */
.top-recruit__head {
  margin-bottom: 48px;
}
.top-recruit__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: var(--color-text-muted);
}
.top-recruit__label::before {
  content: '';
  display: block;
  width: 3px;
  height: 14px;
  background-color: var(--color-text-muted);
}
.top-recruit__title {
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 700;
  line-height: 1;
  margin-top: 4px;
}
.top-recruit__catch {
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}
.top-recruit__text {
  font-size: 14px;
  line-height: 2;
  color: var(--color-text);
  margin-bottom: 40px;
}

/* スタッフ画像グリッド */
.top-recruit__img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 32px;
}
.top-recruit__img-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

/* 登場アニメーション：左上→右下→右上→左下 */
.top-recruit__img-grid.is-visible img:nth-child(1) { opacity: 1; transform: scale(1); transition-delay: 0s; }
.top-recruit__img-grid.is-visible img:nth-child(4) { opacity: 1; transform: scale(1); transition-delay: 0.35s; }
.top-recruit__img-grid.is-visible img:nth-child(2) { opacity: 1; transform: scale(1); transition-delay: 0.7s; }
.top-recruit__img-grid.is-visible img:nth-child(3) { opacity: 1; transform: scale(1); transition-delay: 1.05s; }

/* 右列 */
.top-recruit__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 80px;
}
.top-recruit__gif {
  flex-shrink: 0;
  margin-bottom: 24px;
}
.top-recruit__gif img,
.top-recruit__gif video {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* 待遇カード */
.top-recruit__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.top-recruit__card {
  background-color: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  overflow: hidden;
}
.top-recruit__card-type {
  background-color: #191919;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 12px 8px;
  line-height: 1.6;
}

.top-recruit__card-dl {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.top-recruit__card-row dt {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text-muted);
  letter-spacing: 0.05em;
  margin-bottom: 2px;
}
.top-recruit__card-row dd {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.7;
}
.top-recruit__note {
  font-size: 13px;
  font-weight: 400;
  color: var(--color-text-muted);
}

/* TOP > RECRUITセクション（旧スタイル・未使用） */
.top-recruit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* TOP > CONTACTセクション（全ページ共通） */
.top-contact-section {
  background-color: #FAF6FB;
  padding-bottom: 0;
}

.top-contact-section > .container {
  max-width: 90vw;
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
}

.top-contact__head {
  text-align: right;
  margin-bottom: 32px;
}

.top-contact__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: var(--color-text-muted);
}
.top-contact__label::after {
  content: '';
  display: block;
  width: 3px;
  height: 14px;
  background-color: var(--color-text-muted);
}

.top-contact__title {
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 700;
  line-height: 1;
  margin-top: 4px;
}

.top-contact__box {
  display: flex;
  background-color: #ffffff;
  border-radius: 250px 0 0 0;
  border-top: 3px solid #191919;
  border-left: 3px solid #191919;
  overflow: hidden;
  min-height: 340px;
  width: 100%;
}

.top-contact__box-left {
  width: 50%;
  flex-shrink: 0;
}
.top-contact__box-left img,
.top-contact__box-left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.top-contact__box-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 60px;
  text-align: center;
}

.top-contact__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: var(--color-text);
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .top-about,
  .top-recruit {
    gap: 40px;
  }

  /* タブレット：お問い合わせコンテナを他セクションと同じ中央揃えに */
  .top-contact-section > .container {
    max-width: 90%;
    margin-inline: auto;
    padding-inline: 0;
  }

  /* タブレット：ABOUTページ全セクションを中央揃え */
  .about-intro-section > .container,
  .about-concept-section > .container,
  .about-value-section > .container,
  .about-story-section > .container,
  .about-shopstyle-section > .container,
  .about-company-section > .container {
    max-width: 90%;
    margin-inline: auto;
    padding-inline: 0;
  }
  .top-contact__head {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  /* タブレット：採用セクション グリッド再構成 */
  .top-recruit__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "head   head"
      "catch  gif"
      "text   photos"
      "cards  cards"
      "btn    btn";
    gap: 24px 40px;
  }
  .top-recruit__left  { display: contents; }
  .top-recruit__right { display: contents; }
  .top-recruit__head     { grid-area: head; }
  .top-recruit__catch    { grid-area: catch; align-self: center; }
  .top-recruit__text     { grid-area: text; }
  .top-recruit__gif      { grid-area: gif; }
  .top-recruit__cards    { grid-area: cards; grid-template-columns: 1fr 1fr; gap: 12px; }
  .top-recruit__img-grid { grid-area: photos; }
  .top-recruit__left > .btn { grid-area: btn; justify-self: start; }
  .top-store__grid {
    gap: 24px;
  }
  .top-store__layout {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  /* right の枠を消してその子要素をflexに直接参加させる */
  .top-store__right {
    display: contents;
  }
  .top-store__head {
    order: 1;
    text-align: left;
  }
  .top-store__label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .top-store__title {
    text-align: left;
  }
  .top-store__left {
    order: 2;
  }
  .top-store__cards {
    order: 3;
  }
  /* ストアセクションのコンテナ幅を他セクションに合わせる */
  .top-store-section > .container {
    max-width: 90%;
  }
  .top-store__btn-pc {
    order: 4;
    text-align: left;
  }

  /* タブレット：店舗カードを横並び */
  .top-store__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .top-store__card {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
  }
  .top-store__card + .top-store__card {
    border-top: none;
    border-left: 1px solid var(--color-border);
  }
  .top-store__card-img {
    width: 100%;
  }
  .top-store__card-img img:not(.top-store__card-num) {
    aspect-ratio: 3 / 2;
  }
  .top-store__card-sns {
    flex-direction: row;
    padding-left: 0;
    gap: 14px;
  }
}

@media (max-width: 767px) {
  .top-about,
  .top-recruit {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .top-about__catch {
    font-size: clamp(22px, 7vw, 28px);
    line-height: 1.3;
    text-align: center;
  }
  .top-about__text {
    margin-bottom: 0;
    text-align: center;
  }
  .top-store__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .top-store__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .top-store__head {
    text-align: left;
  }
  .top-store__cards {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    border-radius: 16px;
  }
  .top-store__card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
  .top-store__card + .top-store__card {
    border-top: none;
    border-left: 1px solid var(--color-border);
  }
  .top-store-indicator {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
  .top-store-indicator__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-border);
  }
  .top-store-indicator__dot.is-active {
    background-color: var(--color-text);
  }
  .top-store__card-sns {
    width: 100%;
    justify-content: center;
    gap: 96px;
  }
  .top-recruit__layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .top-store__title,
  .top-recruit__title,
  .top-contact__title {
    font-size: clamp(28px, 8vw, 40px);
  }
  .top-recruit__head     { order: 1; }
  .top-recruit__catch    { order: 2; font-size: clamp(24px, 7vw, 36px); }
  .top-recruit__text     { order: 3; text-align: center; }
  .top-recruit__gif      { order: 4; }
  .top-recruit__cards    {
    order: 5;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
  }
  .top-recruit__card     { flex: 0 0 100%; scroll-snap-align: start; }
  .top-recruit__img-grid { order: 6; margin-bottom: 0; }
  .top-recruit__left > .btn { order: 7; align-self: center; }

  .top-contact__box {
    flex-direction: column;
    border-radius: 100px 0 0 0;
    min-height: unset;
  }
  .top-contact__box-left {
    width: 100%;
  }
  .top-contact__box-left img,
  .top-contact__box-left video {
    height: 240px;
  }
  .top-contact__box-right {
    padding: 48px 32px;
  }
  .top-contact__text {
    font-size: 13px;
  }
}

/* =============================================
   ABOUT ページ
============================================= */

/* ABOUT > FV */
.about-fv {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  align-items: center;
  background-color: #FAF6FB;
  border-radius: 250px 0 0 0;
  border-top: 3px solid #191919;
  border-left: 3px solid #191919;
  overflow: hidden;
}

/* 背景ブロブ */
.about-fv__blobs {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.about-fv__blob {
  position: absolute;
  background-color: rgba(234, 176, 15, 0.22);
  animation: blob-morph var(--morph-dur, 9s) ease-in-out infinite,
             blob-drift var(--drift-dur, 12s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

.about-fv__blob--1 {
  width: 340px; height: 340px;
  top: 2%;  left: 2%;
  --morph-dur: 9s; --drift-dur: 13s; --delay: 0s;
}
.about-fv__blob--2 {
  width: 280px; height: 280px;
  top: 60%; left: 4%;
  --morph-dur: 11s; --drift-dur: 10s; --delay: -4s;
}
.about-fv__blob--3 {
  width: 360px; height: 340px;
  top: 5%; left: 65%;
  --morph-dur: 13s; --drift-dur: 16s; --delay: -7s;
}
.about-fv__blob--4 {
  width: 260px; height: 260px;
  top: 65%; left: 62%;
  --morph-dur: 8s;  --drift-dur: 11s; --delay: -2s;
}
.about-fv__blob--5 {
  width: 310px; height: 300px;
  top: 28%; left: 34%;
  --morph-dur: 12s; --drift-dur: 14s; --delay: -9s;
}

@keyframes blob-morph {
  0%, 100% { border-radius: 42% 58% 55% 45% / 48% 38% 62% 52%; }
  20%       { border-radius: 58% 42% 38% 62% / 60% 52% 48% 40%; }
  40%       { border-radius: 35% 65% 70% 30% / 40% 60% 40% 60%; }
  60%       { border-radius: 65% 35% 45% 55% / 55% 45% 58% 42%; }
  80%       { border-radius: 50% 50% 30% 70% / 62% 38% 65% 35%; }
}

@keyframes blob-drift {
  0%, 100% { transform: translate(0,    0);    }
  25%       { transform: translate(28px, -22px); }
  50%       { transform: translate(-18px, 26px); }
  75%       { transform: translate(20px,  14px); }
}

.about-fv__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.about-fv__title {
  margin-bottom: 16px;
}
.about-fv__title img {
  width: 100%;
  max-width: 480px;
  height: auto;
}

.about-fv__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 24px;
}

.about-fv__catch {
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 24px;
}

.about-fv__catch span {
  background-image: linear-gradient(
    to right,
    rgba(234, 176, 15, 0.6) 0%,
    rgba(234, 176, 15, 0.6) 100%
  );
  background-size: 100% 10px;
  background-position: 0 calc(100% - 2px);
  background-repeat: no-repeat;
  padding-bottom: 2px;
}

.about-fv__text {
  font-size: 14px;
  line-height: 2;
  color: var(--color-text);
}

/* 右列：イラスト群 */
.about-fv__right {
  position: relative;
  height: 640px;
}

.about-fv__item {
  position: absolute;
  opacity: 0;
  animation: about-fv-pop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes about-fv-pop {
  from { opacity: 0; scale: 0.6; }
  to   { opacity: 1; scale: 1; }
}

/* -------------------------------------------
   ABOUT 各セクション共通：セクション間の余白を縮小
------------------------------------------- */
.about-intro-section,
.about-concept-section,
.about-value-section,
.about-story-section,
.about-shopstyle-section,
.about-company-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* -------------------------------------------
   ABOUT > INTROセクション
------------------------------------------- */
.about-intro-section {
  background-color: #FAF6FB;
}

.about-intro-section > .container {
  max-width: 90vw;
}

.about-intro {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid var(--color-border);
}

.about-intro__left {
  padding: 64px 48px 64px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

.about-intro__head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.about-intro__num {
  height: 80px;
  width: auto;
  flex-shrink: 0;
}

.about-intro__label {
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--color-text-muted);
  margin-bottom: 2px;
}

.about-intro__title {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 900;
  line-height: 1.3;
  color: var(--color-text);
}

.about-intro__text {
  font-size: 14px;
  line-height: 2;
  color: var(--color-text);
}

.about-intro__right {
  padding: 32px 40px 32px 0;
  display: flex;
  align-items: center;
}

/* フィーチャーカード（01セクション） */
.about-intro__feature-cards {
  display: flex;
  gap: 16px;
  width: 100%;
}

.about-intro__feature-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 28px 16px;
  border-radius: 20px;
  border: 3px solid;
  text-align: center;
  background-color: #ffffff;
}

.about-intro__feature-card--yellow { border-color: #F5C842; }
.about-intro__feature-card--teal   { border-color: #4EC9AD; }
.about-intro__feature-card--pink   { border-color: #F06292; }

.about-intro__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.about-intro__feature-icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.about-intro__feature-icon--duo img {
  width: 60px;
  height: 60px;
}

.about-intro__feature-text {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.6;
  color: #191919;
}

.about-intro__split {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 2;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.about-intro__split-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-intro__split-panel--left {
  clip-path: polygon(0 0, 55% 0, 45% 100%, 0 100%);
}

.about-intro__split-panel--right {
  clip-path: polygon(55% 0, 100% 0, 100% 100%, 45% 100%);
}

.about-intro__split-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  /* ABOUTページFV：1カラム化・アイコン囲みレイアウト */
  .about-fv {
    min-height: 0;
  }
  .about-fv__inner {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: 560px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .about-fv__left {
    position: relative;
    z-index: 2;
    max-width: 380px;
    margin-inline: auto;
  }
  .about-fv__right {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 640px;
    z-index: 1;
    pointer-events: none;
  }
  /* left:155px / left:200px / left:220px のアイコンはテキストと被るため非表示 */
  .about-fv__right .about-fv__item:nth-child(3),
  .about-fv__right .about-fv__item:nth-child(6),
  .about-fv__right .about-fv__item:nth-child(9) {
    display: none !important;
  }
  .about-fv__title img {
    margin-inline: auto;
  }

  /* ABOUTページINTRO：1カラム化 */
  .about-intro {
    grid-template-columns: 1fr;
  }
  .about-intro__left {
    padding: 48px 40px 32px;
  }
  .about-intro__right {
    padding: 0 40px 48px;
  }
  /* テキストの強制改行を解除 */
  .about-intro__text br {
    display: none;
  }
  /* アイコンエリアを固定高さにしてカードテキストの縦位置を揃える */
  .about-intro__feature-icon {
    height: 100px;
  }
}

@media (max-width: 767px) {
  /* ABOUTページFV：角丸・枠線なし、テキスト左揃え・半透明背景でイラストと分離 */
  .about-fv {
    margin-top: calc(-1 * var(--header-height));
    border-radius: 0;
    border: none;
  }
  .about-fv__inner {
    padding-top: 72px;
    min-height: 560px;
  }
  .about-fv__left {
    text-align: left;
    max-width: none;
  }
  /* タブレットで非表示にしたアイコンのうち6・9のみモバイルで再表示（3=スマイルはタイトルと被るため非表示のまま） */
  .about-fv__right .about-fv__item:nth-child(6),
  .about-fv__right .about-fv__item:nth-child(9) {
    display: block !important;
  }
  .about-fv__right .about-fv__item {
    width: 80px !important;
  }
  /* キャッチ〜テキストに半透明背景（連続した1ブロックに見せる） */
  .about-fv__catch {
    background: rgba(250, 246, 251, 0.88);
    padding: 8px 12px 4px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
  }
  .about-fv__text {
    background: rgba(250, 246, 251, 0.88);
    padding: 4px 12px 16px;
    border-radius: 0 0 8px 8px;
  }
  .about-fv__title img {
    max-width: 260px;
    margin-inline: 0;
  }
}

@media (max-width: 767px) {
  .about-intro {
    grid-template-columns: 1fr;
  }
  .about-intro__left {
    padding: 40px 32px;
    gap: 24px;
  }
  .about-intro__num {
    height: 60px;
  }
  .about-intro__right {
    padding: 0 24px 32px;
  }
  .about-intro__feature-cards {
    flex-direction: column;
    gap: 12px;
  }
  .about-intro__feature-card {
    display: grid;
    grid-template-columns: 130px 1fr;
    align-items: center;
    text-align: left;
    padding: 8px 20px 8px 4px;
    gap: 12px;
  }
  /* gridでアイコン列を固定幅にしてテキスト開始位置を揃える */
  .about-intro__feature-icon {
    justify-content: flex-start;
  }
  .about-intro__feature-icon img {
    width: 110px;
    height: 110px;
  }
  .about-intro__feature-icon--duo {
    gap: 0;
  }
  .about-intro__feature-icon--duo img {
    width: 66px;
    height: 66px;
    margin-right: -10px;
  }
  .about-intro__feature-icon--duo img:last-child {
    margin-right: 0;
  }
  .about-intro__feature-text {
    font-size: 12px;
  }
  .about-intro__split {
    aspect-ratio: 5 / 2;
  }
}

/* -------------------------------------------
   ABOUT > CONCEPTセクション
------------------------------------------- */
.about-concept-section {
  background-color: #FAF6FB;
}

.about-concept-section > .container {
  max-width: 90vw;
}

.about-concept {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid var(--color-border);
  padding: 48px 48px 56px;
}

.about-concept__head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 56px;
}

.about-concept__num {
  height: 80px;
  width: auto;
  flex-shrink: 0;
}

.about-concept__label {
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--color-text-muted);
  margin-bottom: 2px;
}

.about-concept__title {
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 900;
  line-height: 1.3;
  color: var(--color-text);
}

/* 吹き出しカード群 */
.about-concept__cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  padding-top: 96px;
}

.about-concept__card {
  position: relative;
  border-radius: 16px;
  padding: 20px 14px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* 吹き出し三角 */
.about-concept__card::before {
  content: '';
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 13px solid var(--card-color);
}

/* アイコン（カード上方に浮かせる） */
.about-concept__card-icon {
  position: absolute;
  top: -88px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
}

.about-concept__card-icon svg {
  width: 72px;
  height: 72px;
}

.about-concept__card-icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

/* 2アイコン並び（ダーツ+カラオケ） */
.about-concept__card-icon--duo {
  width: 136px;
  gap: 8px;
}

.about-concept__card-icon--duo img {
  width: 60px;
  height: 60px;
}

.about-concept__card-title {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.6;
  color: #191919;
}

.about-concept__card-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
  color: rgba(25, 25, 25, 0.72);
}

/* カラーバリエーション */
.about-concept__card--yellow { --card-color: #F5C842; background-color: #F5C842; }
.about-concept__card--teal   { --card-color: #4EC9AD; background-color: #4EC9AD; }
.about-concept__card--pink   { --card-color: #F06292; background-color: #F06292; }
.about-concept__card--purple { --card-color: #B39DDB; background-color: #B39DDB; }
.about-concept__card--peach  { --card-color: #F5956C; background-color: #F5956C; }

@media (max-width: 1024px) {
  .about-concept__cards {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 96px;
  }
  .about-concept {
    padding: 40px 40px 48px;
  }
  .about-concept__head {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .about-concept {
    padding: 32px 24px 40px;
  }
  .about-concept__head {
    gap: 16px;
    margin-bottom: 40px;
  }
  .about-concept__num {
    height: 60px;
  }
  .about-concept__cards {
    grid-template-columns: 1fr;
    row-gap: 96px;
    padding-top: 72px;
    max-height: 480px;
    overflow-y: auto;
    padding-bottom: 16px;
  }
  .about-concept__card-icon svg,
  .about-concept__card-icon img {
    width: 96px;
    height: 96px;
  }
  .about-concept__card-icon--duo img {
    width: 80px;
    height: 80px;
  }
}

/* -------------------------------------------
   ABOUT > VALUEセクション
------------------------------------------- */
.about-value-section {
  background-color: #FAF6FB;
}

.about-value-section > .container {
  max-width: 90vw;
}

.about-value {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid var(--color-border);
  padding: 48px 48px 72px;
  position: relative;
}

/* デコスパーク */
.about-value__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.about-value__star {
  position: absolute;
  opacity: 0.65;
  line-height: 1;
}

.about-value__star--1 { top:  7%; right: 10%; font-size: 24px; color: #F5C842; }
.about-value__star--2 { top: 14%; right:  5%; font-size: 14px; color: #4EC9AD; }
.about-value__star--3 { top:  4%; right: 19%; font-size: 12px; color: #F06292; }
.about-value__star--4 { top: 22%; right:  8%; font-size: 16px; color: #F5C842; }
.about-value__star--5 { top:  5%; left:  60%; font-size: 18px; color: #4EC9AD; }

.about-value__head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
}

.about-value__num {
  height: 80px;
  width: auto;
  flex-shrink: 0;
}

.about-value__label {
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--color-text-muted);
  margin-bottom: 2px;
}

.about-value__title {
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.3;
  color: var(--color-text);
}

/* 円形カード群 */
.about-value__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  justify-items: center;
  position: relative;
  z-index: 1;
}

.about-value__card {
  width: min(280px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid var(--card-color);
  box-shadow: 8px 8px 0 0 var(--card-color);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
  gap: 6px;
  box-sizing: border-box;
}

.about-value__card-icon {
  color: var(--card-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.about-value__card-icon svg,
.about-value__card-icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.about-value__card-num {
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--card-color);
}

.about-value__card-subtitle {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  color: var(--color-text);
}

.about-value__card-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--color-text-muted);
}

/* カラーバリエーション */
.about-value__card--yellow { --card-color: #F5C842; }
.about-value__card--pink   { --card-color: #F06292; }
.about-value__card--teal   { --card-color: #4EC9AD; }

@media (max-width: 1024px) {
  .about-value {
    padding: 40px 16px 48px;
  }
  .about-value__head {
    margin-bottom: 40px;
  }
  .about-value__cards {
    gap: 12px;
  }
  .about-value__card {
    padding: 12px;
  }
  .about-value__card-icon svg,
  .about-value__card-icon img {
    width: 52px;
    height: 52px;
  }
  .about-value__card-num {
    font-size: 12px;
  }
  .about-value__card-subtitle {
    font-size: 11px;
  }
  .about-value__card-text {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .about-value {
    padding: 32px 24px 48px;
  }
  .about-value__head {
    gap: 16px;
    margin-bottom: 40px;
  }
  .about-value__num {
    height: 60px;
  }
  .about-value__cards {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-value__card {
    width: min(300px, 90vw);
  }
  .about-value__card-icon svg,
  .about-value__card-icon img {
    width: 80px;
    height: 80px;
  }
  .about-value__card-num {
    font-size: 16px;
  }
  .about-value__card-subtitle {
    font-size: 14px;
  }
  .about-value__card-text {
    font-size: 12px;
  }
}

/* -------------------------------------------
   ABOUT > STORYセクション
------------------------------------------- */
.about-story-section {
  background-color: #FAF6FB;
}

.about-story-section > .container {
  max-width: 90vw;
}

.about-story {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid var(--color-border);
  overflow: hidden;
}

.about-story__left {
  padding: 48px 40px 48px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}

.about-story__head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.about-story__num {
  height: 80px;
  width: auto;
  flex-shrink: 0;
}

.about-story__label {
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--color-text-muted);
  margin-bottom: 2px;
}

.about-story__title {
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.4;
  color: var(--color-text);
}

.about-story__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-story__body p {
  font-size: 14px;
  line-height: 2;
  color: var(--color-text);
}

.about-story__right {
  position: relative;
  min-height: 380px;
}

.about-story__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  /* ABOUTページSTORY：1カラム化 */
  .about-story {
    grid-template-columns: 1fr;
  }
  .about-story__left {
    padding: 48px 40px;
  }
  .about-story__right {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .about-story {
    grid-template-columns: 1fr;
  }
  .about-story__left {
    padding: 40px 32px;
    gap: 24px;
  }
  .about-story__num {
    height: 60px;
  }
  .about-story__right {
    min-height: 260px;
  }
}

/* -------------------------------------------
   ABOUT > SHOP STYLEセクション
------------------------------------------- */
.about-shopstyle-section {
  background-color: #FAF6FB;
}

.about-shopstyle-section > .container {
  max-width: 90vw;
}

.about-shopstyle {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid var(--color-border);
  padding: 48px 48px 56px;
}

.about-shopstyle__head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 48px;
}

.about-shopstyle__num {
  height: 80px;
  width: auto;
  flex-shrink: 0;
}

.about-shopstyle__label {
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--color-text-muted);
  margin-bottom: 2px;
}

.about-shopstyle__title {
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 900;
  line-height: 1.3;
  color: var(--color-text);
}

/* ステップ行 */
.about-shopstyle__steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}

/* 点線矢印 */
.about-shopstyle__arrow {
  display: flex;
  align-items: flex-start;
  padding-top: 68px;
  flex-shrink: 0;
  width: 52px;
}

.about-shopstyle__arrow svg {
  width: 52px;
  height: 12px;
}

/* 個別ステップ */
.about-shopstyle__step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  max-width: 220px;
}

/* 円のラッパー（バッジ配置用） */
.about-shopstyle__circle-wrap {
  position: relative;
  display: inline-block;
}

/* ステップ番号バッジ */
.about-shopstyle__badge {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  z-index: 1;
}

.about-shopstyle__badge--yellow { background-color: #F5C842; }
.about-shopstyle__badge--teal   { background-color: #4EC9AD; }
.about-shopstyle__badge--pink   { background-color: #F06292; }
.about-shopstyle__badge--purple { background-color: #B39DDB; }

/* メイン円 */
.about-shopstyle__circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 3px solid var(--step-color);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--step-color);
}

.about-shopstyle__circle > svg,
.about-shopstyle__circle > img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.about-shopstyle__circle--yellow { --step-color: #F5C842; }
.about-shopstyle__circle--teal   { --step-color: #4EC9AD; }
.about-shopstyle__circle--pink   { --step-color: #F06292; }
.about-shopstyle__circle--purple { --step-color: #B39DDB; }

/* ②③④ アイコン拡大 */
.about-shopstyle__circle--icon-lg > img {
  width: 108px;
  height: 108px;
}
.about-shopstyle__circle--icon-lg .about-shopstyle__icon-duo img {
  width: 60px;
  height: 60px;
}

/* ③ アイコン2つ並び */
.about-shopstyle__icon-duo {
  display: flex;
  align-items: center;
  gap: 0;
  color: inherit;
}

.about-shopstyle__icon-duo img + img {
  margin-left: -10px;
}

.about-shopstyle__icon-duo svg,
.about-shopstyle__icon-duo img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

/* ④ 顔4つ 2×2 */
.about-shopstyle__icon-faces {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  width: 72px;
  height: 72px;
  color: inherit;
}

.about-shopstyle__icon-faces svg {
  width: 32px;
  height: 32px;
}

.about-shopstyle__step-title {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.6;
  color: var(--color-text);
}

.about-shopstyle__step-text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text-muted);
}

@media (max-width: 1024px) {
  .about-shopstyle {
    padding: 40px 24px 48px;
  }
  .about-shopstyle__head {
    margin-bottom: 36px;
  }
  .about-shopstyle__circle {
    width: 120px;
    height: 120px;
  }
  .about-shopstyle__circle > svg,
  .about-shopstyle__circle > img {
    width: 48px;
    height: 48px;
  }
  .about-shopstyle__circle--icon-lg .about-shopstyle__icon-duo img {
    width: 36px;
    height: 36px;
  }
  .about-shopstyle__arrow {
    padding-top: 44px;
    width: 24px;
  }
  .about-shopstyle__arrow svg {
    width: 24px;
  }
  .about-shopstyle__step {
    max-width: 140px;
  }
  .about-shopstyle__step-title {
    font-size: 13px;
    min-height: calc(13px * 1.6 * 2);
  }
  .about-shopstyle__step-text {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .about-shopstyle {
    padding: 32px 24px 40px;
  }
  .about-shopstyle__head {
    gap: 16px;
    margin-bottom: 36px;
  }
  .about-shopstyle__num {
    height: 60px;
  }
  .about-shopstyle__steps {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .about-shopstyle__arrow {
    display: none;
  }
  .about-shopstyle__step {
    max-width: none;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 20px;
    row-gap: 0;
    align-items: center;
    text-align: left;
  }
  .about-shopstyle__circle-wrap {
    grid-row: 1 / 3;
  }
  /* 2・4枚目：アイコンを右、テキストを左に */
  .about-shopstyle__steps > .about-shopstyle__step:nth-child(3),
  .about-shopstyle__steps > .about-shopstyle__step:nth-child(7) {
    grid-template-columns: 1fr auto;
  }
  .about-shopstyle__steps > .about-shopstyle__step:nth-child(3) .about-shopstyle__circle-wrap,
  .about-shopstyle__steps > .about-shopstyle__step:nth-child(7) .about-shopstyle__circle-wrap {
    grid-column: 2;
    grid-row: 1 / 3;
  }
  .about-shopstyle__step-title {
    min-height: 0;
    font-size: 14px;
    margin-bottom: 0;
    align-self: end;
  }
  .about-shopstyle__step-text {
    font-size: 13px;
    margin-top: 0;
    align-self: start;
  }
}

/* -------------------------------------------
   ABOUT > COMPANYセクション
------------------------------------------- */
.about-company-section {
  background-color: #FAF6FB;
}

.about-company-section > .container {
  max-width: 90vw;
}

.about-company {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 48px;
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid var(--color-border);
  padding: 48px;
}

.about-company__head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 180px;
}

.about-company__num {
  height: 72px;
  width: auto;
  flex-shrink: 0;
}

.about-company__label {
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--color-text-muted);
  margin-bottom: 2px;
}

.about-company__title {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.3;
  color: var(--color-text);
}

/* テーブルラッパー */
.about-company__table-wrap {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--color-border);
}

.about-company__table {
  width: 100%;
  border-collapse: collapse;
}

.about-company__table th,
.about-company__table td {
  padding: 14px 20px;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid var(--color-border);
  line-height: 2;
}

.about-company__table tr:last-child th,
.about-company__table tr:last-child td {
  border-bottom: none;
}

.about-company__table th {
  background-color: #F5F0FA;
  font-weight: 700;
  color: var(--color-text-muted);
  white-space: nowrap;
  border-right: 1px solid var(--color-border);
  width: 100px;
}

.about-company__table td {
  color: var(--color-text);
  border-right: 1px solid var(--color-border);
}

.about-company__table td:last-child {
  border-right: none;
}

@media (max-width: 1024px) {
  .about-company {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  /* tr を 2列グリッドにして th+td ペアを縦並びに */
  .about-company__table tr {
    display: grid;
    grid-template-columns: 100px 1fr;
  }
  .about-company__table td {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .about-company {
    padding: 32px 24px;
    gap: 28px;
  }
  .about-company__num {
    height: 56px;
  }
  .about-company__table tr {
    grid-template-columns: auto 1fr;
  }
  .about-company__table th,
  .about-company__table td {
    padding: 10px 12px;
    font-size: 12px;
  }
  .about-company__table td {
    overflow-wrap: break-word;
    min-width: 0;
  }
}

/* -------------------------------------------
   ABOUT タイムライン
------------------------------------------- */
.about-timeline {
  border-left: 2px solid var(--color-border);
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about-timeline__item {
  position: relative;
}
.about-timeline__item::before {
  content: "";
  position: absolute;
  left: -38px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-accent);
  border: 2px solid var(--color-bg);
  box-shadow: 0 0 0 2px var(--color-accent);
}
.about-timeline__year {
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-muted);
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.about-timeline__text {
  font-size: 15px;
  font-weight: 700;
}

/* =============================================
   STORE ページ
============================================= */

/* STORE > システムセクション */
.store-system-section {
  background-color: #FAF6FB;
}

.store-system-section > .container {
  max-width: 90vw;
}

.store-system__head {
  text-align: center;
  margin-bottom: 48px;
}

/* タイトル装飾ラッパー */
.store-system__title-wrap {
  position: relative;
  padding-top: 30px;
  margin-bottom: 16px;
}

/* タイトル上部に浮く小星 */
.sst-float {
  position: absolute;
  font-style: normal;
  color: #F5C842;
  line-height: 1;
  pointer-events: none;
}
.sst-float--1 { font-size: 20px; top: 0;   left: 18%; }
.sst-float--2 { font-size: 13px; top: 5px; right: 20%; }

/* タイトル行（flex で両脇装飾を並べる） */
.store-system__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 900;
  color: var(--color-text);
  line-height: 1.2;
}

/* 両脇の装飾グループ */
.sst-side {
  display: flex;
  align-items: center;
  gap: 5px;
  font-style: normal;
  flex-shrink: 0;
}

.sst-star {
  font-style: normal;
  color: #F5C842;
  line-height: 1;
}
.sst-star--lg { font-size: 26px; }
.sst-star--sm { font-size: 14px; }

.sst-slash {
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  color: var(--color-text);
  opacity: 0.45;
}

.store-system__subtitle {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  color: var(--color-text-muted);
}

.store-system__layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: center;
}

.store-system__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.store-system__logo {
  width: 100%;
  max-width: 440px;
  height: auto;
  display: block;
  object-fit: contain;
}

.store-system__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.store-system__card {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.store-system__cards-sp {
  display: none;
}
.store-system__card-sp {
  width: 100%;
  height: auto;
  display: block;
}

.store-system__right {
  display: flex;
  align-items: center;
}

.store-system__gif {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

@media (max-width: 1024px) {
  .store-system__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .store-system__layout {
    grid-template-columns: 1fr;
  }
  .store-system__logo {
    max-width: 300px;
    margin-inline: auto;
  }
  .store-system__cards {
    display: none;
  }
  .store-system__cards-sp {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

/* STORE > FV */
.store-fv {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  align-items: center;
  background-color: #FAF6FB;
  border-radius: 250px 0 0 0;
  border-top: 3px solid #191919;
  border-left: 3px solid #191919;
  overflow: hidden;
}

.store-fv__blobs {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.store-fv__blob {
  position: absolute;
  background-color: rgba(234, 176, 15, 0.22);
  animation: blob-morph var(--morph-dur, 9s) ease-in-out infinite,
             blob-drift var(--drift-dur, 12s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

.store-fv__blob--1 {
  width: 320px; height: 320px;
  top: 3%;  left: 3%;
  --morph-dur: 10s; --drift-dur: 14s; --delay: -1s;
}
.store-fv__blob--2 {
  width: 260px; height: 260px;
  top: 65%; left: 3%;
  --morph-dur: 12s; --drift-dur: 11s; --delay: -5s;
}
.store-fv__blob--3 {
  width: 350px; height: 330px;
  top: 4%;  left: 66%;
  --morph-dur: 14s; --drift-dur: 17s; --delay: -8s;
}
.store-fv__blob--4 {
  width: 250px; height: 250px;
  top: 60%; left: 63%;
  --morph-dur: 9s;  --drift-dur: 12s; --delay: -3s;
}
.store-fv__blob--5 {
  width: 300px; height: 290px;
  top: 30%; left: 35%;
  --morph-dur: 13s; --drift-dur: 15s; --delay: -10s;
}

.store-fv__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.store-fv__title {
  margin-bottom: 16px;
}
.store-fv__title img {
  width: 100%;
  max-width: 480px;
  height: auto;
}

.store-fv__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 24px;
}

.store-fv__catch {
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 24px;
}

.store-fv__catch span {
  background-image: linear-gradient(
    to right,
    rgba(234, 176, 15, 0.6) 0%,
    rgba(234, 176, 15, 0.6) 100%
  );
  background-size: 100% 10px;
  background-position: 0 calc(100% - 2px);
  background-repeat: no-repeat;
  padding-bottom: 2px;
}

.store-fv__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: var(--color-text);
}

.store-fv__right {
  position: relative;
  height: 640px;
}

.store-fv__item {
  position: absolute;
  opacity: 0;
  animation: about-fv-pop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@media (max-width: 1024px) {
  .store-fv {
    min-height: 0;
  }
  .store-fv__inner {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: 560px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .store-fv__left {
    position: relative;
    z-index: 2;
    max-width: 380px;
    margin-inline: auto;
  }
  .store-fv__right {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 640px;
    z-index: 1;
    pointer-events: none;
  }
  /* left:155px / left:200px / left:220px のアイコンはテキストと被るため非表示 */
  .store-fv__right .store-fv__item:nth-child(3),
  .store-fv__right .store-fv__item:nth-child(6),
  .store-fv__right .store-fv__item:nth-child(9) {
    display: none !important;
  }
  .store-fv__title img {
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .store-fv {
    margin-top: calc(-1 * var(--header-height));
    border-radius: 0;
    border: none;
  }
  .store-fv__inner {
    grid-template-columns: 1fr;
    padding-top: 72px;
    padding-bottom: 48px;
    min-height: 560px;
  }
  .store-fv__left {
    position: relative;
    z-index: 2;
    text-align: left;
    max-width: none;
  }
  /* タブレットで非表示にしたアイコンのうち6・9のみモバイルで再表示 */
  .store-fv__right .store-fv__item:nth-child(6),
  .store-fv__right .store-fv__item:nth-child(9) {
    display: block !important;
  }
  .store-fv__right .store-fv__item {
    width: 80px !important;
  }
  /* 5番目（ダーツ）がサブタイトルと被るため下にずらす */
  .store-fv__right .store-fv__item:nth-child(5) {
    top: 320px !important;
  }
  .store-fv__catch {
    background: rgba(250, 246, 251, 0.88);
    padding: 8px 12px 4px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
  }
  .store-fv__text {
    background: rgba(250, 246, 251, 0.88);
    padding: 4px 12px 16px;
    border-radius: 0 0 8px 8px;
  }
  .store-fv__title img {
    max-width: 260px;
    margin-inline: 0;
  }
  .store-fv__subtitle {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.store-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 16px;
  margin: 40px 0;
}
.store-feature {
  text-align: center;
}
.store-feature__img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-inline: auto;
  margin-bottom: 8px;
}
.store-feature__name {
  font-size: 12px;
  font-weight: 700;
}

/* STORE > 店舗リストセクション */
.store-list-section {
  background-color: #FAF6FB;
}

.store-list__inner {
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* 店舗ナビ */
.store-list__nav {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.store-list__nav-link {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text-muted);
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  transition: color var(--transition), border-color var(--transition);
}

.store-list__nav-link:hover {
  opacity: 1;
  color: var(--color-text);
  border-bottom-color: var(--color-accent);
}

/* 店舗カード */
.store-card {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: center;
  background-color: #ffffff;
  border-radius: 24px;
  border: 1px solid var(--color-border);
  padding: 40px 48px;
}

/* 左：ヘッダー（番号＋店名） */
.store-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.store-card__num {
  height: 88px;
  width: auto;
  flex-shrink: 0;
  align-self: center;
}

.store-card__name-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}

.store-card__en {
  display: block;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--color-text-muted);
  margin-bottom: 2px;
}

.store-card__name {
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 900;
  line-height: 1.2;
}

.store-card__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1;
  color: var(--color-text);
  margin-bottom: 20px;
}

/* 店舗情報 */
.store-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.store-card__info-row {
  display: flex;
  gap: 16px;
  font-size: 13px;
  line-height: 1.7;
}

.store-card__info-row dt {
  font-weight: 700;
  color: var(--color-text-muted);
  white-space: nowrap;
  min-width: 56px;
}

.store-card__info-row dd {
  font-weight: 500;
  color: var(--color-text);
}

.store-card__info-row dd a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* SNSアイコン */
.store-card__sns {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
}

.store-card__sns a {
  display: block;
  transition: opacity var(--transition);
}

.store-card__sns a:hover {
  opacity: 0.7;
}

.store-card__sns img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

/* ボタン */
.store-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 28px;
  background-color: #F5C842;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  color: #191919;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.store-card__btn:hover {
  opacity: 0.82;
  transform: translateY(-1px);
}
.store-card__btn--pink {
  background-color: #F4AEBC;
}

/* 右：写真＋バッジ */
.store-card__media {
  position: relative;
}

.store-card__img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.store-card__badge {
  position: absolute;
  top: -48px;
  right: -32px;
  width: 180px;
  height: auto;
}

@media (max-width: 1024px) {
  .store-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 32px;
    padding: 32px 36px;
    align-items: start;
  }
  .store-card__body {
    display: contents;
  }
  .store-card__head {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }
  .store-card__text {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
  }
  .store-card__media {
    grid-column: 1;
    grid-row: 2 / 5;
    align-self: start;
  }
  .store-card__info {
    grid-column: 2;
    grid-row: 2;
    margin-bottom: 0;
  }
  .store-card__sns {
    grid-column: 2;
    grid-row: 3;
    margin-bottom: 0;
  }
  .store-card__btn {
    grid-column: 2;
    grid-row: 4;
    justify-self: start;
  }
  .store-card__badge {
    top: -24px;
    right: -16px;
    width: 120px;
  }
}

@media (max-width: 767px) {
  .store-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 28px 20px;
  }
  .store-card__body {
    display: contents;
  }
  .store-card__head   { order: 1; margin-bottom: 0; }
  .store-card__media  { order: 2; }
  .store-card__text   { order: 3; margin-bottom: 0; }
  .store-card__info   { order: 4; margin-bottom: 0; }
  .store-card__sns    { order: 5; justify-content: center; margin-top: 20px; margin-bottom: 20px; }
  .store-card__btn    { order: 6; align-self: center; }
  .store-card__badge {
    top: -12px;
    right: -8px;
    width: 90px;
  }
  .store-card__num {
    height: 48px;
  }
}

/* 店舗詳細 写真グリッド */
.store-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.store-gallery__item {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius);
}
.store-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition);
}
.store-gallery__item:hover img {
  transform: scale(1.04);
}

/* 店舗詳細 2カラムレイアウト */
.store-detail-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  align-items: start;
}

@media (max-width: 1024px) {
  .store-detail-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .store-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .store-features {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* =============================================
   STORE DETAIL ページ FV
============================================= */

.sdetail-fv {
  position: relative;
  background-color: #FAF6FB;
  border-radius: 250px 0 0 0;
  border-top: 3px solid #191919;
  border-left: 3px solid #191919;
  overflow: hidden;
}

.sdetail-fv__blobs {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sdetail-fv__blob {
  position: absolute;
  background-color: rgba(234, 176, 15, 0.22);
  animation: blob-morph var(--morph-dur, 9s) ease-in-out infinite,
             blob-drift var(--drift-dur, 12s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}
.sdetail-fv__blob--1 {
  width: 280px; height: 280px;
  top: 5%;  left: 2%;
  --morph-dur: 10s; --drift-dur: 14s; --delay: -2s;
}
.sdetail-fv__blob--2 {
  width: 240px; height: 240px;
  top: 65%; left: 5%;
  --morph-dur: 12s; --drift-dur: 11s; --delay: -6s;
}
.sdetail-fv__blob--3 {
  width: 300px; height: 280px;
  top: 10%; right: 2%;
  --morph-dur: 14s; --drift-dur: 17s; --delay: -9s;
}

.sdetail-fv__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 64px;
}

/* パンくずリスト */
.breadcrumb {
  margin-bottom: 20px;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-muted);
}
.breadcrumb__item + .breadcrumb__item::before {
  content: '›';
  margin-right: 4px;
}
.breadcrumb__link {
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color var(--transition);
}
.breadcrumb__link:hover {
  color: var(--color-text);
}
.breadcrumb__item--current {
  color: var(--color-text);
  font-weight: 700;
}

/* 店舗見出し */
.sdetail-fv__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.sdetail-fv__num {
  width: 64px;
  height: auto;
  flex-shrink: 0;
}
.sdetail-fv__store-en {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--color-text-muted);
  margin-bottom: 4px;
}
.sdetail-fv__store-name {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  color: var(--color-text);
  line-height: 1.2;
}

/* 説明テキスト */
.sdetail-fv__desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: var(--color-text);
  margin-bottom: 24px;
}

/* 特徴カード */
.sdetail-fv__features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  max-width: 360px;
}
.sdetail-fv__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #fff;
  border: 2px solid #191919;
  border-radius: 12px;
  padding: 10px 6px;
  text-align: center;
  aspect-ratio: 1;
}
.sdetail-fv__feature img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.sdetail-fv__feature span {
  font-size: 11px;
  font-weight: 700;
  color: var(--color-text);
}

/* 店舗情報 */
.sdetail-fv__info {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.sdetail-fv__info-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text);
  line-height: 1.6;
}
.sdetail-fv__info-icon {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--color-text-muted);
}
.sdetail-fv__info-row a {
  color: var(--color-text);
  text-decoration: none;
  transition: opacity var(--transition);
}
.sdetail-fv__info-row a:hover {
  opacity: 0.6;
}

/* SNS */
.sdetail-fv__sns {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}
.sdetail-fv__sns-link {
  display: block;
  width: 40px;
  height: 40px;
  transition: opacity var(--transition);
}
.sdetail-fv__sns-link:hover {
  opacity: 0.7;
}
.sdetail-fv__sns-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 一覧へ戻るリンク */
.sdetail-fv__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color var(--transition), opacity var(--transition);
}
.sdetail-fv__back:hover {
  color: var(--color-text);
  opacity: 1;
}

/* モバイル専用写真（デフォルト非表示） */
.sdetail-fv__photo-mobile {
  display: none;
}

/* 右列：写真 + 装飾 */
.sdetail-fv__right {
  position: relative;
  height: 520px;
}
.sdetail-fv__photo-wrap {
  position: absolute;
  top: 32px;
  left: 16px;
  right: 16px;
  bottom: 32px;
  border-radius: 24px;
  overflow: hidden;
  border: 3px solid #191919;
  box-shadow: 6px 6px 0 #191919;
  z-index: 2;
}
.sdetail-fv__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sdetail-fv__deco {
  position: absolute;
  opacity: 0;
  z-index: 1;
  animation: about-fv-pop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* タブレット */
@media (max-width: 1024px) {
  .sdetail-fv {
    border-radius: 120px 0 0 0;
  }
  .sdetail-fv__inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding-bottom: 48px;
  }
  .sdetail-fv__right {
    height: 420px;
    overflow: hidden;
  }
  .sdetail-fv__photo-wrap {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: none;
    border: none;
    border-radius: 16px;
  }
  .sdetail-fv__deco {
    display: none;
  }
}

/* モバイル */
@media (max-width: 767px) {
  .sdetail-fv {
    margin-top: calc(-1 * var(--header-height));
    border-radius: 0;
    border: none;
  }
  .sdetail-fv__inner {
    grid-template-columns: 1fr;
    padding-top: calc(var(--header-height) + 20px);
    padding-bottom: 40px;
    gap: 24px;
  }
  /* PC/タブレット用右列はモバイルで非表示 */
  .sdetail-fv__right {
    display: none;
  }
  /* モバイル専用写真を表示 */
  .sdetail-fv__photo-mobile {
    display: block;
    height: 260px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
  }
  .sdetail-fv__photo-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .sdetail-fv__features {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: none;
    gap: 4px;
  }
  .sdetail-fv__feature {
    min-width: 0;
    padding: 8px 4px;
    gap: 3px;
    border-radius: 8px;
  }
  .sdetail-fv__feature img {
    width: 22px;
    height: 22px;
  }
  .sdetail-fv__feature span {
    font-size: 9px;
    line-height: 1.2;
  }
  .sdetail-fv__deco {
    display: none;
  }
}

/* =============================================
   STORE DETAIL ページ ハイライトバー
============================================= */
.sdetail-highlight {
  background: #FAF6FB;
  padding: 40px 0;
}

.sdetail-highlight > .container {
  max-width: 90%;
}

.sdetail-highlight__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.sdetail-highlight__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 24px;
  position: relative;
  background: #fff;
  border-radius: 16px;
}

.sdetail-highlight__item + .sdetail-highlight__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: #e0e0e0;
}

.sdetail-highlight__icon {
  width: 84px;
  height: 84px;
  object-fit: contain;
  margin-bottom: 34px;
}

.sdetail-highlight__item:nth-child(3) .sdetail-highlight__icon,
.sdetail-highlight__item:nth-child(4) .sdetail-highlight__icon {
  width: 104px;
  height: 104px;
  margin-bottom: 14px;
}

.sdetail-highlight__label {
  font-size: 14px;
  color: var(--color-text-muted);
  margin-bottom: 8px;
}

.sdetail-highlight__value {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .sdetail-highlight__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .sdetail-highlight__item:nth-child(3)::before {
    display: none;
  }
  .sdetail-highlight__item:nth-child(n+3) {
    border-top: 1px solid #e0e0e0;
    padding-top: 32px;
  }
  .sdetail-highlight__item:nth-child(-n+2) {
    padding-bottom: 32px;
  }
  .sdetail-highlight__label {
    font-size: 12px;
  }
  .sdetail-highlight__value {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .sdetail-highlight {
    padding: 28px 0;
  }
  .sdetail-highlight__item {
    padding: 16px 12px;
  }
  .sdetail-highlight__icon {
    width: 48px;
    height: 48px;
  }
  .sdetail-highlight__value {
    font-size: 15px;
  }
}

/* =============================================
   STORE DETAIL ページ ギャラリー
============================================= */
.sdetail-gallery {
  background: #FAF6FB;
  padding: 64px 0;
}

.sdetail-gallery__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
}

.sdetail-gallery__title span {
  color: #f5c518;
  font-size: 12px;
}

.sdetail-gallery__slider {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sdetail-gallery__track-wrap {
  flex: 1;
  overflow: hidden;
}

.sdetail-gallery__track {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sdetail-gallery__slide {
  flex: 0 0 auto;
}

.sdetail-gallery__slide img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.sdetail-gallery__btn {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #191919;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}

.sdetail-gallery__btn:hover {
  background: #191919;
  color: #fff;
}

.sdetail-gallery__btn:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 767px) {
  .sdetail-gallery {
    padding: 40px 0;
  }
  .sdetail-gallery > .container {
    max-width: 100%;
    padding-inline: 0;
  }
  .sdetail-gallery__title {
    padding-inline: 24px;
  }
  .sdetail-gallery__slider {
    gap: 8px;
    padding-inline: 8px;
  }
  .sdetail-gallery__btn {
    width: 36px;
    height: 36px;
  }
}

/* =============================================
   STORE DETAIL ページ アクセスマップ & 店舗詳細
============================================= */
.sdetail-info {
  background: #fff;
  padding: 64px 0;
}

.sdetail-info__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.sdetail-info__title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}

.sdetail-info__title--center {
  justify-content: center;
}

.sdetail-info__title-deco {
  color: #f5c518;
  font-size: 12px;
}

.sdetail-info__map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid #191919;
  margin-bottom: 20px;
}

.sdetail-info__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sdetail-info__access {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sdetail-info__access-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.sdetail-info__access-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

.sdetail-info__dl {
  border-top: 1px solid #e0e0e0;
  margin-bottom: 28px;
}

.sdetail-info__row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #e0e0e0;
  align-items: start;
}

.sdetail-info__dt {
  font-size: 13px;
  color: var(--color-text-muted);
  font-weight: 500;
  padding-top: 2px;
}

.sdetail-info__dd {
  font-size: 14px;
  line-height: 1.6;
}

.sdetail-info__dd a {
  color: inherit;
  text-decoration: underline;
}

.sdetail-info__tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sdetail-info__tag {
  background: #FAF6FB;
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 13px;
}

.sdetail-info__cta {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .sdetail-info__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 767px) {
  .sdetail-info {
    padding: 48px 0;
  }
}

/* =============================================
   STORE DETAIL ページ お客様の声
============================================= */
.sdetail-reviews {
  background: #FAF6FB;
  padding: 64px 0;
}

.sdetail-reviews__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.sdetail-reviews__title-deco {
  color: #f5c518;
  font-size: 12px;
}

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

.sdetail-reviews__card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sdetail-reviews__card-top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sdetail-reviews__avatar {
  width: 56px;
  height: 56px;
  object-fit: contain;
  flex-shrink: 0;
}

.sdetail-reviews__name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.sdetail-reviews__stars {
  color: #f5c518;
  font-size: 18px;
  letter-spacing: 2px;
}

.sdetail-reviews__text {
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .sdetail-reviews {
    overflow: hidden;
  }
  .sdetail-reviews .container {
    max-width: 100%;
    padding-inline: 0;
  }
  .sdetail-reviews__list {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    padding-inline: 24px;
  }
  .sdetail-reviews__card {
    flex: 0 0 280px;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .sdetail-reviews {
    padding: 48px 0;
  }
}

/* =============================================
   STORE DETAIL ページ 店舗一覧へ戻るボタン
============================================= */
.sdetail-back-wrap {
  background: #FAF6FB;
  padding: 0 0 64px;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .sdetail-back-wrap {
    padding-bottom: 48px;
  }
}

/* =============================================
   RECRUIT ページ
============================================= */

/* =============================================
   STAFF DETAIL ページ
============================================= */

/* STAFF DETAIL > FV 左列コンテンツ（外枠・blob・右列は recruit-fv クラスを共用） */
.staff-fv__en {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: var(--color-text-muted);
  margin-bottom: 6px;
}

.staff-fv__ja {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-muted);
  margin-bottom: 24px;
}

.staff-fv__name {
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--color-text);
}

.staff-fv__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.staff-fv__role {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
}

.staff-fv__role--yellow { background-color: #FFD700; color: #191919; }
.staff-fv__role--pink   { background-color: #FF6B9D; color: #ffffff; }
.staff-fv__role--teal   { background-color: #2EC4B6; color: #ffffff; }

.staff-fv__store {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-muted);
}

.staff-fv__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color var(--transition), opacity var(--transition);
}
.staff-fv__back:hover {
  color: var(--color-text);
  opacity: 1;
}

@media (max-width: 1024px) {
  .staff-fv__meta {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .staff-fv__meta {
    justify-content: flex-start;
  }
  /* ダーツがテキストに被るため左外へずらす */
  [data-page="staff-detail"] .recruit-fv__right .recruit-fv__item:nth-child(5) {
    left: -20px !important;
  }
  .staff-fv__name {
    background: rgba(250, 246, 251, 0.88);
    padding: 8px 12px 4px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
  }
  .staff-fv__meta {
    background: rgba(250, 246, 251, 0.88);
    padding: 8px 12px;
    margin-bottom: 0;
  }
  .staff-fv__back {
    background: rgba(250, 246, 251, 0.88);
    padding: 4px 12px 12px;
    border-radius: 0 0 8px 8px;
    display: block;
  }
}

/* STAFF DETAIL > INTERVIEW */
.staff-interview-section {
  background-color: #FAF6FB;
}

.staff-interview-title {
  text-align: center;
  margin-bottom: 56px;
}

.staff-interview-title img {
  height: 64px;
  width: auto;
}

.staff-interview-list {
  display: flex;
  flex-direction: column;
}

.staff-interview-card {
  padding: 40px 0;
  border-top: 1px solid var(--color-border);
}

.staff-interview-card:last-child {
  border-bottom: 1px solid var(--color-border);
}

.staff-interview-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.staff-interview-card__q {
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 900;
  color: var(--color-text);
  line-height: 1.5;
}

.staff-interview-card__body {
  padding-left: 52px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.staff-interview-card__body p {
  font-size: 14px;
  line-height: 2;
  color: var(--color-text);
}

.staff-interview-list .staff-interview-card:nth-child(1) .faq-q-icon { background-color: #FFD700; }
.staff-interview-list .staff-interview-card:nth-child(2) .faq-q-icon { background-color: #FF6B9D; }
.staff-interview-list .staff-interview-card:nth-child(3) .faq-q-icon { background-color: #2EC4B6; }
.staff-interview-list .staff-interview-card:nth-child(4) .faq-q-icon { background-color: #8B5CF6; }
.staff-interview-list .staff-interview-card:nth-child(5) .faq-q-icon { background-color: #FF6B6B; }
.staff-interview-list .staff-interview-card:nth-child(6) .faq-q-icon { background-color: #45B7D1; }

@media (max-width: 767px) {
  .staff-interview-title {
    margin-bottom: 24px;
  }
  .staff-interview-title img {
    height: 36px;
  }
  .staff-interview-card__body {
    padding-left: 0;
  }
  .staff-interview-card__head {
    align-items: flex-start;
  }
}

/* STAFF DETAIL > OTHER INTERVIEWS */
.staff-other-section {
  background-color: #ffffff;
}

.staff-other-title {
  text-align: center;
  margin-bottom: 48px;
}

.staff-other-title img {
  height: 64px;
  width: auto;
}

.staff-other-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 56px;
}

.staff-other-card {
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid var(--color-border);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0s;
  will-change: transform;
  text-decoration: none;
  display: block;
}

.staff-other-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  opacity: 1;
}

.staff-other-card__img-wrap {
  position: relative;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.staff-other-card__img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: 50% 55%;
  display: block;
}

.staff-other-card__role {
  position: absolute;
  bottom: 14px;
  left: 14px;
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.staff-other-card__role--yellow { background-color: #FFD700; color: #191919; }
.staff-other-card__role--pink   { background-color: #FF6B9D; color: #ffffff; }
.staff-other-card__role--teal   { background-color: #2EC4B6; color: #ffffff; }

.staff-other-card__body {
  padding: 24px 28px 28px;
}

.staff-other-card__position {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-text-muted);
  margin-bottom: 4px;
}

.staff-other-card__name {
  font-size: 20px;
  font-weight: 900;
  color: var(--color-text);
  margin-bottom: 8px;
}

.staff-other-card__text {
  font-size: 13px;
  line-height: 1.8;
  color: var(--color-text-muted);
  margin-bottom: 20px;
}

.staff-other-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  background-color: #191919;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 100px;
  transition: background-color var(--transition), transform var(--transition);
}

.staff-other-card:hover .staff-other-card__btn {
  background-color: var(--color-accent);
  color: #191919;
}

.staff-other-back {
  text-align: center;
}

.staff-other-back__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 48px;
  background-color: #191919;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 100px;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: background-color var(--transition), transform var(--transition);
}

.staff-other-back__btn:hover {
  background-color: var(--color-accent);
  color: #191919;
  transform: scale(1.04);
  opacity: 1;
}

@media (max-width: 1024px) {
  .staff-other-title img {
    height: 44px;
  }
  .staff-other-card__img {
    height: 200px;
  }
  .staff-other-card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .staff-other-card__btn {
    align-self: center;
  }
}

.staff-other-indicator { display: none; }

@media (max-width: 767px) {
  .staff-other-title img {
    height: 24px;
  }
  .staff-other-grid {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 12px;
    margin-bottom: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .staff-other-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
  .staff-other-card__img {
    height: 220px;
  }
  .staff-other-indicator {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    margin-bottom: 32px;
  }
  .staff-other-indicator__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-border);
  }
  .staff-other-indicator__dot.is-active {
    background-color: var(--color-text);
  }
}

/* STAFF DETAIL > PROFILE */
.staff-profile-section {
  background-color: #ffffff;
}

.staff-profile {
  display: grid;
  grid-template-columns: 360px 1fr;
  column-gap: 64px;
  row-gap: 24px;
  align-items: start;
}

.staff-profile__img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: top;
  border-radius: 16px;
  display: block;
}

.staff-profile__title {
  margin-bottom: 28px;
}

.staff-profile__title img {
  height: 52px;
  width: auto;
}

.staff-profile__list {
  margin-bottom: 28px;
  border-top: 1px solid var(--color-border);
}

.staff-profile__row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--color-border);
  align-items: start;
}

.staff-profile__label {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text-muted);
  padding-top: 1px;
}

.staff-profile__value {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text);
  line-height: 1.6;
}

.staff-profile__text {
  font-size: 14px;
  line-height: 2;
  color: var(--color-text);
}

@media (max-width: 1024px) {
  .staff-profile {
    grid-template-columns: 280px 1fr;
    gap: 32px 40px;
  }
  .staff-profile__img img {
    height: 340px;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .staff-profile {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .staff-profile__img img {
    height: 300px;
    max-width: 100%;
  }
  .staff-profile__title img {
    height: 36px;
  }
  .staff-profile__row {
    grid-template-columns: 76px 1fr;
  }
}

/* RECRUIT > FV */
.recruit-fv {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  align-items: center;
  background-color: #FAF6FB;
  border-radius: 250px 0 0 0;
  border-top: 3px solid #191919;
  border-left: 3px solid #191919;
  overflow: hidden;
}

.recruit-fv__blobs {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.recruit-fv__blob {
  position: absolute;
  background-color: rgba(234, 176, 15, 0.22);
  animation: blob-morph var(--morph-dur, 9s) ease-in-out infinite,
             blob-drift var(--drift-dur, 12s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

.recruit-fv__blob--1 {
  width: 340px; height: 340px;
  top: 2%;  left: 2%;
  --morph-dur: 9s; --drift-dur: 13s; --delay: 0s;
}
.recruit-fv__blob--2 {
  width: 280px; height: 280px;
  top: 60%; left: 4%;
  --morph-dur: 11s; --drift-dur: 10s; --delay: -4s;
}
.recruit-fv__blob--3 {
  width: 360px; height: 340px;
  top: 5%; left: 65%;
  --morph-dur: 13s; --drift-dur: 16s; --delay: -7s;
}
.recruit-fv__blob--4 {
  width: 260px; height: 260px;
  top: 65%; left: 62%;
  --morph-dur: 8s;  --drift-dur: 11s; --delay: -2s;
}
.recruit-fv__blob--5 {
  width: 310px; height: 300px;
  top: 28%; left: 34%;
  --morph-dur: 12s; --drift-dur: 14s; --delay: -9s;
}

.recruit-fv__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.recruit-fv__title {
  margin-bottom: 16px;
}
.recruit-fv__title img {
  width: 100%;
  max-width: 480px;
  height: auto;
}

.recruit-fv__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 24px;
}

.recruit-fv__catch {
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 24px;
}

.recruit-fv__catch span {
  background-image: linear-gradient(
    to right,
    rgba(234, 176, 15, 0.6) 0%,
    rgba(234, 176, 15, 0.6) 100%
  );
  background-size: 100% 10px;
  background-position: 0 calc(100% - 2px);
  background-repeat: no-repeat;
  padding-bottom: 2px;
}

.recruit-fv__text {
  font-size: 14px;
  line-height: 2;
  color: var(--color-text);
}

.recruit-fv__right {
  position: relative;
  height: 640px;
}

.recruit-fv__item {
  position: absolute;
  opacity: 0;
  animation: about-fv-pop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@media (max-width: 1024px) {
  .recruit-fv {
    min-height: 0;
  }
  .recruit-fv__inner {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: 560px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .recruit-fv__left {
    position: relative;
    z-index: 2;
    max-width: 380px;
    margin-inline: auto;
  }
  .recruit-fv__right {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 640px;
    z-index: 1;
    pointer-events: none;
  }
  /* left:155px / left:200px / left:220px のアイコンはテキストと被るため非表示 */
  .recruit-fv__right .recruit-fv__item:nth-child(3),
  .recruit-fv__right .recruit-fv__item:nth-child(6),
  .recruit-fv__right .recruit-fv__item:nth-child(9) {
    display: none;
  }
  .recruit-fv__title img {
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .recruit-fv {
    margin-top: calc(-1 * var(--header-height));
    border-radius: 0;
    border: none;
  }
  .recruit-fv__inner {
    padding-top: 72px;
    min-height: 560px;
  }
  .recruit-fv__left {
    position: relative;
    z-index: 2;
    text-align: left;
    max-width: none;
  }
  .recruit-fv__right {
    display: block !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 640px;
    z-index: 1;
    pointer-events: none;
  }
  /* タブレットで非表示にしたアイコンのうち6・9のみモバイルで再表示 */
  .recruit-fv__right .recruit-fv__item:nth-child(6),
  .recruit-fv__right .recruit-fv__item:nth-child(9) {
    display: block !important;
  }
  .recruit-fv__right .recruit-fv__item {
    width: 80px !important;
  }
  /* 4番目（マイク）がタイトルと被るため右にずらす */
  .recruit-fv__right .recruit-fv__item:nth-child(4) {
    right: -10px !important;
  }
  .recruit-fv__catch {
    background: rgba(250, 246, 251, 0.88);
    padding: 8px 12px 4px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
  }
  .recruit-fv__text {
    background: rgba(250, 246, 251, 0.88);
    padding: 4px 12px 16px;
    border-radius: 0 0 8px 8px;
  }
  .recruit-fv__title img {
    max-width: 260px;
    margin-inline: 0;
  }
}

/* RECRUIT > 数字で見るファナティー */
.recruit-stats-section {
  background-color: #FAF6FB;
}

.recruit-stats-head {
  text-align: center;
  margin-bottom: 48px;
}

.recruit-stats-title {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.recruit-stats-title__deco {
  color: var(--color-accent);
  font-size: 0.85em;
  font-weight: 400;
}

.recruit-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.recruit-stat-card {
  background-color: var(--color-bg);
  border-radius: var(--radius-lg);
  padding: 36px 20px;
  text-align: center;
  box-shadow: var(--shadow);
}

.recruit-stat-card__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
}

.recruit-stat-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.recruit-stat-card__label {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 10px;
  line-height: 1.5;
}

.recruit-stat-card__value {
  font-family: var(--font-en);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.1;
}

.recruit-stat-card:nth-child(1) .recruit-stat-card__value { color: #FF6B9D; }
.recruit-stat-card:nth-child(2) .recruit-stat-card__value { color: #2EC4B6; }
.recruit-stat-card:nth-child(3) .recruit-stat-card__value { color: #8B5CF6; }
.recruit-stat-card:nth-child(4) .recruit-stat-card__value { color: #FFD700; }

.recruit-stat-card__unit {
  font-size: 0.45em;
  font-family: var(--font-ja);
  font-weight: 700;
  color: var(--color-text);
}

.recruit-stat-card__prefix {
  font-size: 0.4em;
  font-family: var(--font-ja);
  font-weight: 700;
  vertical-align: middle;
  margin-right: 2px;
  color: var(--color-text);
}

.recruit-stats-note {
  text-align: right;
  font-size: 12px;
  color: var(--color-text-muted);
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .recruit-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .recruit-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .recruit-stat-card {
    padding: 24px 16px;
  }
  .recruit-stat-card__label {
    font-size: 13px;
  }
  .recruit-stat-card__value {
    font-size: 28px;
  }
}

/* RECRUIT > 募集要項 */
.recruit-jobs-head {
  text-align: center;
  margin-bottom: 48px;
}

.recruit-jobs-title {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.recruit-jobs-title__deco {
  color: var(--color-accent);
  font-size: 0.85em;
}

.recruit-jobs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.recruit-job-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.recruit-job-card__head {
  position: relative;
  padding: 28px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 88px;
  background-color: #ffffff;
  border-bottom: 1px solid var(--color-border);
}

.recruit-job-card__type {
  font-family: var(--font-ja);
  font-size: 22px;
  font-weight: 900;
  position: relative;
  z-index: 1;
  padding: 8px 32px;
  border-radius: 100px;
}

.recruit-job-card--full .recruit-job-card__type {
  background-color: #FFD700;
  color: #191919;
}

.recruit-job-card--part .recruit-job-card__type {
  background-color: #2EC4B6;
  color: #ffffff;
}

.recruit-job-card__deco {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 88px;
  opacity: 0.9;
}

.recruit-job-card__list {
  background-color: #ffffff;
}

.recruit-job-card__row {
  display: grid;
  grid-template-columns: 88px 1fr;
  border-bottom: 1px solid var(--color-border);
}

.recruit-job-card__row:last-child {
  border-bottom: none;
}

.recruit-job-card__label {
  justify-self: center;
  align-self: center;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  color: #191919;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
  min-width: 78px;
}

.recruit-job-card--full .recruit-job-card__label {
  background-color: #FFF9D6;
}

.recruit-job-card--part .recruit-job-card__label {
  background-color: #D4F5F2;
}

.recruit-job-card__content {
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--color-text);
  display: flex;
  align-items: center;
}

.recruit-jobs-note {
  text-align: center;
  font-size: 12px;
  color: var(--color-text-muted);
  margin-top: 24px;
}

@media (max-width: 1024px) {
  .recruit-jobs-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.recruit-jobs-indicator {
  display: none;
}

@media (max-width: 767px) {
  .recruit-jobs-grid {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .recruit-job-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
  .recruit-job-card__type {
    font-size: 20px;
  }
  .recruit-jobs-head {
    margin-bottom: 20px;
  }
  .recruit-jobs-indicator {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 4px;
  }
  .recruit-jobs-indicator__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-border);
  }
  .recruit-jobs-indicator__dot.is-active {
    background-color: var(--color-text);
  }
}

/* RECRUIT > スタッフメッセージ */
.recruit-staff-section {
  background-color: #FAF6FB;
}

.recruit-staff-head {
  text-align: center;
  margin-bottom: 48px;
}

.recruit-staff-title {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.recruit-staff-title__deco {
  color: var(--color-accent);
  font-size: 0.85em;
}

.recruit-staff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.staff-msg-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.staff-msg-card__img-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.staff-msg-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.staff-msg-card__num {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 56px;
  z-index: 2;
}

.staff-msg-card__role {
  position: absolute;
  bottom: 14px;
  left: 14px;
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}

.staff-msg-card__role--yellow {
  background-color: #FFD700;
  color: #191919;
}

.staff-msg-card__role--pink {
  background-color: #FF6B9D;
  color: #ffffff;
}

.staff-msg-card__role--teal {
  background-color: #2EC4B6;
  color: #ffffff;
}

.staff-msg-card__body {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.staff-msg-card__text {
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-text);
  flex: 1;
}

.staff-msg-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 22px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  align-self: flex-start;
  transition: opacity var(--transition), transform 0.2s ease;
}

.staff-msg-card__btn:hover {
  opacity: 0.85;
  transform: translateX(4px);
}

.staff-msg-card__btn--yellow {
  background-color: #FFD700;
  color: #191919;
}

.staff-msg-card__btn--pink {
  background-color: #FF6B9D;
  color: #ffffff;
}

.staff-msg-card__btn--teal {
  background-color: #2EC4B6;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .recruit-staff-grid {
    gap: 20px;
  }
}

.recruit-staff-indicator {
  display: none;
}

@media (max-width: 767px) {
  .recruit-staff-head {
    margin-bottom: 20px;
  }
  .recruit-staff-grid {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .staff-msg-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
  .staff-msg-card__btn {
    align-self: center;
  }
  .recruit-staff-indicator {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 4px;
  }
  .recruit-staff-indicator__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-border);
  }
  .recruit-staff-indicator__dot.is-active {
    background-color: var(--color-text);
  }
}

/* RECRUIT > よくあるご質問 */
.recruit-faq-section {
  background-color: #FAF6FB;
}

.recruit-faq-head {
  text-align: center;
  margin-bottom: 48px;
}

.recruit-faq-title {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.recruit-faq-title__deco {
  color: var(--color-accent);
  font-size: 0.85em;
}

.recruit-faq-list {
  max-width: 840px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.recruit-faq-section .faq-item {
  background-color: #ffffff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  border-bottom: none;
}

.recruit-faq-section .faq-answer {
  display: block;
}

.recruit-faq-section .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  cursor: default;
  font-family: var(--font-ja);
}

.recruit-faq-section .faq-question::after {
  display: none;
}

.faq-q-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 700;
  color: #191919;
}

.recruit-faq-section .faq-item:nth-child(1) .faq-q-icon { background-color: #FFD700; }
.recruit-faq-section .faq-item:nth-child(2) .faq-q-icon { background-color: #FF6B9D; }
.recruit-faq-section .faq-item:nth-child(3) .faq-q-icon { background-color: #2EC4B6; }
.recruit-faq-section .faq-item:nth-child(4) .faq-q-icon { background-color: #8B5CF6; }

.faq-q-text {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.5;
}

.faq-answer__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 24px 20px;
  border-top: 1px solid var(--color-border);
}

.faq-a-icon {
  flex-shrink: 0;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 700;
}

.recruit-faq-section .faq-item:nth-child(1) .faq-a-icon { color: #FFD700; }
.recruit-faq-section .faq-item:nth-child(2) .faq-a-icon { color: #FF6B9D; }
.recruit-faq-section .faq-item:nth-child(3) .faq-a-icon { color: #2EC4B6; }
.recruit-faq-section .faq-item:nth-child(4) .faq-a-icon { color: #8B5CF6; }

.faq-a-text {
  flex: 1;
  font-size: 15px;
  line-height: 1.8;
  color: var(--color-text-muted);
}

/* PC: Q と A を横並び表示 */
@media (min-width: 768px) {
  .recruit-faq-section .container {
    max-width: 85vw;
  }

  .recruit-faq-section .recruit-faq-list {
    max-width: none;
  }

  .recruit-faq-section .faq-item {
    display: flex;
    align-items: stretch;
  }

  .recruit-faq-section .faq-question {
    flex: 0 0 44%;
    cursor: default;
    pointer-events: none;
  }

  .recruit-faq-section .faq-answer {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .recruit-faq-section .faq-answer__inner {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    border-top: none;
    border-left: 1px solid var(--color-border);
    padding: 20px 24px;
  }
}

.faq-question__chevron {
  display: none;
}

@media (max-width: 1024px) {
  .faq-q-text {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .recruit-faq-head {
    margin-bottom: 20px;
  }
  .recruit-faq-section .faq-question {
    cursor: pointer;
  }
  .faq-question__chevron {
    display: block;
    margin-left: auto;
    flex-shrink: 0;
    font-size: 11px;
    color: var(--color-text-muted);
    transition: transform 0.3s ease;
  }
  .faq-item.is-open .faq-question__chevron {
    transform: rotate(180deg);
  }
  .recruit-faq-section .faq-answer {
    display: none !important;
    padding-bottom: 0;
  }
  .recruit-faq-section .faq-item.is-open .faq-answer {
    display: block !important;
    padding-bottom: 0;
  }
  .faq-answer__inner {
    align-items: flex-start;
    padding: 12px 16px;
  }
}

/* RECRUIT > 応募訴求CTA */
.recruit-cta-section {
  padding: 32px 0 var(--sec-py);
  background-color: #FAF6FB;
}

.recruit-cta-box {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 48px 40px 0;
  gap: 24px;
  overflow: hidden;
  min-height: 200px;
}

.recruit-cta-body {
  text-align: center;
  flex: 1;
  padding-bottom: 48px;
}

.recruit-cta-text {
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 900;
  color: #191919;
  line-height: 1.5;
  margin-bottom: 28px;
  letter-spacing: 0.02em;
}

.recruit-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 48px;
  background-color: #191919;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 100px;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background-color var(--transition), transform var(--transition);
}

.recruit-cta-btn:hover {
  background-color: var(--color-accent);
  color: #191919;
  transform: scale(1.05);
  opacity: 1;
}

.recruit-cta-img {
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}

.recruit-cta-img--left {
  width: 140px;
}

.recruit-cta-img--right {
  width: 180px;
}

@media (max-width: 767px) {
  .recruit-cta-box {
    flex-direction: row;
    align-items: center;
    padding: 20px 12px;
    gap: 8px;
    min-height: 0;
  }

  .recruit-cta-body {
    padding-bottom: 0;
    order: 0;
  }

  .recruit-cta-text {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .recruit-cta-img--left,
  .recruit-cta-img--right {
    display: none;
  }
}

/* 数字ハイライト（未使用プレースホルダー） */
.recruit-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  text-align: center;
}
.recruit-number__value {
  font-family: var(--font-en);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1;
}
.recruit-number__label {
  font-size: 13px;
  color: var(--color-text-muted);
  margin-top: 8px;
}

/* 募集要項タブ */
.recruit-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.recruit-tab__head {
  font-family: var(--font-en);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-accent);
}

/* スタッフカード */
.staff-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.staff-card__img {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: var(--radius);
  margin-bottom: 16px;
}
.staff-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-card__role {
  font-size: 12px;
  color: var(--color-text-muted);
  margin-bottom: 4px;
}
.staff-card__name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
.staff-card__store {
  font-size: 12px;
  color: var(--color-text-muted);
}

@media (max-width: 1024px) {
  .recruit-tabs {
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .recruit-numbers {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .recruit-tabs {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .staff-cards {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* =============================================
   CONTACT / フォームページ共通
============================================= */
.form-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}
.form-intro__catch {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 16px;
}
.form-intro__text {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.9;
}

@media (max-width: 1024px) {
  .form-layout {
    gap: 48px;
  }
}

@media (max-width: 767px) {
  .form-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* =============================================
   PRIVACY POLICY ページ
============================================= */
.privacy-section {
  background-color: #ffffff;
}

.privacy-body {
  max-width: 760px;
  margin-inline: auto;
}

.privacy-lead {
  font-size: 14px;
  line-height: 1.9;
  color: var(--color-text);
  padding: 24px;
  background-color: #FAF6FB;
  border-left: 4px solid var(--color-accent);
  border-radius: 0 8px 8px 0;
}

.privacy-body h2 {
  font-size: 17px;
  font-weight: 900;
  margin: 48px 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #191919;
}

.privacy-body p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--color-text);
  margin-bottom: 8px;
}

/* 利用目的リスト */
.privacy-dl {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.privacy-dl__row {
  padding: 14px 18px;
  background-color: #f8f8f8;
  border-radius: 8px;
}

.privacy-dl__term {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 4px;
}

.privacy-dl__desc {
  font-size: 13px;
  color: var(--color-text-muted);
  padding-left: 1em;
}
.privacy-dl__desc::before {
  content: '- ';
}

/* お問い合わせ先 */
.privacy-contact {
  margin-top: 20px;
  font-style: normal;
  padding: 24px 28px;
  background-color: #f8f8f8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.privacy-contact p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}
.privacy-contact a {
  color: var(--color-text);
  text-decoration: underline;
}
.privacy-contact a:hover {
  color: var(--color-accent);
  opacity: 1;
}

/* =============================================
   PRIVACY ページ
============================================= */

/* FV */
.privacy-fv {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  align-items: center;
  background-color: #FAF6FB;
  border-radius: 250px 0 0 0;
  border-top: 3px solid #191919;
  border-left: 3px solid #191919;
  overflow: hidden;
}

.privacy-fv__blobs {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.privacy-fv__blob {
  position: absolute;
  background-color: rgba(234, 176, 15, 0.22);
  animation: blob-morph var(--morph-dur, 9s) ease-in-out infinite,
             blob-drift var(--drift-dur, 12s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

.privacy-fv__blob--1 { width: 340px; height: 340px; top: 2%;  left: 2%;  --morph-dur: 9s;  --drift-dur: 13s; --delay: 0s;  }
.privacy-fv__blob--2 { width: 280px; height: 280px; top: 60%; left: 4%;  --morph-dur: 11s; --drift-dur: 10s; --delay: -4s; }
.privacy-fv__blob--3 { width: 360px; height: 340px; top: 5%;  left: 65%; --morph-dur: 13s; --drift-dur: 16s; --delay: -7s; }
.privacy-fv__blob--4 { width: 260px; height: 260px; top: 65%; left: 62%; --morph-dur: 8s;  --drift-dur: 11s; --delay: -2s; }
.privacy-fv__blob--5 { width: 310px; height: 300px; top: 28%; left: 34%; --morph-dur: 12s; --drift-dur: 14s; --delay: -9s; }

.privacy-fv__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.privacy-fv__title {
  margin-bottom: 16px;
}
.privacy-fv__title img {
  width: 100%;
  max-width: 480px;
  height: auto;
}

.privacy-fv__title2 {
  display: block;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin-bottom: 16px;
}

.privacy-fv__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text);
}

.privacy-fv__right {
  position: relative;
  height: 640px;
}

.privacy-fv__item {
  position: absolute;
  opacity: 0;
  animation: about-fv-pop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@media (max-width: 1024px) {
  .privacy-fv {
    min-height: 0;
  }
  .privacy-fv__inner {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: 560px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .privacy-fv__left {
    position: relative;
    z-index: 2;
    max-width: 380px;
    margin-inline: auto;
  }
  .privacy-fv__right {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 640px;
    z-index: 1;
    pointer-events: none;
  }
  .privacy-fv__right .privacy-fv__item:nth-child(3),
  .privacy-fv__right .privacy-fv__item:nth-child(6),
  .privacy-fv__right .privacy-fv__item:nth-child(9) {
    display: none !important;
  }
  .privacy-fv__title img,
  .privacy-fv__title2 {
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .privacy-fv {
    margin-top: calc(-1 * var(--header-height));
    border-radius: 0;
    border: none;
  }
  .privacy-fv__inner {
    padding-top: 72px;
    min-height: 560px;
  }
  .privacy-fv__left {
    text-align: left;
    max-width: none;
  }
  .privacy-fv__right .privacy-fv__item:nth-child(6),
  .privacy-fv__right .privacy-fv__item:nth-child(9) {
    display: block !important;
  }
  .privacy-fv__right .privacy-fv__item {
    width: 80px !important;
  }
  .privacy-fv__title img,
  .privacy-fv__title2 {
    max-width: 260px;
    margin-inline: 0;
  }
}

/* =============================================
   CONTACT ページ
============================================= */

/* FV */
.contact-fv {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  align-items: center;
  background-color: #FAF6FB;
  border-radius: 250px 0 0 0;
  border-top: 3px solid #191919;
  border-left: 3px solid #191919;
  overflow: hidden;
}

.contact-fv__blobs {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.contact-fv__blob {
  position: absolute;
  background-color: rgba(234, 176, 15, 0.22);
  animation: blob-morph var(--morph-dur, 9s) ease-in-out infinite,
             blob-drift var(--drift-dur, 12s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

.contact-fv__blob--1 { width: 340px; height: 340px; top: 2%;  left: 2%;  --morph-dur: 9s;  --drift-dur: 13s; --delay: 0s;  }
.contact-fv__blob--2 { width: 280px; height: 280px; top: 60%; left: 4%;  --morph-dur: 11s; --drift-dur: 10s; --delay: -4s; }
.contact-fv__blob--3 { width: 360px; height: 340px; top: 5%;  left: 65%; --morph-dur: 13s; --drift-dur: 16s; --delay: -7s; }
.contact-fv__blob--4 { width: 260px; height: 260px; top: 65%; left: 62%; --morph-dur: 8s;  --drift-dur: 11s; --delay: -2s; }
.contact-fv__blob--5 { width: 310px; height: 300px; top: 28%; left: 34%; --morph-dur: 12s; --drift-dur: 14s; --delay: -9s; }

.contact-fv__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.contact-fv__title {
  margin-bottom: 16px;
}
.contact-fv__title img {
  width: 100%;
  max-width: 360px;
  height: auto;
}

.contact-fv__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 20px;
}

.contact-fv__catch {
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 20px;
  background-image: linear-gradient(to right, rgba(234, 176, 15, 0.6) 0%, rgba(234, 176, 15, 0.6) 100%);
  background-size: 100% 10px;
  background-position: 0 calc(100% - 2px);
  background-repeat: no-repeat;
  padding-bottom: 2px;
  display: inline-block;
}

.contact-fv__text {
  font-size: 14px;
  line-height: 2;
  color: var(--color-text);
}

.contact-fv__right {
  position: relative;
  height: 640px;
}

.contact-fv__item {
  position: absolute;
  opacity: 0;
  animation: about-fv-pop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@media (max-width: 1024px) {
  .contact-fv {
    min-height: 0;
  }
  .contact-fv__inner {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: 560px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .contact-fv__left {
    position: relative;
    z-index: 2;
    max-width: 380px;
    margin-inline: auto;
  }
  .contact-fv__right {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 640px;
    z-index: 1;
    pointer-events: none;
  }
  .contact-fv__right .contact-fv__item:nth-child(3),
  .contact-fv__right .contact-fv__item:nth-child(6),
  .contact-fv__right .contact-fv__item:nth-child(9) {
    display: none !important;
  }
  .contact-fv__title img {
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .contact-fv {
    margin-top: calc(-1 * var(--header-height));
    border-radius: 0;
    border: none;
  }
  .contact-fv__inner {
    padding-top: 72px;
    min-height: 560px;
  }
  .contact-fv__left {
    text-align: left;
    max-width: none;
  }
  .contact-fv__right .contact-fv__item:nth-child(5) {
    top: 300px !important;
  }
  .contact-fv__right .contact-fv__item:nth-child(6),
  .contact-fv__right .contact-fv__item:nth-child(9) {
    display: block !important;
  }
  .contact-fv__right .contact-fv__item {
    width: 80px !important;
  }
  .contact-fv__catch {
    background: rgba(250, 246, 251, 0.88);
    padding: 8px 12px 4px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
  }
  .contact-fv__text {
    background: rgba(250, 246, 251, 0.88);
    padding: 4px 12px 16px;
    border-radius: 0 0 8px 8px;
  }
  .contact-fv__title img {
    max-width: 260px;
    margin-inline: 0;
  }
}

/* フォームセクション */
.contact-section {
  background-color: #ffffff;
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 64px;
  align-items: start;
}

/* 必須/任意バッジ */
.contact-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  vertical-align: middle;
  line-height: 1.6;
  margin-left: 6px;
}
.contact-badge--required {
  background-color: #FF6B6B;
  color: #ffffff;
}
.contact-badge--optional {
  background-color: #d0d0d0;
  color: #555;
}

.contact-form-note {
  font-size: 13px;
  color: var(--color-text-muted);
  margin-bottom: 32px;
}

/* フィールド */
.contact-field {
  margin-bottom: 28px;
}
.contact-field--check {
  margin-bottom: 32px;
}

.contact-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 8px;
}

/* インプット共通 */
.contact-input,
.contact-select,
.contact-textarea {
  width: 100%;
  border: 1.5px solid var(--color-border);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  font-family: var(--font-ja);
  color: var(--color-text);
  background-color: #fafafa;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  appearance: none;
}

.contact-input:focus,
.contact-select:focus,
.contact-textarea:focus {
  outline: none;
  border-color: var(--color-accent);
  background-color: #ffffff;
}

.contact-input.is-error,
.contact-select.is-error,
.contact-textarea.is-error {
  border-color: #FF6B6B;
  background-color: #fff5f5;
}

/* セレクト */
.contact-select-wrap {
  position: relative;
}
.contact-select-wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-text-muted);
  border-bottom: 2px solid var(--color-text-muted);
  pointer-events: none;
}
.contact-select {
  padding-right: 40px;
  cursor: pointer;
}

/* テキストエリア */
.contact-textarea {
  resize: vertical;
  min-height: 180px;
  line-height: 1.8;
}

.contact-char-count {
  text-align: right;
  font-size: 12px;
  color: var(--color-text-muted);
  margin-top: 4px;
}

/* エラーメッセージ */
.contact-error {
  font-size: 12px;
  color: #FF6B6B;
  margin-top: 4px;
  min-height: 1em;
}

/* チェックボックス */
.contact-check-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text);
}
.contact-check-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.contact-check-box {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border: 2px solid var(--color-border);
  border-radius: 5px;
  background-color: #fafafa;
  position: relative;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.contact-check-input:checked + .contact-check-box {
  background-color: #191919;
  border-color: #191919;
}
.contact-check-input:checked + .contact-check-box::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 6px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

/* 送信ボタン */
.contact-submit {
  display: block;
  width: 100%;
  padding: 18px;
  background-color: #191919;
  color: #ffffff;
  font-family: var(--font-ja);
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  letter-spacing: 0.1em;
  transition: background-color var(--transition), transform 0.2s ease;
  margin-top: 32px;
}
.contact-submit:hover {
  background-color: #EAB00F;
  color: #191919;
  transform: scale(1.02);
}

/* プライバシー注記 */
.contact-privacy-note {
  display: flex;
  gap: 12px;
  padding: 20px 24px;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 20px;
}
.contact-privacy-note__icon {
  flex-shrink: 0;
  color: var(--color-text-muted);
  margin-top: 2px;
}
.contact-privacy-note__title {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 4px;
}
.contact-privacy-note__text {
  font-size: 12px;
  color: var(--color-text-muted);
  line-height: 1.8;
}
.contact-privacy-note__text a {
  color: var(--color-text);
  text-decoration: underline;
}

/* サイドカラム */
.contact-aside {
  position: sticky;
  top: calc(var(--header-height) + 24px);
}

.contact-aside__card {
  background-color: #FAF6FB;
  border-radius: 20px;
  padding: 40px 32px;
  text-align: center;
  border: 1.5px solid var(--color-border);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-aside__img {
  width: 160px;
  height: auto;
  margin-bottom: 20px;
}

.contact-aside__headline {
  font-size: 16px;
  font-weight: 900;
  color: var(--color-text);
  line-height: 1.6;
  margin-bottom: 24px;
}

.contact-aside__smiley {
  width: 90px;
  height: auto;
  margin-bottom: 16px;
}

.contact-aside__sub {
  font-size: 12px;
  color: var(--color-text-muted);
  line-height: 1.8;
}

/* レスポンシブ */
@media (max-width: 1024px) {
  .contact-wrap {
    grid-template-columns: 1fr;
  }
  .contact-aside {
    position: static;
  }
  .contact-aside__card {
    display: flex;
    align-items: center;
    gap: 24px;
    text-align: left;
    padding: 24px;
  }
  .contact-aside__img,
  .contact-aside__smiley {
    display: none;
  }
  .contact-aside__headline {
    margin-bottom: 8px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .contact-aside__card {
    flex-direction: column;
    text-align: center;
  }
  .contact-wrap {
    gap: 40px;
  }
}

/* =============================================
   THANKS ページ
============================================= */

/* FV */
.thanks-fv {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  align-items: center;
  background-color: #FAF6FB;
  border-radius: 250px 0 0 0;
  border-top: 3px solid #191919;
  border-left: 3px solid #191919;
  overflow: hidden;
}

.thanks-fv__blobs {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.thanks-fv__blob {
  position: absolute;
  background-color: rgba(234, 176, 15, 0.22);
  border-radius: 50%;
  animation:
    blob-morph var(--morph-dur, 10s) ease-in-out infinite alternate,
    blob-drift var(--drift-dur, 12s) ease-in-out infinite alternate;
  animation-delay: var(--delay, 0s);
}

.thanks-fv__blob--1 { width: 340px; height: 340px; top: 2%;  left: 2%;  --morph-dur: 9s;  --drift-dur: 13s; --delay: 0s;  }
.thanks-fv__blob--2 { width: 280px; height: 280px; top: 60%; left: 4%;  --morph-dur: 11s; --drift-dur: 10s; --delay: -4s; }
.thanks-fv__blob--3 { width: 360px; height: 340px; top: 5%;  left: 65%; --morph-dur: 13s; --drift-dur: 16s; --delay: -7s; }
.thanks-fv__blob--4 { width: 260px; height: 260px; top: 65%; left: 62%; --morph-dur: 8s;  --drift-dur: 11s; --delay: -2s; }
.thanks-fv__blob--5 { width: 310px; height: 300px; top: 28%; left: 34%; --morph-dur: 12s; --drift-dur: 14s; --delay: -9s; }

.thanks-fv__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.thanks-fv__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.thanks-fv__title {
  margin-bottom: 16px;
}
.thanks-fv__title img {
  width: 100%;
  max-width: 360px;
  height: auto;
}

.thanks-fv__subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-text);
}

.thanks-fv__catch {
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 900;
  line-height: 1.45;
  margin-bottom: 24px;
  color: var(--color-text);
}

.thanks-fv__text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 40px;
  color: var(--color-text);
}

.thanks-fv__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background-color: #191919;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 100px;
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: background-color var(--transition), color var(--transition), transform var(--transition);
}
.thanks-fv__btn:hover {
  background-color: #F5C842;
  color: #191919;
  transform: translateX(-4px);
}
.thanks-fv__btn svg {
  flex-shrink: 0;
}

.thanks-fv__right {
  position: relative;
  height: 640px;
}

.thanks-fv__item {
  position: absolute;
  opacity: 0;
  animation: about-fv-pop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@media (max-width: 1024px) {
  .thanks-fv {
    min-height: 0;
  }
  .thanks-fv__inner {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: 560px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .thanks-fv__left {
    position: relative;
    z-index: 2;
    max-width: 380px;
    margin-inline: auto;
    align-items: center;
  }
  .thanks-fv__right {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 640px;
    z-index: 1;
    pointer-events: none;
  }
  .thanks-fv__right .thanks-fv__item:nth-child(3),
  .thanks-fv__right .thanks-fv__item:nth-child(6),
  .thanks-fv__right .thanks-fv__item:nth-child(9) {
    display: none !important;
  }
  .thanks-fv__title img {
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .thanks-fv {
    margin-top: calc(-1 * var(--header-height));
    border-radius: 0;
    border: none;
  }
  .thanks-fv__inner {
    padding-top: 72px;
    min-height: 560px;
  }
  .thanks-fv__left {
    text-align: left;
    max-width: none;
    align-items: flex-start;
  }
  .thanks-fv__right .thanks-fv__item:nth-child(6),
  .thanks-fv__right .thanks-fv__item:nth-child(9) {
    display: block !important;
  }
  .thanks-fv__right .thanks-fv__item {
    width: 80px !important;
  }
  .thanks-fv__catch {
    background: rgba(250, 246, 251, 0.88);
    padding: 8px 12px 4px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
  }
  .thanks-fv__text {
    background: rgba(250, 246, 251, 0.88);
    padding: 4px 12px 16px;
    border-radius: 0 0 8px 8px;
  }
  .thanks-fv__title img {
    max-width: 260px;
    margin-inline: 0;
  }
}
