@charset "UTF-8";

:root {
  --bg: #05060d;
  --bg-navy: #090d1f;
  --panel: rgba(15, 18, 39, 0.82);
  --panel-strong: rgba(18, 22, 52, 0.95);
  --line: rgba(125, 99, 255, 0.42);
  --line-soft: rgba(0, 234, 255, 0.22);
  --text: #eef2ff;
  --muted: #aeb7dc;
  --cyan: #00eaff;
  --violet: #7d63ff;
  --pink: #ff4fd8;
  --yellow: #fff06a;
  --radius: 22px;
  --space: clamp(18px, 5vw, 48px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 0%, rgba(0, 234, 255, 0.13) 0%, transparent 34%),
    radial-gradient(circle at 8% 70%, rgba(255, 79, 216, 0.11) 0%, transparent 38%),
    linear-gradient(180deg, #05060d 0%, #090d1f 48%, #05060d 100%);
  font-family:
    'Zen Kaku Gothic New',
    'Hiragino Kaku Gothic ProN',
    'Yu Gothic',
    Meiryo,
    sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 4px 4px;
  opacity: .08;
  z-index: -2;
}
body, div, p { margin: 0; padding: 0; }
a, a:link, a:visited, a:hover { text-decoration: none; }
a { color: var(--cyan); }
img { max-width: 100%; height: auto; vertical-align: bottom; }

.container {
  width: min(100% - 32px, 1060px);
  margin: 0 auto;
}
.pc { display: block !important; }
.sp { display: none !important; }
.pc_br { display: block !important; }
.sp_br { display: none !important; }

.site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: rgba(5, 6, 13, 0.72);
  border-bottom: 1px solid rgba(0, 234, 255, 0.16);
  backdrop-filter: blur(14px) saturate(140%);
}
.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
}
.site_logo {
  color: var(--text);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-shadow: 0 0 14px rgba(0, 234, 255, .72);
}
.global_nav {
  display: flex;
  gap: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .92rem;
  letter-spacing: .08em;
}
.global_nav a { color: rgba(238, 242, 255, .82); }
.global_nav a:hover { color: var(--cyan); }

section { padding: var(--space) 0; }
.section_panel { position: relative; }
.section_kicker {
  color: var(--cyan);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-align: center;
  text-shadow: 0 0 12px rgba(0, 234, 255, .7);
}
h2 {
  position: relative;
  display: block;
  width: fit-content;
  margin: 8px auto 30px;
  color: var(--text);
  text-align: center;
  font-size: clamp(1.55rem, 6vw, 2.4rem);
  line-height: 1.25;
  letter-spacing: .08em;
}
h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 70%;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--pink), transparent);
  box-shadow: 0 0 16px rgba(0, 234, 255, .7);
}
h3 { margin: 0 0 12px; font-size: 1.18rem; line-height: 1.45; }
.section_lead,
.outline {
  max-width: 800px;
  margin: 0 auto;
  color: var(--muted);
  text-align: center;
  font-size: clamp(.96rem, 3.5vw, 1.08rem);
}

