.sf-main a {
    color: #3C3C43;
}

.sf-u-font_gothicMB {
    font-weight: 900;
}

.switcher {
    display: flex;
    gap: 64px;
    justify-content: center;
    margin-top: var(--space-v-xxl)
}

.switcher__item.-current {
    border-bottom: 2px solid #3c3c43;
}

.store_but a {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #222;
}

.switcher a {
    color: #222;
}

.ice_cream_ttl {
    font-size: 20px;
    font-weight: 700;
}

.ice_cream_txt {
    font-size: 15px;
    font-weight: 500;
}

.introduce_txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
}

.introduce_txt li {
    list-style: disc;
    margin-left: 10px;
}

.text-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.sf-u-font_description {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}

.bg_F4EEDE {
    background-color: #F4EEDE;
}

.bg_e0ceaa {
    background-color: #e0ceaa;
}


.product_list_ttl {
    font-size: 20px;
    font-weight: 700;
    margin: auto;
}

.food__name {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: auto;
    margin-top: 10px;
}

.food__name span {
    display: inline-block;
}

.price {
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}

.price span {
    font-size: 22px;
    font-weight: 700;
    padding: 0 3px;
    font-family: Arial, Helvetica, sans-serif;
}

.food_container {
    width: 960px;
    margin: 0 auto;
}


.h-txt {
    height: 130px;
}

.h-txt_2 {
    height: 180px;
}

.h-txt_3 {
    height: 210px;
}


.lineUp__card {
    width: 100%
}

.points_Text {
    background-color: #e0ceaa;
    height: 163px;
    width: 730px;
    right: 490px;
    position: absolute;
    /* top: 90%; */
    transform: translate(0%, -40%);
}

.position-relative {
    position: relative;
}

.card {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-end;
    margin-top: -40px;
    position: relative;
    /* z-index: 2; */
    /* right: 0; */
}

.card.card__col-3 {
    width: 65.6716%;
}

.card_ttl {
    font-size: 14px;
    font-weight: 700;
}

.card_ttl_1 {
    font-size: 18px;
    font-weight: 700;
}

.card_txt {
    font-size: 14px;
}

.shopping {
    border: 1px solid #3c3c43;
    padding: 64px 24px
}

.coolerbag_ttl {
    font-size: 25px;
    font-weight: 700;
    margin: auto;
    text-align: center;
}


.coolerbag_txt {
    font-size: 16px;
}



.num {
    font-size: 18px;
    font-weight: 700;
    margin: 0 4px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@media screen and (max-width: 768px) {
    .food_container {
        width: 100%;
    }

    .h-txt {
        height: 150px;
    }

    .h-txt_2 {
        height: 200px;
    }

    .h-txt_3 {
        height: 280px;
    }

    .food__name span {
        display: block;
    }

}


@media screen and (min-width: 751px) {
    .switcher__item {
        font-size: 24px;
    }
}

@media screen and (max-width: 750px) {
    .switcher__item {
        font-size: 22px;
        padding: 0 var(--space-h-xxxxs);
    }

    .sf-u-font_description {
        font-size: 15px !important;
    }



    .food__name {
        font-size: 14px;
    }

    .price {
        font-size: 12px;
    }

    .price span {
        font-size: 20px;
    }




    .h-txt {
        height: 140px;
    }

    .h-txt_2 {
        height: 160px;
    }

    .h-txt_3 {
        height: 240px;
    }

    .lineUp__card {
        width: 50%
    }

    .card {

        gap: 0px;
        margin-top: 20px;

    }


}

/* 動態 */
.js_fade-in {
    opacity: 0;
    transition: all 1000ms;
    transform: translate(0, 35px);
}

.js_fade-in.js_slow {
    transition: all 1400ms;
}

.js_fade-in.js_fast {
    transition: all 600ms;
}

.js_fade-in.js_scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
    .js_fade-in {
        transform: translate(0, 20px);
    }

    .js_fade-in.js_slow {
        transition: all 1000ms;
    }

    .js_fade-in.js_fast {
        transition: all 1000ms;
    }
}