/* ========== カラー ========== */
.color-circle:nth-child(1) {
    background: #FFFFFF;
}

.color-circle:nth-child(2) {
    background: #F7EEDF;
}

.color-circle:nth-child(3) {
    background: #D2B96D;
}

.color-circle:nth-child(4) {
    background: #432D1A;
}