.firstview {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 88px 0 72px;
}
.firstview_inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(24px, 6vw, 72px);
}
.holo_grid,
.holo_grid::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.holo_grid {
  z-index: 0;
  opacity: .92;
  mask-image: linear-gradient(180deg, black 66%, transparent 100%);
}
.holo_grid::after {
  content: "";
  opacity: .38;
  mix-blend-mode: screen;
  background: conic-gradient(from 15deg at 50% 50%, #ff00e6 0deg, #00eaff 70deg, #a6ff00 140deg, #fff06a 210deg, #7d63ff 285deg, #ff00e6 360deg);
  mask-image:
    repeating-linear-gradient(0deg, #000 0 1px, transparent 1px 38px),
    repeating-linear-gradient(90deg, #000 0 1px, transparent 1px 42px);
  -webkit-mask-image:
    repeating-linear-gradient(0deg, #000 0 1px, transparent 1px 38px),
    repeating-linear-gradient(90deg, #000 0 1px, transparent 1px 42px);
  animation: holoBreath 9s ease-in-out infinite;
}
@keyframes holoBreath {
  0%, 100% { opacity: .24; filter: brightness(1); }
  40% { opacity: .48; filter: brightness(1.22); }
  70% { opacity: .34; filter: brightness(1.08); }
}
.hero_light {
  position: absolute;
  width: 46vw;
  height: 46vw;
  min-width: 260px;
  min-height: 260px;
  border-radius: 50%;
  filter: blur(42px);
  opacity: .55;
  pointer-events: none;
}
.hero_light_01 { top: 4%; right: -12%; background: rgba(0,234,255,.2); }
.hero_light_02 { bottom: -20%; left: -12%; background: rgba(255,79,216,.18); }
.hero_copy { text-align: left; }
.eyebrow {
  color: var(--cyan);
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: .2em;
  text-shadow: 0 0 16px rgba(0, 234, 255, .7);
}
.firstview h1 {
  margin: 12px 0 18px;
  font-size: clamp(2.05rem, 7vw, 3.8rem);
  line-height: 1.14;
  letter-spacing: .03em;
  text-shadow: 0 0 24px rgba(125, 99, 255, .62), 0 0 38px rgba(0, 234, 255, .24);
}
.lead {
  color: var(--muted); font-size: clamp(1rem, 3.7vw, 1.18rem);
  line-height: 1.12;
}
.hero_buttons,
.contact_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  border-radius: 999px;
  font-weight: 700;
  color: var(--text);
  border: 1px solid rgba(0, 234, 255, .28);
  background: rgba(12, 15, 36, .72);
  box-shadow: inset 0 0 18px rgba(125,99,255,.18), 0 0 18px rgba(0,234,255,.12);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.btn:hover { transform: translateY(-2px); opacity: .94; }
.btn_primary {
  color: #05060d;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  border-color: transparent;
  box-shadow: 0 0 28px rgba(0,234,255,.35), 0 0 42px rgba(255,79,216,.22);
}
.btn_sub { color: var(--text); }
.hero_visual { order: 2; }
.avatar_placeholder {
  width: min(72vw, 420px);
  aspect-ratio: 4 / 5;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 18%, rgba(0,234,255,.25), transparent 34%),
    linear-gradient(135deg, rgba(125,99,255,.18), rgba(255,79,216,.08));
  box-shadow: inset 0 0 42px rgba(255,255,255,.06), 0 0 46px rgba(125,99,255,.22);
  display: grid;
  place-items: center;
  text-align: center;
  color: rgba(238,242,255,.65);
  overflow: hidden;
}
.avatar_placeholder span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  letter-spacing: .18em;
}
.avatar_placeholder small { display: block; font-size: .78rem; color: var(--muted); }
.avatar_placeholder.small { width: min(64vw, 260px); border-radius: 28px; }
.scroll_cue {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 3;
  width: 46px;
  height: 46px;
  transform: translateX(-50%);
  border: 1px solid rgba(0,234,255,.5);
  border-radius: 50%;
  background: rgba(5,6,13,.45);
  box-shadow: 0 0 18px rgba(0,234,255,.28);
}
.scroll_cue span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 14px;
  height: 14px;
  border-left: 2px solid var(--text);
  border-bottom: 2px solid var(--text);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.contents_box {
  position: relative;
  width: 100%;
  margin: 18px auto;
  padding: clamp(18px, 4vw, 30px);
  border-radius: var(--radius);
  border: 1px solid rgba(0, 234, 255, .22);
  background: linear-gradient(180deg, rgba(18, 22, 52, .82), rgba(10, 12, 30, .86));
  box-shadow: inset 0 0 24px rgba(125,99,255,.08), 0 18px 42px rgba(0,0,0,.25);
  overflow: hidden;
}
.contents_box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0,234,255,.52), rgba(255,79,216,.08), rgba(125,99,255,.42));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: .58;
}
.service_cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.service_card { text-align: left; }
.card_label {
  width: fit-content;
  margin-bottom: 12px;
  padding: 2px 10px;
  border-radius: 999px;
  color: #05060d;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.service_card p,
.discount_box p,
.option_box p,
.contact_box p,
.support_grid p,
.profile_text p { color: var(--muted); text-align: left; }
.price_list { display: grid; gap: 8px; margin: 18px 0 0; }
.price_list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}
.price_list dt { color: var(--muted); }
.price_list dd { margin: 0; color: var(--text); font-weight: 800; text-align: right; }
.old_price { color: rgba(238,242,255,.5); text-decoration: line-through; }
.check_list,
.option_list,
.tag_list { margin: 16px 0 0; padding: 0; list-style: none; }
.check_list li,
.option_list li {
  position: relative;
  margin-top: 10px;
  padding-left: 1.6em;
  color: var(--text);
  text-align: left;
}
.check_list li::before,
.option_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(0,234,255,.7);
}
.option_list span {
  display: inline-block;
  margin-right: 10px;
  color: var(--cyan);
  font-weight: 800;
}
.flow_area { margin-top: 30px; }
.flow_area h3 { text-align: center; }
.flow_list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.flow_list li {
  padding: 16px 12px;
  border-radius: 18px;
  border: 1px solid rgba(125,99,255,.34);
  background: rgba(9, 12, 31, .65);
  text-align: center;
  color: var(--text);
}
.flow_list span {
  display: block;
  margin-bottom: 6px;
  color: var(--cyan);
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
}
.cta_box,
.contact_box { text-align: center; }
.cta_box { margin-top: 30px; }
.cta_box p,
.contact_box p { text-align: center; color: var(--muted); }

.profile_grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: center;
  text-align: left;
}
.tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag_list li {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,234,255,.28);
  color: var(--cyan);
  font-size: .85rem;
  background: rgba(0,234,255,.05);
}
.link_cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.link_card {
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 18px;
  border-radius: 18px;
  color: var(--text);
  border: 1px solid rgba(0,234,255,.25);
  background: linear-gradient(135deg, rgba(0,234,255,.09), rgba(255,79,216,.06));
  box-shadow: inset 0 0 18px rgba(125,99,255,.08);
}
.link_card:hover { box-shadow: 0 0 24px rgba(0,234,255,.18); }
.support_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.contact_buttons { justify-content: center; }
.note { margin-top: 16px; font-size: .85rem; }

footer {
  padding: 28px 0;
  border-top: 1px solid rgba(0,234,255,.16);
  background: rgba(5,6,13,.84);
}
footer p { text-align: center; color: var(--muted); font-size: .88rem; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .holo_grid::after { animation: none; }
  .btn { transition: none; }
}

