@charset "utf-8";
:root {
    --nav-bg-color: #14AF42;
    --section-bg-color1: #FCFFEE;
    --cat-easter: #F5C00E;
    --cat-easter-rgb: 245 192 14;
    --cat-easter-point: #FE8794;
    --cat-easter-bg: #FFFAE9;
    --cat-easter-bg2: #fdf3d2;
    --cat-mother: #FF759C;
    --cat-mother-rgb: 255 117 156;
    --cat-mother-point: #D55A5A;
    --cat-mother-bg: #FAEBEB;
    --cat-mother-bg2: #FCF6F6;
    --cat-vegetable: #489F2F;
    --cat-vegetable-rgb: 72 159 47;
    --cat-vegetable-point: #FF863B;
    --cat-vegetable-bg: #E4F5DE;
    --cat-vegetable-bg2: #F5FCF3;
    --cat-halloween: #FF863B;
    --cat-halloween-rgb: 255 134 59;
    --cat-halloween-point: #957BD8;
    --cat-halloween-bg: #FFECDF;
    --cat-halloween-bg2: #FEF6EF;
    --cat-christmas: #109037;
    --cat-christmas-rgb: 16 144 55;
    --cat-christmas-point: #D55A5A;
    --cat-christmas-bg: #E4F3E9;
    --cat-christmas-bg2: #f3fcf6;
    --cat-birthday: #47CDD8;
    --cat-birthday-rgb: 71 205 216;
    --cat-birthday-point: #FF759C;
    --cat-birthday-bg: #E0F7F9;
    --cat-event: #D55A5A;
    --cat-event-rgb: 213 90 90;
}
/*==========================================*/
/*PC & ALL*/
/*==========================================*/
article {
    font-size: 20px;
    color: #000;
    line-height: 1.6;
}
.contents-lead {
    padding-top: 24px;
    padding-bottom: 64px;
}
.contents-cooking-level, .contents-event-recipe {
    padding-top: 120px;
    padding-bottom: 80px;
}
.contents-cooking-level {
    background: var(--section-bg-color1);
}
.contents-event-recipe {
    background: var(--cat-birthday-bg);
}
/*Title*/
.contents-ttl-block {
    text-align: center;
    position: relative;
}
.contents-ttl-block img {
    height: 30px;
    width: auto;
}
.contents-ttl-block::before, .contents-ttl-block::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
}
.contents-cooking-level .contents-ttl-block::before {
    width: 151px;
    height: 58px;
    background: url("/kids_yasai/assets/img/common/ico-friends01.webp") no-repeat center / contain;
    top: -72px;
}
.contents-event-recipe .contents-ttl-block::before {
    width: 148px;
    height: 74px;
    background: url("/kids_yasai/assets/img/common/ico-friends02.webp") no-repeat center / contain;
    top: -88px;
}
.contents-ttl-block::after {
    width: 200px;
    height: 8px;
    background: url("/kids_yasai/assets/img/common/ico-line01.svg") no-repeat center / contain;
    bottom: -24px;
}
.contents-cooking-level__ttl, .contents-challenge-vegetable__ttl {
    margin-inline: auto;
    padding-bottom: 8px;
    border-bottom: 3px dashed #009B22;
    text-align: center;
}
.contents-cooking-level__ttl {
    width: 520px;
}
.contents-challenge-vegetable__ttl {
    width: 330px;
}
.contents-cooking-level__ttl img, .contents-challenge-vegetable__ttl img {
    height: 22px;
    width: auto;
}
.contents-cooking-level__img {
    margin-top: 8px;
    text-align: center;
}
.contents-cooking-level__img img {
    height: 50px;
    width: auto;
}
.contents-challenge-vegetable {
    padding-top: 60px;
    padding-bottom: 60px;
}
.contents-lead-txt {
    text-align: center;
}
.contents-search {
    margin-top: 40px;
    text-align: center;
}
.contents-search__ttl img {
    height: 30px;
}
.contents-search__list {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 40px;
}
.contents-search__list-itm-link {
    width: 310px;
    height: 48px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: var(--nav-bg-color);
    border-radius: 12px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
@media screen and (min-width: 769px), print {
    .contents-search__list-itm:nth-child(1) .contents-search__list-itm-link {
        padding-right: 10px;
    }
}
.contents-search__list-itm-link::after {
    position: absolute;
    content: "";
    width: .3em;
    height: .3em;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: rotate(-135deg);
    top: 0;
    bottom: 0;
    right: .5em;
    margin: auto;
}
.contents-search__list-itm-link img {
    height: 24px;
    width: auto;
}
.contents-guide {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 16px;
}
.contents-guide a {
    width: 310px;
    height: 105px;
    color: #E25C49;
    border-radius: 12px;
    text-decoration: none;
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.contents-guide__start {
    border: 2px solid currentColor;
    align-items: center;
}
.contents-guide__start::after {
    position: absolute;
    content: "→";
    right: .3em;
    font-weight: bold;
}
.contents-guide__start-txt1 {
    position: relative;
}
.contents-guide__start-txt1::before, .contents-guide__start-txt1::after {
    position: absolute;
    content: "";
    margin: auto;
}
.contents-guide__start-txt1::before {
    width: 32px;
    height: 36px;
    background: url("/kids_yasai/assets/img/challenge-recipe/nav-btn-01.svg") no-repeat center / contain;
    left: -2em;
}
.contents-guide__start-txt1::after {
    width: 28px;
    height: 38px;
    background: url("/kids_yasai/assets/img/challenge-recipe/nav-btn-02.svg") no-repeat center / contain;
    right: -2em;
}
.contents-guide__start-txt1 img {
    height: 20px;
    vertical-align: bottom;
}
.contents-guide__start-txt2 {
    margin-top: 16px;
    font-size: 18px;
}
.contents-guide__family {
    padding-inline: 16px;
    font-weight: bold;
    background: #F9E0DC;
}
.contents-guide__family-txt1 {
    font-size: 15px;
}
.contents-guide__family-txt1 span {
    display: inline-block;
    position: relative;
}
.contents-guide__family-txt1 span::before, .contents-guide__family-txt1 span::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
}
.contents-guide__family-txt1 span::before {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    right: -24px;
}
.contents-guide__family-txt1 span::after {
    width: .3em;
    height: .3em;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: rotate(135deg);
    right: -18px;
}
.contents-guide__family-txt2 {
    margin-top: 4px;
    font-size: 13px;
    line-height: 2;
}
.contents-cooking-level-lead {
    margin-top: 64px;
    text-align: center;
}
.contents-cooking-level-wrap {
    margin-top: 40px;
    display: grid;
    gap: 56px;
}
.contents-cooking-level__list {
    margin-top: 24px;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(6, calc(120px * 1.2));
    gap: 24px;
}
.contents-cooking-level__list-itm-link {
    display: block;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0;
}
.contents-cooking-level__list-itm-img {
    height: calc(86px * 1.2);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.contents-cooking-level__list-itm-img::before, .contents-cooking-level__list-itm-img::after {
    position: absolute;
    content: "";
    z-index: 1;
}
.contents-cooking-level__list-itm-img::before {
    width: 24px;
    height: 24px;
    background: #D9D9D9;
    border-radius: 50%;
    right: 4px;
    bottom: 6px;
}
.contents-cooking-level__list-itm-img::after {
    width: .3em;
    height: .3em;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: rotate(135deg);
    right: 12px;
    bottom: 15px;
}
.contents-cooking-level__list-itm-link img {
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
}
.contents-cooking-level__list-itm-name {
    padding-top: 8px;
}
.contents-challenge-vegetable-wrap {
    margin-top: 64px;
    display: grid;
    gap: 56px;
}
.contents-challenge-vegetable__lead {
    margin-top: 8px;
    text-align: center;
}
.contents-challenge-vegetable__list {
    margin-top: 8px;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 160px);
    gap: 8px;
}
.contents-challenge-vegetable__list-itm {
    height: 140px;
    font-size: 14px;
    font-weight: bold;
    color: #009B22;
    border: 2px solid #FFECB7;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.contents-challenge-vegetable__list-itm-img {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contents-challenge-vegetable__list-itm-img img {
    order: 2;
    height: 85px;
    width: auto;
    object-fit: contain;
}
.contents-challenge-vegetable__list-itm-img figcaption {
    order: 1;
}
.contents-event-recipe-wrap {
    width: 800px;
    margin: 120px auto 0;
}
.contents-event-recipe__ttl {
    text-align: center;
    position: relative;
}
.contents-event-recipe__ttl::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    mask: url("/kids_yasai/assets/img/challenge-recipe/ico-birthday.svg") no-repeat bottom center;
    mask-size: contain;
    -webkit-mask: url("/kids_yasai/assets/img/challenge-recipe/ico-birthday.svg") no-repeat bottom center;
    -webkit-mask-size: contain;
    background-color: var(--cat-birthday-point);
    top: -56px;
    left: 0;
    right: 0;
    margin: auto;
}
.contents-event-recipe__ttl img {
    height: 30px;
    width: auto;
}
.challenge-top-content-recipe__wrap {
    margin-top: 32px;
}
.challenge-top-contents-event-recipe__nav__wrap {
    margin-top: 24px;
}
/*ルビ*/
ruby {
    position: relative;
}
ruby rt {
    margin-bottom: -.5em;
}
@media screen and (min-width: 769px), print {
    .challenge-recipe a, .challenge-recipe a figure {
        -webkit-transition: 0.65s ease;
        transition: 0.65s ease;
    }
    a:hover .content-recipe-pic {
        border: 5px solid #47CDD8;
    }
}
/*==========================================*/
/*SP*/
/*==========================================*/
@media screen and (max-width: 768px) {
    article {
        font-size: calc((15 / 375) * 100vw);
    }
    .contents-lead {
        padding-top: calc((32 / 375) * 100vw);
        padding-bottom: calc((32 / 375) * 100vw);
    }
    .contents-cooking-level, .contents-event-recipe {
        padding-top: calc((104 / 375) * 100vw);
        padding-bottom: calc((64 / 375) * 100vw);
    }
    /*Title*/
    .contents-ttl-block img {
        height: calc((30 / 375) * 100vw);
    }
    .contents-ttl-block img[data-module="replace-deviceimage"] {
        height: calc((60 / 375) * 100vw);
    }
    .contents-cooking-level .contents-ttl-block::before {
        width: calc((151 / 375) * 100vw);
        height: calc((58 / 375) * 100vw);
        top: calc((-72 / 375) * 100vw);
    }
    .contents-event-recipe .contents-ttl-block::before {
        width: calc((148 / 375) * 100vw);
        height: calc((74 / 375) * 100vw);
        top: calc((-88 / 375) * 100vw);
    }
    .contents-ttl-block::after {
        width: calc((200 / 375) * 100vw);
        height: calc((8 / 375) * 100vw);
        bottom: calc((-24 / 375) * 100vw);
    }
    .contents-cooking-level__ttl, .contents-challenge-vegetable__ttl {
        padding-bottom: calc((8 / 375) * 100vw);
    }
    .contents-cooking-level__ttl {
        width: calc((280 / 375) * 100vw);
    }
    .contents-challenge-vegetable__ttl {
        width: calc((330 / 375) * 100vw);
    }
    .contents-cooking-level__ttl img, .contents-challenge-vegetable__ttl img {
        height: calc((22 / 375) * 100vw);
    }
    .contents-cooking-level__img {
        margin-top: calc((8 / 375) * 100vw);
    }
    .contents-cooking-level__img img {
        height: calc((50 / 375) * 100vw);
    }
    .contents-cooking-level__ttl img[data-module="replace-deviceimage"], .contents-challenge-vegetable__ttl img[data-module="replace-deviceimage"] {
        height: calc((62 / 375) * 100vw);
    }
    .item03 .contents-cooking-level__ttl img[data-module="replace-deviceimage"] {
        height: calc((56 / 375) * 100vw);
    }
    .contents-challenge-vegetable {
        padding-top: calc((32 / 375) * 100vw);
        padding-bottom: calc((32 / 375) * 100vw);
    }
    .contents-lead-txt {
        width: calc((335 / 375) * 100vw);
        margin: 0 auto;
        line-height: 2;
        text-align: left;
    }
    .contents-search {
        margin-top: calc((32 / 375) * 100vw);
    }
    .contents-search__ttl img {
        height: calc((60 / 375) * 100vw);
    }
    .contents-search__list {
        margin-top: calc((16 / 375) * 100vw);
        gap: calc((8 / 375) * 100vw);
    }
    .contents-search__list-itm-link {
        width: calc((145 / 375) * 100vw);
        height: auto;
        min-height: calc((84 / 375) * 100vw);
        padding-top: calc((16 / 375) * 100vw);
        padding-bottom: calc((28 / 375) * 100vw);
        font-size: calc((20 / 375) * 100vw);
        border-radius: calc((12 / 375) * 100vw);
        line-height: 1.4;
        justify-content: center;
    }
    .contents-search__list-itm-link::after {
        top: auto;
        bottom: .4em;
        left: 0;
        right: 0;
        margin: auto;
    }
    .contents-search__list-itm-link img {
        height: calc((42 / 375) * 100vw);
    }
    .contents-guide {
        margin-top: calc((32 / 375) * 100vw);
        flex-direction: column;
        align-items: center;
        gap: calc((16 / 375) * 100vw);
    }
    .contents-guide a {
        width: calc((335 / 375) * 100vw);
        height: calc((105 / 375) * 100vw);
        border-radius: calc((12 / 375) * 100vw);
    }
    .contents-guide__start-txt1::before, .contents-guide__start-txt1::after {
        bottom: calc((-5 / 375) * 100vw);
        ;
    }
    .contents-guide__start-txt1::before {
        width: calc((32 / 375) * 100vw);
        height: calc((36 / 375) * 100vw);
        left: -3em;
    }
    .contents-guide__start-txt1::after {
        width: calc((28 / 375) * 100vw);
        height: calc((38 / 375) * 100vw);
        right: -3em;
    }
    .contents-guide__start-txt1 img {
        height: calc((22 / 375) * 100vw);
    }
    .contents-guide__start-txt2 {
        margin-top: calc((12 / 375) * 100vw);
        font-size: calc((18 / 375) * 100vw);
    }
    .contents-guide__family {
        padding-inline: calc((16 / 375) * 100vw);
    }
    .contents-guide__family-txt1 {
        font-size: calc((15 / 375) * 100vw);
    }
    .contents-guide__family-txt1 span::before {
        width: calc((16 / 375) * 100vw);
        height: calc((16 / 375) * 100vw);
        right: calc((-24 / 375) * 100vw);
    }
    .contents-guide__family-txt1 span::after {
        right: calc((-18 / 375) * 100vw);
    }
    .contents-guide__family-txt2 {
        margin-top: calc((4 / 375) * 100vw);
        font-size: calc((13 / 375) * 100vw);
    }
    .contents-cooking-level-lead {
        margin-top: calc((56 / 375) * 100vw);
    }
    .contents-cooking-level {
        width: 100vw;
        overflow: hidden;
    }
    .contents-cooking-level-wrap {
        margin-top: calc((40 / 375) * 100vw);
        gap: calc((56 / 375) * 100vw);
    }
    .contents-cooking-level__list {
        width: 100vw;
        overflow-x: scroll;
        margin-top: calc((24 / 375) * 100vw);
        padding-left: calc((32 / 375) * 100vw);
        padding-right: calc((32 / 375) * 100vw);
        padding-bottom: calc((8 / 375) * 100vw);
        display: flex;
        justify-content: flex-start;
        gap: calc((16 / 375) * 100vw);
    }
    .contents-cooking-level__list-itm {
        width: calc((120 / 375) * 100vw * 1.2);
        flex-shrink: 0;
    }
    .contents-cooking-level__list-itm-link {
        font-size: calc((14 / 375) * 100vw);
    }
    .contents-cooking-level__list-itm-img {
        border-radius: calc((10 / 375) * 100vw);
        height: calc((86 / 375) * 100vw * 1.2);
    }
    .contents-cooking-level__list-itm-img::before {
        width: calc((24 / 375) * 100vw);
        height: calc((24 / 375) * 100vw);
        right: calc((4 / 375) * 100vw);
        bottom: calc((6 / 375) * 100vw);
    }
    .contents-cooking-level__list-itm-img::after {
        right: calc((12 / 375) * 100vw);
        bottom: calc((15 / 375) * 100vw);
    }
    .contents-cooking-level__list-itm-name {
        padding-top: calc((8 / 375) * 100vw);
    }
    .contents-challenge-vegetable-wrap {
        margin-top: calc((64 / 375) * 100vw);
        gap: calc((56 / 375) * 100vw);
    }
    .contents-challenge-vegetable__lead {
        width: calc((335 / 375) * 100vw);
        margin-top: calc((8 / 375) * 100vw);
        margin-inline: auto;
        text-align: left;
    }
    .contents-challenge-vegetable__list {
        margin-top: calc((8 / 375) * 100vw);
        grid-template-columns: repeat(2, calc((160 / 375) * 100vw));
        gap: calc((8 / 375) * 100vw);
    }
    .contents-challenge-vegetable__list-itm {
        height: calc((140 / 375) * 100vw);
        font-size: calc((14 / 375) * 100vw);
        border-radius: calc((8 / 375) * 100vw);
    }
    .contents-challenge-vegetable__list-itm-img {
        gap: calc((8 / 375) * 100vw);
    }
    .contents-challenge-vegetable__list-itm-img img {
        height: calc((85 / 375) * 100vw);
    }
    .contents-event-recipe-wrap {
        width: calc((335 / 375) * 100vw);
        margin-top: calc((120 / 375) * 100vw);
    }
    .contents-event-recipe__ttl::before {
        width: calc((36 / 375) * 100vw);
        height: calc((36 / 375) * 100vw);
        top: calc((-56 / 375) * 100vw);
    }
    .contents-event-recipe__ttl img {
        height: calc((30 / 375) * 100vw);
    }
    .challenge-top-content-recipe__wrap {
        margin-top: calc((32 / 375) * 100vw);
    }
    .challenge-top-contents-event-recipe__nav__wrap {
        margin-top: calc((24 / 375) * 100vw);
    }
}
.contents-event-recipe-wrap__footer-btn-link {
    width: 335px;
    min-height: 56px;
    margin-top: 24px;
    margin-inline: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    color: #fff;
    background: var(--cat-birthday);
    border: 2px solid #fff;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
}
.contents-event-recipe-wrap__footer-btn-link::after {
    position: absolute;
    content: "";
    width: .3em;
    height: .3em;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    right: .8em;
    margin: auto;
}
@media screen and (min-width: 769px), print {
    .contents-event-recipe-wrap__footer-btn-link {
        -webkit-transition: 0.65s ease;
        transition: 0.65s ease;
    }
    .contents-event-recipe-wrap__footer-btn-link:hover {
        background: rgb(var(--cat-birthday-rgb) / .6);
    }
}
@media screen and (max-width: 768px) {
    .contents-event-recipe-wrap__footer-btn-link {
        width: calc((335 / 375) * 100vw);
        min-height: calc((56 / 375) * 100vw);
        margin-top: calc((24 / 375) * 100vw);
        padding-top: calc((8 / 375) * 100vw);
        padding-bottom: calc((8 / 375) * 100vw);
        padding-left: calc((64 / 375) * 100vw);
        font-size: calc((20 / 375) * 100vw);
    }
    .contents-event-recipe-wrap__footer-btn-link::after {
        position: absolute;
        content: "";
        width: .3em;
        height: .3em;
        border-top: 2px solid currentColor;
        border-left: 2px solid currentColor;
        transform: rotate(135deg);
        top: 0;
        bottom: 0;
        right: .8em;
        margin: auto;
    }
}
/*==========================================*/
/*PC & ALL*/
/*==========================================*/
/*イベントレシピ　ナビゲーション*/
.contents-event-recipe__nav {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 335px);
    gap: 10px;
}
.contents-event-recipe__nav-itm {
    background: #fff;
    border-radius: 8px;
}
.contents-event-recipe__nav-itm-link {
    min-height: 56px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size: 20px;
    color: #fff !important;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
}
.contents-event-recipe__nav-itm-link::after {
    position: absolute;
    content: "";
    width: .3em;
    height: .3em;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    right: .8em;
    margin: auto;
}
@media screen and (min-width: 769px), print {
    .contents-event-recipe__nav a {
        -webkit-transition: 0.65s ease;
        transition: 0.65s ease;
    }
    .contents-event-recipe__nav-itm.birthday .contents-event-recipe__nav-itm-link:hover {
        background: rgb(var(--cat-birthday-rgb) / .6);
    }
    .contents-event-recipe__nav-itm.easter .contents-event-recipe__nav-itm-link:hover {
        background: rgb(var(--cat-easter-rgb) / .6);
    }
    .contents-event-recipe__nav-itm.mother .contents-event-recipe__nav-itm-link:hover {
        background: rgb(var(--cat-mother-rgb) / .6);
    }
    .contents-event-recipe__nav-itm.vegetable .contents-event-recipe__nav-itm-link:hover {
        background: rgb(var(--cat-vegetable-rgb) / .6);
    }
    .contents-event-recipe__nav-itm.halloween .contents-event-recipe__nav-itm-link:hover {
        background: rgb(var(--cat-halloween-rgb) / .6);
    }
    .contents-event-recipe__nav-itm.christmas .contents-event-recipe__nav-itm-link:hover {
        background: rgb(var(--cat-christmas-rgb) / .6);
    }
    .contents-event-recipe__nav-itm.event .contents-event-recipe__nav-itm-link:hover {
        background: rgb(var(--cat-event-rgb) / .1);
    }
}
/*==========================================*/
/*SP*/
/*==========================================*/
@media screen and (max-width: 768px) {
    .contents-event-recipe__nav {
        grid-template-columns: calc((335 / 375) * 100vw) !important;
        gap: calc((10 / 375) * 100vw);
    }
    .contents-event-recipe__nav-itm-link {
        min-height: calc((56 / 375) * 100vw);
        padding-top: calc((8 / 375) * 100vw);
        padding-bottom: calc((8 / 375) * 100vw);
        padding-left: calc((16 / 375) * 100vw);
        font-size: calc((20 / 375) * 100vw);
    }
}
.contents-event-recipe__nav-itm.birthday .contents-event-recipe__nav-itm-link {
    background: var(--cat-birthday);
}
.contents-event-recipe__nav-itm.easter .contents-event-recipe__nav-itm-link {
    background: var(--cat-easter);
}
.contents-event-recipe__nav-itm.mother .contents-event-recipe__nav-itm-link {
    background: var(--cat-mother);
}
.contents-event-recipe__nav-itm.vegetable .contents-event-recipe__nav-itm-link {
    background: var(--cat-vegetable);
}
.contents-event-recipe__nav-itm.halloween .contents-event-recipe__nav-itm-link {
    background: var(--cat-halloween);
}
.contents-event-recipe__nav-itm.christmas .contents-event-recipe__nav-itm-link {
    background: var(--cat-christmas);
}
.contents-event-recipe__nav-itm.event .contents-event-recipe__nav-itm-link {
    color: var(--cat-event) !important;
    background: #fff;
    border: 2px solid var(--cat-event);
}
/*==========================================*/
/*PC & ALL*/
/*==========================================*/
/*絵日記*/
.footer-challenge-diary__lead {
    font-size: 15px;
    text-align: center;
}
.footer-challenge-diary__lead span {
    display: inline-block;
    text-align: left;
}
.footer-challenge-diary__btn-link {
    width: 340px;
    height: 60px;
    margin-top: 24px;
    margin-inline: auto;
    font-size: 18px;
    color: #63C36E !important;
    background: #FFF;
    border: 2px solid #63C36E;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
}
.footer-challenge-diary__btn-link::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    mask: url("/kids_yasai/assets/img/challenge-recipe/ico_diary.svg") no-repeat center;
    mask-size: contain;
    -webkit-mask: url("/kids_yasai/assets/img/challenge-recipe/ico_diary.svg") no-repeat center;
    -webkit-mask-size: contain;
    background-color: #63C36E;
    bottom: 15px;
    left: 1em;
}
.footer-challenge-diary__btn-link::after {
    position: absolute;
    content: "→";
    top: 15px;
    right: 1em;
}
#diary .content {
    font-size: 15px;
    text-align: center;
}
#diary .content-ttl {
    position: relative;
}
#diary .content-ttl img {
    height: 36px;
    width: auto;
}
#diary .content-ttl::before, #diary .content-ttl::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
}
#diary .content-ttl::before {
    width: 33px;
    height: 33px;
    background: url("/kids_yasai/assets/img/challenge-recipe/icon_nav05.svg") no-repeat center /contain;
    top: -48px;
}
#diary .content-ttl::after {
    width: 263px;
    height: 13px;
    background: url("/kids_yasai/assets/img/challenge-recipe/ttl_bg_05.svg") no-repeat center /contain;
    bottom: -30px;
}
#diary .content-txt {
    display: inline-block;
    margin-top: 64px;
    padding-bottom: 15px;
    border-bottom: dashed 2px #FC8025;
}
#diary .content-txt-sub {
    margin-top: 15px;
    font-size: 14px;
}
#diary .content-pic {
    width: 587px;
    margin-top: 27px;
    margin-inline: auto;
}
#diary .content-dl-btn {
    width: 505px;
    height: 85px;
    margin-top: 20px;
    margin-inline: auto;
    background: #63C36E;
    border: 2px solid #63C36E;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#diary .content-dl-btn img {
    height: 37px;
    width: auto;
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7498%) hue-rotate(126deg) brightness(112%) contrast(96%);
}
#diary .content-dl-btn::after {
    content: "";
    width: 15px;
    height: 18px;
    margin-top: 15px;
    margin-left: 10px;
    mask: url("/kids_yasai/assets/img/challenge-recipe/icon_dl.svg") no-repeat center;
    mask-size: contain;
    -webkit-mask: url("/kids_yasai/assets/img/challenge-recipe/icon_dl.svg") no-repeat center;
    -webkit-mask-size: contain;
    background-color: #FFF;
}
@media screen and (min-width: 769px), print {
    .footer-challenge-diary a, .footer-challenge-diary a::before, #diary a, #diary a img, #diary a::after {
        -webkit-transition: 0.65s ease;
        transition: 0.65s ease;
    }
    .footer-challenge-diary__btn-link:hover {
        color: #FFF !important;
        background: #63C36E;
    }
    .footer-challenge-diary__btn-link:hover::before {
        background-color: #FFF;
    }
    #diary .content-dl-btn:hover {
        background: #fff;
    }
    #diary .content-dl-btn:hover img {
        filter: brightness(0) saturate(100%) invert(73%) sepia(22%) saturate(853%) hue-rotate(76deg) brightness(87%) contrast(95%);
    }
    #diary .content-dl-btn:hover::after {
        background-color: #63C36E;
    }
}
/*==========================================*/
/*SP*/
/*==========================================*/
@media screen and (max-width: 768px) {
    .footer-challenge-diary__lead {
        font-size: 4.8vw;
    }
    .footer-challenge-diary__btn-link {
        margin-top: calc((24 / 375) * 100vw);
        width: calc((340 / 375) * 100vw);
        height: calc((60 / 375) * 100vw);
        font-size: calc((18 / 375) * 100vw);
    }
    .footer-challenge-diary__btn-link::before {
        width: calc((18 / 375) * 100vw);
        height: calc((18 / 375) * 100vw);
        bottom: calc((15 / 375) * 100vw);
    }
    .footer-challenge-diary__btn-link::after {
        top: calc((10 / 375) * 100vw);
    }
    #diary .content {
        font-size: calc((18 / 375) * 100vw);
    }
    #diary .content-ttl img {
        height: calc((37 / 375) * 100vw);
    }
    #diary .content-ttl::before {
        width: calc((33 / 375) * 100vw);
        height: calc((33 / 375) * 100vw);
        top: calc((-48 / 375) * 100vw);
    }
    #diary .content-ttl::after {
        width: calc((263 / 375) * 100vw);
        height: calc((13 / 375) * 100vw);
        bottom: calc((-30 / 375) * 100vw);
    }
    #diary .content-txt {
        margin-top: calc((64 / 375) * 100vw);
        padding-bottom: 0;
        border-bottom: none;
    }
    #diary .content-txt-sub {
        margin-top: calc((15 / 375) * 100vw);
        font-size: calc((14 / 375) * 100vw);
    }
    #diary .content-pic {
        width: calc((240 / 375) * 100vw);
        margin-top: calc((24 / 375) * 100vw);
    }
    #diary .content-dl-btn {
        width: calc((340 / 375) * 100vw);
        height: calc((106 / 375) * 100vw);
        margin-top: calc((20 / 375) * 100vw);
    }
    #diary .content-dl-btn img {
        height: calc((66 / 375) * 100vw);
    }
    #diary .content-dl-btn::after {
        width: calc((15 / 375) * 100vw * 1.2);
        height: calc((18 / 375) * 100vw * 1.2);
        margin-top: calc((15 / 375) * 100vw);
        margin-left: calc((20 / 375) * 100vw);
    }
}
.footer-challenge-event {
    padding-bottom: 64px;
}
.footer-challenge-event #diary {
    padding-top: 80px;
}
.footer-challenge-event .footer-challenge-diary__wrap {
    padding-top: 60px;
}
.footer-challenge-event .contents-event-recipe__nav__wrap {
    padding-top: 140px;
}
.footer-challenge-event .contents-event-recipe__nav__block {
    padding-top: 48px;
}
.footer-challenge-event .contents-ttl-block::before {
    position: absolute;
    content: "";
    width: 148px;
    height: 74px;
    background: url("/kids_yasai/assets/img/common/ico-friends02.webp") no-repeat center / contain;
    top: -88px;
    left: 0;
    right: 0;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .footer-challenge-event {
        padding-bottom: calc((40 / 375) * 100vw);
    }
    .footer-challenge-event #diary {
        padding-top: calc((80 / 375) * 100vw);
    }
    .footer-challenge-event .footer-challenge-diary__wrap {
        padding-top: calc((40 / 375) * 100vw);
    }
    .footer-challenge-event .contents-event-recipe__nav__wrap {
        padding-top: calc((120 / 375) * 100vw);
    }
    .footer-challenge-event .contents-event-recipe__nav__block {
        padding-top: calc((48 / 375) * 100vw);
    }
    .footer-challenge-event .contents-ttl-block::before {
        width: calc((148 / 375) * 100vw);
        height: calc((74 / 375) * 100vw);
        top: calc((-88 / 375) * 100vw);
    }
}
/*==========================================*/
/*さあはじめよう*/
/*==========================================*/
.challenge-start article {
    font-size: 18px;
    padding-bottom: 100px;
}
.challenge-start .start-intro {
    text-align: center;
}
.challenge-start .start-intro h1 {
    display: inline-block;
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
}
.challenge-start .start-intro h1::before, .challenge-start .start-intro h1::after {
    position: absolute;
    content: '';
    top: 20px;
}
.challenge-start .start-intro h1::before {
    background: url("/kids_yasai/assets/img/challenge-recipe/nav-btn-01.svg") no-repeat center / contain;
    width: 58px;
    height: 68px;
    left: -88px;
}
.challenge-start .start-intro h1::after {
    background: url("/kids_yasai/assets/img/challenge-recipe/nav-btn-02.svg") no-repeat center / contain;
    width: 52px;
    height: 71px;
    right: -88px;
}
.challenge-start .start-intro h1 img {
    height: 38px;
    width: auto;
}
.challenge-start .content-rule-quiz-area {
    margin-top: 56px;
    padding-bottom: 40px;
}
.challenge-start .prepare-inner {
    margin-top: 96px;
    padding-bottom: 80px;
}
.challenge-start .content-rule-quiz-area, .challenge-start .prepare-inner {
    width: 1040px;
    margin-inline: auto;
    padding-top: 40px;
    background: #EBF7EA;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
.challenge-start .content-rule-quiz-area::before, .challenge-start .prepare-inner::before {
    position: absolute;
    content: "";
}
.challenge-start .content-rule-quiz-area::before {
    width: 73px;
    height: 132px;
    background: url("/kids_yasai/assets/img/challenge-recipe/yasainanakama11.png") no-repeat center / contain;
    top: -30px;
    right: 270px;
}
.challenge-start .prepare-inner::before {
    width: 106px;
    height: 190px;
    background: url("/kids_yasai/assets/img/challenge-recipe/yasainanakama07.png") no-repeat center / contain;
    top: -70px;
    right: 250px;
}
.challenge-start .content-rule-quiz-area .rule-lead img {
    height: 90px;
    width: auto;
}
.challenge-start .content-rule-inner, .challenge-start .prepare-block-wrap {
    margin-top: 36px;
    display: grid;
    justify-content: center;
}
.challenge-start .content-rule-inner {
    grid-template-columns: repeat(3, 295px);
    gap: 32px;
}
.challenge-start .prepare-block-wrap {
    grid-template-columns: repeat(3, 310px);
    gap: 24px;
}
.challenge-start .content-rule-quiz-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.challenge-start .rule-block-img {
    margin-bottom: 16px;
}
.challenge-start .rule-block-img.rule-01 {
    width: 144px;
}
.challenge-start .rule-block-img.rule-02 {
    margin-top: 10px;
    width: 80px;
}
.challenge-start .rule-block-img.rule-03 {
    margin-top: 20px;
    width: 60px;
}
.challenge-start .content-rule-quiz-btn {
    width: 250px;
    height: 52px;
    margin-top: auto;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #489F2F;
    border: 2px solid #489F2F;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
}
.challenge-start .content-rule-quiz-btn::before, .challenge-start .content-rule-quiz-btn::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 4px;
    background: currentColor;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}
