/* テキスト */
.hymn_player_price p,
.hymn_player_price a,
.hymn_player_price span,
.hymn_player_price h1,
.hymn_player_price h2,
.hymn_player_price h3,
.hymn_player_price h4,
.hymn_player_price h5 {
    letter-spacing: 0.05em;
    color: var(--color-text-entry);
    font-family: var(--font-notosan);
    font-weight: 400;
    font-size: 16px;
}

.hymn_player_price p {
    line-height: 1.875;
}

.hymn_player_price span {
    line-height: 1.875;
}

.hymn_player_price h2 {
    font-family: var(--font-shippori);
    font-size: 30px;
    font-weight: 700;
}

.hymn_player_price h3 {
    font-weight: 500;
    line-height: 1.44;
    font-size: 18px;
}

h1#page_base_title {
    color: var(--color-text-entry);
}

/* テキスト */

#hymn_station {
    scroll-margin-top: 100px; /* ヘッダーの高さ分 */
}
#new_hymn_player {
    scroll-margin-top: 100px; /* ヘッダーの高さ分 */
}


/* container */
.hymn_player_price_container {
    padding: 0 80px;
    max-width: 1000px;
    box-sizing: border-box;
    margin: 0px auto 0;
    width: 100%;
}

/* container */

.hymn_player_price_content_block {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 128px;
}

.section h2 {
    margin-bottom: 32px;
}

.section a {
    text-decoration: underline;
    text-decoration-color: var(--color-text-entry);
    text-underline-offset: 1.5px;
    display: block;
}

.hymn_player_content_title {
    display: grid;
    grid-template-columns: minmax(0, 120px) minmax(0, 370px) minmax(0, 220px);
    column-gap: 24px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.hymn_player_content {
    display: grid;
    grid-template-columns: minmax(0, 120px) minmax(0, 370px) minmax(0, 220px);
    column-gap: 24px;
    justify-content: space-between;
    padding: 32px 0;
    border-bottom: 1px solid #D2CBB3;
    align-items: center;
}

.hymn_station.hymn_player_content_title {
    grid-template-columns: minmax(0, 120px) minmax(0, 384px) minmax(0, 220px);
}

.hymn_station .hymn_player_content {
    grid-template-columns: minmax(0, 120px) minmax(0, 384px) minmax(0, 220px);
    align-items: start;
}

.hymn_player_content:nth-child(2) {
    border-top: 1px solid #D2CBB3
}

.additional_song.section span {
    font-size: 14px;
}



@media (max-width: 1099px) {
    .hymn_player_price_container {
        padding: 0 40px;
    }
    #hymn_station {
        scroll-margin-top: 120px; /* ヘッダーの高さ分 */
    }
    #new_hymn_player {
        scroll-margin-top: 120px; /* ヘッダーの高さ分 */
    }
}


@media (max-width: 768px) {
    #hymn_station {
        scroll-margin-top: 180px; /* ヘッダーの高さ分 */
    }
    #new_hymn_player {
        scroll-margin-top: 180px; /* ヘッダーの高さ分 */
    }
    h1#page_base_title {
        margin-bottom: 20px;
    }

    .section h2 {
        font-family: var(--font-notosan);
        font-size: 24px;
        font-weight: 500;
        line-height: 1.16;
    }

    .hymn_player_price_container {
        padding: 0 22px;
        margin: 48px auto 0;
    }

    .hymn_player_price_content {
        column-gap: 0;
        grid-template-columns: 1fr;
        row-gap: 72px;
    }

    .hymn_player_price h3 {
        font-size: 12px;
    }

    .hymn_player_content_title {
        margin-bottom: 8px;
    }

    .hymn_player_price_content_block {
        row-gap: 120px;
    }

    .section a {
        font-size: 12px;
        line-height: 1.666;
    }

    .section p {
        font-size: 12px;
        line-height: 1.666;
    }

    .section span {
        font-size: 12px;
        line-height: 1.666;
    }

    .hymn_player_content {
        grid-template-columns: 8fr 14fr 9fr;
        column-gap: 16px;
        align-items: start;
    }

    .hymn_player_content_title {
        grid-template-columns: 8fr 14fr 9fr;
        gap: 16px;
    }

    .hymn_station .hymn_player_content {
        grid-template-columns: 8fr 14fr 9fr;
    }

    .additional_song.section h2 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .additional_song.section p {
        font-size: 16px;
        line-height: 1.875;
    }

    .additional_song.section span {
        line-height: 1.71;
    }

}