@media only screen and (max-width: 960px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
  .container { width: min(100% - 28px, 720px); }
  .global_nav { display: none; }
  .firstview { padding-top: 82px; align-items: flex-start; }
  .firstview_inner {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
  .hero_visual { order: 0; }
  .hero_copy { text-align: center; }
  .hero_buttons { justify-content: center; }
  .avatar_placeholder { width: min(76vw, 330px); aspect-ratio: 4 / 4.8; }
  .service_cards,
  .support_grid,
  .link_cards { grid-template-columns: 1fr; }
  .flow_list { grid-template-columns: 1fr; }
  .profile_grid { grid-template-columns: 1fr; text-align: center; }
  .profile_text p { text-align: left; }
  .tag_list { justify-content: center; }
}

@media only screen and (max-width: 600px) {
  .pc_br { display: none !important; }
  .sp_br { display: block !important; }
  body { line-height: 1.7; }
  .site_header { position: sticky; }
  .header_inner { min-height: 56px; }
  .firstview .hero_logo { max-height: 100px!important; }
  .firstview { min-height: auto; padding: 34px 0 70px; }
  .firstview h1 { font-size: clamp(2rem, 10vw, 3rem); }
  .eyebrow { font-size: .78rem; }
  .lead { font-size: .8rem; }
  .hero_buttons, .contact_buttons { flex-direction: column; }
  .hero_card_body strong { font-size: 0.9rem!important; }
  .hero_card_body small { font-size: 0.8rem!important; }
  .btn { width: 100%; }
  section { padding: 46px 0; }
  h2 { margin-bottom: 28px; }
  .contents_box { border-radius: 18px; }
  .price_list div { display: block; }
  .price_list dd { margin-top: 4px; text-align: left; }
  .link_card { min-height: 58px; }
}


/* 追加：制作依頼セクション */
.portfolio_box {
  margin-top: 28px;
  text-align: left;
}
.portfolio_links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.portfolio_link {
  display: block;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(0, 234, 255, .28);
  background: linear-gradient(135deg, rgba(0,234,255,.08), rgba(255,79,216,.07));
  color: var(--text);
  box-shadow: inset 0 0 18px rgba(125,99,255,.08);
}
.portfolio_link:hover {
  box-shadow: 0 0 24px rgba(0,234,255,.18);
}
.portfolio_link span {
  display: inline-grid;
  font-weight: 800;
}
.portfolio_link small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: .08em;
}
.discount_box .check_list a {
  display: inline-block;
  margin-left: .4em;
  color: var(--cyan);
  font-size: .92em;
  font-weight: 700;
}
.availability_box {
  text-align: left;
}
.availability_list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.availability_list li {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(0,234,255,.18);
  background: rgba(9, 12, 31, .58);
}
.availability_list span {
  color: var(--muted);
  font-weight: 700;
}
.availability_list strong {
  color: var(--text);
  font-size: 1.02rem;
}

@media only screen and (max-width: 960px) {
  .portfolio_links {
    grid-template-columns: 1fr;
  }
  .availability_list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}


/* 追加調整：ファーストビューのアバター全体表示 */
.hero_visual {
  position: relative;
  min-height: clamp(420px, 78svh, 760px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  order: 2;
  pointer-events: none;
}
.hero_avatar {
  position: relative;
  z-index: 1;
  width: min(92vw, 560px);
  max-height: calc(100svh - 94px);
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 0 28px rgba(0,234,255,.24)) drop-shadow(0 0 52px rgba(255,79,216,.18));
}
.firstview h1 {
  word-break: keep-all;
  overflow-wrap: normal;
}
.firstview h1 br { display: block; }

/* 追加調整：作品集リンク */
.portfolio_link {
  position: relative;
  display: grid;
  grid-template-columns: 132px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  overflow: hidden;
}
.portfolio_thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  /* background: linear-gradient(135deg, rgba(0,234,255,.22), rgba(255,79,216,.18)); */
  box-shadow: inset 0 0 22px rgba(255,255,255,.08), 0 0 18px rgba(0,234,255,.12);
}
.portfolio_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .portfolio_thumb img[src$="thumb_karaoke.jpg"],
.portfolio_thumb img[src$="thumb_bgm.jpg"] {
  opacity: 0;
}
.portfolio_thumb::after {
  content: "THUMBNAIL";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(238,242,255,.7);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .75rem;
  letter-spacing: .14em;
} */
.portfolio_text strong {
  display: block;
  color: var(--text);
  font-size: 1.05rem;
}
.portfolio_text small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: .08em;
}
.link_arrow {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #05060d;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  box-shadow: 0 0 18px rgba(0,234,255,.24);
}
.portfolio_link:hover,
.link_card:hover,
.discount_box .number_list a:hover {
  transform: translateY(-2px);
}
.portfolio_link,
.link_card,
.discount_box .number_list a {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.portfolio_link:hover {
  border-color: rgba(0,234,255,.62);
  box-shadow: 0 0 28px rgba(0,234,255,.2), inset 0 0 22px rgba(125,99,255,.1);
}

/* 追加調整：料金カードのキャプション */
.service_price {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: var(--text) !important;
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  font-weight: 800;
  line-height: 1.35;
}
.service_caption {
  margin-top: 8px;
  color: rgba(174,183,220,.78) !important;
  font-size: .88rem;
  line-height: 1.65;
}

/* 追加調整：割引プランの番号付きリスト */
.number_list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: discount;
}
.number_list li {
  position: relative;
  margin-top: 12px;
  padding: 14px 14px 14px 58px;
  border-radius: 16px;
  border: 1px solid rgba(0,234,255,.15);
  background: rgba(9, 12, 31, .46);
  color: var(--text);
  text-align: left;
}
.number_list li::before {
  counter-increment: discount;
  content: counter(discount);
  position: absolute;
  left: 14px;
  top: calc(50% - 15px);
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #05060d;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  box-shadow: 0 0 16px rgba(0,234,255,.28);
}
.discount_box .number_list a {
  display: inline-flex;
  align-items: center;
  gap: .35em;
  margin: 0 0 0 20px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,234,255,.24);
  color: var(--cyan);
  font-size: .9em;
  font-weight: 800;
  background: rgba(0,234,255,.06);
}
.discount_box .number_list a::after { content: "↗"; }

