a.button {
    margin-top: 32px;
    margin-right: 8px;
    padding-bottom: 4px;
    float: right;
}

a.button:hover {
    padding-bottom: 4px;
    border-bottom: solid rgba( 255, 255, 255, 0.76 ) 1px;
}


#discography section.container {
    display: block;
    border-bottom: solid 1px rgba( 255, 255, 255, 0.16 );
    padding: 64px;
    overflow: hidden;
}

#discography section.container h2.title {
    display: inline-block;
    /* background: rgba( 255, 255, 255, 0.16 ); */
    border: solid rgba( 255, 255, 255, 0.16 ) 1px;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0.1em;
    min-width: 128px;
    height: 32px;
    margin-bottom: 32px;
    padding: 0 8px;
    overflow: hidden;
}

/* --------------------
section.disc
-------------------- */
#discography section.disc  {
    overflow: hidden;
}

#discography section.disc section.disc-image-container {
    display: block;
    width: 256px;
    height: auto;
    margin-bottom: 48px;
    float: left;
}

#discography section.disc section.disc-image-container img {
    display: block;
    width: 256px;
    height: auto;
}

#discography section.disc section.disc-title-container {
    position: relative;
    display: block;
    width: 544px;
    float: right;
}

#discography section.disc section.disc-title-container .discontinued {
    font-size: 93%;
    padding-top: 2em;
}

#discography section.disc section.disc-title-ja h1 {
    font-size:116%;
    letter-spacing: 0.05em;
    line-height: 189%;
}

#discography section.disc section.disc-title-ja h2 {
    font-size:116%;
    letter-spacing: 0.05em;
    line-height: 189%;
    margin-bottom: 2rem;
}

#discography section.disc section.disc-title-ja h3 {
    font-size:116%;
    letter-spacing: 0.05em;
    line-height: 189%;
    margin-bottom: 1rem;
}

#discography section.disc section.disc-title-en h2 {
    font-size:116%;
    letter-spacing: 0.05em;
    line-height: 161.6%;
}

#discography section.disc section.disc-title-en h3 {
    font-size:116%;
    letter-spacing: 0.05em;
    line-height: 161.6%;
}

#discography section.disc ul.disc-list {
    clear: both;
    margin-bottom: 1rem;
}

#discography section.disc ul.disc-list li {
    font-size: 93%;
    text-indent: -1rem;
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 1rem;
    padding-bottom: 1rem;
}

#discography section.player {

}

#discography a.button {
    display: block;
    background: url("../images/back.png") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    padding-left: 33px;
    width: 0;
    height: 11px;
    overflow: hidden;
}

/* --------------------
section.shop
-------------------- */

#discography section.shop dl.shop-list {
    border-top: solid rgba( 255, 255, 255, 0.16 ) 1px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 64px;
}

#discography section.shop dl.shop-list dt {
    border-bottom: solid rgba( 255, 255, 255, 0.16 ) 1px;
    width: 33%;
    padding: 1em 0;
}

#discography section.shop dl.shop-list dd {
    border-bottom: solid rgba( 255, 255, 255, 0.16 ) 1px;
    width: 67%;
    padding: 1em 0;
}

/* --------------------
section.summary
-------------------- */
#discography section.summary  {
    line-height: 1.75em;
    padding-bottom: 0;
}

#discography section.summary p {
    width: 100%;
    margin-bottom: 1em;
}

#discography section.summary dl {
    width: 100%;
    margin-bottom: 64px;
}

#discography section.summary dl dt {
    width: 100%;
    line-height: 2em;
}

#discography section.summary dl dd {
    font-size:93%;
    width: 100%;
    margin-bottom: 2em;
}

/* --------------------
section.disc-list(index)
-------------------- */
#discography section.disc-list {
}

#discography section.disc-list section.disc-image-container {
    margin-bottom: 0;
}

#discography section.disc-list section.disc-image-container a:hover img {
    opacity: 0.68;
}

/* --------------------
Interactive Japanese track preview
-------------------- */
#discography .disc-title-en {
    display: none;
}

#discography section.disc ul.disc-list {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    margin: 0;
}

#discography section.disc ul.disc-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    list-style: none;
    padding: 0;
    text-indent: 0;
}

#discography .track-preview {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.82);
    cursor: pointer;
    display: flex;
    font: inherit;
    justify-content: space-between;
    line-height: 1.7;
    padding: 14px 12px;
    text-align: left;
    transition: background-color 160ms ease, color 160ms ease;
    width: 100%;
}

#discography .track-preview:hover,
#discography .track-preview:focus-visible,
#discography .disc-list li.is-playing .track-preview {
    background: rgba(180, 211, 242, 0.09);
    color: #fff;
    outline: none;
}

#discography .disc-list li.is-playing {
    box-shadow: inset 3px 0 0 rgba(180, 211, 242, 0.72);
}

