@font-face {
    font-family: 'MANIFESTO';
    src: url('font/MANIFESTO.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #0d2638;
}

.page-bg-water {
    position: fixed;
    inset: -80px;
    z-index: -3;
    background-image: url("hero_bg.jpg");
    background-position: center 20%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(20px) hue-rotate(-10deg) saturate(1.0);
    transform: scale(1.1);
    transform-origin: center center;
    pointer-events: none;
}

.page-bg-water::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.6);
}


.page-bubbles-front {
    position: fixed;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    overflow: hidden;
}

.page-bubbles-normal {
    opacity: 0.2;
}

.page-bubbles-normal .page-bubble {
    background: radial-gradient(
        circle at 35% 28%,
        rgba(255, 255, 255, 1) 0%,
        rgba(80, 180, 240, 0.95) 35%,
        rgba(20, 110, 200, 0.7) 65%,
        rgba(20, 110, 200, 0.15) 100%
    );
    border: 1px solid rgba(20, 110, 200, 0.9);
}

.page-bubbles-screen {
    mix-blend-mode: screen;
    opacity: 0.8;
}

.page-bubble {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(
        circle at 35% 28%,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(150, 210, 240, 0.55) 35%,
        rgba(63, 149, 208, 0.18) 65%,
        rgba(63, 149, 208, 0.02) 100%
    );
    border: 1px solid rgba(63, 149, 208, 0.5);
    will-change: transform, opacity;
    top: 0;
    left: 0;
}

body {
    font-family: "Shippori Mincho", 'Hiragino Mincho ProN', 'Yu Mincho', serif;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-style: normal;
    color: #2f3335;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1;
    min-height: 100vh;
}

body * {
    z-index: 0;
}

button {
    font-family: "Shippori Mincho", 'Hiragino Mincho ProN', 'Yu Mincho', serif;
    font-weight: 600;
}

h2 {
    white-space: nowrap;
    font-family: "Grenze", serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    color: #2f3335;
}

.page-container {
    width: min(840px, 100%);
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 200px 120px rgba(255, 255, 255, 0.75);
    background-color: rgba(255, 255, 255, 0.0);
}

.page-container::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(840px, 100%);
    height: 100vh;
    background: url("bg_water.jpg") center 55% / cover no-repeat;
    z-index: 0;
    pointer-events: none;
}

.page-container > * {
    position: relative;
    z-index: 1;
}

main {
    z-index: 1;
}

header {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(840px, 100%);
    background-color: #0d2638;
    padding: 5px 0;
    color: #fff;
}

footer {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(840px, 100%);
    background-color: #0d2638;
    padding: 15px 0;
    color: #fff;
}

.top {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 5px;
    opacity: 1;
    animation: top-animation 2s forwards;
}

@keyframes top-animation {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    width: 100%;
}

.top-content {
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
    width: 100%;
}

.hero-ocean {
    position: relative;
    width: min(840px, 100%);
    aspect-ratio: 960 / 1080;
    margin: 0 auto 20px auto;
    overflow: hidden;
    background-color: transparent;
    opacity: 0;
    animation: hero-fade-in 1.2s ease-out 0.8s forwards;
}

@keyframes hero-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.hero-logo-glow,
.hero-logo {
    position: absolute;
    left: 17.5%;
    bottom: 6%;
    width: 65%;
    aspect-ratio: 2100 / 593;
    pointer-events: none;
    user-select: none;
}

.hero-logo {
    z-index: 5;
    height: auto;
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 1)) drop-shadow(0 0 4px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 8px rgba(255, 255, 255, 0.7));
}

.hero-logo-glow {
    z-index: 4;
    background-color: #9ee1f5;
    -webkit-mask-image: url("album_logo_black_blue.png");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-image: url("album_logo_black_blue.png");
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-mode: alpha;
    filter: blur(14px);
    mix-blend-mode: plus-lighter;
    opacity: 0.9;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url("hero_bg.jpg");
    background-size: cover;
    background-position: center 52%;
    background-repeat: no-repeat;
    z-index: 0;
}

.hero-rays {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 6;
    overflow: hidden;
    mix-blend-mode: plus-lighter;
    isolation: isolate;
    transform: translateZ(0);
}

.hero-rays::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(63, 200, 220, 0.3) 15%, rgba(63, 149, 208, 0.2) 30%, rgba(255, 255, 255, 0) 55%);
    mix-blend-mode: plus-lighter;
    opacity: 0.85;
}

