/* =========================================================
   villain — official site
   Dark Aura × Neon Night
   ========================================================= */

/* ---------- Tokens ---------- */
:root {
  --bg-0: #0a0a0a;
  --bg-1: #111114;
  --bg-2: #15151c;
  --bg-3: #1a1a24;

  --navy: #0d1b4c;
  --navy-deep: #1a1a3e;

  --purple-1: #4a148c;
  --purple-2: #6a1b9a;
  --purple-3: #8e24aa;

  --neon-pink: #ff2d95;
  --neon-purple: #b026ff;

  --gold: #d4af37;
  --white: #ffffff;
  --gray-1: #cfcfd6;
  --gray-2: #8a8a93;
  --gray-3: #5a5a64;

  --grad-main: linear-gradient(135deg, #6a1b9a 0%, #8e24aa 45%, #ff2d95 100%);
  --grad-soft: linear-gradient(135deg, rgba(106, 27, 154, 0.6) 0%, rgba(255, 45, 149, 0.6) 100%);
  --grad-mesh:
    radial-gradient(60% 60% at 15% 10%, rgba(74, 20, 140, 0.45), transparent 60%),
    radial-gradient(50% 50% at 90% 0%, rgba(176, 38, 255, 0.25), transparent 60%),
    radial-gradient(50% 50% at 80% 90%, rgba(255, 45, 149, 0.18), transparent 60%),
    radial-gradient(60% 60% at 0% 100%, rgba(13, 27, 76, 0.55), transparent 60%);

  --shadow-card: 0 10px 40px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;

  --font-en: 'Anton', 'Bebas Neue', sans-serif;
  --font-jp: 'Noto Sans JP', system-ui, -apple-system, sans-serif;

  --container: 1120px;
  --container-narrow: 760px;
  --gutter: 24px;

  --radius: 14px;
  --radius-lg: 20px;
}

/* ---------- Reset / Base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 360px;
  font-family: var(--font-jp);
  font-weight: 400;
  color: var(--white);
  background: var(--bg-0);
  line-height: 1.8;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* 全体に控えめなグラデーションメッシュ */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: var(--grad-mesh), var(--bg-0);
  pointer-events: none;
}

/* 控えめなノイズ */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.7 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

button {
  font-family: inherit;
  cursor: pointer;
}

::selection {
  background: var(--neon-pink);
  color: #000;
}

.sp-only {
  display: inline;
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.container--narrow {
  max-width: var(--container-narrow);
}

.section {
  padding: 96px 0;
  position: relative;
}
@media (min-width: 768px) {
  .section {
    padding: 140px 0;
  }
}

/* ---------- Section Heading ---------- */
.section__head {
  text-align: center;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .section__head {
    margin-bottom: 72px;
  }
}

.section__label {
  font-family: var(--font-en);
  font-size: 13px;
  letter-spacing: 0.5em;
  color: var(--gray-2);
  margin: 0 0 14px;
  padding-left: 0.5em;
}

.section__title {
  font-family: var(--font-en);
  font-size: clamp(40px, 7vw, 72px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0;
  color: var(--white);
}

.section__title--small {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: clamp(20px, 3vw, 26px);
  letter-spacing: 0.18em;
  color: var(--gray-1);
}

.section__head--small {
  margin-bottom: 28px;
}

.section__desc {
  margin: 18px 0 0;
  color: var(--gray-1);
  font-size: 14px;
  letter-spacing: 0.12em;
}

.grad-text {
  background: var(--grad-main);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}

.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0a0a14;
  /* WebGL未対応／初期化失敗時のフォールバック：紫グラデ */
  background-image:
    linear-gradient(135deg, rgba(13, 27, 76, 0.85), rgba(74, 20, 140, 0.6) 45%, rgba(10, 10, 10, 0.95));
  background-size: cover;
  background-position: center;
  z-index: -3;
  filter: saturate(1.05) contrast(1.05);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 60% at 50% 40%, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.55) 70%, rgba(0,0,0,0.95) 100%),
    linear-gradient(180deg, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.85) 100%);
  z-index: -2;
}

.hero__noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.07;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

.hero__inner {
  text-align: center;
  padding: 80px 24px 120px;
  width: 100%;
  max-width: 980px;
}

