.fs-preview-header { display: none; }

/* ===== トップページ：ヘッダーアイコンを白表示（PC版） ===== */
.fs-body-top .Header_Main:not(.active) .Header_Content01_02 .Header_IconList a img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) drop-shadow(0 0 3px rgba(0,0,0,0.45)) !important;
    filter: brightness(0) saturate(100%) invert(100%) drop-shadow(0 0 3px rgba(0,0,0,0.45)) !important;
    opacity: 1 !important;
}
/* =========================================
   カタログギフト シリーズ一覧 アンカーボタン
========================================= */
.cataloggift_anchor_nav {
    margin: 24px 0 32px;
}

.cataloggift_anchor_nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cataloggift_anchor_nav_item {
    margin: 0;
    padding: 0;
}

.cataloggift_anchor_nav_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid #d7d0c7;
    border-radius: 999px;
    background: #ffffff;
    color: #333333;
    font-size: 18.2px; /* 14px × 1.3 */
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.25s ease;
}

.cataloggift_anchor_nav_link:hover,
.cataloggift_anchor_nav_link:focus {
    background: #333333;
    border-color: #333333;
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

#Link_Sogo,
#Link_Gourmet,
#Link_Bridal,
#Link_Birth,
#Link_Brand,
#Link_Experience,
#Link_Buddhist {
    scroll-margin-top: 120px;
}

@media screen and (max-width: 767px) {
    .cataloggift_anchor_nav {
        margin: 20px 0 28px;
    }

    .cataloggift_anchor_nav_list {
        gap: 8px;
        justify-content: center;
    }

    .cataloggift_anchor_nav_item {
        width: calc(50% - 4px);
    }

    .cataloggift_anchor_nav_link {
        width: 100%;
        min-width: auto;
        min-height: 44px;
        padding: 10px 12px;
        font-size: 16.9px; /* 13px × 1.3 */
    }
}
.register-point-highlight {
  color: #e60012;
  font-weight: bold;
}
.register-point-highlight {
  color: #e60012;
  font-weight: bold;
}