/* 追加調整：リンクの押せる感 */
a:not(.site_logo):not(.btn):not(.portfolio_link):not(.link_card) {
  text-underline-offset: .18em;
}
.link_card {
  position: relative;
  justify-content: space-between;
  gap: 12px;
}
.link_card::after {
  content: "↗";
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #05060d;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
}
.link_card:hover { border-color: rgba(0,234,255,.58); }

/* 追加調整：受付状況の日付強調 */
.availability_list strong {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.availability_list strong em {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  color: #05060d;
  background: linear-gradient(135deg, var(--yellow), var(--cyan));
  font-style: normal;
  font-size: 1.08rem;
  font-weight: 900;
  box-shadow: 0 0 18px rgba(0,234,255,.2);
}

/* 追加調整：お問い合わせCTA余白 */
.cta_box .btn {
  margin-top: 18px;
}

@media only screen and (min-width: 961px) {
  .firstview_inner {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  }
}
@media only screen and (max-width: 960px) {
  .hero_visual {
    min-height: min(72svh, 560px);
    margin-top: -18px;
  }
  .hero_avatar {
    width: min(104vw, 520px);
    max-height: 68svh;
  }
  .portfolio_link {
    grid-template-columns: 118px 1fr auto;
  }
}
@media only screen and (max-width: 600px) {
  .firstview {
    padding-top: 14px;
  }
  .hero_visual {
    min-height: min(68svh, 520px);
    margin-inline: -14px;
  }
  .hero_avatar {
    width: min(118vw, 500px);
    max-height: 66svh;
  }
  .portfolio_link {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .portfolio_thumb {
    width: 100%;
  }
  .link_arrow {
    position: absolute;
    right: 16px;
    bottom: 16px;
  }
  .portfolio_text {
    padding-right: 44px;
  }
  .service_price {
    font-size: 1.45rem;
  }
  .number_list li {
    padding-left: 54px;
  }
}

/* 追加調整：ファーストビュー画像を背景レイヤー化 */
.firstview_inner {
  min-height: calc(100svh - 160px);
}
.firstview .hero_visual {
  position: absolute;
  z-index: 1;
  inset: 0;
  min-height: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  pointer-events: none;
  order: initial;
}
.firstview .hero_avatar {
  width: min(118vw, 880px);
  height: min(86svh, 860px);
  max-height: none;
  object-fit: contain;
  object-position: center top;
  opacity: .94;
  filter:
    drop-shadow(0 0 32px rgba(0,234,255,.28))
    drop-shadow(0 0 64px rgba(255,79,216,.20));
}
.firstview .hero_copy {
  position: relative;
  z-index: 3;
  max-width: 620px;
  margin-left: auto;
  padding: clamp(20px, 4vw, 34px);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(5,6,13,.58), rgba(12,15,36,.34));
  border: 1px solid rgba(0,234,255,.16);
  box-shadow: 0 0 42px rgba(0,0,0,.28), inset 0 0 28px rgba(125,99,255,.08);
  backdrop-filter: blur(6px);
}
.firstview .hero_copy::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0,234,255,.13), transparent 36%, rgba(255,79,216,.10));
  opacity: .7;
}
.firstview .hero_copy > * {
  position: relative;
  z-index: 1;
}

/* 追加調整：作品集カード3件対応 */
.portfolio_links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.portfolio_link {
  grid-template-columns: 1fr;
}
.portfolio_text {
  padding-right: 44px;
}
.link_arrow {
  position: absolute;
  right: 16px;
  bottom: 16px;
}

@media only screen and (max-width: 960px) {
  .firstview_inner {
    display: flex;
    min-height: calc(100svh - 140px);
    align-items: flex-end;
    justify-content: center;
  }
  .firstview .hero_visual {
    align-items: flex-start;
    min-height: 0;
    margin: 0;
  }
  .firstview .hero_avatar {
    width: min(132vw, 720px);
    height: 72svh;
    object-position: center top;
  }
  .firstview .hero_copy {
    width: 100%;
    max-width: 560px;
    margin: 34svh auto 0;
    text-align: center;
  }
  .portfolio_links {
    grid-template-columns: 1fr;
  }
  .portfolio_link {
    grid-template-columns: 140px 1fr auto;
  }
  .portfolio_text {
    padding-right: 0;
  }
  .link_arrow {
    position: static;
  }
}

@media only screen and (max-width: 600px) {
  .firstview {
    padding-top: 0;
    padding-bottom: 72px;
  }
  .firstview_inner {
    min-height: calc(100svh - 116px);
  }
  .firstview .hero_avatar {
    width: min(150vw, 620px);
    height: 66svh;
  }
  .firstview .hero_copy {
    margin-top: 30svh;
    padding: 18px;
    border-radius: 22px;
  }
  .portfolio_link {
    grid-template-columns: 1fr;
  }
  .portfolio_text {
    padding-right: 44px;
  }
  .link_arrow {
    position: absolute;
  }
}

