@charset "UTF-8";

/* 5002：甘味料ありタイプ（黄箱・赤箱・青箱） */
.recipe-content-5002 {
    --takuan-accent: #d76a25;
    --takuan-accent-dark: #86411f;
    --takuan-soft: #fff4d9;
    --takuan-line: #e9c584;
}

.recipe-content-5002 .recipe-1050-hero {
    background: #e99a2f;
}

.recipe-content-5002 .recipe-1050-hero__image {
    background-position: center 58%;
}

.recipe-content-5002 .recipe-1050-daily-item:nth-child(1) {
    border-top: 5px solid #e5c42d;
}

.recipe-content-5002 .recipe-1050-daily-item:nth-child(2) {
    border-top: 5px solid #ce4335;
}

.recipe-content-5002 .recipe-1050-daily-item:nth-child(3) {
    border-top: 5px solid #287c69;
}

.recipe-content-5002 .takuan-tools__notice {
    display: none;
}