#discography .track-preview__action {
    color: rgba(180, 211, 242, 0.72);
    flex: 0 0 auto;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 77%;
    letter-spacing: 0.1em;
    margin-left: 24px;
}

#discography section.player {
    background: rgba(255, 255, 255, 0.018);
}

#discography section.player iframe {
    display: block;
    height: 166px;
}

#discography .preview-status,
#discography .translation-note {
    color: rgba(255, 255, 255, 0.48);
    font-size: 85%;
    letter-spacing: 0.03em;
    line-height: 1.8;
}

#discography .preview-status {
    margin: 0 0 16px;
}

#discography .translation-note {
    margin: -14px 0 32px;
}

/* --------------------
Discography catalog accordion
-------------------- */
#discography .catalog-toggle {
    appearance: none;
    background: transparent;
    border: 1px solid rgba(180, 211, 242, 0.38);
    color: rgba(220, 234, 248, 0.88);
    cursor: pointer;
    font: inherit;
    letter-spacing: 0.08em;
    margin-top: 18px;
    min-width: 144px;
    padding: 10px 18px;
    text-align: center;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

#discography .catalog-toggle:hover,
#discography .catalog-toggle:focus-visible,
#discography .catalog-toggle[aria-expanded="true"] {
    background: rgba(180, 211, 242, 0.1);
    border-color: rgba(180, 211, 242, 0.7);
    color: #fff;
    outline: none;
}

#discography .catalog-panel {
    clear: both;
    padding-top: 38px;
}

#discography .catalog-panel[hidden],
#discography .catalog-explanation[hidden] {
    display: none;
}

#discography .catalog-intro,
#discography .catalog-status,
#discography .catalog-translation-note {
    color: rgba(255, 255, 255, 0.52);
    font-size: 85%;
    line-height: 1.8;
}

#discography .catalog-intro {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    margin: 0;
    padding: 24px 0 18px;
}

#discography .catalog-player-region {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 18px;
}

#discography .catalog-status {
    margin: 0 0 12px;
}

#discography .catalog-player {
    display: block;
    height: 166px;
}

#discography .catalog-track-list {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    list-style: none;
    margin: 0;
    padding: 0;
}

#discography .catalog-track {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    list-style: none;
}

#discography .catalog-track__row {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 13px 12px;
}

#discography .catalog-track__title {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
}

#discography .catalog-track__button {
    appearance: none;
    background: transparent;
    border: 1px solid rgba(180, 211, 242, 0.34);
    color: rgba(180, 211, 242, 0.82);
    cursor: pointer;
    font: inherit;
    font-size: 77%;
    letter-spacing: 0.08em;
    min-width: 112px;
    padding: 7px 12px;
}

#discography .catalog-track__button:hover,
#discography .catalog-track__button:focus-visible,
#discography .catalog-track.is-active .catalog-track__button {
    background: rgba(180, 211, 242, 0.12);
    border-color: rgba(180, 211, 242, 0.72);
    color: #fff;
    outline: none;
}

#discography .catalog-track.is-active {
    box-shadow: inset 3px 0 0 rgba(180, 211, 242, 0.72);
}

#discography .catalog-explanation {
    background: rgba(180, 211, 242, 0.045);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 22px 24px 26px;
}

#discography .catalog-explanation h3 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 100%;
    line-height: 1.7;
    margin-bottom: 9px;
}

#discography .catalog-explanation p {
    color: rgba(255, 255, 255, 0.64);
    font-size: 93%;
    line-height: 1.9;
    margin: 0;
    white-space: pre-line;
}

#discography .catalog-translation-note {
    margin: 18px 0 0;
}

#discography .catalog-card-label {
    color: rgba(180, 211, 242, 0.58);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 77%;
    letter-spacing: 0.1em;
    margin: 18px 0 8px;
}

#discography .catalog-card-tracks {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    list-style: none;
    margin: 0;
    padding: 0;
}

#discography .catalog-card-track {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    list-style: none;
}

#discography .catalog-card-track button {
    align-items: baseline;
    appearance: none;
    background: transparent;
    border: 0;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.76);
    cursor: pointer;
    display: grid;
    font: inherit;
    gap: 8px;
    grid-template-columns: 24px minmax(0, 1fr) 18px;
    line-height: 1.65;
    padding: 9px 8px;
    text-align: left;
    transition: background-color 160ms ease, color 160ms ease;
    width: 100%;
}

#discography .catalog-card-track button:hover,
#discography .catalog-card-track button:focus-visible,
#discography .catalog-card-track.is-active button {
    background: rgba(180, 211, 242, 0.09);
    color: #fff;
    outline: none;
}

#discography .catalog-card-track.is-active {
    box-shadow: inset 3px 0 0 rgba(180, 211, 242, 0.72);
}

#discography .catalog-card-track__number,
#discography .catalog-card-track__action {
    color: rgba(180, 211, 242, 0.62);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 77%;
}