/* 追加調整：プロフィール充実版 */
.profile_section .profile_grid {
  grid-template-columns: minmax(220px, 340px) 1fr;
  align-items: stretch;
}
.profile_image {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: end center;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 18%, rgba(0,234,255,.22), transparent 36%),
    linear-gradient(135deg, rgba(125,99,255,.16), rgba(255,79,216,.08));
  border: 1px solid rgba(0,234,255,.16);
}
.profile_image::after {
  content: "PROFILE VISUAL";
  position: absolute;
  left: 14px;
  bottom: 12px;
  color: rgba(238,242,255,.48);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .72rem;
  letter-spacing: .16em;
}
.profile_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  opacity: .96;
  filter: drop-shadow(0 0 24px rgba(0,234,255,.18));
}
.profile_image:has(img[src$="profile_main.png"])::before {
  content: "IMAGE\A img/profile_main.png";
  white-space: pre;
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(238,242,255,.58);
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: .12em;
  text-align: center;
}
.profile_data {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}
.profile_data div {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,.1);
}
.profile_data dt {
  color: var(--cyan);
  font-weight: 800;
}
.profile_data dd {
  margin: 0;
  color: var(--muted);
}
.model_gallery {
  margin-top: 24px;
  text-align: left;
}
.subsection_heading {
  margin-bottom: 18px;
  text-align: center;
}
.subsection_heading h3 {
  margin: 4px 0 8px;
  font-size: clamp(1.25rem, 4.8vw, 1.7rem);
  letter-spacing: .06em;
}
.subsection_heading p:not(.section_kicker) {
  color: var(--muted);
  font-size: .95rem;
}
.model_cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.model_card {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(0,234,255,.24);
  background: linear-gradient(135deg, rgba(0,234,255,.08), rgba(255,79,216,.06));
  color: var(--text);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.model_card:not(.is_placeholder):hover {
  transform: translateY(-2px);
  border-color: rgba(0,234,255,.58);
  box-shadow: 0 0 28px rgba(0,234,255,.18), inset 0 0 22px rgba(125,99,255,.1);
}
.model_thumb {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0,234,255,.18), rgba(255,79,216,.16)),
    rgba(9,12,31,.62);
  border: 1px solid rgba(255,255,255,.1);
}
.model_thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.model_thumb > span {
  color: rgba(238,242,255,.56);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .86rem;
  letter-spacing: .12em;
}
.model_text strong,
.model_text small {
  display: block;
}
.model_text strong {
  padding-right: 44px;
  font-size: 1rem;
}
.model_text small {
  margin-top: 4px;
  color: var(--muted);
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: .08em;
}
.model_card .link_arrow {
  right: 14px;
  bottom: 14px;
}
.model_card.is_placeholder {
  opacity: .72;
  cursor: default;
  pointer-events: none;
}

.streaming_style_item {
  padding: 0 0 40px;
}
.streaming_style_item:last-of-type{
  padding: 0;
}

/* 追加調整：ガイドライン・支援方法 */
.guideline_stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.guideline_item {
  text-align: left;
}
.guideline_item p {
  color: var(--muted);
  text-align: left;
}
.guideline_list {
  display: grid;
  gap: 10px;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.guideline_list li {
  position: relative;
  padding: 2px 14px 2px 40px;
  color: var(--muted);
}
.guideline_list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(0,234,255,.7);
}
.support_links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.text_link {
  display: inline-flex;
  align-items: center;
  gap: .4em;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,234,255,.24);
  color: var(--cyan);
  font-weight: 800;
  background: rgba(0,234,255,.06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.text_link::after { content: "↗"; }
.text_link:hover {
  transform: translateY(-2px);
  border-color: rgba(0,234,255,.58);
  box-shadow: 0 0 20px rgba(0,234,255,.16);
}

@media only screen and (max-width: 960px) {
  .profile_section .profile_grid {
    grid-template-columns: 1fr;
  }
  .profile_image {
    width: min(100%, 420px);
    min-height: 360px;
    margin: 0 auto;
  }
  .profile_data div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .model_cards {
    grid-template-columns: 1fr;
  }
  .model_card {
    grid-template-columns: 120px 1fr auto;
    align-items: center;
  }
  .model_thumb {
    aspect-ratio: 1 / 1;
  }
  .model_text strong {
    padding-right: 0;
  }
  .model_card .link_arrow {
    position: static;
  }
}
@media only screen and (max-width: 600px) {
  .profile_image {
    min-height: 300px;
  }
  .model_card {
    grid-template-columns: 1fr;
  }
  .model_thumb {
    aspect-ratio: 4 / 3;
  }
  .model_text strong {
    padding-right: 44px;
  }
  .model_card .link_arrow {
    position: absolute;
  }
  .support_links {
    display: grid;
  }
}


/* v6調整：作品集見出しをh2化 */
.portfolio_kicker {
  margin-top: 42px;
}
.portfolio_heading {
  margin-bottom: 26px;
}
.portfolio_box {
  margin-top: 0;
}

/* v6調整：PCファーストビューのコピーを画面下部の横長パネルへ */
@media only screen and (min-width: 961px) {
  .firstview {
    align-items: stretch;
    padding: 88px 0 0;
  }
  .firstview_inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: calc(100svh - 88px);
    padding-bottom: 48px;
  }
  .firstview .hero_visual {
    align-items: flex-start;
  }
  .firstview .hero_avatar {
    width: min(112vw, 940px);
    height: min(86svh, 880px);
  }
  .firstview .hero_copy {
    position: absolute;
    left: 50%;
    bottom: 48px;
    transform: translateX(-50%);
    width: min(960px, calc(100vw - 64px));
    max-width: none;
    margin: 0;
    padding: 30px clamp(28px, 5vw, 52px);
    text-align: center;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(5, 6, 13, .30), rgba(5, 6, 13, .78));
    border: 1px solid rgba(0, 234, 255, .22);
    box-shadow:
      0 22px 54px rgba(0, 0, 0, .34),
      inset 0 0 32px rgba(125, 99, 255, .11),
      0 0 34px rgba(0, 234, 255, .14);
    backdrop-filter: blur(10px) saturate(135%);
  }
  .firstview h1 {
    font-size: clamp(3rem, 5.6vw, 5.8rem);
    line-height: 1.05;
  }
  .firstview .lead {
    /* max-width: 760px; */
    margin-inline: auto;
  }
  .hero_buttons {
    justify-content: center;
  }
  .scroll_cue {
    bottom: 18px;
  }
}


