html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 62.5%;
    overflow-y: scroll;
}
body {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.5;
    color: #24292e;
    background-color: #22272f;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
b,
strong {
    font-weight: 700;
}
.layout {
    width: 320px;
    margin: 0 auto;
    position: relative;
}
.layout__cover-sizer {
    display: none;
}
.layout__cover-scroll-sizer {
    height: 110px;
    width: 100%;
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
.layout__cover {
    z-index: 2;
    overflow: visible;
}
.layout__cover,
.layout__cover .cover {
    width: 320px;
    height: 320px;
}
.is-mobile .layout__cover,
.is-mobile .layout__cover .cover {
    height: 200px;
}
.is-mobile.mp-play .layout__cover {
    height: auto;
}
.layout__cover-link {
    cursor: default;
}
.layout__cover-wrapper {
    overflow: hidden;
}
.layout__header {
    position: relative;
    width: 320px;
    z-index: 5;
}
.layout__content {
    position: relative;
    z-index: 3;
}


.btn {
    font-family: inherit;
    font-weight: 400;
    border: 0;
    background: transparent;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    height: 4rem;
    line-height: 3.8rem;
    margin-bottom: 1.125em;
    position: relative;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
    -webkit-transition: color 0.25s ease, border-color 0.25s ease;
    transition: color 0.25s ease, border-color 0.25s ease;
}
.btn:focus {
    outline: 0;
}
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited {
    text-decoration: none;
}
.btn[disabled] {
    opacity: 0.5;
    cursor: default;
}
.btn-label {
    display: block;
    padding: 0 1rem;
    -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
    transition: background-color 0.25s ease, border-color 0.25s ease;
    border: 1px solid transparent;
    border-radius: 0.4rem;
}
.btn {
    color: #777;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
    background: linear-gradient(180deg, #fff, #f5f5f5);
}
.btn-label {
    border-color: #e1e1e1;
}
@media (-ms-high-contrast: none), not all and (hover: none) {
    .btn:focus:not([disabled]) .btn-label,
    .btn:hover:not([disabled]) .btn-label {
        color: #fff;
        border-color: #222;
        background: #222;
    }
}
.cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: #000;
}
.is-mobile .cover {
    height: 20rem;
}
.cover__artwork {
    position: absolute;
    width: 100%;
    height: 100%;
}
.is-mobile .cover__artwork {
    height: 19rem;
    width: 19rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.cover__artwork-img,
.cover__overlay-img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.cover__overlay,
.cover__overlay:after {
    position: absolute;
    width: 100%;
    height: 100%;
}
.cover__overlay:after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
}
.cover__overlay-img {
    display: none;
}
.is-mobile .cover__overlay-img {
    display: block;
}

.site-bg {
    display: none;
}
@media (min-width: 321px) {
    .site-bg {
        position: absolute;
        overflow: hidden;
        z-index: -1;
        height: 200%;
        width: 200%;
        top: -50%;
        left: -50%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-color: #000;
        display: block;
        position: fixed;
    }
    .site-bg:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .site-bg img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%;
        min-width: 55%;
        min-height: 55%;
        margin: auto;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        max-width: none;
        -webkit-filter: blur(30px);
        filter: blur(30px);
        opacity: 0.7;
    }
    .is-ie .site-bg img {
        -webkit-filter: none;
        filter: none;
        opacity: 1;
    }
}
.header {
    background-color: #181818;
    color: #fff;
    text-align: center;
    position: relative;
}
.header:after {
    content: "";
    display: inline-block;
    left: 50%;
    margin-left: -12px;
    margin-bottom: -12px;
    width: 0;
    height: 0;
    bottom: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #181818;
    position: absolute;
}
.header h1 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0;
    color: inherit;
}
.header p {
    margin: 5px 0 0;
    font-size: 1.4rem;
    color: inherit;
}
.has-player.mp-play .header h1 {
    display: none;
}
.header__link {
    display: block;
    color: inherit;
    padding: 1.6rem 2rem 2rem;
    cursor: default;
}
.header__link,
.header__link:active,
.header__link:focus,
.header__link:hover,
.header__link:visited {
    text-decoration: none;
    color: inherit;
}
.has-playlist.mp-pause .header__link .header__link,
.has-playlist.mp-play .header__link .header__link {
    display: none;
}
.music-service-list {
    /* background: #ffffff; */
    padding: 0;
    margin: 0;
    list-style: none;
    font: inherit;
    font-family: Roboto, sans-serif;
    width: 100%;
    z-index: 2;
}
.music-service-list li {
    margin: 0;
    padding: 0;
}
.music-service-list__inner {
    position: relative;
}
.music-service-list__item {
    margin: 0;
    border-bottom: 1px solid #eaeaea;
}

