/* ============================================================
   10-base.css — リセット・共通部品（見出し・カード・チップ・ページャ・ボタン）
   ============================================================ */

/* このファイルに !important は無い。Cocoon の打ち消しは 60-cocoon.css にまとめてある。 */
.rl-shell { max-width: 1680px; margin: 0 auto; padding: 60px 32px 140px; color: var(--rl-text); font-family: var(--ff-body); font-size: var(--fs-base); line-height: 1.75; letter-spacing: var(--ls-normal); }
.rl-shell, .rl-shell *, .rl-shell *::before, .rl-shell *::after { box-sizing: border-box; }
.rl-tabs { display: flex; flex-wrap: nowrap; gap: 8px; margin-bottom: 48px; padding-bottom: 4px; overflow-x: auto; scrollbar-width: none; }
.rl-tabs::-webkit-scrollbar { display: none; }
.rl-tabs__btn { flex-shrink: 0; padding: 9px 20px; background: transparent; border: 1px solid var(--rl-line-pill); border-radius: 999px; color: var(--rl-text-2); font-family: var(--ff-body); font-size: var(--fs-sm); font-weight: 500; white-space: nowrap; cursor: pointer; transition: all .2s; }
.rl-tabs__btn:hover { border-color: var(--rl-text); color: var(--rl-text); }
.rl-tabs__btn[aria-selected="true"] { background: var(--rl-text); border-color: var(--rl-text); color: var(--rl-bg); }
.rl-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 32px 24px; }
.rl-card { display: flex; flex-direction: column; background: var(--rl-bg); border: 1px solid var(--rl-line); border-radius: 14px; padding: 14px; transition: border-color .25s, box-shadow .25s; }
.rl-card[hidden] { display: none; }
.rl-card:hover { border-color: #d8d8d8; box-shadow: 0 4px 14px rgba(0,0,0,.05); }
.rl-card__media { display: flex; flex-direction: row; flex-wrap: nowrap; width: 100%; margin-bottom: 0; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.rl-card__media::-webkit-scrollbar { display: none; }
.rl-card__media-slide { flex: 0 0 100%; aspect-ratio: 1 / 1; background: var(--rl-bg-soft); border-radius: 16px; overflow: hidden; position: relative; scroll-snap-align: start; }
.rl-card__media-slide img { width: 100%; height: 100%; object-fit: contain; padding: 18px; display: block; transition: transform .4s ease; }
.rl-card__media-slide--empty { background: linear-gradient(135deg, var(--rl-bg-soft) 0%, var(--rl-bg-alt) 100%); }
.rl-card__media-wrap { position: relative; margin-bottom: 12px; }
.rl-card__indicators { display: flex; justify-content: center; gap: 6px; margin: 0 0 12px; height: 8px; }
.rl-card__indicator { width: 8px; height: 8px; border-radius: 50%; background: var(--rl-text-4); transition: all .3s; }
.rl-card__indicator.is-active { width: 24px; border-radius: 4px; background: var(--rl-text); }
.rl-card__media-slide--source { display: flex; flex-direction: column; padding: 10px; box-sizing: border-box; background: var(--rl-bg-source); }
.rl-card__src-imgwrap { flex: 1 1 auto; min-height: 0; display: flex; align-items: center; justify-content: center; }
.rl-card__src-imgwrap img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 8px; }
.rl-card__src-foot { flex: 0 0 auto; display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.rl-card__src-nav { flex: 0 0 auto; width: 34px; height: 46px; border-radius: 14px; background: rgba(255,255,255,.92); border: 1px solid rgba(0,0,0,.06); box-shadow: 0 1px 5px rgba(0,0,0,.12); display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; color: var(--rl-text); transition: background .15s ease, transform .15s ease; }
.rl-card__src-nav:hover { background: var(--rl-bg); transform: translateY(-1px); }
.rl-card__src-nav svg { width: 16px; height: 16px; }
.rl-card__src-cite { flex: 1 1 auto; text-align: center; text-decoration: none; color: var(--rl-text); font-family: var(--ff-body); font-size: var(--fs-xs); font-weight: 500; line-height: 1.45; word-break: break-word; }
.rl-card__src-cite:hover .rl-card__src-txt { text-decoration: underline; }
.rl-card__maker { margin: 0 0 6px; color: var(--rl-text-3); font-family: var(--ff-mono); font-size: var(--fs-xs); font-weight: 500; text-transform: uppercase; letter-spacing: var(--ls-wide); }
.rl-card__name { display: block; margin: 0 0 12px; color: var(--rl-text); font-family: var(--ff-body); font-size: 1rem; font-weight: 600; line-height: 1.45; letter-spacing: -0.01em; text-decoration: none; transition: opacity .2s; }
.rl-card__name:hover { opacity: .65; }
.rl-shops { display: grid; grid-auto-flow: column; gap: 6px; margin-top: auto; padding: 0; }
.rl-shop { display: inline-flex; align-items: center; justify-content: center; height: 38px; padding: 4px 6px; border: 1px solid var(--rl-line); border-radius: 8px; background: var(--rl-bg); text-decoration: none; transition: all .2s; }
.rl-shop:hover { transform: translateY(-2px); }
.rl-shop img { max-width: 100%; max-height: 22px; object-fit: contain; display: block; transition: filter .2s; }
.rl-shop--rakuten:hover { background: #bf0000; border-color: #bf0000; }
.rl-shop--amazon:hover { background: #ff9900; border-color: #ff9900; }
.rl-shop--soundhouse:hover { background: #1565c0; border-color: #1565c0; }
.rl-shop--ishibashi:hover { background: #d6000f; border-color: #d6000f; }
.rl-shop:hover img { filter: brightness(0) invert(1); }
.rl-empty { padding: 100px 20px; text-align: center; background: var(--rl-bg-soft); border-radius: 24px; color: var(--rl-text-3); font-size: var(--fs-base); letter-spacing: .03em; }
@media (max-width: 900px) {
  .rl-shell { padding: 40px 20px 100px; }
  .rl-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
  .rl-card { padding: 12px; border-radius: 12px; }
  .rl-card__media { margin-bottom: 12px; }
  .rl-card__media-slide { border-radius: 12px; aspect-ratio: 3 / 2; }
  .rl-card__media-slide img { padding: 10px; }
}
@media (max-width: 480px) {
  .rl-shell { padding: 32px 16px 80px; }
  .rl-grid { grid-template-columns: 1fr; }
}
body { padding-top: 60px; }
.rl-sec { margin-bottom: 44px; }
.rl-sec:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------
   セクションの見出し（黒い帯に白い文字のラベル）
   ・.rl-sec-head > .rl-sec-title（英語 __en ＋ 日本語 __ja）＋ 右端の .rl-sec-link … トップ・一覧ページ
   ・.rl-bidx__ghead > .rl-ghub__key（＋ 英語 .rl-ghub__en）… 個別ページ（横線の型は 42-index.css）
   v5.1.0 で、あちこちにあった上書きを1つにまとめた。
   ------------------------------------------------------------ */
/* リンクはいつもラベルの横に置く。幅が足りないときはラベルの中で日本語が英語の下に回るので、
   ラベルが細くなって横に収まる。gap は、そのときラベルとリンクがくっつかないためのもの。 */
.rl-sec-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; padding: 0 2px; border-bottom: 1px solid #e4e4e0; }
.rl-sec-title, .rl-ghub__key { display: inline-flex; align-items: baseline; gap: 14px; padding: 9px 46px 10px; border-radius: 4px; background: var(--rl-text); color: var(--rl-bg); font-family: var(--ff-display); font-size: 28px; font-weight: 700; line-height: 1.2; letter-spacing: -0.025em; white-space: nowrap; }
/* 幅が足りないときは、日本語を英語の下の行へ回す */
.rl-sec-title { flex-wrap: wrap; }
.rl-sec-title__ja { font-family: var(--ff-body); font-size: 13px; font-weight: 400; letter-spacing: .06em; color: rgba(255,255,255,.62); }
.rl-ghub__en { align-self: baseline; font-family: var(--ff-body); font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.58); }
/* 右端の「すべて見る →」 */
.rl-sec-link { flex: 0 0 auto; align-self: center; color: #666; font-family: var(--ff-mono); font-size: 12px; font-weight: 500; letter-spacing: .04em; text-decoration: none; text-transform: none; white-space: nowrap; transition: color .15s; }
.rl-sec-link:hover { color: var(--rl-text); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 600px) {
  /* 文字の大きさはそのまま（28px）で、左右の余白だけ詰める */
  .rl-sec-title, .rl-ghub__key { gap: 8px; padding: 8px 20px 9px; }
  /* 英語はラベルより少し小さく（PC ではラベルと同じ 28px。字間はその大きさに合わせる） */
  .rl-sec-title__en { font-size: 19px; letter-spacing: -0.025em; }
  .rl-sec-title__ja { font-size: 11.5px; }
  .rl-ghub__en { display: none; }
}
@media (max-width: 380px) {
  .rl-sec-title, .rl-ghub__key { padding: 7px 18px 8px; }
  .rl-sec-title__en { font-size: 17px; letter-spacing: -0.025em; }
  .rl-sec-title__ja { display: none; }
}
.page-numbers { display: inline-block; padding: 8px 14px; margin: 0 2px; background: var(--rl-bg); border: 1px solid #e8e8e8; border-radius: 999px; color: var(--rl-text-2); font-family: var(--ff-mono); font-size: var(--fs-sm); text-decoration: none; transition: all .2s; }
.page-numbers:hover { border-color: var(--rl-text); color: var(--rl-text); }
.page-numbers.current { background: var(--rl-text); border-color: var(--rl-text); color: var(--rl-bg); }
.page-numbers.dots { border: 0; background: transparent; color: var(--rl-text-3); }
.rl-card__year { color: var(--rl-text-3); font-weight: 500; font-size: 0.85em; }
.rl-card__note { margin: 0 0 16px; color: var(--rl-text-2); font-family: var(--ff-body); font-size: var(--fs-sm); line-height: 1.85; white-space: pre-wrap; }
.rl-card__media-slide--gear { display: block; }
.rl-card__media-imglink { display: block; width: 100%; height: 100%; }
.rl-card__srchint { position: absolute; bottom: 10px; right: 10px; z-index: 3; display: inline-flex; align-items: center; gap: 5px; padding: 9px 15px; background: rgba(255,255,255,.92); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); border: 1px solid rgba(0,0,0,.06); border-radius: 999px; box-shadow: 0 1px 5px rgba(0,0,0,.12); color: var(--rl-text); font-family: var(--ff-body); font-size: var(--fs-sm); font-weight: 600; letter-spacing: .02em; cursor: pointer; transition: background .15s ease, transform .15s ease; }
.rl-card__srchint:hover { background: var(--rl-bg); transform: translateY(-1px); }
.rl-card__srchint svg { width: 14px; height: 14px; }
.yup-btn { text-decoration: none; }
@media (max-width: 600px) {
  .rl-shell { padding: 32px 18px 72px; }
}
.rl-shell--doc { max-width: 820px; }
.rl-doc { font-family: var(--ff-body); color: var(--rl-text-2); font-size: var(--fs-base); line-height: 1.95; }
.rl-doc h2 { font-family: var(--ff-display); color: var(--rl-text); font-size: 1.25rem; font-weight: 600; letter-spacing: -0.01em; margin: 36px 0 12px; }
.rl-doc h3 { font-family: var(--ff-display); color: var(--rl-text); font-size: 1.05rem; font-weight: 600; margin: 24px 0 8px; }
.rl-doc p { margin: 0 0 16px; }
.rl-doc ul, .rl-doc ol { margin: 0 0 18px; padding-left: 1.4em; }
.rl-doc li { margin-bottom: 8px; }
.rl-doc a { color: var(--rl-text); text-decoration: underline; text-underline-offset: 3px; }
.rl-doc a:hover { color: var(--rl-text-2); }
.rl-comment-list { list-style: none; margin: 0 0 30px; padding: 0; max-width: 720px; }
.rl-comment-list .comment { list-style: none; margin: 0 0 20px; }
.rl-comment-list .children { list-style: none; margin: 14px 0 0 46px; padding: 0; }
.comment-author { display: flex; align-items: center; gap: 10px; }
.comment-author img.avatar { width: 36px; height: 36px; border-radius: 50%; }
.comment-author .fn { font-style: normal; font-weight: 600; font-size: var(--fs-sm); color: var(--rl-text); }
.comment-author .says { display: none; }
.comment-metadata { font-size: var(--fs-xs); color: var(--rl-text-3); margin: 3px 0 6px 46px; }
.comment-metadata a { color: inherit; text-decoration: none; }
.comment-content { margin-left: 46px; font-size: var(--fs-base); color: var(--rl-text-2); line-height: 1.85; word-break: break-word; }
.comment-content a { color: var(--rl-text); }
.comment-content p { margin: 0 0 8px; }
.reply { display: none; }
.comment-respond textarea { width: 100%; box-sizing: border-box; padding: 12px 14px; border: 1px solid var(--rl-line); border-radius: 12px; background: #fafafa; font-family: var(--ff-body); font-size: var(--fs-base); color: var(--rl-text); }
.comment-respond textarea:focus { outline: none; border-color: #b9b9b9; background: var(--rl-bg); box-shadow: 0 0 0 3px rgba(0,0,0,.045); }
.comment-form-comment { margin: 0 0 12px; }
.comment-respond .form-submit { margin: 0; }
.comment-respond .form-submit .submit { display: inline-block; padding: 12px 28px; border-radius: 999px; background: #1a1a1a; color: var(--rl-bg); border: 0; cursor: pointer; font-family: var(--ff-body); font-size: var(--fs-sm); font-weight: 600; }
.comment-respond .form-submit .submit:hover { background: #000; }
.yt-form { max-width: 720px; }
.yt-form .form-submit { display: none; }
.yt-add { display: flex; align-items: flex-start; max-width: 720px; }
.yt-add__avatar { border-radius: 50%; flex: 0 0 auto; }
.yt-add__avatar--ph { background: var(--rl-bg-alt); }
.yt-add__box { flex: 1; min-width: 0; }
.yt-add__input { width: 100%; box-sizing: border-box; resize: none; overflow: hidden; font-family: var(--ff-body); color: var(--rl-text); }
.yt-add__input:focus { outline: none; }
.yt-add__input::placeholder { color: var(--rl-text-3); }
.yt-add__actions { justify-content: flex-end; gap: 8px; margin-top: 10px; }
.yt-add__actions.is-show { display: flex; }
.yt-add__submit { background: #1a1a1a; color: var(--rl-bg); border: 0; cursor: pointer; padding: 9px 20px; border-radius: 999px; font-family: var(--ff-body); font-size: var(--fs-sm); font-weight: 600; }
.yt-add__submit:hover { background: #000; }
.yt-add--guest { text-decoration: none; align-items: center; }
.yt-add--guest .yt-add__placeholder { border-bottom: 1px solid var(--rl-line); }
.yt-add--guest:hover .yt-add__placeholder { border-bottom-color: var(--rl-text-3); }
.yt-list { list-style: none; margin: 8px 0 0; padding: 0; max-width: 760px; }
.yt-c { list-style: none; gap: 14px; margin: 0 0 22px; }
.yt-c__avatar { flex: 0 0 auto; }
.yt-c__avatar img.avatar { width: 40px; height: 40px; border-radius: 50%; }
.yt-c__body { flex: 1; min-width: 0; }
.yt-c__head { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.yt-c__name { font-size: var(--fs-sm); font-weight: 600; color: var(--rl-text); }
.yt-c__time { font-size: var(--fs-xs); color: var(--rl-text-3); }
.yt-c__text { font-size: var(--fs-base); color: var(--rl-text); line-height: 1.7; margin: 3px 0 6px; word-break: break-word; }
.yt-c__text p { margin: 0 0 6px; }
.yt-c__text a { color: var(--rl-accent); }
.yt-c__actions { display: flex; align-items: center; gap: 6px; }
.yt-c__actions .comment-reply-link { display: inline-block; margin-left: 4px; padding: 6px 12px; border-radius: 999px; color: var(--rl-text); text-decoration: none; font-size: var(--fs-xs); font-weight: 600; }
.yt-c__actions .comment-reply-link:hover { background: var(--rl-bg-soft); }
.comment-respond { max-width: 760px; }
.yt-add__input { border: 1px solid var(--rl-line); border-bottom: 1px solid var(--rl-line); background: #fafafa; }
.yt-add__input:focus { border-color: #b9b9b9; border-bottom-color: #b9b9b9; border-bottom-width: 1px; background: var(--rl-bg); box-shadow: 0 0 0 3px rgba(0,0,0,.04); }
.yt-add--guest .yt-add__placeholder { display: block; flex: 1; border: 1px solid var(--rl-line); background: #fafafa; color: var(--rl-text-3); }
.yt-add--guest:hover .yt-add__placeholder { border-color: #b9b9b9; color: var(--rl-text-2); }
html, body { overflow-x: clip; }
.yt-add { gap: 12px; margin: 4px 0 22px; }
.yt-add img.avatar, .yt-add__avatar { width: 36px; height: 36px; }
.yt-add__input { padding: 9px 14px; border-radius: 10px; font-size: var(--fs-sm); line-height: 1.5; }
.yt-add__input:focus { border-radius: 10px; }
.yt-add--guest .yt-add__placeholder { padding: 9px 14px; border-radius: 10px; font-size: var(--fs-sm); }
.rl-grid > * { min-width: 0; }
.rl-card { min-width: 0; }
.rl-card__media { min-width: 0; }
.rl-shops { grid-auto-columns: minmax(0, 1fr); }
.rl-card__src-cite { min-width: 0; }
.yt-c__badge { font-size: var(--fs-2xs); font-weight: 600; color: var(--rl-bg); background: var(--rl-text); padding: 1px 8px; border-radius: 999px; line-height: 1.6; }
.yt-add__replycancel { display: inline-block; margin: 6px 0 0; font-size: var(--fs-xs); color: var(--rl-text-3); text-decoration: none; }
.yt-add__replycancel:hover { color: var(--rl-text); text-decoration: underline; }
.yt-c__avatar { position: relative; }
.yt-c__heart.is-on svg { fill: #e0245e; stroke: #e0245e; }
.yt-add__actions { display: flex; }
.yt-c { display: block; }
.yt-c__row { display: flex; gap: 14px; }
.yt-c__heart { display: inline-flex; align-items: center; background: none; border: 0; cursor: pointer; padding: 5px 7px; border-radius: 999px; color: var(--rl-text-3); }
.yt-c__heart:hover { background: var(--rl-bg-soft); color: #e0245e; }
.yt-c__heart-empty { display: inline-flex; }
.yt-c__heart-on { display: none; }
.yt-c__heart.is-on .yt-c__heart-empty { display: none; }
.yt-c__heart.is-on .yt-c__heart-on { display: inline-flex; }
.yt-c__hearted { display: inline-flex; align-items: center; padding: 5px 7px; }
.yt-c__replies-toggle { display: inline-flex; align-items: center; gap: 6px; margin: 4px 0 0 54px; background: none; border: 0; cursor: pointer; color: var(--rl-accent); font-family: var(--ff-body); font-size: var(--fs-sm); font-weight: 600; padding: 6px 10px; border-radius: 999px; }
.yt-c__replies-toggle:hover { background: rgba(29,78,216,.06); }
.yt-c__replies-toggle svg { width: 18px; height: 18px; transition: transform .15s; }
.yt-c__replies-toggle.is-open svg { transform: rotate(180deg); }
.yt-list .children { list-style: none; margin: 8px 0 0 54px; padding: 0; }
.yt-list .children.is-collapsed { display: none; }
.yt-list .children > li.yt-c { margin-bottom: 16px; }
.yt-list .children .yt-c__avatar img.avatar { width: 32px; height: 32px; }
.yt-posted { max-width: 760px; margin: 0 0 18px; padding: 12px 16px; background: #e7f4ea; color: #1f6b34; border-radius: 12px; font-size: var(--fs-sm); }
.yt-c__heart svg, .yt-c__hearted svg { width: 16px; height: 16px; }
.yt-c__heart.is-on { color: #e0617a; }
.yt-c__hearted { color: #e0617a; }
.yt-c__heart:not(.is-on) { color: var(--rl-text-3); }
.yt-c__heart:not(.is-on):hover { color: #e0617a; }
.yup-il { color: var(--rl-accent, #2563eb); text-decoration: none; border-bottom: 1px solid rgba(37,99,235,.28); }
.yup-il:hover { border-bottom-color: currentColor; }
/* ------------------------------------------------------------
   ページの見出し（黒い帯）… 一覧ページ・検索結果・バンド・固定ページ・404
   <header class="rl-pagehead"> を .rl-shell の最初に置く。
   ・帯は画面の幅いっぱい（.rl-shell の上の余白を打ち消して、ヘッダーのすぐ下から）
   ・中の文字の左端は、下に続く本文の左端にそろえる（左右の余白 = 画面の端から本文までの距離）
   ・見出しの文字（__eyebrow / __title）は、アーティスト・機材の個別ページでも使う
   v5.1.0 で、黒い帯と白い帯の2種類あったものを黒い帯だけにまとめた。
   ------------------------------------------------------------ */
.rl-pagehead { margin: -60px calc(50% - 50vw) 34px; padding: 54px calc(50vw - 50%) 48px; background: #1c1c1e; }
.rl-pagehead__eyebrow { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.rl-pagehead__eyebrow span:first-child { font-family: var(--ff-display); font-size: 13px; font-weight: 700; letter-spacing: 0.18em; color: #1c1c1e; }
.rl-pagehead__rule { flex: 1; align-self: center; height: 1px; background: #ddd; }
.rl-pagehead__title { margin: 0; font-family: var(--ff-display); font-size: clamp(2rem, 4.4vw, 3rem); font-weight: 800; letter-spacing: -0.035em; line-height: 1.14; color: var(--rl-text); }
.rl-pagehead__lead { max-width: 640px; margin: 16px 0 0; font-family: var(--ff-body); font-size: 14px; line-height: 1.85; color: #777; }
/* 黒い帯の中の色 */
.rl-pagehead .rl-pagehead__title { color: var(--rl-bg); }
.rl-pagehead .rl-pagehead__eyebrow span:first-child { color: rgba(255,255,255,.62); }
.rl-pagehead .rl-pagehead__rule { background: rgba(255,255,255,.22); }
.rl-pagehead .rl-pagehead__lead { color: rgba(255,255,255,.76); }
.rl-pagehead .rl-pagehead__lead a { color: var(--rl-bg); text-decoration: underline; text-underline-offset: 3px; }
.rl-pagehead .rl-pagehead__lead a:hover { color: rgba(255,255,255,.76); }
/* バンドのページの「メンバー5人・機材54点」 */
.rl-pagehead .rl-gfacts dt { color: rgba(255,255,255,.55); }
.rl-pagehead .rl-gfacts dd { color: rgba(255,255,255,.88); }
.rl-pagehead .rl-gfacts__num { color: var(--rl-bg); }
@media (max-width: 900px) {
  .rl-pagehead { margin-top: -40px; margin-bottom: 26px; padding-top: 40px; padding-bottom: 36px; }
}
@media (max-width: 600px) {
  .rl-pagehead { margin-top: -32px; margin-bottom: 22px; padding-top: 24px; padding-bottom: 30px; }
  .rl-pagehead__title { font-size: clamp(1.625rem, 7vw, 2.125rem); }
  .rl-pagehead__lead { font-size: 13px; margin-top: 12px; }
}
.rl-gbrowse { display: flex; align-items: flex-start; gap: 40px; margin-top: 26px; }
.rl-gresults { flex: 1 1 auto; min-width: 0; }
.rl-gactive { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-bottom: 16px; }
.rl-gactive__chip { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; background: var(--rl-text); color: var(--rl-bg); font-family: var(--ff-body); font-size: 12.5px; text-decoration: none; transition: background .14s ease; }
.rl-gactive__chip span { font-size: 13px; color: rgba(255,255,255,.55); line-height: 1; }
.rl-gactive__chip:hover { background: #333330; }
.rl-gactive__chip:hover span { color: var(--rl-bg); }
.rl-gactive__clear { font-family: var(--ff-body); font-size: 12.5px; color: #8e8e87; text-decoration: none; margin-left: 4px; }
.rl-gactive__clear:hover { color: var(--rl-text); text-decoration: underline; text-underline-offset: 3px; }
.rl-gresults__bar { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; padding-bottom: 14px; margin-bottom: 22px; border-bottom: 1px solid #f0f0ee; }
.rl-gsort { display: flex; gap: 3px; margin-left: auto; flex-wrap: wrap; }
.rl-gsort__item { padding: 6px 13px; border-radius: 999px; font-family: var(--ff-body); font-size: 12.5px; color: #8e8e87; text-decoration: none; transition: background .14s ease, color .14s ease; }
.rl-gsort__item:hover { background: #f4f4f2; color: var(--rl-text); }
.rl-gsort__item.is-on { background: var(--rl-text); color: var(--rl-bg); }
.rl-gtiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(204px, 1fr)); gap: 14px; }
#yup-gear-app { transition: opacity .18s ease; }
#yup-gear-app.is-swapping { opacity: .45; pointer-events: none; }
.rl-subchips { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 24px; }
.rl-gcat__sub { display: inline-flex; align-items: baseline; gap: 5px; padding: 5px 12px; border-radius: 999px; background: #fbfbfa; border: 1px solid #eeeeec; font-family: var(--ff-body); font-size: 12.5px; color: #46463f; text-decoration: none; transition: border-color .15s ease, color .15s ease, background .15s ease; }
.rl-gcat__sub span { font-size: 11px; color: #b0b0aa; }
.rl-gcat__sub:hover { background: var(--rl-bg); border-color: var(--rl-text); color: var(--rl-text); }
.rl-gcat__sub.is-on { background: var(--rl-text); border-color: var(--rl-text); color: var(--rl-bg); }
.rl-gcat__sub.is-on span { color: rgba(255,255,255,.6); }
@media (max-width: 1024px) {
  .rl-gbrowse { display: block; }
}
@media (max-width: 600px) {
  .rl-gtiles { grid-template-columns: repeat(auto-fill, minmax(152px, 1fr)); gap: 10px; }
  .rl-gsort { margin-left: 0; width: 100%; }
  .rl-gsort__item { font-size: 12px; padding: 5px 11px; }
  .rl-gactive__chip { font-size: 12px; padding: 5px 11px; }
}
.rl-gcat__sub--maker { background: var(--rl-bg); }
.rl-gfacts { display: flex; flex-wrap: wrap; gap: 34px; margin: 0 0 28px; }
.rl-gfacts__item { margin: 0; }
.rl-gfacts dt { font-family: var(--ff-body); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 9px; }
.rl-gfacts dd { margin: 0; }
.rl-gfacts__link { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #26261f; font-family: var(--ff-body); font-size: 13px; }
.rl-gfacts__num { font-family: var(--ff-display); font-size: 22px; font-weight: 700; letter-spacing: -0.03em; color: var(--rl-text); margin-right: 2px; font-variant-numeric: tabular-nums; }
.rl-gfacts__link:hover .rl-gfacts__num { text-decoration: underline; text-underline-offset: 4px; }
.rl-gyear { display: inline-flex; align-items: center; padding: 3px 9px; border-radius: 6px; background: #f2f2ef; color: #57574f; font-family: var(--ff-body); font-size: 11.5px; letter-spacing: .02em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.rl-gyear--lg { padding: 6px 13px; border-radius: 8px; font-size: 15px; font-weight: 600; color: #26261f; }
.rl-shop__txt { font-family: var(--ff-body); font-size: 12.5px; color: #46463f; }
.rl-shop:hover .rl-shop__txt { color: var(--rl-bg); }
.rl-gintro__text { font-size: 14px; line-height: 1.95; color: #46463f; max-width: 780px; }
.rl-gintro__text p { margin: 0 0 1.1em; }
.rl-gintro__text p:last-child { margin-bottom: 0; }
.rl-gvideos { display: grid; gap: 14px; margin-top: 26px; }
.rl-gvideos.is-1 { grid-template-columns: minmax(0, 1fr); max-width: 720px; }
.rl-gvideos.is-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 1120px; }
.rl-gvideos.is-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1320px; }
.rl-gvideo { aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden; background: #000; }
.rl-gvideo iframe { width: 100%; height: 100%; border: 0; display: block; }
@media (max-width: 1024px) {
  .rl-gvideos.is-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .rl-gvideos, .rl-gvideos.is-2, .rl-gvideos.is-3 { grid-template-columns: minmax(0, 1fr); gap: 10px; }
}
.rl-bandfacts { margin: 24px 0 0; gap: 40px; }
.rl-bandfacts dd { font-family: var(--ff-body); font-size: 13px; color: #26261f; }
.rl-bmembers { display: grid; gap: 14px; }
@media (max-width: 600px) {
  .rl-bandfacts { gap: 24px; margin-top: 18px; }
  .rl-bmembers { gap: 10px; }
}
.rl-taginfo { display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; }
.rl-taginfo__row { display: flex; align-items: baseline; gap: 16px; }
.rl-taginfo__label { flex: 0 0 84px; font-family: var(--ff-body); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; line-height: 2.4; }
.rl-taginfo__chips { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; min-width: 0; }
.rl-taginfo__sep { color: #cfcfc8; font-size: 14px; line-height: 1; }
.rl-shell--index .rl-tabs { gap: 6px; margin-bottom: 26px; padding-bottom: 2px; }
.rl-shell--index .rl-tabs__btn { display: inline-flex; align-items: baseline; gap: 6px; padding: 7px 14px; border-radius: 999px; background: var(--rl-bg); border: 1px solid #e4e4e2; font-family: var(--ff-body); font-size: 13px; font-weight: 500; color: #46463f; transition: border-color .14s ease, background .14s ease, color .14s ease; }
.rl-shell--index .rl-tabs__btn span { font-size: 11px; color: #bdbdb6; font-variant-numeric: tabular-nums; }
.rl-shell--index .rl-tabs__btn:hover { border-color: var(--rl-text); color: var(--rl-text); background: var(--rl-bg); }
.rl-shell--index .rl-tabs__btn[aria-selected="true"] { background: var(--rl-text); border-color: var(--rl-text); color: var(--rl-bg); }
.rl-shell--index .rl-tabs__btn[aria-selected="true"] span { color: rgba(255,255,255,.6); }
.rl-shell--index .rl-grid { gap: 14px; }
.rl-shell--index .rl-card { background: var(--rl-bg); border: 1px solid #ececec; border-radius: 16px; padding: 16px; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.rl-shell--index .rl-card:hover { box-shadow: 0 8px 22px rgba(0,0,0,.07); transform: translateY(-2px); }
.rl-shell--index .rl-card__media-slide--gear { background: #fafaf8; border: 1px solid #f0f0ee; border-radius: 12px; }
.rl-shell--index .rl-card__media-slide--gear.rl-card__media-slide--empty { background: #fafaf8; }
.rl-shell--index .rl-card__maker { font-family: var(--ff-body); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: #b0b0aa; margin: 0 0 3px; }
.rl-shell--index .rl-card__name { font-family: var(--ff-display); font-size: 15px; font-weight: 600; letter-spacing: -0.01em; color: var(--rl-text); line-height: 1.45; margin: 0 0 10px; padding-bottom: 10px; border-bottom: 1px solid #f2f2f0; }
.rl-shell--index .rl-card__name:hover { opacity: 1; text-decoration: underline; text-underline-offset: 3px; }
.rl-shell--index .rl-card__year { color: #b0b0aa; font-weight: 500; font-size: 12.5px; }
.rl-shell--index .rl-card__note { font-family: var(--ff-body); font-size: 12.5px; line-height: 1.8; color: #6e6e66; margin: 0 0 14px; }
@media (max-width: 600px) {
  .rl-shell--index .rl-tabs { margin-bottom: 20px; }
  .rl-shell--index .rl-tabs__btn { font-size: 12.5px; padding: 6px 12px; }
  .rl-shell--index .rl-card:hover { transform: none; box-shadow: none; }
}
@media (prefers-reduced-motion: reduce) {
  .rl-shell--index .rl-card:hover { transform: none; }
}
.rl-taginfo__label, .rl-gfacts dt { color: #77776f; }
body, body input, body button, body textarea, body select { font-family: var(--ff-body); }
.rl-bmembers { grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); }
@media (max-width: 600px) {
  .rl-bmembers { grid-template-columns: 1fr; }
}
.rl-gcat__sub, .rl-gcat__sub--maker { border-color: #d6d6d0; }
.rl-shell--index .rl-card { border-color: #d9d9d3; }
.rl-shell--index .rl-card:hover { border-color: #b4b4ad; }
.yt-add__input { min-height: 0; height: 38px; }
@media (max-width: 600px) {
  .rl-taginfo { gap: 9px; margin-bottom: 18px; }
  .rl-taginfo__row { flex-direction: row; align-items: baseline; gap: 12px; }
  .rl-taginfo__label { flex: 0 0 62px; font-size: 10px; letter-spacing: .08em; line-height: 2.2; }
  .rl-taginfo__chips { flex: 1 1 auto; gap: 6px; }
  .rl-gcat__sub, .rl-gcat__sub--maker { padding: 4px 11px; font-size: 12px; }
  .rl-gfacts { gap: 20px; margin-bottom: 18px; }
}
@media (max-width: 833px) {
  .rl-gfacts__item { display: flex; align-items: center; gap: 14px; width: 100%; }
  .rl-gfacts dt { margin: 0; font-size: 10px; letter-spacing: .08em; }
  .rl-gfacts dd { flex: 1 1 auto; }
  .rl-gfacts__num { font-size: 20px; }
}
@media (max-width: 600px) {
  .rl-gfacts dt { flex-basis: 76px; }
}
@media (max-width: 833px) {
  .rl-gfacts dt { flex: 0 0 auto; white-space: nowrap; min-width: 84px; }
}
@media (max-width: 600px) {
  .rl-gfacts dt { min-width: 0; letter-spacing: .04em; }
  .rl-gfacts__item { gap: 12px; }
}
.rl-morebtn { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; padding: 12px 22px; background: var(--rl-text); color: var(--rl-bg); border-radius: 999px; font-family: var(--ff-display); font-size: 14px; font-weight: 600; letter-spacing: -0.01em; text-decoration: none; transition: background .16s ease, transform .16s ease; }
.rl-morebtn:hover { background: #2a2a2a; color: var(--rl-bg); transform: translateY(-1px); }
.rl-morebtn__ico { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,.16); font-size: 12px; line-height: 1; transition: transform .16s ease; }
.rl-morebtn:hover .rl-morebtn__ico { transform: translateX(2px); }
@media (max-width: 600px) {
  .rl-morebtn { width: 100%; justify-content: center; margin-top: 20px; padding: 13px 20px; }
}
.rl-shell--mypage { max-width: 920px; }
.yup-btn { display: inline-flex; flex-direction: column; align-items: center; gap: 2px; padding: 13px 32px; border-radius: 999px; background: var(--rl-text); border: 0; color: var(--rl-bg); cursor: pointer; font-family: var(--ff-display); font-size: 14.5px; font-weight: 600; letter-spacing: -0.01em; transition: background .16s ease, transform .16s ease; }
.yup-btn:hover { background: #2a2a2a; transform: translateY(-1px); }
@media (max-width: 600px) {
  .yup-btn { width: 100%; }
}
@keyframes yupRise {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: none; }
}
.rl-editbtn { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; border: 1px solid #d9d9d3; font-family: var(--ff-body); text-decoration: none; transition: background .15s ease, border-color .15s ease, color .15s ease; }
.rl-editbtn svg { display: block; }
.rl-taginfo__text { font-family: var(--ff-body); font-size: 13.5px; color: #46463f; line-height: 2.2; }
@media (max-width: 833px) {
  .rl-taginfo { gap: 7px; }
  .rl-taginfo__row { gap: 10px; }
  .rl-taginfo__label { line-height: 2; }
}
@media (max-width: 600px) {
  .rl-taginfo__text { font-size: 13px; line-height: 1.9; }
}
.rl-mtop { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px; }
@media (max-width: 600px) {
  .rl-mtop { margin-bottom: 16px; }
}
.rl-editbtn { background: var(--rl-text); border-color: var(--rl-text); color: var(--rl-bg); padding: 9px 19px; font-size: 13px; font-weight: 600; }
.rl-editbtn:hover { background: #2a2a2a; border-color: #2a2a2a; color: var(--rl-bg); }
.rl-overlay { position: fixed; inset: 0; z-index: 998; background: rgba(10,10,10,.42); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); opacity: 0; visibility: hidden; transition: opacity .22s ease, visibility .22s ease; }
.rl-overlay.is-open { opacity: 1; visibility: visible; }
.rl-grel { margin-top: 46px; }
.rl-grel__shelf { margin-top: 18px; }
@media (max-width: 833px) {
  .rl-grel { margin-top: 38px; }
}
@media (max-width: 600px) {
  .rl-grel { margin-top: 32px; }
}
.yt-c__del { display: inline-grid; place-items: center; width: 26px; height: 26px; padding: 0; margin-left: -2px; background: none; border: 0; cursor: pointer; color: #c8c8c2; border-radius: 50%; opacity: .55; transition: color .15s ease, background .15s ease, opacity .15s ease; }
.yt-c__del svg { width: 14px; height: 14px; display: block; }
.yt-c__del:hover { color: #b5433c; background: #faf2f1; opacity: 1; }
.yt-c__del:disabled { opacity: .3; cursor: default; }
.yt-c__row:hover .yt-c__del { opacity: 1; }
.rl-card__name--plain { cursor: default; }
.rl-card__name--plain:hover { text-decoration: none; }
.yup-gear-data { display: none; }

/* ------------------------------------------------------------
   みんなの機材（自分の機材を投稿・共有しよう ＋ メンバーの投稿）
   アーティスト個別ページ・機材個別ページで使う共通部品。HTML は templates/parts/member-posts.php
   タイムライン（.rl-mfeed）はトップページでも使う。HTML は templates/parts/member-timeline.php
   ------------------------------------------------------------ */
.rl-mpost__body { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 16px; align-items: stretch; }
.rl-mpost__body--solo { grid-template-columns: minmax(0, 1fr); }

/* 左：案内（トップの「自分だけの機材ページをつくろう」と同じ色）。右のタイムラインの方が高いので、中身は上下中央に */
.rl-mpost__cta { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 30px 30px 26px; background: #1d4e5c; border-radius: 18px; color: var(--rl-bg); }
/* 見出しまわり：文字を左、イメージ図を右に。図が文字より高いときは、余りを説明文の段に回す */
.rl-mpost__top { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto auto 1fr auto; grid-template-areas: "eyebrow art" "title art" "lead art" "tags tags"; column-gap: 18px; align-self: stretch; }
.rl-mpost__eyebrow { grid-area: eyebrow; display: block; margin-bottom: 12px; font-family: var(--ff-body); font-size: 10.5px; letter-spacing: .18em; color: rgba(255,255,255,.55); }
.rl-mpost__title { grid-area: title; margin: 0; font-family: var(--ff-display); font-size: clamp(1.4rem, 2.2vw, 1.85rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.32; color: var(--rl-bg); }
.rl-mpost__lead { grid-area: lead; margin: 12px 0 0; font-family: var(--ff-body); font-size: 13.5px; line-height: 1.85; color: rgba(255,255,255,.72); word-break: auto-phrase; }
/* 気軽さを伝えるタグ（無料・すぐ公開など）。「登録無料」だけ白く目立たせる */
.rl-mpost__tags { grid-area: tags; display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 14px 0 0; padding: 0; }
.rl-mpost__tags li { margin: 0; padding: 4px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.08); font-family: var(--ff-body); font-size: 11.5px; font-weight: 600; line-height: 1.5; color: var(--rl-bg); white-space: nowrap; }
.rl-mpost__tags .rl-mpost__tag--em { border-color: var(--rl-bg); background: var(--rl-bg); color: #1d4e5c; }

/* イメージ図（トップの紙の重なりを小さくしたもの。後ろの紙は右下へずらすので、その分の余白をとる） */
.rl-mpost__art { grid-area: art; align-self: start; padding: 2px 12px 12px 0; }
.rl-mpost__stack { position: relative; width: 96px; }
.rl-mpost__sheet { position: absolute; inset: 0; background: var(--rl-bg); border-radius: 8px; box-shadow: 0 6px 16px rgba(0,0,0,.22); }
.rl-mpost__sheet--1 { transform: translate(6px, 6px); opacity: .55; }
.rl-mpost__sheet--2 { transform: translate(12px, 12px); opacity: .3; }
.rl-mpost__card { position: relative; padding: 8px; background: var(--rl-bg); border-radius: 8px; box-shadow: 0 10px 26px rgba(0,0,0,.35); }
.rl-mpost__chead { display: flex; align-items: center; gap: 6px; margin-bottom: 7px; }
.rl-mpost__cav { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; background: linear-gradient(135deg, #d6982a 0 50%, #c0433f 50% 100%); box-shadow: inset 0 0 0 1.5px #fff; }
.rl-mpost__clines { display: flex; flex-direction: column; gap: 4px; flex: 1 1 auto; min-width: 0; }
.rl-mpost__cline { display: block; height: 4px; border-radius: 2px; background: #e6e6e2; }
.rl-mpost__cline--name { width: 70%; height: 6px; background: #26261f; }
.rl-mpost__cline--sub { width: 45%; }
.rl-mpost__clabel { display: block; width: 38px; height: 9px; margin-bottom: 6px; border-radius: 2px; background: var(--rl-text); }
.rl-mpost__cgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; }
.rl-mpost__ccell { display: grid; place-items: center; aspect-ratio: 1 / 1; border-radius: 6px; background: #f3f3f0; color: #c4c4be; }
.rl-mpost__ccell svg { display: block; width: 14px; height: 14px; }
.rl-mpost__ccell--plus { background: var(--rl-bg); border: 1px dashed #d9d9d3; color: #b0b0aa; font-size: 10px; line-height: 1; }

/* できること */
.rl-mpost__feat { align-self: stretch; margin: 20px 0 24px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.16); }
.rl-mpost__feat-title { margin: 0 0 10px; font-family: var(--ff-body); font-size: 11px; font-weight: 600; letter-spacing: .12em; color: rgba(255,255,255,.55); }
.rl-mpost__points { display: grid; gap: 9px; list-style: none; margin: 0; padding: 0; }
.rl-mpost__points li { display: flex; align-items: center; gap: 10px; margin: 0; font-family: var(--ff-body); font-size: 13px; line-height: 1.5; color: rgba(255,255,255,.9); }
.rl-mpost__pico { flex: 0 0 auto; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,.12); color: var(--rl-bg); }
.rl-mpost__pico svg { width: 16px; height: 16px; display: block; }
.rl-mpost__btn { display: inline-flex; align-items: center; gap: 10px; padding: 13px 26px; border-radius: 999px; background: var(--rl-bg); color: #1d4e5c; text-decoration: none; font-family: var(--ff-display); font-size: 14.5px; font-weight: 700; line-height: 1; transition: background .15s ease, transform .15s ease; }
.rl-mpost__btn:hover { background: #e8efef; color: #1d4e5c; transform: translateY(-1px); }
.rl-mpost__btn-ico { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(29,78,92,.12); font-size: 12px; transition: transform .16s ease; }
.rl-mpost__btn:hover .rl-mpost__btn-ico { transform: translateX(2px); }

/* 投稿がまだ無いとき（案内だけを横長に出す）：広い画面では、説明と特長を左右に分ける */
@media (min-width: 834px) {
  .rl-mpost__body--solo .rl-mpost__cta { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: auto 1fr; grid-template-areas: "top feat" "btn feat"; column-gap: 48px; align-items: start; }
  .rl-mpost__body--solo .rl-mpost__top { grid-area: top; }
  .rl-mpost__body--solo .rl-mpost__btn { grid-area: btn; justify-self: start; margin-top: 22px; }
  .rl-mpost__body--solo .rl-mpost__feat { grid-area: feat; align-self: center; margin: 0; padding: 0 0 0 40px; border-top: 0; border-left: 1px solid rgba(255,255,255,.16); }
}

/* タイムライン（X のように、左にアイコン・右に本文・本文の下に写真。枠の中で縦にスクロール） */
.rl-mfeed { position: relative; display: flex; flex-direction: column; min-width: 0; background: var(--rl-bg); border: 1px solid var(--rl-line); border-radius: 18px; overflow: hidden; }
.rl-mfeed__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--rl-line-2); }
.rl-mfeed__head-title { font-family: var(--ff-body); font-size: 13px; font-weight: 700; color: var(--rl-text); }
.rl-mfeed__hint { display: inline-flex; align-items: center; gap: 4px; font-family: var(--ff-body); font-size: 11px; color: var(--rl-text-3); white-space: nowrap; }
.rl-mfeed__hint svg { width: 13px; height: 13px; }
.rl-mfeed__scroller { position: relative; flex: 1 1 auto; min-height: 0; }
.rl-mfeed__list { list-style: none; margin: 0; padding: 0; max-height: 560px; overflow-y: auto; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: #d6d6d2 transparent; }
.rl-mfeed__list:focus-visible { outline: 2px solid #1d4e5c; outline-offset: -2px; }
.rl-mfeed__list::-webkit-scrollbar { width: 6px; }
.rl-mfeed__list::-webkit-scrollbar-thumb { background: #d6d6d2; border-radius: 3px; }
.rl-mfeed__row { margin: 0; padding: 0; }
.rl-mfeed__row + .rl-mfeed__row { border-top: 1px solid var(--rl-line-2); }
.rl-mfeed__post { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; align-items: start; padding: 16px 18px; color: inherit; text-decoration: none; transition: background .15s ease; }
.rl-mfeed__post:hover { background: var(--rl-bg-soft); color: inherit; }
.rl-mfeed__av { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; overflow: hidden; background: #9aa3ad; color: var(--rl-bg); font-family: var(--ff-body); font-size: 16px; font-weight: 700; line-height: 1; }
.rl-mfeed__av img { display: block; width: 100%; height: 100%; object-fit: cover; }
.rl-mfeed__body { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; }
.rl-mfeed__meta { display: flex; align-items: baseline; gap: 6px; max-width: 100%; min-width: 0; line-height: 1.45; }
.rl-mfeed__uname { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: var(--ff-body); font-size: 14.5px; font-weight: 700; color: var(--rl-text); }
.rl-mfeed__handle { flex: 0 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: var(--ff-body); font-size: 13px; color: var(--rl-text-3); }
.rl-mfeed__text { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; margin-top: 3px; font-family: var(--ff-body); font-size: 14px; line-height: 1.7; color: var(--rl-text); white-space: pre-line; word-break: break-word; }
.rl-mfeed__media { display: block; width: 100%; max-width: 280px; margin-top: 10px; border: 1px solid var(--rl-line); border-radius: 14px; overflow: hidden; background: var(--rl-bg); }
.rl-mfeed__photo { display: block; aspect-ratio: 1 / 1; background: var(--rl-bg-alt); }
.rl-mfeed__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.rl-mfeed__cap { display: flex; flex-direction: column; padding: 8px 12px 10px; border-top: 1px solid var(--rl-line); }
.rl-mfeed__maker { font-family: var(--ff-body); font-size: 11px; line-height: 1.4; letter-spacing: .02em; color: var(--rl-text-3); }
.rl-mfeed__name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: var(--ff-body); font-size: 13.5px; font-weight: 700; line-height: 1.45; color: var(--rl-text); }
.rl-mfeed__play { display: inline-flex; align-items: center; gap: 4px; margin-top: 8px; padding: 2px 9px 2px 7px; border-radius: 999px; background: #e7f0f1; font-family: var(--ff-body); font-size: 10.5px; font-weight: 600; line-height: 1.6; color: #1d4e5c; }
.rl-mfeed__play svg { width: 10px; height: 10px; }
/* 続きがあることを示す、一覧の下端のぼかし */
.rl-mfeed--scroll .rl-mfeed__scroller::after { content: ""; position: absolute; left: 0; right: 8px; bottom: 0; height: 36px; background: linear-gradient(to bottom, rgba(255,255,255,0), var(--rl-bg)); pointer-events: none; }
.rl-mfeed__more { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 12px 16px; border-top: 1px solid var(--rl-line-2); font-family: var(--ff-body); font-size: 12.5px; font-weight: 500; color: var(--rl-text-2); text-decoration: none; transition: background .15s ease, color .15s ease; }
.rl-mfeed__more:hover { background: var(--rl-bg-soft); color: var(--rl-text); }

@media (max-width: 833px) {
  .rl-mpost__body { grid-template-columns: minmax(0, 1fr); }
  .rl-mfeed__list { max-height: 520px; }
}
@media (max-width: 600px) {
  .rl-mpost__cta { padding: 24px 20px 22px; border-radius: 16px; }
  /* スマホでは、図を見出しの横だけに置き、説明文は全幅に */
  .rl-mpost__top { grid-template-rows: auto 1fr auto auto; grid-template-areas: "eyebrow art" "title art" "lead lead" "tags tags"; column-gap: 12px; }
  .rl-mpost__tags li { padding: 3px 9px; font-size: 11px; }
  .rl-mpost__title { font-size: 1.35rem; }
  .rl-mpost__lead { font-size: 12.5px; }
  .rl-mpost__art { padding: 0 10px 10px 0; }
  .rl-mpost__stack { width: 72px; }
  .rl-mpost__sheet, .rl-mpost__card { border-radius: 6px; }
  .rl-mpost__sheet--1 { transform: translate(5px, 5px); }
  .rl-mpost__sheet--2 { transform: translate(10px, 10px); }
  .rl-mpost__card { padding: 6px; }
  .rl-mpost__chead { gap: 4px; margin-bottom: 5px; }
  .rl-mpost__cav { width: 20px; height: 20px; box-shadow: inset 0 0 0 1px #fff; }
  .rl-mpost__clines { gap: 3px; }
  .rl-mpost__cline { height: 3px; }
  .rl-mpost__cline--name { height: 4px; }
  .rl-mpost__clabel { width: 28px; height: 7px; margin-bottom: 5px; }
  .rl-mpost__cgrid { gap: 4px; }
  .rl-mpost__ccell { border-radius: 4px; }
  .rl-mpost__ccell svg { width: 11px; height: 11px; }
  .rl-mpost__ccell--plus { font-size: 8px; }
  .rl-mpost__btn { align-self: stretch; justify-content: center; }
  .rl-mfeed { border-radius: 16px; }
  .rl-mfeed__head { padding: 12px 14px; }
  .rl-mfeed__list { max-height: 480px; }
  .rl-mfeed__post { grid-template-columns: 38px minmax(0, 1fr); gap: 10px; padding: 14px; }
  .rl-mfeed__av { width: 38px; height: 38px; font-size: 14px; }
  .rl-mfeed__text { font-size: 13.5px; }
  .rl-mfeed__media { max-width: 100%; }
}
/* ---- v5.0.0：パンくず（ページ上部の「いまどこにいるか」。前の「← Artists」などの戻るリンクの代わり） ---- */
.rl-crumbs { margin: 0 0 30px; font-family: var(--ff-body); font-size: 12.5px; font-weight: 500; letter-spacing: .04em; color: #6b6b65; }
.rl-crumbs__list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; row-gap: 2px; }
.rl-crumbs__item { display: inline-flex; align-items: center; min-width: 0; max-width: 100%; line-height: 1.6; }
.rl-crumbs__item + .rl-crumbs__item::before { content: "›"; margin: 0 8px; color: #b4b4ad; }
.rl-crumbs__item a { color: #6b6b65; text-decoration: none; white-space: nowrap; transition: color .15s ease; }
.rl-crumbs__item a:hover { color: var(--rl-text); text-decoration: underline; text-underline-offset: 3px; }
.rl-crumbs__item span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--rl-text-2); }
@media (max-width: 900px) {
  .rl-crumbs { margin-bottom: 22px; }
}
.rl-mtop .rl-crumbs { margin-bottom: 0; min-width: 0; }
.rl-crumbs--on-dark { margin-bottom: 18px; color: rgba(255,255,255,.62); }
.rl-crumbs--on-dark .rl-crumbs__item a { color: rgba(255,255,255,.72); }
.rl-crumbs--on-dark .rl-crumbs__item a:hover { color: #fff; }
.rl-crumbs--on-dark .rl-crumbs__item span { color: rgba(255,255,255,.9); }
.rl-crumbs--on-dark .rl-crumbs__item + .rl-crumbs__item::before { color: rgba(255,255,255,.36); }
@media (max-width: 900px) {
  .rl-crumbs--on-dark { margin-bottom: 14px; }
}