.hero__sub {
  font-size: 13px;
  letter-spacing: 0.4em;
  color: var(--gray-1);
  margin: 0 0 26px;
  padding-left: 0.4em;
}
@media (min-width: 768px) {
  .hero__sub {
    font-size: 15px;
    margin-bottom: 32px;
  }
}

.hero__title {
  font-family: var(--font-en);
  font-size: clamp(96px, 22vw, 220px);
  letter-spacing: 0.04em;
  line-height: 0.9;
  margin: 0 0 28px;
  font-weight: 400;
}

.hero__logo {
  display: block;
  width: clamp(280px, 60vw, 680px);
  height: auto;
  margin: 0 auto 28px;
  filter: drop-shadow(0 0 24px rgba(176, 38, 255, 0.55))
          drop-shadow(0 0 48px rgba(74, 20, 140, 0.4));
  animation: logoFloat 9s ease-in-out infinite;
}

@keyframes logoFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@media (prefers-reduced-motion: reduce) {
  .hero__logo {
    animation: none;
  }
}

.hero__catch {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: clamp(16px, 2.4vw, 22px);
  line-height: 1.9;
  letter-spacing: 0.18em;
  margin: 0;
  color: var(--white);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.6);
}

/* Neon Text */
.neon {
  color: #fff;
  text-shadow:
    0 0 4px rgba(255, 255, 255, 0.9),
    0 0 12px rgba(255, 45, 149, 0.9),
    0 0 24px rgba(176, 38, 255, 0.8),
    0 0 48px rgba(142, 36, 170, 0.7),
    0 0 80px rgba(74, 20, 140, 0.6);
  animation: neonFlicker 4.5s infinite alternate;
}

@keyframes neonFlicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    opacity: 1;
    text-shadow:
      0 0 4px rgba(255, 255, 255, 0.95),
      0 0 12px rgba(255, 45, 149, 0.95),
      0 0 24px rgba(176, 38, 255, 0.85),
      0 0 48px rgba(142, 36, 170, 0.75),
      0 0 80px rgba(74, 20, 140, 0.6);
  }
  20%, 24%, 55% {
    opacity: 0.85;
    text-shadow:
      0 0 2px rgba(255, 255, 255, 0.7),
      0 0 6px rgba(255, 45, 149, 0.5);
  }
}

.neon-small {
  font-family: var(--font-en);
  font-size: 28px;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow:
    0 0 4px rgba(255, 255, 255, 0.8),
    0 0 12px rgba(255, 45, 149, 0.75),
    0 0 22px rgba(176, 38, 255, 0.6);
}

/* Scroll cue */
.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--gray-1);
}
.hero__scroll-text {
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
}
.hero__scroll-line {
  width: 1px;
  height: 56px;
  background: linear-gradient(180deg, rgba(255,255,255,0.6), rgba(255,255,255,0));
  position: relative;
  overflow: hidden;
}
.hero__scroll-line::after {
  content: "";
  position: absolute;
  left: -1px;
  top: -40%;
  width: 3px;
  height: 40%;
  background: linear-gradient(180deg, rgba(255,45,149,0), rgba(255,45,149,1), rgba(255,45,149,0));
  animation: scrollDot 2.2s ease-in-out infinite;
  border-radius: 2px;
  filter: blur(0.5px);
}
@keyframes scrollDot {
  0% { transform: translateY(0); opacity: 0; }
  20% { opacity: 1; }
  100% { transform: translateY(160%); opacity: 0; }
}

/* =========================================================
   ABOUT
   ========================================================= */