.challenge-start .content-rule-quiz-btn::after {
    transform: rotate(90deg);
}
.challenge-start .prepare-inner .prepare-lead img {
    height: 86px;
    width: auto;
}
.challenge-start .prepare-inner .prepare-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}
.challenge-start .prepare-inner h3 img {
    height: 34px;
    width: auto;
}
.challenge-start .prepare-inner .prepare-block-lead-nth {
    margin-top: -4px;
}
.challenge-start .prepare-inner .prepare-block-lead-nth img {
    height: 40px;
}
.challenge-start .prepare-inner .prepare-block-text p {
    margin-top: 16px;
    padding-bottom: 32px;
}
.challenge-start .prepare-block:nth-child(1) .prepare-block-image {
    width: 163px;
    margin-top: auto;
}
.challenge-start .prepare-block:nth-child(2) .prepare-block-main {
    width: 231px;
    margin-top: auto;
}
.challenge-start .prepare-block:nth-child(3) .prepare-block-main {
    width: 163px;
    margin-top: auto;
}
.challenge-start .prepare-bottom-lead {
    margin-top: 40px;
    font-size: 22px;
    color: #E25C49;
    text-align: center;
}
.challenge-start .prepare-bottom-lead p {
    display: inline-block;
    position: relative;
}
.challenge-start .prepare-bottom-lead p::before, .challenge-start .prepare-bottom-lead p::after {
    position: absolute;
    content: '';
}
.challenge-start .prepare-bottom-lead p::before {
    background: url("/kids_yasai/assets/img/challenge-recipe/guidance-start/notice-before.svg") no-repeat center / contain;
    width: 39px;
    height: 38px;
    top: 40px;
    left: -72px;
}
.challenge-start .prepare-bottom-lead p::after {
    background: url("/kids_yasai/assets/img/challenge-recipe/guidance-start/notice-after.svg") no-repeat center / contain;
    width: calc(39px * .9);
    height: calc(38px * .9);
    top: -4px;
    right: -72px;
}
@media screen and (max-width: 768px) {
    .challenge-start article {
        font-size: calc((18 / 375) * 100vw);
        padding-bottom: calc((80 / 375) * 100vw);
    }
    .challenge-start .start-intro h1 {
        padding-top: calc((38 / 375) * 100vw);
        padding-bottom: calc((38 / 375) * 100vw);
    }
    .challenge-start .start-intro h1::before, .challenge-start .start-intro h1::after {
        top: calc((10 / 375) * 100vw);
    }
    .challenge-start .start-intro h1::before {
        width: 13.4666vw;
        height: 18.1333vw;
        left: calc((-60 / 375) * 100vw);
    }
    .challenge-start .start-intro h1::after {
        width: 11.2vw;
        height: 18.93333vw;
        right: calc((-60 / 375) * 100vw);
    }
    .challenge-start .start-intro h1 img {
        height: calc((28 / 375) * 100vw);
    }
    .challenge-start .content-rule-quiz-area {
        margin-top: calc((40 / 375) * 100vw);
        padding-bottom: calc((40 / 375) * 100vw);
    }
    .challenge-start .prepare-inner {
        margin-top: calc((96 / 375) * 100vw);
        padding-bottom: calc((60 / 375) * 100vw);
    }
    .challenge-start .content-rule-quiz-area, .challenge-start .prepare-inner {
        width: calc((339 / 375) * 100vw);
        padding-top: calc((40 / 375) * 100vw);
        border-radius: calc((10 / 375) * 100vw);
    }
    .challenge-start .content-rule-quiz-area::before, .challenge-start .prepare-inner::before {
        background-position: right top;
    }
    .challenge-start .content-rule-quiz-area::before {
        width: 50vw;
        height: 50vw;
        background-size: 16.666667vw auto;
        top: 0;
        right: calc((-10 / 375) * 100vw);
    }
    .challenge-start .prepare-inner::before {
        width: 50vw;
        height: 50vw;
        background-size: 19.466667vw auto;
        top: calc((-10 / 375) * 100vw);
        right: calc((-8 / 375) * 100vw);
    }
    .challenge-start .content-rule-quiz-area .rule-lead img {
        height: calc((76 / 375) * 100vw);
    }
    .challenge-start .content-rule-inner, .challenge-start .prepare-block-wrap {
        margin-top: calc((36 / 375) * 100vw);
        grid-template-columns: calc((296 / 375) * 100vw) !important;
        gap: calc((56 / 375) * 100vw) !important;
    }
    .challenge-start .rule-block-img {
        margin-top: calc((24 / 375) * 100vw) !important;
        margin-bottom: calc((24 / 375) * 100vw);
    }
    .challenge-start .rule-block-img.rule-01 {
        width: calc((144 / 375) * 100vw);
    }
    .challenge-start .rule-block-img.rule-02 {
        width: calc((80 / 375) * 100vw);
    }
    .challenge-start .rule-block-img.rule-03 {
        width: calc((60 / 375) * 100vw);
    }
    .challenge-start .content-rule-quiz-btn {
        width: calc((250 / 375) * 100vw);
        height: calc((52 / 375) * 100vw);
        font-size: calc((24 / 375) * 100vw);
        border-radius: calc((6 / 375) * 100vw);
    }
    .challenge-start .content-rule-quiz-btn::before, .challenge-start .content-rule-quiz-btn::after {
        width: calc((16 / 375) * 100vw);
        height: calc((4 / 375) * 100vw);
        right: calc((10 / 375) * 100vw);
    }
    .challenge-start .prepare-inner .prepare-lead {
        padding-right: calc((30 / 375) * 100vw);
    }
    .challenge-start .prepare-inner .prepare-lead img {
        height: calc((75 / 375) * 100vw);
    }
    .challenge-start .prepare-inner h3 img {
        height: calc((33 / 375) * 100vw);
    }
    .challenge-start .prepare-inner .prepare-block-lead-nth {
        margin-top: 0;
    }
    .challenge-start .prepare-inner .prepare-block-lead-nth img {
        height: calc((36 / 375) * 100vw);
    }
    .challenge-start .prepare-inner .prepare-block-text p {
        margin-top: calc((16 / 375) * 100vw);
        padding-bottom: calc((32 / 375) * 100vw);
    }
    .challenge-start .prepare-block:nth-child(1) .prepare-block-image {
        width: calc((264 / 375) * 100vw);
    }
    .challenge-start .prepare-block:nth-child(2) .prepare-block-main {
        width: calc((247 / 375) * 100vw);
    }
    .challenge-start .prepare-block:nth-child(3) .prepare-block-main {
        width: calc((189 / 375) * 100vw);
    }
    .challenge-start .prepare-bottom-lead {
        margin-top: calc((40 / 375) * 100vw);
        font-size: calc((22 / 375) * 100vw);
    }
    .challenge-start .prepare-bottom-lead p::before {
        width: calc((39 / 375) * 100vw);
        height: calc((38 / 375) * 100vw);
        top: calc((90 / 375) * 100vw);
        left: calc((-10 / 375) * 100vw);
    }
    .challenge-start .prepare-bottom-lead p::after {
        width: calc((39 / 375) * 100vw * .9);
        height: calc((38 / 375) * 100vw * .9);
        top: calc((-10 / 375) * 100vw);
        right: calc((-10 / 375) * 100vw);
    }
}
/*モーダル表示*/
.challenge-start .modal-content {
    width: 800px;
    position: relative;
}
.challenge-start .modal-content-block {
    padding-top: 30px;
    padding-bottom: 40px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
}
.challenge-start .quiz01_answer_img {
    width: 140px;
    margin: 16px auto 0;
}
.challenge-start .quiz02_answer_img {
    width: 146px;
    margin: 32px auto 0;
}
.challenge-start .quiz03_answer_img {
    width: 146px;
    margin: 16px auto 0;
}
.challenge-start .modal-close {
    position: absolute;
    display: block;
    width: 50px;
    top: -20px;
    right: -20px;
    cursor: pointer;
}
.challenge-start .modal-close::before {
    position: absolute;
    content: "";
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #fff;
    inset: 0;
    margin: auto;
    z-index: -1;
}
/*画像 色変更*/
.challenge-start .modal-close img {
    filter: invert(50%) sepia(6%) saturate(3651%) hue-rotate(63deg) brightness(99%) contrast(102%);
}
@media screen and (max-width: 768px) {
    .challenge-start .modal-content {
        width: calc((334 / 375) * 100vw);
    }
    .challenge-start .modal-content-block {
        padding-top: calc((30 / 375) * 100vw);
        padding-bottom: calc((40 / 375) * 100vw);
        border-radius: calc((6 / 375) * 100vw);
    }
    .challenge-start .quiz01_answer_img {
        width: calc((140 / 375) * 100vw* 1.6);
        margin-top: calc((16 / 375) * 100vw);
    }
    .challenge-start .quiz02_answer_img {
        width: calc((146 / 375) * 100vw * 1.6);
        margin-top: calc((32 / 375) * 100vw);
    }
    .challenge-start .quiz03_answer_img {
        width: calc((146 / 375) * 100vw* 1.6);
        margin-top: calc((16 / 375) * 100vw);
    }
    .challenge-start .modal-close {
        width: calc((40 / 375) * 100vw);
        top: calc((-20 / 375) * 100vw);
        right: calc((-10 / 375) * 100vw);
    }
}
/*==========================================*/
/*おうちの方へ*/
/*==========================================*/
.challenge-parents .parents-insert {
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 41px;
    padding-bottom: 46px;
}
.challenge-parents .parents-insert h1.ttl {
    font-size: 32px;
    color: #E25C49;
    padding-bottom: 21px;
    line-height: 1.65;
    margin-top: -16px;
    margin-bottom: -16px;
}
.challenge-parents .parents-insert-img {
    padding-bottom: 24px;
}
.challenge-parents .parents-insert-img img {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}
.challenge-parents .parents-insert-text p {
    font-size: 18px;
    color: #414141;
    text-align: start;
    line-height: 1.65;
    margin-top: -9px;
    margin-bottom: -9px;
    padding-top: 1em;
}
.challenge-parents section.grown.bg-light-green {
    background-color: #EBF7EA;
    padding-bottom: 36px;
}
.challenge-parents .grown-area {
    max-width: 713px;
    width: 100%;
    margin: 0 auto;
    padding-top: 64px;
    padding-bottom: 20px;
}
.challenge-parents .grown h2.grow-ttl {
    font-size: 26px;
    color: #13AF43;
    text-align: center;
    padding-bottom: 24px;
    line-height: 1.65;
    margin-top: -13px;
    margin-bottom: -13px;
}
.challenge-parents ul.grow-list {
    padding: 0 49px;
}
.challenge-parents .grown li.grow-list-item {
    font-size: 18px;
    color: #E25C49;
    text-decoration-line: underline;
    position: relative;
    line-height: 1.65;
}
.challenge-parents .grow-list-item::before {
    content: '';
    background: url("/kids_yasai/assets/img/challenge-recipe/guidance-for-parents/notice-before.png") no-repeat;
    background-size: auto;
    width: 13px;
    height: 13px;
    background-size: contain;
    position: absolute;
    top: 32%;
    left: -3%;
}
.challenge-parents .grown li.grow-list-item a {
    color: #E25C49;
}
.challenge-parents .grow-text p {
    padding-top: 24px;
    font-size: 18px;
    line-height: 1.65;
    margin-top: -9px;
    margin-bottom: -9px;
}
.challenge-parents .grow-text sup {
    font-size: 0.65em;
}
.challenge-parents .grow-block-min-area {
    max-width: 774px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-bottom: 42px;
}
.challenge-parents .grow-block-min {
    max-width: 321px;
    width: 100%;
    margin: 0 auto;
}
.challenge-parents .grow-block-lead h3 {
    font-size: 24px;
    color: #E25C49;
    text-align: center;
    padding-top: 46px;
    padding-bottom: 24px;
    line-height: 1.65;
    margin-top: -12px;
    margin-bottom: -12px;
}
.challenge-parents .grow-block-img img {
    max-width: 302px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.challenge-parents .grow-block-text p {
    font-size: 18px;
    color: #414141;
    line-height: 1.65;
    margin-top: -9px;
    margin-bottom: -9px;
    padding-top: 24px;
}
.challenge-parents .grow-block-max {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    background-color: #fff;
    border-radius: 10px;
}
.challenge-parents .grow-block-max .grow-block-lead {
    padding-bottom: 24px;
}
.challenge-parents .grow-block-max .grow-block-lead h3 {
    font-weight: bold;
}
.challenge-parents .grow-block-max-area {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 300px);
    gap: 50px 100px;
}
.challenge-parents .grow-block-max-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.challenge-parents .grow-block-max-lead p {
    font-size: 20px;
    font-weight: bold;
    color: #489F2F;
    line-height: 1.65;
    text-align: center;
}
.challenge-parents .grow-block-max-text {
    padding-top: 5px;
    padding-bottom: 22px;
}
.challenge-parents .grow-block-max-text p {
    font-size: 18px;
    color: #414141;
    line-height: 1.65;
}
.challenge-parents .grow-block-max-img {
    width: 206px;
    margin-top: auto;
}
.challenge-parents p.note {
    font-size: 12px;
    color: #414141;
    text-align: left;
    line-height: 1.65;
    width: 714px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.challenge-parents .note a {
    color: #666;
}
.challenge-parents .note a span {
    display: inline-block;
    width: 12px;
    vertical-align: super;
}
.challenge-parents .note a span img {
    vertical-align: bottom;
}
@media screen and (max-width: 768px) {
    .challenge-parents .parents-insert {
        width: calc((339 / 375) * 100vw);
        padding-top: calc((27 / 375) * 100vw);
        padding-bottom: calc((36 / 375) * 100vw);
    }
    .challenge-parents .parents-insert h1.ttl {
        font-size: 7.5vw;
        padding-bottom: calc((21 / 375) * 100vw);
        margin-top: calc((-16 / 375) * 100vw);
        margin-bottom: calc((-16 / 375) * 100vw);
    }
    .challenge-parents .parents-insert-img {
        padding-bottom: calc((24 / 375) * 100vw);
    }
    .challenge-parents .parents-insert-text p {
        font-size: calc((18 / 375) * 100vw);
        margin-top: calc((-9 / 375) * 100vw);
        margin-bottom: calc((-9 / 375) * 100vw);
    }
    .challenge-parents section.grown.bg-light-green {
        padding-bottom: calc((36 / 375) * 100vw);
    }
    .challenge-parents .grown-area {
        width: 80.5333vw;
        padding-top: calc((36 / 375) * 100vw);
        padding-bottom: 0;
    }
    .challenge-parents .grown h2.grow-ttl {
        font-size: calc((26 / 375) * 100vw);
        padding-bottom: calc((24 / 375) * 100vw);
        margin-top: calc((-13 / 375) * 100vw);
        margin-bottom: calc((-13 / 375) * 100vw);
    }
    .challenge-parents ul.grow-list {
        padding-left: 0;
        padding-right: calc((20 / 375) * 100vw);
    }
    .challenge-parents .grown li.grow-list-item {
        font-size: calc((18 / 375) * 100vw);
    }
    .challenge-parents .grow-list-item::before {
        width: calc((13 / 375) * 100vw);
        height: calc((13 / 375) * 100vw);
        left: calc((-16 / 375) * 100vw);
    }
    .challenge-parents .grow-text p {
        padding-top: calc((24 / 375) * 100vw);
        font-size: calc((18 / 375) * 100vw);
        margin-top: calc((-9 / 375) * 100vw);
        margin-bottom: calc((-9 / 375) * 100vw);
    }
    .challenge-parents .grow-block-min-area {
        width: 80.5333vw;
        flex-direction: column;
        align-items: center;
        gap: calc((20 / 375) * 100vw);
        padding-bottom: calc((42 / 375) * 100vw);
    }
    .challenge-parents .grow-block-lead h3 {
        font-size: calc((24 / 375) * 100vw);
        padding-top: calc((46 / 375) * 100vw);
        padding-bottom: calc((24 / 375) * 100vw);
        margin-top: calc((-12 / 375) * 100vw);
        margin-bottom: calc((-12 / 375) * 100vw);
    }
    .challenge-parents .grow-block-text p {
        font-size: calc((18 / 375) * 100vw);
        margin-top: calc((-9 / 375) * 100vw);
        margin-bottom: calc((-9 / 375) * 100vw);
        padding-top: calc((24 / 375) * 100vw);
    }
    .challenge-parents .grow-block-max {
        width: 90.4vw;
        padding-bottom: calc((30 / 375) * 100vw);
        border-radius: calc((10 / 375) * 100vw);
    }
    .challenge-parents .grow-block-max .grow-block-lead {
        padding-bottom: calc((24 / 375) * 100vw);
    }
    .challenge-parents .grow-block-max-area {
        grid-template-columns: calc((300 / 375) * 100vw);
        gap: calc((50 / 375) * 100vw);
    }
    .challenge-parents .grow-block-max-lead p {
        font-size: calc((20 / 375) * 100vw);
    }
    .challenge-parents .grow-block-max-text {
        padding-top: calc((5 / 375) * 100vw);
        padding-bottom: calc((22 / 375) * 100vw);
    }
    .challenge-parents .grow-block-max-text p {
        font-size: calc((18 / 375) * 100vw);
    }
    .challenge-parents .grow-block-max-img {
        width: calc((206 / 375) * 100vw);
    }
    .challenge-parents p.note {
        width: 100%;
        margin-top: calc((30 / 375) * 100vw);
        font-size: calc((12 / 375) * 100vw);
    }
    .challenge-parents .note a span {
        width: calc((12 / 375) * 100vw);
    }
}
.challenge-recipe .contents-challenge-bnr {
    margin-top: 64px;
}
@media screen and (max-width: 768px) {
    .challenge-recipe .contents-challenge-bnr {
        margin-top: calc((56 / 375) * 100vw);
    }
}