.hero-ray {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 18px;
    transform-origin: 0 50%;
    mix-blend-mode: plus-lighter;
    pointer-events: none;
    will-change: opacity, transform;
}

.hero-stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 960 / 1080;
    -webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - 100px), transparent 100%);
    mask-image: linear-gradient(to bottom, #000 calc(100% - 100px), transparent 100%);
}

.hero-layer {
    position: absolute;
    pointer-events: none;
    user-select: none;
    will-change: transform;
}

.hero-fish {
    width: 320%;
    height: 160%;
    top: -30%;
    right: -10%;
    object-fit: contain;
    object-position: right center;
    z-index: 7;
}

.hero-girl {
    width: 320%;
    height: 160%;
    top: -30%;
    right: -10%;
    object-fit: contain;
    object-position: right center;
    z-index: 8;
}

.hero-droplets {
    width: 320%;
    height: 160%;
    top: -30%;
    right: -10%;
    object-fit: contain;
    object-position: right center;
}

.hero-droplets-back {
    z-index: 2;
}

.hero-droplets-front {
    z-index: 10;
    clip-path: inset(0 0 0 81.25%);
}

.hero-jellyfish {
    position: absolute;
    top: 16.67%;
    right: 51.56%;
    width: 34.8%;
    aspect-ratio: 387 / 405;
    z-index: 9;
    pointer-events: none;
    will-change: transform;
}

.hero-jellyfish-top,
.hero-jellyfish-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.hero-jellyfish-top {
    top: 0;
    height: 40%;
    -webkit-mask-image: linear-gradient(to bottom, #000 85%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 85%, transparent 100%);
}

.hero-jellyfish-top img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250%;
}

.hero-jellyfish-bottom {
    top: 35%;
    height: 65%;
    transform-origin: 52% top;
    will-change: transform;
}

.hero-jellyfish-bottom img {
    position: absolute;
    top: -53.846%;
    left: 0;
    width: 100%;
    height: 153.846%;
}

.splash {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #0d2638;
    animation: splash-animation 0.5s forwards;
    animation-delay: 0.75s;
    display: block;
    overflow: hidden;
    z-index: 100;
}

@keyframes splash-animation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.splash .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -80px;
    margin-left: -200px;
    animation: splash-logo-animation 1s forwards 0s, splash-logo-blur-animation 0.5s forwards 0.5s;
}

