.fs-l-pageMain:has(.fs-p-aboutTerms) h1.fs-c-heading.fs-c-heading--page {
    display: none;
}

.fs-l-pageMain:has(.fs-p-privacyPolicy) h1.fs-c-heading.fs-c-heading--page {
    display: none;
}

/* 0731 追記 */
.mv .mv-swiper__thumbnail .swiper-wrapper {
    justify-content: center;
}

/* .category .category__wrap-bottom {
    grid-template-columns: repeat(4, 1fr);
} */

.online-shop .online-shop__text {
    margin-top: 15px;
    text-align: center;
}

h3.reset-p.card03__text {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* 0805 追記 */
.fs-l-header--min {
    border-bottom: none;
}

.fs-c-wishlistProduct__title{
    font-size: 16px;
    border-bottom: none;
}

.fs-c-wishlistProduct__title::before {
    content: "◆";
    color: rgb(165, 35, 30);
    margin-right: 8px;
}

/* 0808 追記 */
.guide_page ul.guide_links {
    justify-content: left;
}

/* 0820 追記 */
.sp-visible {
    display: none;
}
@media screen and (max-width: 767px) {
    .sp-visible {
        display: block;
    }
}

/*　20260210 追記 商品詳細ページ 独自コメント2用 */
.food-label {
    border: 1px solid;
    border-collapse: collapse;
    max-width: 100%;
    font-size: 13px;
}
.food-label th {
    text-align: left;
    padding: 10px 10px;
    width: 25%;
    border: 1px solid;
    background-color: #f7f7f7;
    font-weight: normal;
    vertical-align: middle;
}
.food-label td {
    border: 1px solid;
    padding: 10px;
    vertical-align: middle;
}
