/* お菓子ラベルLP固有調整。基本レイアウトは food-label.css を継承する。 */
.confectionery-hero .food-hero__inner {
    background-image:
        linear-gradient(90deg, rgba(22, 18, 14, 0.82) 0%, rgba(22, 18, 14, 0.66) 42%, rgba(22, 18, 14, 0.16) 72%, rgba(22, 18, 14, 0.04) 100%),
        url("/assets/images/gallery/food/komatsu_ya/komatsu_ya_image1.avif");
    background-position: center 48%;
}

.confectionery-variants,
.confectionery-related {
    background: #f8f6f2;
}

.confectionery-related .food-routing__card {
    background: #fff;
}

@media (max-width: 767px) {
    .confectionery-hero .food-hero__inner {
        background-image:
            linear-gradient(90deg, rgba(22, 18, 14, 0.86) 0%, rgba(22, 18, 14, 0.72) 62%, rgba(22, 18, 14, 0.32) 100%),
            url("/assets/images/gallery/food/komatsu_ya/komatsu_ya_image1.avif");
        background-position: 58% center;
    }
}