#discography .catalog-card-track__action {
    text-align: right;
}

#discography .catalog-card-track__title {
    min-width: 0;
}

#discography .catalog-panel__header {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    justify-content: space-between;
    padding: 20px 0 14px;
}

#discography .catalog-panel__heading {
    color: rgba(255, 255, 255, 0.8);
    font-size: 100%;
    letter-spacing: 0.08em;
    margin: 0;
}

#discography .catalog-panel__close {
    appearance: none;
    background: transparent;
    border: 0;
    color: rgba(180, 211, 242, 0.7);
    cursor: pointer;
    font: inherit;
    font-size: 77%;
    letter-spacing: 0.08em;
    padding: 6px 0 6px 12px;
}

#discography .catalog-panel__close:hover,
#discography .catalog-panel__close:focus-visible {
    color: #fff;
    outline: none;
}

#discography .catalog-explanation--selected {
    border: 1px solid rgba(255, 255, 255, 0.12);
}

#discography .catalog-purchase {
    align-items: center;
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.035), rgba(140, 177, 211, 0.09));
    border: 1px solid rgba(180, 211, 242, 0.28);
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding: 16px 18px;
}

#discography .catalog-purchase__copy {
    color: rgba(255, 255, 255, 0.72);
    font-size: 85%;
    letter-spacing: 0.1em;
    margin: 0;
}

#discography .catalog-purchase__link {
    align-items: center;
    background: #f4f6f7;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: rgba(232, 242, 252, 0.94);
    display: flex;
    gap: 18px;
    margin-left: 24px;
    min-width: 250px;
    padding: 10px 14px;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

#discography .catalog-purchase__link:hover,
#discography .catalog-purchase__link:focus-visible {
    background: #fff;
    border-color: #fff;
    color: #18222b;
    outline: none;
    transform: translateY(-1px);
}

#discography .base-brand {
    align-items: center;
    color: #24313b;
    display: inline-flex;
    flex: 0 0 auto;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    gap: 6px;
}

#discography .base-brand__mark {
    background: linear-gradient(90deg, #f7c95f 0 33%, #65d2c2 33% 66%, #f27972 66% 100%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    display: block;
    height: 15px;
    position: relative;
    width: 16px;
}

#discography .base-brand__name {
    font-size: 16px;
    letter-spacing: -0.03em;
}

#discography .base-purchase-copy {
    color: #24313b;
    display: flex;
    flex-direction: column;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.25;
    text-align: left;
}

#discography .base-purchase-copy strong {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

#discography .base-purchase-copy small {
    color: #63707a;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

/* --------------------
Four-cover catalog grid
-------------------- */
#discography {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

#discography > section.disc-list.container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    box-sizing: border-box;
    min-width: 0;
    overflow: hidden;
    padding: clamp(18px, 2.1vw, 32px);
}

#discography > section.disc-list section.disc-image-container,
#discography > section.disc-list section.disc-title-container {
    box-sizing: border-box;
    float: none;
    width: 100%;
}

#discography > section.disc-list section.disc-image-container {
    aspect-ratio: 1 / 1;
    margin-bottom: 18px;
    position: relative;
}

#discography > section.disc-list section.disc-image-container img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

#discography > section.disc-list section.disc-title-ja h1 {
    font-size: 85%;
    line-height: 1.55;
}

#discography > section.disc-list section.disc-title-ja h2 {
    font-size: 100%;
    line-height: 1.65;
    margin-bottom: 0;
}

#discography .catalog-card-preview {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
}

#discography .catalog-card-preview li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    list-style: none;
}

#discography .catalog-card-preview button {
    align-items: baseline;
    appearance: none;
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.64);
    cursor: pointer;
    display: grid;
    font: inherit;
    font-size: 77%;
    gap: 7px;
    grid-template-columns: 18px minmax(0, 1fr);
    line-height: 1.45;
    overflow: hidden;
    padding: 7px 3px;
    text-align: left;
    width: 100%;
}

#discography .catalog-card-preview button span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#discography .catalog-card-preview button:hover,
#discography .catalog-card-preview button:focus-visible {
    background: rgba(180, 211, 242, 0.09);
    color: #fff;
    outline: none;
}

#discography > section.disc-list.is-expanded {
    display: grid;
    gap: 28px 40px;
    grid-column: 1 / -1;
    grid-template-columns: minmax(180px, 28%) minmax(0, 1fr);
}

#discography > section.disc-list.is-expanded section.disc-image-container {
    grid-column: 1;
}

#discography > section.disc-list.is-expanded section.disc-title-container {
    grid-column: 2;
}

#discography > section.disc-list.is-expanded .catalog-panel {
    grid-column: 1 / -1;
    padding-top: 0;
}

#discography > section.disc-list.is-expanded .catalog-card-preview {
    display: none;
}
