:root {
  --ink: #101114;
  --muted: #696d76;
  --line: #e6e7eb;
  --soft: #f6f7f9;
  --white: #ffffff;
  --blue: #00a8ff;
  --cyan: #00d8c8;
  --yellow: #ffe500;
  --pink: #ff4f9a;
  --purple: #7c5cff;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(17, 20, 31, 0.09);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
::selection { background: var(--yellow); color: #111; }

.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding: 112px 0; }
.section--soft { background: var(--soft); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--blue); }
.section-title {
  margin: 0;
  font-size: clamp(2.45rem, 6vw, 5.4rem);
  line-height: .95;
  letter-spacing: -.055em;
  font-weight: 950;
}
.section-lead { max-width: 620px; margin: 24px 0 0; color: var(--muted); font-size: 1rem; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; white-space: nowrap; }
.text-link::after { content: "↗"; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; transition: .25s; }
.text-link:hover::after { transform: rotate(45deg); background: var(--ink); color: white; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 84px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(15,17,20,.08);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 950; letter-spacing: -.04em; font-size: 1.3rem; }
.brand-mark { width: 38px; height: 38px; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { position: relative; padding: 12px 16px; font-size: .85rem; font-weight: 850; letter-spacing: .06em; }
.nav a::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: 7px; height: 3px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: .22s; }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-cta { padding: 10px 18px; background: var(--ink); color: white; font-weight: 850; border-radius: 999px; font-size: .82rem; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 26px; height: 2px; margin: 6px auto; background: var(--ink); transition: .25s; }