@keyframes splash-logo-animation {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.splash-ripples {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 11;
    -webkit-mask-image: linear-gradient(to bottom, #000 0, #000 calc(50% - 60px), transparent calc(50% - 60px), transparent calc(50% + 40px), #000 calc(50% + 40px), #000 100%);
    mask-image: linear-gradient(to bottom, #000 0, #000 calc(50% - 60px), transparent calc(50% - 60px), transparent calc(50% + 40px), #000 calc(50% + 40px), #000 100%);
}

.splash-ripples .ripple {
    position: absolute;
    top: calc(50% - 10px);
    left: 50%;
    width: 0;
    height: 0;
    border: 0 solid #3f95d0;
    border-radius: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    animation: splash-ripple 1.6s ease-out forwards;
}

.splash-ripples .ripple:nth-child(2) {
    animation-delay: 0.35s;
}

@keyframes splash-ripple {
    0% {
        width: 40px;
        height: 40px;
        border-width: 6px;
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    100% {
        width: 1600px;
        height: 1600px;
        border-width: 0.3px;
        opacity: 0;
    }
}

@keyframes splash-logo-blur-animation {
    0% {
        filter: blur(0) brightness(1);
    }
    100% {
        filter: blur(10px) brightness(1.3);
    }
}

header .logo {
    width: 150px;
    display: block;
    fill: #fff;
}

.content {
    width: 100%;
}

section, .section {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 3rem;
}

h1, h3 {
    text-align: center;
    position: relative;
}

h1 {
    font-weight: normal;
    font-size: 3rem;
    margin-top: 10px;
    margin-bottom: 4px;
}

h3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 4px;
}

.decorated::before,
.decorated::after {
    content: "";
}

.jacket {
    display: block;
    width: 300px;
    max-width: 100%;
}

.demo-youtube-embed {
    width: 540px;
    aspect-ratio: 16 / 9;
    max-width: 100%;
    border-radius: 8px;
}

.page-container > section:has(.demo-youtube-embed) {
    z-index: 10;
}

.column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    width: 90%;
}

.column-item {
    flex: 1 0 40%;
}

.lyrics-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.lyrics {
    flex: 1 0 45%;
    font-size: 1rem;
    line-height: 1.75rem;
    text-align: left;
    max-width: 45%;
}

.lyrics .artist {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #2f3335;
    margin-top: 10px;
    margin-bottom: 15px;
}

.lyrics-body {
    background: rgba(255, 255, 255, 0.75);
    padding: 12px 20px;
    border-radius: 5px;
    width: 90%;
    margin-bottom: 10px;
}

.fade-in {
    opacity: 0;
    transition: opacity 0.35s ease-out;
}

.album-header {
    margin-top: 20px;
    margin-bottom: 20px;
}

.album-title-logo {
    width: 85%;
    margin-top: 20px;
    margin-bottom: 15px;
    opacity: 0;
    animation: slide-fade-in 0.8s ease-out 1s forwards;
}

.album-subtitle {
    font-size: 1.2rem;
    color: #2f3335;
    margin-top: 0px;
    margin-bottom: 30px;
    opacity: 0;
    animation: fade-in 0.6s ease-out 1.2s forwards;
    position: relative;
    display: inline-block;
    font-family: "Shippori Mincho", serif;
}

.album-subtitle::before,
.album-subtitle::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 1px;
    background-color: #3f95d0;
}

.album-subtitle::before {
    right: calc(100% + 15px);
    animation: line-extend-left 0.9s ease-out 1.4s forwards;
}

.album-subtitle::after {
    left: calc(100% + 15px);
    animation: line-extend-right 0.9s ease-out 1.4s forwards;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes line-extend-left {
    0% {
        width: 0;
    }
    100% {
        width: 240px;
    }
}

@keyframes line-extend-right {
    0% {
        width: 0;
    }
    100% {
        width: 240px;
    }
}

@keyframes letter-spacing-expand {
    0% {
        letter-spacing: -0.15em;
    }
    100% {
        letter-spacing: normal;
    }
}

.album-description-wrapper {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    opacity: 0;
    animation: fade-in 0.8s ease-out 1.5s forwards;
}

.album-description {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2.6rem;
    background-color: transparent;
    padding: 5px 15px;
    color: #2f3335;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
}

@keyframes slide-fade-in {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.album-theme {
    color: #3f95d0;
    font-size: 1.7rem;
    font-weight: bold;
}

.track-container {
    position: relative;
    display: inline-block;
    width: min(600px, 100%);
    margin-bottom: 24px;
    text-align: left;
    background: rgba(255, 255, 255, 0.55);
    padding: 18px 0 10px 0;
    border-radius: 16px;
    border: 1px solid #3f95d0;
    color: #2f3335;
}

.track-container .plyr {
    margin: 0 12px;
}

.track-info {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 10px;
}

.track-title {
    font-size: 1.2rem;
    text-align: left;
    white-space: nowrap;
    line-height: 1.5rem;
    color: #2f3335;
}

.track-artist {
    font-size: 1rem;
    text-align: right;
    line-height: 1.5rem;
    color: #2f3335;
}

.track-number {
    font-size: 1.2rem;
    color: #2f3335;
    margin-right: 10px;
}

.track-control {
    width: 100%;
    height: 40px;
    cursor: default;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 60px;
}

.track-control-item {
    font-size: 16px;
    min-width: 80px;
    height: 40px;
    display: inline-block;
    margin: 0px;
    transition: 0.1s;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    color: #fff !important;
    border-radius: 5px;
    border: 2px solid #3f95d0;
    background-color: #3f95d0;
}

.track-control-item i {
    color: #fff;
}

.track-control-item:hover {
    background: #fff;
    color: #3f95d0 !important;
    cursor: pointer;
}

.track-control-item:hover i {
    color: #3f95d0;
}

.track-control-item,
.track-control-item:link,
.track-control-item:hover,
.track-control-item:visited {
    text-decoration: none !important;
}

.text-shadow {
    filter: drop-shadow(0 0 3px #fff);
}

.download-button {
    display: inline-block;
    background-color: #3f95d0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    border: none;
    margin-bottom: 15px;
    transition: 0.1s;
    text-decoration: none;
    line-height: normal;
}

.download-button:hover {
    background-color: #2a7aab;
    text-decoration: none;
}

.download-button:disabled {
    background-color: #c4d4dc;
    cursor: not-allowed !important;
    text-decoration: none;
}

.error-message {
    color: #c53030;
    background-color: #fff5f5;
    padding: 12px 16px;
    margin-bottom: 16px;
    border-radius: 4px;
    font-size: 0.9rem;
    border: 1px solid #fc8181;
}

.popup-dl {
    text-align: center;
}

.popup-dl-content {
    padding: 60px 40px;
    background: rgba(15, 40, 60, 0.85);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 8px;
    border: 1px solid rgba(63, 149, 208, 0.35);
    margin-bottom: 15px;
    color: #fff;
}

.popup-dl-title {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 30px;
    text-align: left;
    color: #fff;
}

.popup-dl-description {
    margin-bottom: 20px;
}

.popup-dl-form {
    text-align: center;
}

.popup-dl-content .download-button {
    padding: 10px 10px;
    font-size: 0.8rem;
    height: 40px;
}

.popup-dl-content .text-box {
    padding: 3px 7px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 2px solid rgba(63, 149, 208, 0.5);
    min-width: 300px;
    height: 40px;
    font-size: 14px;
}

.popup-close-text {
    cursor: pointer;
    color: #eee;
}

i {
    margin-right: 0.5em;
}

a {
    color: #3f95d0;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

section:last-of-type {
    margin-bottom: 30px;
}

.blinking {
    animation: blinking-animation 0.05s infinite;
}

.blinking-shaking {
    animation: blinking-shaking-animation 0.05s infinite;
}

.lity-content:after {
    box-shadow: none;
}

.lity-close {
    display: none;
}

@keyframes blinking-shaking-animation {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    50% {
        opacity: 0.8;
        transform: translateX(1px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes blinking-animation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blinking-animation-weak {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}

.popup-lyrics {
    text-align: center;
}

.popup-lyrics img {
    width: auto;
    height: auto;
    max-width: 90vw;
    max-height: 90vh;
}

iframe {
    border-width: 0px;
}

.description {
    font-size: 16px;
    line-height: 40px;
}

.announcement {
    font-size: 12px;
    line-height: 24px;
    padding: 15px;
    background: rgba(63, 149, 208, 0.15);
    border-radius: 4px;
    margin-bottom: 10px;
}

#dl-all-songs-form .text-box {
    min-width: 320px;
}

#dl-all-songs-form .download-button {
    min-width: 300px;
}

.loading-icon {
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    animation: fade-in-animation 0.1s ease-out forwards, loading-icon-move 0.4s ease-out forwards 0.4s, loading-icon-zoom 0.6s ease-out forwards 0.85s;
}

.loading-album-title {
    position: absolute;
    top: calc(50% + 6px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    animation: fade-out-animation 0.1s ease-out forwards 0.4s, loading-icon-move 0.4s ease-out forwards 0.4s;
}

@keyframes loading-icon-move {
    0% {
        left: 50%;
    }
    100% {
        left: calc(50% - 150px);
    }
}

@keyframes loading-icon-zoom {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    10% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
    }
    20% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.9;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.25);
        opacity: 0;
    }
}

.loading-bar {
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% + 50px);
    transform: translateX(-50%);
    width: 300px;
    height: 8px;
    background-color: #d4eaf5;
    border-radius: 4px;
    overflow: hidden;
    opacity: 0;
    animation: fade-in-animation 0.1s ease-out forwards 0.7s;
}

@keyframes fade-in-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-out-animation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.loading-bar-progress {
    height: 100%;
    width: 0;
    background-color: #3f95d0;
    animation: loading-progress-animation 0.4s ease-out forwards 0.9s;
}

@keyframes loading-progress-animation {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

:root {
    --plyr-audio-controls-background: rgba(255, 255, 255, 0);
    --plyr-audio-control-color: #3f95d0;
    --plyr-audio-control-color-hover: #ffffff;
    --plyr-color-main: #3f95d0;
    --plyr-audio-progress-buffered-background: rgba(63, 149, 208, 0.35);
    --plyr-audio-range-track-background: rgba(63, 149, 208, 0.35);
}

.plyr--audio .plyr__volume {
    min-width: 0 !important;
    max-width: none !important;
    width: auto !important;
}
.plyr--audio .plyr__volume input[data-plyr="volume"] {
    max-width: 0;
    min-width: 0;
    width: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
    transition: max-width 0.25s ease, width 0.25s ease, opacity 0.2s ease, margin 0.25s ease;
}
.plyr--audio.plyr--volume-open .plyr__volume input[data-plyr="volume"] {
    max-width: 90px;
    width: 90px;
    opacity: 1;
    margin-left: 5px;
    pointer-events: auto;
}

section.section-border {
    position: relative;
    background: transparent;
    border: none;
    border-radius: 0;
    width: calc(100% - 80px);
    max-width: calc(840px - 80px);
    margin: 20px 0 10px 0;
    padding: 15px 30px 25px 30px;
    font-size: 1.25rem;
    color: #2f3335;
}

.jacket-image {
    display: block;
    width: min(360px, 80%);
    height: auto;
    margin: 0 auto 16px auto;
}

hr.section-divider {
    display: block;
    width: 180px;
    height: 60px;
    margin: 0 auto;
    border: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='72' height='24' viewBox='0 0 72 24'><circle cx='12' cy='12' r='10' fill='none' stroke='%233f95d0' stroke-width='1.2'/><circle cx='60' cy='12' r='10' fill='none' stroke='%233f95d0' stroke-width='1.2'/><circle cx='22' cy='12' r='10' fill='none' stroke='%236ec9e8' stroke-width='1.2'/><circle cx='50' cy='12' r='10' fill='none' stroke='%236ec9e8' stroke-width='1.2'/><circle cx='36' cy='12' r='10' fill='none' stroke='%233f95d0' stroke-width='1.2'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 1)) drop-shadow(0 0 10px rgba(255, 255, 255, 1)) drop-shadow(0 0 20px rgba(255, 255, 255, 1));
}

section.section-border::after {
    display: none;
}

section.section-border h2 {
    text-align: center;
    color: #2f3335;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "MANIFESTO", "Grenze", serif;
    font-weight: normal;
    letter-spacing: 0.08em;
    font-kerning: normal;
    font-feature-settings: "kern", "liga";
    font-style: italic;
    font-size: 2.4rem;
}

section.section-border h2 .kern-tight {
    letter-spacing: 0.02em;
}

section.section-border a {
    color: #3f95d0;
    text-decoration: underline;
}

section.section-border a:hover {
    color: #2a7aab;
    text-decoration: underline;
}

.melonbooks-button {
    display: inline-block;
    background-color: #3f95d0;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 1.0rem;
    text-align: center;
    cursor: pointer;
    border: 1px solid #3f95d0;
    margin-top: 20px;
    transition: background-color 0.2s, color 0.2s;
    text-decoration: none !important;
    line-height: normal;
}

.melonbooks-button:hover {
    background-color: #fff;
    color: #3f95d0 !important;
    text-decoration: none !important;
}

#noise-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    opacity: 0.04;
}

.staff-list-item-heading {
    display: inline-block;
    background: #3f95d0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9rem;

    text-align: left;
    min-width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.staff-list-item-name {
    display: inline-block;
    color: #2f3335;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: left;
    min-width: 400px;
}

.accent-char {
    color: #3f95d0;
}

.melonbooks-button .accent-char,
.staff-list-item-heading .accent-char,
.download-button .accent-char,
.track-control-item .accent-char {
    color: #b8e8ff;
}

.melonbooks-button:hover .accent-char,
.track-control-item:hover .accent-char {
    color: #3f95d0;
}

@media screen and (orientation: portrait) {
    .page-container {
        width: 100%;
    }
    .track-container {
        width: calc(100% - 40px);
    }
    .track-title {
        font-size: 1rem;
    }
    .track-artist {
        font-size: 0.9rem;
    }
    header {
        width: 100%;
    }
    footer {
        width: 100%;
    }
    .staff-list-item-heading {
        width: 100%;
        margin-top: 10px;
        box-sizing: border-box;
        padding: 0 10px;
        line-height: 30px;
        height: auto;
    }
    .staff-list-item-name {
        margin-bottom: 10px;
        text-align: center;
    }
    .staff-list {
        margin-bottom: -20px;
    }
    @keyframes line-extend-left {
        0% {
            width: 0;
        }
        100% {
            width: 120px;
        }
    }
    @keyframes line-extend-right {
        0% {
            width: 0;
        }
        100% {
            width: 120px;
        }
    }
}
