@charset "UTF-8";

/* 5003：甘味料なしタイプ・オレンジ箱80g */
.recipe-content-5003 {
    --takuan-accent: #e06a24;
    --takuan-accent-dark: #8b381f;
    --takuan-soft: #fff0d8;
    --takuan-line: #eca45e;
}

.recipe-content-5003 .recipe-1050-hero {
    background: #e98128;
}

.recipe-content-5003 .recipe-1050-hero__image {
    background-position: center;
}

.recipe-content-5003 .recipe-1050-hero__image:before {
    background: linear-gradient(90deg, rgba(255,252,244,.98) 0%, rgba(255,248,232,.94) 42%, rgba(255,239,213,.54) 70%, rgba(255,232,193,.12) 100%);
}

.recipe-content-5003 .recipe-1050-note {
    border: 2px solid #ef9a46;
}

.recipe-content-5003 .recipe-1050-note .recipe-1050-section-image {
    max-width: 420px;
}

.recipe-content-5003 .recipe-1050-note .recipe-1050-section-image img {
    max-height: 360px;
    object-fit: contain;
}

.recipe-content-5003 .recipe-1050-daily-item:nth-child(4) {
    background: #fff0d8;
    border: 2px solid #e8923f;
}