/* v7調整：PCファーストビュー h1 を控えめに */
@media only screen and (min-width: 961px) {
  .firstview h1 {
    font-size: clamp(2.35rem, 4.2vw, 4.2rem);
    line-height: 1.08;
  }
  .firstview .hero_copy {
    width: min(900px, calc(100vw - 80px));
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

/* v7調整：三面図は2枚前提のレイアウト */
.model_cards_two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
  margin-inline: auto;
}
.model_cards_two .model_thumb {
  aspect-ratio: 16 / 10;
}
.model_thumb img[src$="model_sheet_02.png"] {
  opacity: 0;
}
.model_thumb:has(img[src$="model_sheet_02.png"])::after {
  content: "COMING SOON";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(238,242,255,.7);
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: .14em;
}

@media only screen and (max-width: 960px) {
  .model_cards_two {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
  .model_cards_two .model_card {
    grid-template-columns: 140px 1fr auto;
  }
  .model_cards_two .model_thumb {
    aspect-ratio: 4 / 3;
  }
}

@media only screen and (max-width: 600px) {
  .model_cards_two .model_card {
    grid-template-columns: 1fr;
  }
}

/* v8調整：PCファーストビュー h1 をさらに控えめに */
@media only screen and (min-width: 961px) {
  .firstview h1 {
    font-size: clamp(2rem, 3.25vw, 3.15rem);
    line-height: 1.1;
  }
  .firstview .hero_copy {
    width: min(1060px, calc(100vw - 96px));
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

/* v8調整：制作依頼3カラム内の縦位置揃え */
.service_card {
  display: grid;
  grid-template-rows: auto minmax(4.8em, auto) minmax(7.2em, auto) auto auto;
  align-content: start;
}
.service_card .card_label {
  align-self: start;
}
.service_card h3 {
  align-self: start;
  min-height: 3.4em;
  display: flex;
  align-items: flex-start;
}
.service_card > p:not(.service_price):not(.service_caption) {
  align-self: start;
}
.service_card .service_price {
  align-self: start;
  margin-top: 0;
}
.service_card .service_caption {
  align-self: start;
}
@media only screen and (max-width: 960px) {
  .service_card {
    display: block;
  }
  .service_card h3 {
    min-height: 0;
    display: block;
  }
  .service_card .service_price {
    margin-top: 18px;
  }
}

/* v8調整：割引プランと受付状況の見出し強化 */
.box_badge {
  display: inline-flex;
  align-items: center;
  gap: .45em;
  width: fit-content;
  margin: 0 0 12px;
  padding: 6px 14px 4px;
  border-radius: 999px;
  color: #05060d !important;
  background: linear-gradient(135deg, var(--yellow), var(--pink));
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(255,240,106,.22), 0 0 28px rgba(255,79,216,.18);
}
.box_badge::before { content: "★"; }
.box_badge_status {
  background: linear-gradient(135deg, var(--cyan), var(--violet));
  box-shadow: 0 0 24px rgba(0,234,255,.24), 0 0 28px rgba(125,99,255,.18);
}
.box_badge_status::before { content: "●"; }
.featured_discount_box,
.status_box {
  border-width: 2px;
}
.featured_discount_box {
  margin-top: 30px;
  border-color: rgba(255, 240, 106, .46);
  background:
    radial-gradient(circle at 12% 0%, rgba(255,240,106,.16), transparent 36%),
    radial-gradient(circle at 100% 20%, rgba(255,79,216,.14), transparent 34%),
    linear-gradient(180deg, rgba(24, 22, 48, .94), rgba(10, 12, 30, .90));
  box-shadow:
    inset 0 0 32px rgba(255,240,106,.08),
    0 18px 50px rgba(0,0,0,.30),
    0 0 34px rgba(255,79,216,.10);
}
.featured_discount_box::before {
  opacity: .9;
  background: linear-gradient(135deg, rgba(255,240,106,.72), rgba(255,79,216,.36), rgba(0,234,255,.34));
}
.featured_discount_box h3,
.status_box h3 {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: var(--text);
  font-size: clamp(1.25rem, 3.8vw, 1.75rem);
  line-height: 1.38;
  letter-spacing: .03em;
  text-shadow: 0 0 18px rgba(0,234,255,.28);
}
.featured_discount_box h3 {
  color: #fff8c7;
  text-shadow: 0 0 18px rgba(255,240,106,.28), 0 0 28px rgba(255,79,216,.18);
}
.featured_discount_box .price_list_wide dd {
  color: #fff8c7;
  font-size: clamp(1.08rem, 3vw, 1.34rem);
}
.featured_discount_box .old_price {
  color: rgba(238,242,255,.55);
}
.status_box {
  border-color: rgba(0,234,255,.34);
}
.status_box h3 {
  color: #dffcff;
}

/* v9調整：ファーストビューのlead/入口カード */
.hero_cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.hero_card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 14px;
  align-items: start;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(0, 234, 255, .28);
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(0,234,255,.10), rgba(125,99,255,.08) 52%, rgba(255,79,216,.08));
  box-shadow: inset 0 0 22px rgba(125,99,255,.10), 0 0 22px rgba(0,234,255,.10);
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.hero_card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,234,255,.12), transparent 38%, rgba(255,79,216,.10));
  opacity: .35;
  pointer-events: none;
}
.hero_card > * {
  position: relative;
  z-index: 1;
}
.hero_card:hover {
  transform: translateY(-3px);
  border-color: rgba(0,234,255,.68);
  box-shadow:
    0 0 30px rgba(0,234,255,.20),
    0 0 42px rgba(255,79,216,.12),
    inset 0 0 24px rgba(125,99,255,.14);
}
.hero_card_icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  font-size: 2rem;
}
.hero_card_body strong {
  display: block;
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.35;
}
.hero_card_body small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.55;
}
.hero_card_footer {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.13);
  color: var(--cyan);
  font-size: .9rem;
  font-weight: 800;
}
.hero_card_footer span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #05060d;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
}

