        .new-releases-title {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 0rem;
            margin-top: 0rem;
            text-align: center;
            color: #333;
            padding-top: 1rem;
            padding-bottom: 1rem;
            font-family: initial;
            background-color: #FFEFD5;
        }

        .new-releases-section {
            max-width: 100%;
            margin: 0rem auto 2rem;
            padding: 0rem;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        }
        
        /* 前のページを読み込むボタン */
.load-previous-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.2rem auto;
    padding: 0.5rem;
}

.load-previous-wrapper[hidden] {
    display: none !important;
}

.load-previous-button {
    font-size: 1.4rem;
    font-weight: bold;
    color: #007acc;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 999px;
    padding: 0.9rem 1.4rem;
    box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.load-previous-button:disabled {
    opacity: 0.6;
    cursor: wait;
}