.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;
    }
}