.about__body {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.about__text {
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 2.2;
  letter-spacing: 0.14em;
  color: var(--gray-1);
  margin: 0 0 28px;
}
.about__text--lead {
  font-weight: 900;
  font-size: clamp(20px, 3.4vw, 30px);
  letter-spacing: 0.2em;
  color: var(--white);
  margin-top: 20px;
  line-height: 1.6;
}

/* =========================================================
   PRICE
   ========================================================= */
.price__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  max-width: 880px;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .price__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

.price-card {
  position: relative;
  border-radius: var(--radius-lg);
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02) 40%, rgba(255,45,149,0.35));
  box-shadow: var(--shadow-card);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.price-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.7),
    0 0 60px rgba(176, 38, 255, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.price-card__inner {
  background: linear-gradient(180deg, var(--bg-2), var(--bg-1));
  border-radius: calc(var(--radius-lg) - 1px);
  padding: 40px 28px 36px;
  text-align: center;
  height: 100%;
}

.price-card__label {
  font-family: var(--font-en);
  letter-spacing: 0.5em;
  color: var(--gray-2);
  font-size: 12px;
  margin: 0 0 6px;
  padding-left: 0.5em;
}

.price-card__title {
  font-family: var(--font-jp);
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.3em;
  margin: 0 0 20px;
  padding-left: 0.3em;
  color: var(--white);
}

.price-card__price {
  font-family: var(--font-en);
  font-size: clamp(56px, 10vw, 84px);
  line-height: 1;
  margin: 0 0 20px;
  background: var(--grad-main);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.02em;
}
.price-card__yen {
  font-size: 0.55em;
  vertical-align: 0.18em;
  margin-right: 0.05em;
}
.price-card__unit {
  display: block;
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--gray-1);
  -webkit-background-clip: initial;
  background-clip: initial;
  background: none;
  color: var(--gray-1);
  margin-top: 10px;
}

.price-card__features {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.price-card__features li {
  font-size: 14px;
  letter-spacing: 0.15em;
  color: var(--gray-1);
  position: relative;
  padding-left: 14px;
}
.price-card__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--neon-pink);
  box-shadow: 0 0 8px var(--neon-pink);
}

.price__note {
  text-align: center;
  margin: 36px 0 0;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--gray-2);
}

/* =========================================================
   GALLERY
   ========================================================= */
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 720px) {
  .gallery__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

.gallery__item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 1 / 1;
  background:
    linear-gradient(135deg, rgba(74,20,140,0.5), rgba(255,45,149,0.3) 60%, rgba(13,27,76,0.6));
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  isolation: isolate;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
}

/* 画像が読み込めない時、ピンクの×アイコンを出さずブランドのグラデを見せる */
.gallery__item img[alt]::after {
  content: "";
}

.gallery__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 60% at 50% 50%, rgba(176, 38, 255, 0.45), transparent 70%);
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 1;
  pointer-events: none;
}

.gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  pointer-events: none;
  z-index: 2;
}

.gallery__item:hover img {
  transform: scale(1.06);
  filter: saturate(1.1) brightness(1.05);
}
.gallery__item:hover::before {
  opacity: 1;
}

/* =========================================================
   ACCESS
   ========================================================= */
.access__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: start;
}
@media (min-width: 880px) {
  .access__grid {
    grid-template-columns: 1fr 1.15fr;
    gap: 56px;
  }
}

.info-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.info-list__row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  padding: 18px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.info-list__row:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.info-list__row dt {
  font-family: var(--font-en);
  font-size: 13px;
  letter-spacing: 0.3em;
  color: var(--gray-2);
  padding-top: 2px;
}
.info-list__row dd {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: var(--white);
}
.info-list__ig {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: var(--white);
  transition: color 0.25s ease, opacity 0.25s ease;
}
.info-list__ig:hover {
  color: #ff2d95;
}
.info-list__ig-icon {
  width: 1.1em;
  height: 1.1em;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.info-list__ig:hover .info-list__ig-icon {
  transform: scale(1.08);
}

.access__map {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}

.map-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(74,20,140,0.5), rgba(13,27,76,0.6) 60%, rgba(255,45,149,0.3));
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.55);
}

.map-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  background:
    linear-gradient(135deg, rgba(74,20,140,0.5), rgba(13,27,76,0.6) 60%, rgba(255,45,149,0.3));
}
.map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Button */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 999px;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.18em;
  color: var(--white);
  position: relative;
  isolation: isolate;
  transition: transform 0.25s ease, box-shadow 0.3s ease, filter 0.3s ease;
  align-self: center;
}
.btn--grad {
  background: var(--grad-main);
  box-shadow:
    0 8px 24px rgba(176, 38, 255, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}
.btn--grad:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow:
    0 14px 36px rgba(255, 45, 149, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}
.btn__arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}
.btn:hover .btn__arrow {
  transform: translateX(4px);
}

