@media screen and (max-width: 990px) {
    .bg-text {
        padding-bottom: 15%;
    }

    .bg-title {
        font-size: 60px;
    }

    .bg-sub {
        font-size: 20px;
    }

    .bg-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .bg-wrap {
        background-position: 0 0;
    }

    .bg-inner {
        padding-top: 30px;
    }

    .bg-title {
        font-size: 48px;
    }

    .bg-sub {
        font-size: 18px;
    }

    .bg-text {
        font-size: 14px;
    }

    div#amplitude-player {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .header-item-block {
        flex-direction: column;
    }

    .header-tel-wrap {
        order: 1;
        text-align: right;
    }

    .header-participate {
        padding: 12px 15px;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .header-item img {
        max-width: 160px;
    }

    .header-tel {
        margin-right: 0;
        font-size: 16px;
    }

    .header-item-block {
        align-items: flex-end;
    }

    .stream-item-image {
        width: 60px;
        height: 60px;
    }

    .stream-text {
        font-size: 11px;
    }

    .stream-title {
        font-size: 22px;
    }

    .grid-title {
        font-size: 30px;
    }

    .grid-subtitle {
        font-size: 16px;
    }

    .footer-list {
        display: flex;
        justify-content: end;
        flex-flow: wrap;
        margin: 50px 0;
    }

    .footer-item {
        box-sizing: border-box;
        width: 50%;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    div#amplitude-right div.song {
        padding: 10px 10px 10px 55px;
    }

    .song.amplitude-song-container.amplitude-playing:before {
        left: 15px;
    }

    .bandcamp-link {
        position: relative;
        top: 0;
        right: 0;
        margin-right: 5px;
        width: 50%;
        min-width: 100px;
        max-width: 150px;
        font-size: 10px;
    }

    #player-left-bottom {
        padding: 20px 10px 110px 10px;
    }

    .stream-list {
        flex-wrap: wrap;
    }

    .stream-item {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 470px) {
    .grid-list {
        flex-direction: column;
    }

    .grid-item a {
        height: 200px;
        overflow: hidden;
        width: 100%;
        border-radius: 10px;
    }

    .grid-item img {
        width: 100%;
    }

    .social-list {
        text-align: center;
    }

    div#amplitude-right div.song div.song-meta-data span.song-title,
    div#amplitude-right div.song span.song-duration {
        font-size: 12px;
    }

    div#amplitude-right div.song div.song-meta-data span.song-artist {
        font-size: 10px;
    }

    .bandcamp-link {
        padding: 5px 10px;
    }
}