/* Dance studio 私が主役 — スクールページ共通スタイル（index.htmlのパターン11と同じデザイン） */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
img { max-width: 100%; }
a { text-decoration: none; color: inherit; }
body { line-height: 1.8; }
.ph { position: relative; overflow: hidden; user-select: none; }
.ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ph span { position: absolute; left: 0; bottom: 0; z-index: 1; padding: 4px 12px; font-size: 11px; letter-spacing: .05em; background: rgba(10,8,14,.6); color: #fff; }
/* PATTERN K — ALL IN ONE（スクールデザイン共通） */
  .d-all { background: #ffffff; color: #232C45;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, Meiryo, sans-serif; }
  .d-all .wrap { max-width: 1060px; margin: 0 auto; padding: 0 22px; }
  .d-all header { padding: 14px 0; position: sticky; top: 0; z-index: 10;
    background: rgba(255,255,255,.85); backdrop-filter: blur(8px);
    box-shadow: 0 2px 4px rgba(35,44,69,.08); }
  .d-all header .hwrap { max-width: 1060px; margin: 0 auto; padding: 0 22px;
    display: flex; align-items: center; justify-content: space-between; gap: 16px; }
  .d-all .brand { font-weight: 700; letter-spacing: .04em; font-size: 15px; }
  .d-all .brand small { display: block; font-family: Sen, sans-serif; font-size: 9.5px; letter-spacing: .26em; font-weight: 700;
    background: linear-gradient(90deg, #47D0FF, #FF55E6); -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; }
  .d-all .menu-btn { width: 44px; height: 44px; border: none; border-radius: 12px; background: #e5ecfd;
    cursor: pointer; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; flex: none; }
  .d-all .menu-btn span { display: block; width: 20px; height: 2px; border-radius: 2px; background: #232C45;
    margin: 2.5px 0; transition: transform .25s, opacity .25s; }
  .d-all .menu-btn[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .d-all .menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .d-all .menu-btn[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .d-all .menu { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column;
    background: rgba(255,255,255,.98); backdrop-filter: blur(8px);
    box-shadow: 0 16px 30px rgba(35,44,69,.15); border-radius: 0 0 22px 22px; overflow: hidden; padding: 6px 0 10px; }
  .d-all .menu.open { display: flex; }
  .d-all .menu a { padding: 14px 28px; font-size: 14px; font-weight: 700; color: #232C45; border-top: 2px solid #eef2fc; }
  .d-all .menu a:first-child { border-top: none; }
  .d-all .menu a:hover { background: #eef3fe; }
  .d-all .hcta { flex: none; padding: 10px 24px; border-radius: 12px; color: #fff; font-size: 13px; font-weight: 700;
    background: linear-gradient(90deg, #47D0FF, #FF55E6); letter-spacing: .06em; }
  .d-all .hcta:hover { opacity: .85; }
  .d-all .hero-card { margin-top: 34px; border-radius: 28px; padding: 50px 54px;
    background: linear-gradient(100deg, #47D0FF 0%, #FF55E6 100%);
    display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px; align-items: center; color: #fff; }
  .d-all .hero-card .en { font-family: Sen, sans-serif; font-size: 12px; letter-spacing: .3em; font-weight: 700;
    color: rgba(255,255,255,.85); margin-bottom: 16px; }
  .d-all .hero-card h1 { font-size: clamp(27px, 4.4vw, 44px); font-weight: 700; line-height: 1.45; letter-spacing: .02em; }
  .d-all .hero-card .sub { margin-top: 16px; font-size: 14px; line-height: 2; color: rgba(255,255,255,.92); font-weight: 400; }
  .d-all .hero-card .btn-w { display: inline-block; margin-top: 26px; background: #fff; color: #232C45;
    font-weight: 700; font-size: 14px; padding: 13px 38px; border-radius: 999px; letter-spacing: .06em; }
  .d-all .hero-card .btn-w:hover { opacity: .85; }
  .d-all .hero-ph img { width: 100%; border-radius: 20px; display: block; aspect-ratio: 4/3; object-fit: cover; }
  .d-all .trio { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px;
    background: #e5ecfd; border-radius: 28px; padding: 24px; margin-top: 26px; }
  .d-all .trio a { background: #fff; border-radius: 16px; padding: 26px 24px; display: block; color: #232C45;
    transition: transform .2s; }
  .d-all .trio a:hover { transform: translateY(-3px); }
  .d-all .trio .tag { font-family: Sen, sans-serif; font-size: 11px; letter-spacing: .22em; font-weight: 700;
    background: linear-gradient(90deg, #47D0FF, #FF55E6); -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; }
  .d-all .trio h3 { font-size: 17px; margin: 8px 0; font-weight: 700; }
  .d-all .trio p { font-size: 13px; color: #5d6a8c; line-height: 1.9; font-weight: 400; }
  .d-all .trio .go { display: inline-block; margin-top: 12px; font-size: 12px; font-weight: 700; color: #232C45; }
  .d-all h2.svc { display: block; margin: 88px 0 4px; font-family: Sen, sans-serif;
    font-size: 14px; letter-spacing: .24em; font-weight: 700;
    background: linear-gradient(90deg, #47D0FF, #FF55E6); -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; }
  .d-all .svc-ttl { font-size: clamp(21px, 3.2vw, 28px); font-weight: 700; margin-bottom: 10px; color: #232C45; }
  .d-all .svc-cap { font-size: 14px; color: #5d6a8c; line-height: 2.1; max-width: 44em; font-weight: 400; }
  .d-all .chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
  .d-all .chip { background: #e5ecfd; color: #232C45; font-size: 12.5px; padding: 8px 18px; border-radius: 999px; font-weight: 500; }
  .d-all .btn { display: inline-block; margin-top: 26px; padding: 14px 44px; border-radius: 999px;
    font-weight: 700; font-size: 14px; letter-spacing: .06em; }
  .d-all .btn.pk { background: linear-gradient(90deg, #47D0FF, #FF55E6); color: #fff; }
  .d-all .btn.pk:hover { opacity: .85; }
  .d-all .btn.cy { border: 2px solid #06c755; color: #06c755; background: #fff; }
  .d-all .btn.cy:hover { background: #06c755; color: #fff; }
  .d-all .btn.am { border: 2px solid transparent; color: #232C45;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #47D0FF, #FF55E6) border-box; }
  .d-all .btn.am:hover { opacity: .7; }
  .d-all .mini-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin-top: 26px; }
  .d-all .mini-gallery .ph { aspect-ratio: 4/3; border-radius: 16px; }
  .d-all .mini-gallery .ph span { background: rgba(255,255,255,.72); color: #232C45; font-weight: 500;
    border-top-right-radius: 12px; padding: 5px 14px; }
  .d-all .inst { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px;
    background: #e5ecfd; border-radius: 28px; padding: 30px 24px; margin-top: 26px; }
  .d-all .inst .card { background: #fff; border-radius: 16px; overflow: hidden; text-align: center; }
  .d-all .inst .card img { width: 62%; aspect-ratio: 1; border-radius: 50%; object-fit: cover; display: block; margin: 26px auto 0; }
  .d-all .inst .body { padding: 16px 20px 24px; }
  .d-all .inst h4 { font-size: 17px; letter-spacing: .06em; font-weight: 700; }
  .d-all .inst .gen { font-family: Sen, "Noto Sans JP", sans-serif; font-size: 11px; letter-spacing: .08em; margin: 6px 0 8px; font-weight: 700;
    background: linear-gradient(90deg, #47D0FF, #FF55E6); -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; }
  .d-all .inst p { font-size: 13px; color: #5d6a8c; line-height: 1.9; font-weight: 400; }
  .d-all .inst .time { margin-top: 12px; font-size: 12px; color: #5d6a8c; border-top: 2px solid #e5ecfd; padding-top: 10px; }
  .d-all table.price { width: 100%; border-collapse: separate; border-spacing: 0; margin-top: 24px; font-size: 14px;
    border: 2px solid #e5ecfd; border-radius: 16px; overflow: hidden; }
  .d-all table.price th, .d-all table.price td { padding: 16px 18px; text-align: left; vertical-align: top; }
  .d-all table.price tr + tr th, .d-all table.price tr + tr td { border-top: 2px solid #e5ecfd; }
  .d-all table.price th { background: #e5ecfd; color: #232C45; width: 100px; letter-spacing: .08em; font-size: 13px; font-weight: 700; }
  .d-all table.price td { color: #232C45; line-height: 1.9; font-weight: 400; }
  .d-all .note { margin-top: 14px; font-size: 12px; color: #8a94b3; }
  .d-all .choreo { display: grid; grid-template-columns: 280px 1fr; gap: 30px; align-items: start; margin-top: 26px; }
  .d-all .choreo .photo img { width: 100%; border-radius: 20px; display: block; }
  .d-all .choreo .photo figcaption { text-align: center; font-size: 12px; color: #8a94b3; margin-top: 10px; letter-spacing: .08em; }
  .d-all .choreo h4 { font-size: 18px; letter-spacing: .06em; margin-bottom: 10px; font-weight: 700; }
  .d-all .choreo p { font-size: 13.5px; color: #5d6a8c; line-height: 2; font-weight: 400; }
  .d-all .works { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
  .d-all .works span { background: #e5ecfd; color: #232C45; font-size: 12px; padding: 7px 16px; border-radius: 999px; font-weight: 500; }
  .d-all .flow { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 26px; }
  .d-all .flow div { background: #e5ecfd; border-radius: 14px; padding: 16px 8px 14px; text-align: center;
    font-size: 12px; color: #232C45; font-weight: 500; }
  .d-all .flow b { display: block; font-family: Sen, sans-serif; font-size: 22px; margin-bottom: 2px; font-weight: 700;
    background: linear-gradient(90deg, #47D0FF, #FF55E6); -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; }
  .d-all .cls { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px;
    background: #e5ecfd; border-radius: 28px; padding: 24px; margin-top: 26px; }
  .d-all .cls-card { background: #fff; border-radius: 16px; padding: 26px 24px; }
  .d-all .cls-card .age { display: inline-block; background: #e5ecfd; color: #232C45; font-size: 11.5px;
    padding: 4px 14px; border-radius: 999px; font-weight: 700; }
  .d-all .cls-card h3 { font-size: 19px; font-weight: 700; margin: 12px 0 8px; }
  .d-all .cls-card p { font-size: 13px; color: #5d6a8c; line-height: 1.9; font-weight: 400; }
  .d-all .cls-card .when { margin-top: 12px; color: #232C45; font-weight: 700; font-size: 13.5px; }
  .d-all .cls-card .fee { margin-top: 6px; font-family: Sen, "Noto Sans JP", sans-serif; font-size: 20px; font-weight: 700;
    background: linear-gradient(90deg, #47D0FF, #FF55E6); -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; }
  .d-all .cls-card .fee small { font-size: 12px; }
  .d-all .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
    background: #e5ecfd; border-radius: 28px; padding: 30px 24px; margin-top: 26px; }
  .d-all .step { background: #fff; border-radius: 16px; padding: 26px 24px; }
  .d-all .step b { font-family: Sen, sans-serif; font-size: 30px; font-weight: 700; display: block;
    background: linear-gradient(90deg, #47D0FF, #FF55E6); -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; }
  .d-all .step h4 { font-size: 16px; font-weight: 700; margin: 6px 0 8px; }
  .d-all .step p { font-size: 13px; color: #5d6a8c; line-height: 1.9; font-weight: 400; }
  .d-all .band { margin: 88px auto 0; width: min(1016px, calc(100% - 44px)); border-radius: 24px;
    padding: 44px 30px; text-align: center; background: linear-gradient(100deg, #47D0FF, #FF55E6); }
  .d-all .band p { color: #fff; font-size: 14.5px; font-weight: 500; line-height: 2.1; }
  .d-all .band .btn-w { display: inline-block; margin-top: 22px; background: #fff; color: #232C45;
    font-weight: 700; font-size: 14px; padding: 13px 38px; border-radius: 999px; letter-spacing: .06em; }
  .d-all .band .btn-w:hover { opacity: .85; }
  .d-all .access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: center; margin-top: 26px; }
  .d-all .access-grid .map { aspect-ratio: 16/10; border-radius: 20px; background: #e5ecfd;
    display: grid; place-items: center; color: #8a94b3; font-size: 13px; }
  .d-all .access-grid p { font-size: 14px; color: #232C45; line-height: 2.1; }
  .d-all .access-grid .fl { color: #5d6a8c; font-size: 12.5px; }
  .d-all .notes { font-size: 12px; color: #8a94b3; padding: 30px 0 50px; margin-top: 60px; border-top: 2px solid #e5ecfd; }
  .d-all .notes span { color: #FF55E6; font-weight: 700; }
  .d-all footer { margin-top: 30px; border-radius: 28px 28px 0 0;
    background: linear-gradient(100deg, #47D0FF, #FF55E6);
    text-align: center; font-size: 12.5px; color: #fff; padding: 34px 20px 150px; line-height: 2.1; font-weight: 500; }
  .d-all .ctabar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 400;
    background: rgba(255,255,255,.94); backdrop-filter: blur(8px);
    border-top: 2px solid #e5ecfd; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); }
  .d-all .cb-label { text-align: center; font-size: 12px; font-weight: 700; color: #232C45;
    margin-bottom: 6px; letter-spacing: .05em; }
  .d-all .ctabar-in { max-width: 640px; margin: 0 auto; display: flex; gap: 10px; }
  .d-all .ctabar-in a { flex: 1; text-align: center; padding: 13px 10px; border-radius: 999px;
    font-weight: 700; font-size: 14px; letter-spacing: .04em; }
  .d-all .cb-book { background: linear-gradient(90deg, #47D0FF, #FF55E6); color: #fff;
    position: relative; overflow: hidden;
    animation: cbPulse 2.2s ease-in-out infinite; }
  .d-all .cb-book:hover { opacity: .85; }
  .d-all .cb-book::after { content: ""; position: absolute; top: -60%; left: -30%;
    width: 90px; height: 220%; transform: rotate(25deg);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.95) 50%, transparent);
    animation: cbShine 5.5s linear infinite; }
  @keyframes cbShine { 0% { left: -30%; } 25% { left: 120%; } 100% { left: 120%; } }
  @keyframes cbPulse {
    0%, 100% { box-shadow: 0 4px 16px rgba(255,85,230,.45); transform: scale(1); }
    50% { box-shadow: 0 8px 34px rgba(255,85,230,1); transform: scale(1.05); }
  }
  .d-all .cb-contact { color: #232C45; border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #47D0FF, #FF55E6) border-box; }
  .d-all .cb-contact:hover { opacity: .7; }
  @media (max-width: 760px) {
    .d-all header .hwrap { gap: 10px; }
    .d-all .hero-card { grid-template-columns: 1fr; padding: 34px 26px; gap: 24px; margin-top: 22px; }
    .d-all .choreo { grid-template-columns: 1fr; }
    .d-all .choreo .photo { max-width: 280px; margin: 0 auto; }
    .d-all .flow { grid-template-columns: repeat(3, 1fr); }
    .d-all .steps { grid-template-columns: 1fr; gap: 14px; }
    .d-all .access-grid { grid-template-columns: 1fr; gap: 18px; }
  }
  @media (max-width: 480px) {
    .d-all .hero-card { padding: 28px 20px; border-radius: 22px; }
    .d-all .trio, .d-all .cls, .d-all .steps { padding: 16px; border-radius: 22px; }
    .d-all h2.svc { margin: 64px 0 4px; }
    .d-all .btn { display: block; margin: 24px 8px 0; text-align: center; padding: 14px 20px; }
    .d-all .mini-gallery { grid-template-columns: 1fr 1fr; }
    .d-all table.price th { width: 76px; padding: 12px 12px; }
    .d-all table.price td { padding: 12px 14px; font-size: 13px; }
    .d-all .flow { grid-template-columns: 1fr 1fr; }
    .d-all .band { margin-top: 64px; padding: 34px 20px; }
    .d-all .inst { padding: 20px 14px; }
    .d-all .notes { font-size: 11.5px; }
  }

/* 下層ページ用ヒーロー */
.d-all .page-hero { margin-top: 34px; border-radius: 28px; padding: 40px 44px;
  background: linear-gradient(100deg, #47D0FF, #FF55E6); color: #fff; }
.d-all .page-hero .en { font-family: Sen, sans-serif; font-size: 12px; letter-spacing: .3em; font-weight: 700; color: rgba(255,255,255,.85); margin-bottom: 10px; }
.d-all .page-hero h1 { font-size: clamp(26px, 4vw, 38px); font-weight: 700; }
.d-all .page-hero .sub { margin-top: 10px; font-size: 14px; color: rgba(255,255,255,.92); }
@media (max-width: 480px) { .d-all .page-hero { padding: 26px 20px; border-radius: 22px; } }

/* 予約ページ: LINE選択カード */
.d-all .pick { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 30px; }
.d-all .pick-card { background: #fff; border: 3px solid #e5ecfd; border-radius: 22px; padding: 30px 28px;
  display: flex; flex-direction: column; }
.d-all .pick-card .who { font-family: Sen, sans-serif; font-size: 11.5px; letter-spacing: .22em; font-weight: 700;
  background: linear-gradient(90deg, #47D0FF, #FF55E6); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; }
.d-all .pick-card h3 { font-size: 20px; font-weight: 700; margin: 8px 0 4px; }
.d-all .pick-card ul { list-style: none; margin: 12px 0 14px; display: flex; flex-direction: column; gap: 9px; }
.d-all .pick-card li { font-size: 13.5px; color: #5d6a8c; padding-left: 24px; position: relative; line-height: 1.7; }
.d-all .pick-card li::before { content: "✓"; position: absolute; left: 2px; color: #06c755; font-weight: 700; }
.d-all .pick-card .hint { font-size: 12.5px; color: #8a94b3; margin-bottom: 18px; line-height: 1.9; }
.d-all .pick-card .line-btn { margin-top: auto; display: block; text-align: center; background: #06c755; color: #fff;
  font-weight: 700; font-size: 14.5px; padding: 15px 20px; border-radius: 999px; letter-spacing: .04em;
  position: relative; overflow: hidden;
  animation: lbPulse 2.2s ease-in-out infinite; }
.d-all .pick-card .line-btn:hover { opacity: .85; }
.d-all .pick-card .line-btn::after { content: ""; position: absolute; top: -60%; left: -30%;
  width: 90px; height: 220%; transform: rotate(25deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.95) 50%, transparent);
  animation: cbShine 5.5s linear infinite; }
.d-all .pick-card:nth-child(2) .line-btn { animation-delay: 1.1s; }
.d-all .pick-card:nth-child(2) .line-btn::after { animation-delay: 1.1s; }
@keyframes lbPulse {
  0%, 100% { box-shadow: 0 4px 14px rgba(6,199,85,.4); transform: scale(1); }
  50% { box-shadow: 0 8px 30px rgba(6,199,85,.85); transform: scale(1.05); }
}
.d-all .pick-foot { text-align: center; font-size: 13px; color: #5d6a8c; margin-top: 30px; line-height: 2.1; }
.d-all .pick-foot a { color: #232C45; font-weight: 700; text-decoration: underline; }
@media (max-width: 760px) { .d-all .pick { grid-template-columns: 1fr; } }

/* 本番同期分: トップのポイントカード(div化)とアンカーのヘッダーオフセット */
.d-all .trio > div { background: #fff; border-radius: 16px; padding: 26px 24px; color: #232C45; }
.d-all h2.svc { scroll-margin-top: 96px; }