@media only screen and (min-width: 961px) {
  .firstview h1 {
    font-size: clamp(1.75rem, 2.75vw, 2.7rem);
    line-height: 1.12;
  }
  .firstview .lead {
    /* max-width: 680px; */
    margin-inline: auto;
  }
}

@media only screen and (max-width: 960px) {
  .hero_cards {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-inline: auto;
  }
}

@media only screen and (max-width: 600px) {
  .hero_cards {
    gap: 12px;
    margin-top: 22px;
  }
  .hero_card {
    padding: 16px;
    border-radius: 20px;
  }
}


/* v10調整：ロゴ画像h1・入口リンクカード */
.visually_hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.firstview .hero_title {
  width: min(100%, 520px);
  margin: 12px auto 18px;
  line-height: 1;
}

.firstview .hero_logo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 150px;
  margin: 0 auto;
  object-fit: contain;
  filter:
    drop-shadow(0 0 18px rgba(0, 234, 255, .28))
    drop-shadow(0 0 30px rgba(255, 79, 216, .16));
}

.hero_card {
  --hero-card-bg:
    linear-gradient(135deg, rgba(0,234,255,.10), rgba(125,99,255,.08) 52%, rgba(255,79,216,.08));
  grid-template-columns: auto 1fr auto;
  align-items: center;
  cursor: pointer;
  background: var(--hero-card-bg);
}

.hero_card::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 45%;
  width: 14px;
  height: 14px;
  border-left: 2px solid var(--text);
  border-bottom: 2px solid var(--text);
  transform: translate(-50%, -50%) rotate(225deg);
}


/* v11調整：長文ガイドラインの可読性向上 */
.guideline_content {
  padding: clamp(20px, 4.5vw, 38px);
  overflow: visible;
}

.guideline_content > h3 {
  margin-bottom: 10px;
  text-align: center;
  font-size: clamp(1.45rem, 3.4vw, 1.9rem);
  letter-spacing: .06em;
}

.guideline_intro {
  max-width: 780px;
  margin: 0 auto;
  color: var(--muted);
  text-align: center !important;
  line-height: 1.9;
}

.guideline_content > hr {
  display: none;
}

.guideline_toc {
  margin: 28px 0 34px;
  padding: clamp(16px, 3vw, 22px);
  border: 1px solid rgba(0, 234, 255, .24);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(0, 234, 255, .07), rgba(125, 99, 255, .08) 50%, rgba(255, 79, 216, .06));
  box-shadow: inset 0 0 24px rgba(125, 99, 255, .08);
}

.guideline_toc_title {
  margin-bottom: 14px !important;
  color: var(--text) !important;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-align: center !important;
}

.guideline_toc_links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.guideline_toc_links a {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 52px;
  padding: 10px 38px 10px 12px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 14px;
  color: var(--text);
  background: rgba(5, 6, 13, .34);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.45;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.guideline_toc_links a::after {
  content: "↓";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--cyan);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
}

.guideline_toc_links a span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #05060d;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .78rem;
  font-weight: 800;
  box-shadow: 0 0 15px rgba(0, 234, 255, .18);
}

.guideline_toc_links a:hover,
.guideline_toc_links a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(0, 234, 255, .48);
  background: rgba(0, 234, 255, .07);
  box-shadow: 0 0 22px rgba(0, 234, 255, .12);
}

.guideline_toc_links a:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.guideline_section {
  position: relative;
  scroll-margin-top: 88px;
  margin: 20px 0 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(0, 234, 255, .18);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(125, 99, 255, .10), transparent 34%),
    linear-gradient(180deg, rgba(9, 12, 31, .58), rgba(5, 7, 18, .44));
  box-shadow: inset 0 0 24px rgba(125, 99, 255, .05);
}

.guideline_section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, var(--cyan), var(--violet), var(--pink));
  box-shadow: 0 0 14px rgba(0, 234, 255, .34);
}

.guideline_section h4 {
  margin: 0 0 22px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: var(--text);
  font-size: clamp(1.22rem, 2.8vw, 1.58rem);
  line-height: 1.45;
  letter-spacing: .035em;
  text-shadow: 0 0 18px rgba(0, 234, 255, .18);
}

.guideline_section h5 {
  position: relative;
  margin: 30px 0 12px;
  padding: 9px 14px 9px 18px;
  border-left: 3px solid var(--pink);
  border-radius: 0 12px 12px 0;
  color: var(--text);
  background: linear-gradient(90deg, rgba(255, 79, 216, .11), rgba(125, 99, 255, .06), transparent);
  font-size: clamp(1.08rem, 2.2vw, 1.24rem);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .025em;
}

.guideline_section > p {
  max-width: 880px;
  line-height: 1.9;
}

.guideline_section > p + p {
  margin-top: 12px;
}

.guideline_section h5 + p,
.guideline_section .guideline_list + p {
  margin-top: 0;
}

