body:has(.pr-record-catalog) { --pr-blue: #87ceeb; background: #fff !important; }
body:has(.pr-record-catalog) #content { background: #fff !important; }
body:has(.pr-record-catalog) #main_content,
body:has(.pr-record-catalog) .l-mainContent__inner,
body:has(.pr-record-catalog) .post_content { width: 100% !important; max-width: none !important; }
body:has(.pr-record-catalog) .post_content { margin-top: 18px !important; }
body:has(.pr-record-catalog) #header,
body:has(.pr-record-catalog) .l-header { background: var(--pr-blue) !important; color: #1b1d1f !important; }
body:has(.pr-record-catalog) #header a,
body:has(.pr-record-catalog) .l-header a,
body:has(.pr-record-catalog) #header .c-catchphrase { color: #1b1d1f !important; }

.pr-record-catalog,
.pr-record-catalog *,
.pr-record-catalog *::before,
.pr-record-catalog *::after { box-sizing: border-box; }
.pr-record-catalog {
  --pr-panel: #fff;
  --pr-soft: #f2f4f4;
  --pr-ink: #1b1d1f;
  --pr-muted: #5f6368;
  --pr-line: #dedbd3;
  --pr-orange: #f2a541;
  --pr-link: #245b85;
  max-width: 1280px;
  margin: 0 auto 56px;
  padding: 4px 0 0;
  color: var(--pr-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.7;
}
.pr-record-catalog h2,
.pr-record-catalog h3 { margin: 0 !important; padding: 0 !important; border: 0 !important; background: none !important; box-shadow: none !important; color: var(--pr-ink) !important; }
.pr-record-catalog h2::before,
.pr-record-catalog h2::after,
.pr-record-catalog h3::before,
.pr-record-catalog h3::after { display: none !important; content: none !important; }
.pr-record-catalog button,
.pr-record-catalog input,
.pr-record-catalog select { font: inherit; }
.pr-record-catalog a:focus-visible,
.pr-record-catalog button:focus-visible,
.pr-record-catalog input:focus-visible,
.pr-record-catalog select:focus-visible,
.pr-record-catalog summary:focus-visible { outline: 3px solid #0b6fe5; outline-offset: 3px; }
.pr-record-catalog [hidden] { display: none !important; }
.pr-record-catalog .screen-reader-text { position: absolute; overflow: hidden; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; }

.pr-record-catalog__top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 470px); gap: 28px; align-items: center; padding: 12px 0 20px; }
.pr-record-catalog__count { display: block; color: var(--pr-muted); font-size: 16px; }
.pr-record-catalog__count strong { color: var(--pr-ink); font-size: 18px; }
.pr-record-catalog__search { display: grid; grid-template-columns: minmax(0, 1fr) auto; min-width: 0; }
.pr-record-catalog__search label { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; }
.pr-record-catalog__search input { height: 48px; min-width: 0; padding: 0 14px; border: 1px solid var(--pr-line); border-right: 0; border-radius: 4px 0 0 4px; background: #fff; color: var(--pr-ink); font-size: 15px; }
.pr-record-catalog__search button { min-width: 72px; border: 0; border-radius: 0 4px 4px 0; background: var(--pr-orange); color: #17120b; font-weight: 700; cursor: pointer; }
.pr-record-catalog__error { margin: 0 0 16px; padding: 12px 14px; border: 1px solid #b64040; border-radius: 8px; background: #fff3f3; color: #7a2020; }

.pr-record-catalog__toolbar { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin-bottom: 16px; }
.pr-record-catalog__genre { margin: 0 0 20px; padding: 18px 0 16px; border-top: 1px solid var(--pr-line); border-bottom: 1px solid var(--pr-line); }
.pr-record-catalog__genre h2 { margin-bottom: 14px !important; font-size: 21px !important; }
.pr-record-catalog__genre-tabs,
.pr-record-catalog__genre-children { display: flex; flex-wrap: wrap; gap: 8px; }
.pr-record-catalog__genre-tabs { margin-bottom: 14px; }
.pr-record-catalog__genre-tabs button,
.pr-record-catalog__genre-chip { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 44px; padding: 7px 15px; border: 1px solid var(--pr-line); border-radius: 999px; background: #fff; color: var(--pr-ink); font-size: 12px; font-weight: 700; line-height: 1.4; white-space: nowrap; cursor: pointer; }
.pr-record-catalog__genre-tabs button[aria-pressed="true"],
.pr-record-catalog__genre-chip:has(input:checked) { border-color: var(--pr-blue); background: var(--pr-blue); }
.pr-record-catalog__genre-tabs button[data-genre-current="true"] { box-shadow: inset 0 0 0 2px var(--pr-link); }
.pr-record-catalog__genre-tabs button:hover,
.pr-record-catalog__genre-chip:hover { border-color: var(--pr-link); }
.pr-record-catalog__genre-chip { position: relative; font-size: 11px; }
.pr-record-catalog__genre-chip input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.pr-record-catalog__genre-chip:has(input:focus-visible) { outline: 3px solid #0b6fe5; outline-offset: 3px; }
.pr-record-catalog__genre-chip:has(input:disabled) { color: #969696; cursor: not-allowed; }
.pr-record-catalog__genre-chip .pr-record-catalog__facet-count { min-width: 22px; }
.pr-record-catalog__mobile-filter { display: none; min-height: 44px; padding: 8px 16px; border: 1px solid #aaa69e; border-radius: 8px; background: #fff; color: var(--pr-ink); font-weight: 800; }
.pr-record-catalog__sort-label { display: flex; align-items: center; gap: 9px; color: var(--pr-muted); font-size: 13px; }
.pr-record-catalog__sort { min-height: 44px; padding: 7px 34px 7px 12px; border: 1px solid #aaa69e; border-radius: 8px; background: #fff; color: var(--pr-ink); }
.pr-record-catalog__layout { display: grid; grid-template-columns: 294px minmax(0, 1fr); gap: 16px; align-items: start; }
.pr-record-catalog__results { min-width: 0; }
.pr-record-catalog__results[aria-busy="true"] { opacity: .62; transition: opacity .15s ease; }

.pr-record-catalog__filters { position: static; overflow: visible; max-height: none; padding: 14px; border: 1px solid var(--pr-line); border-radius: 8px; background: var(--pr-panel); }
.pr-record-catalog__filter-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.pr-record-catalog__filter-head h3 { font-size: 19px !important; }
.pr-record-catalog__filter-head button { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: var(--pr-ink); font-size: 28px; cursor: pointer; }
.pr-record-catalog__new-filter { display: grid; grid-template-columns: 22px minmax(0, 1fr) auto; gap: 9px; align-items: center; min-height: 48px; margin: 14px 0; padding: 10px 11px; border: 1px solid #e1b571; border-radius: 9px; background: #fff8e8; font-weight: 800; cursor: pointer; }
.pr-record-catalog__new-filter input,
.pr-record-catalog__facet-option input { width: 20px; height: 20px; margin: 0; accent-color: #245b85; }
.pr-record-catalog__facet { border-top: 1px solid var(--pr-line); }
.pr-record-catalog__facet summary { display: flex; align-items: center; justify-content: space-between; min-height: 52px; list-style: none; font-weight: 700; cursor: pointer; }
.pr-record-catalog__facet summary::-webkit-details-marker { display: none; }
.pr-record-catalog__facet[open] summary > span:last-child { transform: rotate(45deg); }
.pr-record-catalog__facet:has(input:checked) summary > span:first-child::after { display: inline-block; width: 8px; height: 8px; margin-left: 8px; border-radius: 50%; background: var(--pr-blue); content: ""; vertical-align: middle; }
.pr-record-catalog__facet-search { display: block; margin: 0 0 9px; }
.pr-record-catalog__facet-search span { position: absolute; overflow: hidden; width: 1px; height: 1px; clip-path: inset(50%); }
.pr-record-catalog__facet-search input { width: 100%; min-height: 44px; padding: 7px 10px; border: 1px solid #c9c5bc; border-radius: 7px; background: #fff; color: var(--pr-ink); font-size: 14px; }
.pr-record-catalog__artist-groups { display: flex; flex-wrap: wrap; gap: 5px; margin: 0 0 11px; }
.pr-record-catalog__artist-groups button { min-width: 34px; min-height: 38px; padding: 5px 8px; border: 1px solid var(--pr-line); border-radius: 7px; background: #fff; color: var(--pr-ink); font-size: 12px; font-weight: 700; cursor: pointer; }
.pr-record-catalog__artist-groups button[aria-pressed="true"] { border-color: var(--pr-blue); background: var(--pr-blue); }
.pr-record-catalog__artist-groups button:hover { border-color: var(--pr-link); }
.pr-record-catalog__artist-empty { margin: 0 0 10px; color: var(--pr-muted); font-size: 12px; }
.pr-record-catalog__facet-options { display: grid; gap: 3px; padding-bottom: 12px; }
.pr-record-catalog__facet-options.is-long { overflow: visible; max-height: none; }
.pr-record-catalog__facet-option { display: grid; grid-template-columns: 22px minmax(0, 1fr) auto; gap: 8px; align-items: center; min-height: 44px; padding: 6px 6px 6px calc(6px + var(--facet-depth, 0) * 14px); border-radius: 7px; cursor: pointer; }
.pr-record-catalog__facet-option:hover { background: #f5f3ed; }
.pr-record-catalog__facet-option:has(input:checked) { background: var(--pr-blue); color: var(--pr-ink); font-weight: 700; }
.pr-record-catalog__facet-option:has(input:disabled) { color: #969696; cursor: not-allowed; }
.pr-record-catalog__facet-count { min-width: 28px; padding: 1px 6px; border-radius: 999px; background: #efede7; color: #555b61; font-size: 12px; line-height: 1.6; text-align: center; }
.pr-record-catalog__facet-group { margin-top: 7px; padding: 5px 6px 2px calc(6px + var(--facet-depth, 0) * 14px); color: #6a5034; font-size: 12px; font-weight: 900; letter-spacing: .03em; }
.pr-record-catalog__reset { margin-top: 14px; padding: 0; border: 0; background: none; color: var(--pr-link); font-weight: 800; text-decoration: underline; cursor: pointer; }
.pr-record-catalog__filter-note { margin: 14px 0 0; padding-top: 12px; border-top: 1px solid var(--pr-line); color: var(--pr-muted); font-size: 12px; }
.pr-record-catalog__apply { display: none; }
.pr-record-catalog__backdrop { display: none; }

.pr-record-catalog__chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 15px; }
.pr-record-catalog__chip { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 6px 10px; border: 1px solid var(--pr-blue); border-radius: 999px; background: var(--pr-blue); color: var(--pr-ink); font-size: 13px; font-weight: 700; cursor: pointer; }
.pr-record-catalog__chip > span[aria-hidden] { font-size: 17px; line-height: 1; }
.pr-record-catalog__clear-chips { min-height: 44px; padding: 5px 8px; border: 0; background: transparent; color: var(--pr-link); font-size: 13px; font-weight: 800; text-decoration: underline; cursor: pointer; }
.pr-record-catalog__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 12px; }
.pr-record-catalog__product { display: block; min-width: 0; background: #fff; color: var(--pr-ink) !important; text-decoration: none !important; transition: transform .16s ease; }
.pr-record-catalog__product:hover { transform: translateY(-2px); }
.pr-record-catalog__cover { position: relative; display: grid; aspect-ratio: 1; place-items: center; overflow: hidden; border: 1px solid #e6e4df; background: #f3f2ef; }
.pr-record-catalog__cover img { object-fit: contain !important; }
.pr-record-catalog__disc { width: 62%; aspect-ratio: 1; border: 8px solid #202327; border-radius: 50%; background: repeating-radial-gradient(circle, #1b1e22 0 9px, #2d3034 10px 12px); box-shadow: 0 10px 22px rgba(25, 27, 30, .2); }
.pr-record-catalog__disc::after { display: block; width: 22%; aspect-ratio: 1; margin: 39%; border: 5px solid var(--pr-orange); border-radius: 50%; background: #f8b24f; content: ""; }
.pr-record-catalog__cover-label { position: absolute; right: 10px; bottom: 10px; left: 10px; display: grid; gap: 1px; padding: 7px; border: 1px solid #d1cec7; background: rgba(255, 255, 255, .96); color: #23262a; text-align: center; text-transform: uppercase; }
.pr-record-catalog__cover-label span { font-size: 9px; font-weight: 700; }
.pr-record-catalog__cover-label strong { overflow: hidden; font-size: 10px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.pr-record-catalog__product-body { display: grid; gap: 3px; padding-top: 9px; overflow-wrap: anywhere; }
.pr-record-catalog__artist { color: #4a4d50; font-size: 12px; font-weight: 600; line-height: 1.4; }
.pr-record-catalog__album { display: -webkit-box; overflow: hidden; font-size: 14px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.pr-record-catalog__product:hover .pr-record-catalog__album { color: var(--pr-link); }
.pr-record-catalog__meta { margin-top: 3px; color: var(--pr-muted); font-size: 10px; line-height: 1.55; }
.pr-record-catalog__empty { display: grid; justify-items: center; gap: 12px; padding: 42px 24px; border: 1px solid var(--pr-line); border-radius: 8px; background: var(--pr-soft); color: var(--pr-muted); text-align: center; }
.pr-record-catalog__empty strong { color: var(--pr-ink); font-size: 18px; }
.pr-record-catalog__empty p { margin: 0; }
.pr-record-catalog__empty button { min-height: 44px; padding: 8px 14px; border: 1px solid #9eb9cd; border-radius: 8px; background: #edf5fb; color: #143f62; font-weight: 800; cursor: pointer; }
.pr-record-catalog__pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 28px; }
.pr-record-catalog__pagination a,
.pr-record-catalog__pagination span { display: grid; min-width: 44px; min-height: 44px; place-items: center; border: 1px solid var(--pr-line); border-radius: 8px; background: #fff; color: var(--pr-link); text-decoration: none; }
.pr-record-catalog__pagination span[aria-current] { border-color: var(--pr-blue); background: var(--pr-blue); color: var(--pr-ink); font-weight: 900; }
.pr-record-catalog__footer { margin-top: 34px; padding: 20px; border: 1px solid var(--pr-line); border-radius: 12px; background: var(--pr-panel); color: var(--pr-muted); font-size: 13px; }
.pr-record-catalog__footer strong { display: block; margin-bottom: 4px; color: var(--pr-ink); }

@media (max-width: 1180px) {
  .pr-record-catalog__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .pr-record-catalog__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 432px; }
}

@media (max-width: 700px) {
  body.pr-catalog-filter-open { overflow: hidden; }
  body.pr-catalog-filter-open #body_wrap { position: relative; z-index: 100000; }
  body.pr-catalog-filter-open #content { position: relative; z-index: 100000; }
  .pr-record-catalog { padding: 0 0 38px; }
  .pr-record-catalog__top { grid-template-columns: 1fr; gap: 16px; padding: 14px 0 18px; }
  .pr-record-catalog__count { font-size: 14px; }
  .pr-record-catalog__search { min-width: 0; }
  .pr-record-catalog__toolbar { align-items: stretch; justify-content: flex-end; }
  .pr-record-catalog__mobile-filter { display: block; width: 100%; margin: 0 0 16px; cursor: pointer; }
  .pr-record-catalog__genre { margin-bottom: 16px; }
  .pr-record-catalog__genre h2 { font-size: 19px !important; }
  .pr-record-catalog__genre-tabs,
  .pr-record-catalog__genre-children { flex-wrap: nowrap; max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; padding-bottom: 8px; }
  .pr-record-catalog__genre-tabs button,
  .pr-record-catalog__genre-chip { flex: 0 0 auto; }
  .pr-record-catalog__artist-groups button { min-width: 42px; min-height: 44px; }
  .pr-record-catalog__sort { width: 100%; }
  .pr-record-catalog__sort-label span { position: absolute; overflow: hidden; width: 1px; height: 1px; clip-path: inset(50%); }
  .pr-record-catalog__layout { grid-template-columns: 1fr; gap: 14px; }
  .pr-record-catalog__backdrop { position: fixed; z-index: 100000; inset: 0; display: block; background: rgba(12, 13, 15, .58); }
  .pr-record-catalog__filters { position: fixed; z-index: 100001; top: 0; right: 0; bottom: 0; width: min(100%, 390px); max-height: none; overflow-y: auto; padding: 16px 16px 92px; border: 0; border-radius: 0; box-shadow: -12px 0 35px rgba(0, 0, 0, .2); transform: translateX(105%); transition: transform .2s ease; overscroll-behavior: contain; }
  .pr-record-catalog.is-filters-open .pr-record-catalog__filters { transform: translateX(0); }
  .pr-record-catalog__filter-head { position: sticky; z-index: 2; top: -16px; margin: -16px -16px 0; padding: 13px 16px; border-bottom: 1px solid var(--pr-line); background: #fff; }
  .pr-record-catalog__filter-head button { display: grid; place-items: center; }
  .pr-record-catalog__apply { position: fixed; z-index: 100002; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); display: block; width: min(calc(100% - 24px), 366px); min-height: 52px; padding: 10px 14px; border: 0; border-radius: 9px; background: var(--pr-blue); color: var(--pr-ink); font-weight: 900; box-shadow: 0 8px 22px rgba(0, 0, 0, .22); cursor: pointer; }
  .pr-record-catalog__grid { grid-template-columns: repeat(2, 148px); justify-content: center; max-width: none; gap: 24px 12px; }
  .pr-record-catalog__cover-label { right: 7px; bottom: 7px; left: 7px; padding: 5px; }
  .pr-record-catalog__cover-label span { font-size: 8px; }
  .pr-record-catalog__cover-label strong { font-size: 9px; }
  .pr-record-catalog__product-body { padding-top: 9px; }
  .pr-record-catalog__artist { font-size: 11px; }
  .pr-record-catalog__album { font-size: 14px; }
  .pr-record-catalog__meta { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .pr-record-catalog__product,
  .pr-record-catalog__filters,
  .pr-record-catalog__results[aria-busy="true"] { transition: none; }
}