.music-service-list__item:last-of-type {
    border-bottom: 0;
}

.music-service-list__item:last-of-type a {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.music-service-list__item--adcontainer,
.music-service-list__item--nolink {
    background-color: #fff;
    border-radius: initial;
    -webkit-box-shadow: inset 0 -2px 9px 0 rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 -2px 9px 0 rgba(0, 0, 0, 0.06);
    padding: 1.2rem 1.5rem;
    margin: 0;
}
.music-service-list__item--adcontainer {
    background-color: transparent;
    padding: 0;
}
.music-service-list__item--adcontainer .ad__item {
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
}
.music-service-list__item--adcontainer .ad__item iframe {
    height: 325px;
    margin-top: 8px;
    width: 100%;
}
@media screen and (max-width: 328px) {
    .music-service-list__item--adcontainer {
        padding-left: 0;
        padding-right: 0;
    }
}
.music-service-list__link {
    cursor: pointer;
    background-color: #fff;
    border-radius: initial;
    -webkit-box-shadow: inset 0 -2px 9px 0 rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 -2px 9px 0 rgba(0, 0, 0, 0.06);
    text-decoration: none;
    display: block;
    -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    padding: 1.2rem;
    position: relative;
    z-index: 0;
}
.music-service-list__link:after {
    display: block;
    clear: both;
    content: "";
}
@media (-ms-high-contrast: none), not all and (hover: none) {
    .music-service-list__link:focus,
    .music-service-list__link:hover {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 -2px 9px 0 rgba(0, 0, 0, 0.06);
        box-shadow: inset 0 -2px 9px 0 rgba(0, 0, 0, 0.06);
        z-index: 1;
    }
    .music-service-list__link:focus .music-service-list__btn,
    .music-service-list__link:hover .music-service-list__btn {
        color: #fff;
        border-color: #222;
    }
    .music-service-list__link:focus .music-service-list__btn .btn-label,
    .music-service-list__link:hover .music-service-list__btn .btn-label {
        background: #222;
        border-color: #222;
    }
}
.music-service-list__img {
    float: left;
    margin: 0.5rem;
    width: 12.5rem;
    height: 4rem;
}
.music-service-list__img.coffee {
    float: left;
    margin: 0.5rem;
    width: 200px;
    height: 4rem;
}
.music-service-list__btn {
    float: right;
    margin: 0.5rem;
    background-color: transparent;
    letter-spacing: 0.03rem;
}
.music-service-list__btn .btn-label {
    display: inline-block;
    max-width: 15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lnk-c-footnote p {
    font-weight: 500;
}

/* Donation box */

.donate {
    background: #ffffff;
    border-radius: 20px;
    margin: 30px 0 0;
    padding: 20px;
}

.donate h3 {
    margin: 10px 0 0;
}

.donate p {
    margin: 0;
}

.donate .btn {
    background: transparent;
    margin: 20px 0 0;
}

.donate .btn .btn-label {
    background: #3dbbe6;
    border-color: transparent;
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.02em;
    max-width: none;
}

.donate .btn .btn-label:hover {
    background: #004c97;
    border-color: transparent;
}

.donate a {
    display: block;
    float: none;
    width: 100%;
}

.donate img {
    width: 125px;
}