.guideline_content .guideline_list {
  display: grid;
  gap: 0;
  margin: 14px 0 20px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 15px;
  background: rgba(5, 6, 13, .28);
}

.guideline_content .guideline_list li {
  position: relative;
  padding: 9px 4px 9px 26px;
  color: var(--muted);
  line-height: 1.75;
}

.guideline_content .guideline_list li + li {
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.guideline_content .guideline_list li::before {
  left: 4px;
  top: 1.42em;
  width: 7px;
  height: 7px;
  transform: none;
}

.guideline_tag {
  width: fit-content;
  margin: 14px 0 18px !important;
  padding: 8px 16px !important;
  border: 1px solid rgba(0, 234, 255, .34);
  border-radius: 999px;
  color: var(--cyan) !important;
  background: rgba(0, 234, 255, .07);
  font-size: 1.08rem;
  box-shadow: 0 0 20px rgba(0, 234, 255, .10);
}

.guideline_notice {
  margin: 18px 0 !important;
  padding: 15px 18px !important;
  border: 1px solid rgba(255, 240, 106, .30);
  border-left: 4px solid var(--yellow);
  border-radius: 14px;
  color: #fff8c7 !important;
  background: linear-gradient(90deg, rgba(255, 240, 106, .10), rgba(255, 79, 216, .05));
  box-shadow: inset 0 0 18px rgba(255, 240, 106, .04);
}

.guideline_notice strong {
  color: inherit;
}

@media only screen and (max-width: 720px) {
  .guideline_toc_links {
    grid-template-columns: 1fr;
  }

  .guideline_section {
    padding: 20px 18px 22px;
    border-radius: 18px;
  }

  .guideline_section::before {
    top: 20px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .guideline_content {
    padding: 18px 14px;
  }

  .guideline_toc {
    margin: 22px 0 28px;
    padding: 14px;
    border-radius: 16px;
  }

  .guideline_toc_links a {
    min-height: 48px;
    font-size: .86rem;
  }

  .guideline_section h4 {
    margin-bottom: 18px;
    font-size: 1.18rem;
  }

  .guideline_section h5 {
    margin-top: 26px;
    font-size: 1.08rem;
  }

  .guideline_content .guideline_list {
    padding: 6px 12px;
  }
}

/* v12調整：支援方法の正式版カード */
.support_item {
  overflow: visible;
}
.support_intro {
  max-width: 760px;
  margin-inline: auto;
}
.support_cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.support_card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100px;
  padding: 20px;
  border: 1px solid rgba(0, 234, 255, .26);
  border-radius: 20px;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(0, 234, 255, .09), rgba(125, 99, 255, .10) 52%, rgba(255, 79, 216, .07));
  box-shadow:
    inset 0 0 24px rgba(125, 99, 255, .08),
    0 14px 30px rgba(0, 0, 0, .18);
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.support_card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 18%, rgba(255,255,255,.09) 48%, transparent 76%);
  transform: translateX(-115%);
  transition: transform .45s ease;
}
a.support_card:hover,
a.support_card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(0, 234, 255, .62);
  box-shadow:
    inset 0 0 28px rgba(125, 99, 255, .12),
    0 0 28px rgba(0, 234, 255, .16),
    0 18px 34px rgba(0, 0, 0, .24);
}
a.support_card:hover::before,
a.support_card:focus-visible::before {
  transform: translateX(115%);
}
a.support_card:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}
.support_card_label {
  width: fit-content;
  margin-bottom: 10px;
  padding: 4px 10px;
  border: 1px solid rgba(0, 234, 255, .28);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(0, 234, 255, .06);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.4;
}
.support_card_body {
  align-self: end;
  display: block;
  padding-right: 40px;
}
.support_card_body strong,
.support_card_body small {
  display: block;
}
.support_card_body strong {
  color: var(--text);
  font-size: 1.12rem;
  line-height: 1.45;
}
.support_card_body small {
  margin-top: 7px;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.6;
}
.support_card_arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #05060d;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  box-shadow: 0 0 18px rgba(0, 234, 255, .22);
  transition: transform .2s ease;
}
a.support_card:hover .support_card_arrow,
a.support_card:focus-visible .support_card_arrow {
  transform: translate(2px, -2px);
}
.support_card_preparing {
  border-color: rgba(174, 183, 220, .18);
  background: linear-gradient(135deg, rgba(174, 183, 220, .06), rgba(125, 99, 255, .06));
  box-shadow: inset 0 0 22px rgba(255,255,255,.035);
}
.support_card_preparing::before {
  display: none;
}
.support_card_preparing .support_card_label,
.support_card_preparing .support_card_body strong,
.support_card_preparing .support_card_body small {
  color: rgba(238, 242, 255, .56);
}
.support_card_preparing .support_card_label {
  border-color: rgba(174, 183, 220, .18);
  background: rgba(174, 183, 220, .04);
}
.support_card_status {
  position: absolute;
  right: 16px;
  top: 16px;
  padding: 4px 8px;
  border-radius: 999px;
  color: rgba(238, 242, 255, .62);
  background: rgba(174, 183, 220, .08);
  border: 1px solid rgba(174, 183, 220, .16);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .10em;
}

@media only screen and (max-width: 960px) {
  .support_cards {
    grid-template-columns: 1fr;
  }
  .support_card {
    min-height: 132px;
  }
}

@media only screen and (max-width: 600px) {
  .support_card {
    min-height: 124px;
    padding: 18px;
    border-radius: 18px;
  }
  .support_card_label {
    margin-bottom: 16px;
  }
  .support_card_arrow {
    right: 16px;
    bottom: 16px;
  }
}