/* =========================================================
   FOLLOW
   ========================================================= */
.follow__inner {
  display: flex;
  justify-content: center;
}

.ig-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 36px 56px;
  border-radius: 22px;
  background: linear-gradient(180deg, var(--bg-2), var(--bg-1));
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.3s ease, box-shadow 0.35s ease, border-color 0.3s ease;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.ig-link::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: var(--grad-main);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: -1;
}
.ig-link:hover {
  transform: translateY(-3px);
  border-color: transparent;
  box-shadow: 0 18px 40px rgba(176, 38, 255, 0.35);
}
.ig-link:hover::before {
  opacity: 1;
}
.ig-link:hover .ig-link__icon {
  color: var(--white);
  transform: scale(1.05);
}

.ig-link__icon {
  color: var(--white);
  display: inline-flex;
  transition: color 0.3s ease, transform 0.3s ease;
  filter: drop-shadow(0 0 14px rgba(255, 45, 149, 0.5));
}

.ig-link__text {
  font-family: var(--font-en);
  font-size: 22px;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  color: var(--white);
}

/* =========================================================
   NOTICE
   ========================================================= */
.notice {
  padding: 64px 0 80px;
}
@media (min-width: 768px) {
  .notice {
    padding: 96px 0 110px;
  }
}

.notice__body {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 32px 24px;
  background: rgba(255, 255, 255, 0.02);
}
@media (min-width: 768px) {
  .notice__body {
    padding: 40px 36px;
  }
}
.notice__body p {
  color: var(--gray-2);
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin: 0 0 12px;
}
.notice__body p:last-child {
  margin-bottom: 0;
}
.notice__strong {
  color: var(--gray-1) !important;
  font-weight: 700;
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer {
  padding: 48px 0 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--bg-0);
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}
.footer__logo {
  margin: 0;
}
.footer__ig {
  color: var(--gray-1);
  display: inline-flex;
  transition: color 0.3s ease, transform 0.3s ease, filter 0.3s ease;
}
.footer__ig:hover {
  color: var(--neon-pink);
  filter: drop-shadow(0 0 8px rgba(255, 45, 149, 0.7));
  transform: translateY(-2px);
}
.footer__copy {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gray-3);
  font-family: var(--font-en);
}

/* =========================================================
   Scroll reveal
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s ease, transform 0.9s ease;
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .neon {
    animation: none;
  }
}

/* =========================================================
   Small screen tweaks
   ========================================================= */
@media (max-width: 420px) {
  .ig-link {
    padding: 28px 36px;
  }
  .info-list__row {
    grid-template-columns: 90px 1fr;
  }
  .price-card__inner {
    padding: 32px 20px 28px;
  }
}

.price__bottle {
  text-align: center;
  margin: 32px 0 0;
  font-family: var(--font-en);
  font-size: clamp(20px, 3vw, 28px);
  letter-spacing: 0.15em;
  background: var(--grad-main);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (max-width: 767px) {
  /* セクション余白を詰める */
  .section {
    padding: 64px 0;
  }
  .section__head {
    margin-bottom: 40px;
  }

  /* ヒーロー内側の余白を詰める */
  .hero__inner {
    padding: 60px 20px 100px;
  }
  .hero__sub {
    margin-bottom: 18px;
  }
  .hero__logo {
    margin-bottom: 20px;
  }

  /* ABOUTのテキスト間隔を詰める */
  .about__text {
    margin: 0 0 14px;
    line-height: 1.7;
  }

  /* PRICEカード間隔を詰める */
  .price__grid {
    gap: 16px;
  }
  .price-card__inner {
    padding: 28px 18px 24px;
  }

  /* GALLERYのギャップを詰める */
  .gallery__grid {
    gap: 8px;
  }

  /* ACCESS情報リストを詰める */
  .info-list__row {
    padding: 14px 4px;
  }

  /* FOLLOWの余白詰め */
  .ig-link {
    padding: 28px 36px;
  }

  /* NOTICE余白詰め */
  .notice {
    padding: 48px 0 60px;
  }
  .notice__body {
    padding: 24px 18px;
  }
}