/* Hero */
.hero { overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-grid { min-height: calc(100svh - 84px); display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 64px; padding: 70px 0 82px; }
.hero-copy { position: relative; z-index: 2; }
.hero-kicker { display: flex; align-items: center; gap: 12px; font-size: .75rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.hero-kicker i { width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); box-shadow: 16px 0 0 var(--yellow), 32px 0 0 var(--pink); margin-right: 32px; }
.hero h1 { margin: 28px 0 26px; font-size: clamp(4rem, 10vw, 9rem); line-height: .78; letter-spacing: -.075em; font-weight: 950; }
.hero h1 span { display: block; }
.hero h1 .outline { color: transparent; -webkit-text-stroke: 2px var(--ink); text-stroke: 2px var(--ink); }
.hero-ja { margin: 0; font-size: clamp(1.2rem, 2vw, 1.8rem); font-weight: 900; letter-spacing: .08em; }
.hero-desc { max-width: 560px; margin: 18px 0 32px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 900; border: 1px solid var(--ink); transition: .24s; }
.button--dark { background: var(--ink); color: white; }
.button--dark:hover { background: var(--blue); border-color: var(--blue); transform: translateY(-2px); }
.button--light:hover { background: var(--yellow); transform: translateY(-2px); }
.hero-art { position: relative; min-height: 620px; }
.hero-card { position: absolute; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); border: 1px solid rgba(0,0,0,.06); }
.hero-card--main { inset: 6% 3% 8% 8%; background: #ecf8ff; transform: rotate(2deg); }
.hero-card--top { width: 52%; height: 34%; right: -4%; top: 0; background: var(--yellow); transform: rotate(7deg); }
.hero-card--bottom { width: 45%; height: 30%; left: 0; bottom: 0; background: var(--pink); transform: rotate(-7deg); }
.hero-card .label { position: absolute; left: 28px; top: 25px; font-size: .72rem; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.hero-card--main .fish-orbit { position: absolute; inset: 13% 8% 8%; }
.hero-card--main .ring { position: absolute; inset: 12%; border: 2px solid rgba(16,17,20,.16); border-radius: 50%; }
.hero-card--main .ring:nth-child(2) { inset: 25%; border-style: dashed; animation: spin 16s linear infinite reverse; }
.hero-card--main .ring:nth-child(3) { inset: 38%; background: var(--white); border: 8px solid var(--cyan); box-shadow: 0 0 0 14px rgba(0,216,200,.12); }
.hero-card--main .orb { position: absolute; width: 30px; height: 30px; border-radius: 50%; background: var(--blue); top: 12%; left: 46%; box-shadow: 220px 150px 0 var(--pink), -90px 280px 0 var(--yellow); }
.hero-card--main .word { position: absolute; inset: auto 24px 24px; font-size: clamp(2.1rem, 4vw, 4rem); font-weight: 950; line-height: .86; letter-spacing: -.05em; }
.hero-card--top::before { content: "IDEA"; position: absolute; right: -4px; bottom: -18px; font-size: clamp(4rem, 8vw, 8rem); line-height: 1; font-weight: 950; color: rgba(255,255,255,.62); }
.hero-card--bottom::before { content: "PLAY"; position: absolute; left: 16px; bottom: -14px; font-size: clamp(4rem, 7vw, 7rem); line-height: 1; font-weight: 950; color: rgba(255,255,255,.7); }
@keyframes spin { to { transform: rotate(360deg); } }

.ticker { overflow: hidden; border-top: 1px solid var(--line); background: var(--ink); color: white; }
.ticker-track { display: flex; width: max-content; animation: ticker 28s linear infinite; }
.ticker-track span { padding: 14px 28px; font-size: .78rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; white-space: nowrap; }
.ticker-track span::after { content: "✦"; margin-left: 56px; color: var(--yellow); }
@keyframes ticker { to { transform: translateX(-50%); } }

/* News */
.news-list { border-top: 2px solid var(--ink); }
.news-item { display: grid; grid-template-columns: 120px 120px 1fr auto; align-items: center; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--line); transition: .2s; }
.news-item:hover { padding-left: 14px; background: linear-gradient(90deg, rgba(0,168,255,.06), transparent); }
.news-date { font-weight: 850; font-size: .86rem; }
.tag { display: inline-flex; align-items: center; justify-content: center; min-width: 84px; padding: 5px 11px; border-radius: 999px; background: #e6f7ff; color: #0076b1; font-size: .7rem; font-weight: 900; letter-spacing: .08em; }
.tag--pink { background: #ffe6f1; color: #c21c64; }
.tag--yellow { background: #fff7bf; color: #765f00; }
.news-title { font-weight: 800; }
.news-arrow { font-size: 1.4rem; transition: .2s; }
.news-item:hover .news-arrow { transform: translateX(5px); }

/* Game cards */
.game-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.game-card { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--radius); background: #ddd; box-shadow: 0 0 0 1px rgba(0,0,0,.07); }
.game-card:nth-child(1) { grid-column: span 7; }
.game-card:nth-child(2) { grid-column: span 5; }
.game-card:nth-child(3) { grid-column: 3 / span 8; min-height: 420px; }
.game-visual { position: absolute; inset: 0; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.game-card:hover .game-visual { transform: scale(1.04); }
.visual-smearing { background:
  radial-gradient(circle at 70% 26%, rgba(255,255,255,.92) 0 4%, transparent 5%),
  linear-gradient(135deg, rgba(255,255,255,.08), transparent 40%),
  repeating-linear-gradient(92deg, transparent 0 50px, rgba(255,255,255,.04) 51px 52px),
  #141620; }
.visual-smearing::before { content: ""; position: absolute; width: 44%; height: 80%; left: 28%; bottom: -18%; background: radial-gradient(ellipse at 50% 20%, #f8f8ff 0 7%, #bab9d3 8% 13%, transparent 14%), linear-gradient(90deg, transparent, rgba(255,255,255,.65), transparent); filter: blur(2px); opacity: .48; clip-path: polygon(43% 0, 57% 0, 67% 35%, 100% 100%, 0 100%, 34% 35%); }
.visual-smearing::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(0,0,0,.72)); }
.visual-hojiro { background: linear-gradient(155deg, #e8fbff 0 34%, #00a8ff 35% 63%, #001d37 64%); }
.visual-hojiro::before { content: ""; position: absolute; width: 72%; aspect-ratio: 2/1; left: 12%; top: 28%; border-radius: 70% 25% 35% 70%; background: #fff; transform: rotate(-8deg); box-shadow: inset -40px -20px 0 rgba(0,40,70,.18); }
.visual-hojiro::after { content: ""; position: absolute; width: 20%; aspect-ratio: 1; right: 4%; top: 34%; background: #fff; clip-path: polygon(0 50%, 100% 0, 78% 50%, 100% 100%); }
.visual-feast { background: conic-gradient(from 20deg at 58% 52%, #ff4f9a, #7c5cff, #00a8ff, #ffe500, #ff4f9a); }
.visual-feast::before { content: "罪"; position: absolute; inset: 0; display: grid; place-items: center; font-family: serif; font-size: clamp(9rem, 22vw, 18rem); font-weight: 900; color: rgba(255,255,255,.77); transform: rotate(-7deg); }
.game-content { position: absolute; inset: auto 0 0; z-index: 2; padding: 32px; color: white; }
.game-number { display: block; margin-bottom: 6px; font-size: .72rem; font-weight: 900; letter-spacing: .18em; }
.game-title { margin: 0; font-size: clamp(2rem, 4vw, 4.4rem); line-height: .95; letter-spacing: -.05em; font-weight: 950; }
.game-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.game-meta span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; font-size: .68rem; font-weight: 850; }

/* Members */
.member-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.member-card { position: relative; overflow: hidden; min-height: 480px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: .28s; }
.member-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.member-portrait { position: relative; height: 300px; overflow: hidden; background: var(--soft); }

.member-card:nth-child(1) .member-portrait { background: #e8f8ff; }
.member-card:nth-child(2) .member-portrait { background: #fff6c8; }
.member-card:nth-child(3) .member-portrait { background: #ffe8f2; }
.member-card:nth-child(4) .member-portrait { background: #eeeaff; }
.member-stripe { height: 7px; background: var(--blue); }
.member-card:nth-child(2) .member-stripe { background: var(--yellow); }
.member-card:nth-child(3) .member-stripe { background: var(--pink); }
.member-card:nth-child(4) .member-stripe { background: var(--purple); }
.member-body { padding: 24px; }
.member-role { margin: 0 0 7px; color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.member-name { margin: 0; font-size: 1.35rem; line-height: 1.3; font-weight: 950; }
.member-quote { margin: 16px 0 0; color: var(--muted); font-size: .82rem; }

/* About band */
.about-band { position: relative; overflow: hidden; padding: 110px 0; background: var(--yellow); }
.about-band::before { content: "LEADFISH"; position: absolute; left: -2vw; top: -4vw; font-size: 16vw; line-height: 1; font-weight: 950; letter-spacing: -.08em; color: rgba(255,255,255,.5); }
.about-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.15fr; gap: 80px; align-items: end; }
.about-copy h2 { margin: 0; font-size: clamp(3.4rem, 8vw, 8rem); line-height: .82; letter-spacing: -.07em; font-weight: 950; }
.about-text { max-width: 580px; }
.about-text p { margin: 0 0 22px; font-size: clamp(1rem, 1.4vw, 1.2rem); font-weight: 700; }

/* Contact */
.contact-box { display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); }
.contact-aside { padding: 48px; background: var(--ink); color: white; }
.contact-aside h2 { margin: 0 0 20px; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .9; letter-spacing: -.05em; }
.contact-aside p { color: rgba(255,255,255,.72); }
.contact-form { padding: 48px; background: white; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 8px; font-size: .76rem; font-weight: 900; letter-spacing: .08em; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 14px 15px; outline: none; transition: .2s; background: #fbfbfc; }
.field input:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(0,168,255,.12); background: white; }
.field textarea { min-height: 150px; resize: vertical; }
.form-note { min-height: 1.5em; color: var(--muted); font-size: .78rem; }

/* Footer */
.footer { padding: 58px 0 28px; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 40px; padding-bottom: 50px; }
.footer-logo { font-size: clamp(3rem, 8vw, 7rem); line-height: .8; font-weight: 950; letter-spacing: -.08em; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 30px; justify-self: end; min-width: 320px; }
.footer-links a { font-weight: 850; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }

/* Sub pages */
.page-hero { padding: 95px 0 70px; border-bottom: 1px solid var(--line); }
.page-hero h1 { margin: 0; font-size: clamp(4.2rem, 11vw, 10rem); line-height: .78; letter-spacing: -.075em; font-weight: 950; }
.page-hero p { max-width: 620px; margin: 28px 0 0; color: var(--muted); }
.page-accent { display: inline-block; width: 80px; height: 9px; margin-bottom: 25px; background: var(--blue); }
.content-narrow { width: min(calc(100% - 48px), 920px); margin-inline: auto; }
.prose { font-size: 1.05rem; }
.prose h2 { margin: 60px 0 20px; font-size: clamp(2rem, 5vw, 4rem); line-height: 1; letter-spacing: -.04em; }
.prose p { color: #3e424b; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 42px; }
.value-card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; }
.value-card b { display: block; font-size: 2.4rem; line-height: 1; }
.value-card span { display: block; margin-top: 12px; color: var(--muted); }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.detail-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; }
.detail-card .game-visual { position: relative; height: 340px; }
.detail-body { padding: 28px; }
.detail-body h2 { margin: 0 0 10px; font-size: 2.2rem; line-height: 1; }
.detail-body p { color: var(--muted); }
.status { display: inline-flex; padding: 5px 10px; border-radius: 999px; background: #fff3b2; font-size: .7rem; font-weight: 900; }
.member-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.member-detail { display: grid; grid-template-columns: 180px 1fr; min-height: 250px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; }
.member-detail .member-portrait { height: 100%; min-height: 250px; }
.member-detail-body { padding: 28px; }
.member-detail-body h2 { margin: 0 0 8px; line-height: 1.2; }
.member-detail-body .role { color: var(--muted); font-size: .8rem; font-weight: 900; }
.member-detail-body p { font-size: .88rem; color: #555a63; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .site-header { height: 72px; }
  .menu-button { display: block; position: relative; z-index: 102; }
  .header-cta { display: none; }
  .nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px; padding: 80px 34px; background: white; transform: translateX(100%); transition: .35s; z-index: 101; }
  .nav a { font-size: 2.25rem; letter-spacing: -.04em; }
  .menu-open .nav { transform: translateX(0); }
  .menu-open .menu-button span:first-child { transform: translateY(8px) rotate(45deg); }
  .menu-open .menu-button span:nth-child(2) { opacity: 0; }
  .menu-open .menu-button span:last-child { transform: translateY(-8px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 40px; padding-top: 70px; }
  .hero-art { min-height: 520px; }
  .game-card:nth-child(n) { grid-column: span 12; min-height: 450px; }
  .member-grid { grid-template-columns: repeat(2, 1fr); }
  .about-inner, .contact-box { grid-template-columns: 1fr; }
  .about-inner { gap: 38px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { justify-self: start; }
  .member-detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .section { padding: 82px 0; }
  .section-head { align-items: flex-start; flex-direction: column; margin-bottom: 34px; }
  .hero h1 { font-size: clamp(4rem, 25vw, 6.4rem); }
  .hero-art { min-height: 390px; }
  .hero-card--main { inset: 5% 2% 8% 8%; }
  .hero-card--top { height: 28%; }
  .hero-card--bottom { height: 25%; }
  .news-item { grid-template-columns: 92px 1fr auto; gap: 12px; }
  .news-item .tag { display: none; }
  .member-grid { grid-template-columns: 1fr; }
  .member-card { min-height: auto; }
  .member-portrait { height: 260px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-aside, .contact-form { padding: 32px 24px; }
  .footer-links { min-width: 0; width: 100%; }
  .footer-bottom { flex-direction: column; }
  .value-grid, .detail-grid { grid-template-columns: 1fr; }
  .member-detail { grid-template-columns: 1fr; }
  .member-detail .member-portrait { min-height: 230px; }
}

.member-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.brand-mark {
  height: 38px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

/* MEMBERS 詳細カード修正 */
.member-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.member-detail {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);

  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;

  align-self: start;
}

/* 画像部分を固定サイズにする */
.member-detail .member-portrait {
  width: 180px;
  height: 250px;
  min-height: 0;

  align-self: start;
  overflow: hidden;
}

/* 実画像 */
.member-detail .member-portrait img {
  width: 100%;
  height: 100%;
  display: block;

  object-fit: cover;
  object-position: center;
}

/* 昔の丸・頭文字を消す */
.member-detail .member-portrait::before,
.member-detail .member-portrait::after {
  display: none;
}

.member-detail-body {
  padding: 30px 28px;
}

@media (max-width: 700px) {
  .member-detail-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .member-detail {
    grid-template-columns: 1fr;
  }

  .member-detail .member-portrait {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .member-detail-body {
    padding: 24px;
  }
}

/* iPhone・スマホメニュー修正 */
@media (max-width: 980px) {
  .site-header {
    height: 72px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: #fff;
  }

  .nav {
    position: fixed;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: calc(100dvh - 72px);

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

    gap: 0;
    padding: 38px 28px 60px;

    background: #fff;
    overflow-y: auto;
    z-index: 101;

    transform: translateX(100%);
    transition: transform 0.35s ease;
  }

  .menu-open .nav {
    transform: translateX(0);
  }

  .nav a {
    display: block;
    width: 100%;
    padding: 12px 0;

    font-size: clamp(2.4rem, 12vw, 4rem);
    line-height: 1;
    letter-spacing: -0.05em;
  }

  .nav a::after {
    display: none;
  }

  .menu-button {
    position: relative;
    z-index: 103;
    flex-shrink: 0;
  }
}

.brand > span {
  display: none;
}

/* ===== MEMBERS画像伸び対策・最終上書き ===== */

.member-detail {
  display: grid !important;
  grid-template-columns: 180px minmax(0, 1fr) !important;
  align-items: start !important;
}

/* 画像の大きさを文章量から完全に切り離す */
.member-detail .member-portrait {
  width: 180px !important;
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;

  align-self: start !important;
  overflow: hidden !important;
  position: relative !important;
}

/* メンバー画像 */
.member-detail .member-portrait img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;

  object-fit: cover !important;
  object-position: center !important;
}

/* 古い丸・頭文字を完全に消す */
.member-detail .member-portrait::before,
.member-detail .member-portrait::after {
  display: none !important;
  content: none !important;
}


/* ===== スマホ ===== */

@media (max-width: 700px) {

  .member-detail {
    grid-template-columns: 1fr !important;
  }

  .member-detail .member-portrait {
    width: 100% !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    aspect-ratio: 1 / 1;
  }
}