.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;
}
/* =========================================
   強化LP専用：ギフトサービス PC表示調整
   商品詳細ページの既存部品には影響させない
========================================= */

/* =========================================
   強化LP専用：ギフトサービス PC表示調整
   商品詳細ページの見え方に近づける版
========================================= */

.fs-lp-gift-service,
.fs-lp-gift-service *,
.fs-lp-gift-service *::before,
.fs-lp-gift-service *::after {
    box-sizing: border-box;
}

.fs-lp-gift-service {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.fs-lp-gift-service .Original_GiftService {
    width: 100%;
    margin: 0 auto;
}

/* 商品詳細ページ側と同等の表示幅を確保 */
.fs-lp-gift-service .Original_GiftService_Inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* タイトル */
.fs-lp-gift-service .Original_GiftService_Title {
    text-align: center;
}

/* 3カラム */
.fs-lp-gift-service .Original_GiftService_Main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    width: 100%;
    margin: 0 auto;
}

/* 各ボックス：ここが重要 */
.fs-lp-gift-service .Original_GiftService_Box {
    width: 370px;
    max-width: 370px;
    flex: 0 0 370px;
    margin: 0;
}

/* 画像 */
.fs-lp-gift-service .Original_GiftService_Box_Img {
    width: 100%;
}

.fs-lp-gift-service .Original_GiftService_Box_Img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

/* テキスト */
.fs-lp-gift-service .Original_GiftService_Box_Title {
    text-align: left;
}

.fs-lp-gift-service .Original_GiftService_Box_Text {
    text-align: left;
}

/* PC/SP表示制御 */
.fs-lp-gift-service .sp {
    display: none;
}

.fs-lp-gift-service .pc {
    display: inline-flex;
}
/* =========================================
   共通：贈る相手別ランキング PC
   対象：出産内祝い / 結婚内祝い / 快気祝い / 出産祝い など
   既存パーツに干渉しないよう .Recipient_Ranking 配下に限定
========================================= */

.Recipient_Ranking,
.Recipient_Ranking *,
.Recipient_Ranking *::before,
.Recipient_Ranking *::after {
    box-sizing: border-box;
}

/* セクション導入文 */
.Recipient_Ranking .Recipient_Ranking_Lead {
    max-width: 820px;
    margin: 0 auto 34px;
    padding: 0;
    text-align: center;
}

.Recipient_Ranking .Recipient_Ranking_Lead p {
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em;
}

/* カテゴリナビ */
.Recipient_Ranking .Recipient_Ranking_Nav {
    margin: 0 auto 56px;
    padding: 0;
}

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

.Recipient_Ranking .Recipient_Ranking_Nav_Item {
    margin: 0;
    padding: 0;
}

.Recipient_Ranking .Recipient_Ranking_Nav_Link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 46px;
    padding: 11px 22px;
    border: 1px solid #d7d0c7;
    border-radius: 999px;
    background: #ffffff;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease;
}

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

/* カテゴリブロック */
.Recipient_Ranking .Recipient_Ranking_Block {
    margin: 0 auto 70px;
    padding: 0;
}

/* 最後のカテゴリだけ下余白を少し短く */
.Recipient_Ranking .Recipient_Ranking_Block:last-of-type {
    margin-bottom: 42px;
}

/* カテゴリ説明文 */
.Recipient_Ranking .Recipient_Ranking_Text {
    max-width: 780px;
    margin: 0 auto 30px;
    padding: 0;
    text-align: center;
}

.Recipient_Ranking .Recipient_Ranking_Text p {
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em;
}

/* 商品表示エリア：既存 Osusume_Item のレイアウトを活かす */
.Recipient_Ranking .Osusume_Item {
    margin-top: 0;
}

/* ランキング注釈 */
.Recipient_Ranking .Recipient_Ranking_Note {
    margin: 12px auto 0;
    padding: 0;
    color: #777777;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
}

/* 固定ヘッダー対策 */
#Recipient_Ranking_01,
#Recipient_Ranking_02,
#Recipient_Ranking_03,
#Recipient_Ranking_04,
#Recipient_Ranking_05 {
    scroll-margin-top: 120px;
}
/* =========================================
   共通マナーコンテンツ PC
   対象：出産内祝い / 結婚内祝い / 結婚祝い / 出産祝い など
   FutureShop フリーパーツ用
========================================= */

.GiftManner,
.GiftManner *,
.GiftManner *::before,
.GiftManner *::after {
    box-sizing: border-box;
}

.GiftManner {
    width: 100%;
    margin: 70px auto 80px;
    padding: 0;
    color: #333333;
    font-family: inherit;
    line-height: 1.9;
    letter-spacing: 0.03em;
}

.GiftManner a {
    color: inherit;
    text-decoration: none;
}

.GiftManner_Inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
}

/* リードエリア */
.GiftManner_Lead {
    margin: 0 auto 38px;
    padding: 42px 44px;
    background: #fbf8f4;
    border: 1px solid #e5ded4;
    border-radius: 22px;
    text-align: center;
}

.GiftManner_Eyebrow {
    margin: 0 0 10px;
    padding: 0;
    color: #9b7b56;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.16em;
}

.GiftManner_Title {
    margin: 0 0 20px;
    padding: 0;
    color: #333333;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

.GiftManner_LeadText {
    max-width: 880px;
    margin: 0 auto 12px;
    padding: 0;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
}

.GiftManner_LeadText:last-child {
    margin-bottom: 0;
}

/* =========================================
   GiftManner 内アンカー PC
   3列×3行固定 / 既存上部アンカー風
========================================= */

.GiftManner_LocalNavi {
    width: 100%;
    max-width: 920px;
    margin: 0 auto 58px;
    padding: 0;
}

.GiftManner_LocalNavi_Inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.GiftManner_LocalNavi_List {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px 0 !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.GiftManner_LocalNavi_List li,
.GiftManner_LocalNavi_List li:nth-child(2n),
.GiftManner_LocalNavi_List li:nth-child(3n),
.GiftManner_LocalNavi_List li:nth-child(4n),
.GiftManner_LocalNavi_List li:nth-child(n+4),
.GiftManner_LocalNavi_List li:nth-child(n+5) {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border-right: 1px solid #dddddd !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    background: transparent !important;
}

.GiftManner_LocalNavi_List li:nth-child(3n) {
    border-right: none !important;
    padding-right: 0 !important;
}

.GiftManner_LocalNavi_List li:nth-child(3n + 1) {
    padding-left: 0 !important;
}

.GiftManner_LocalNavi_List li a {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: anywhere !important;
    text-decoration: none !important;
    transition: opacity 0.25s ease;
}

.GiftManner_LocalNavi_List li a::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    margin-top: 8px;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    transform: rotate(45deg);
    flex-shrink: 0;
}

.GiftManner_LocalNavi_List li a:hover,
.GiftManner_LocalNavi_List li a:focus {
    opacity: 0.65;
    text-decoration: none !important;
    outline: none;
}

.GiftManner_LocalNavi_Empty {
    pointer-events: none !important;
}

.GiftManner_LocalNavi_Empty::before {
    content: "";
    display: block;
    min-height: 58px;
}

/* セクション共通 */
.GiftManner_Section {
    margin: 0 auto 52px;
    padding: 40px 44px;
    background: #ffffff;
    border: 1px solid #e5ded4;
    border-radius: 20px;
}

.GiftManner_Section:last-child {
    margin-bottom: 0;
}

.GiftManner_SectionSoft {
    background: #fbf8f4;
}

.GiftManner_SectionHead {
    margin: 0 0 22px;
    padding: 0;
    text-align: center;
}

.GiftManner_Heading {
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.05em;
}

.GiftManner_TextBlock {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.GiftManner_TextBlock p {
    margin: 0 0 14px;
    padding: 0;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
}

.GiftManner_TextBlock p:last-child {
    margin-bottom: 0;
}

/* ポイントボックス */
.GiftManner_PointBox {
    max-width: 860px;
    margin: 26px auto 0;
    padding: 24px 28px;
    background: #ffffff;
    border: 1px solid #e5ded4;
    border-radius: 16px;
}

.GiftManner_Section:not(.GiftManner_SectionSoft) .GiftManner_PointBox {
    background: #fbf8f4;
}

.GiftManner_PointTitle {
    margin: 0 0 12px;
    padding: 0;
    color: #333333;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

.GiftManner_CheckList {
    max-width: 560px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.GiftManner_CheckList li {
    position: relative;
    margin: 0 0 8px;
    padding: 0 0 0 22px;
    color: #333333;
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
}

.GiftManner_CheckList li:last-child {
    margin-bottom: 0;
}

.GiftManner_CheckList li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.78em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #9b7b56;
}

/* テーブル */
.GiftManner_TableWrap {
    width: 100%;
    margin: 26px auto 0;
    overflow-x: auto;
    border: 1px solid #e5ded4;
    border-radius: 16px;
    background: #ffffff;
}

.GiftManner_Table {
    width: 100%;
    min-width: 760px;
    margin: 0;
    border-collapse: collapse;
}

.GiftManner_Table th,
.GiftManner_Table td {
    padding: 17px 18px;
    border-bottom: 1px solid #e5ded4;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
    vertical-align: middle;
}

.GiftManner_Table th {
    background: #f0e8de;
    color: #333333;
    font-weight: 700;
}

.GiftManner_Table tbody th {
    width: 24%;
}

.GiftManner_Table tr:last-child th,
.GiftManner_Table tr:last-child td {
    border-bottom: none;
}

/* のし画像 */
.GiftManner_NoshiImage {
    max-width: 640px;
    margin: 28px auto 0;
    padding: 0;
    text-align: center;
}

.GiftManner_NoshiImage img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 16px;
    border: 1px solid #e5ded4;
}

.GiftManner_NoshiImage figcaption {
    margin: 10px 0 0;
    padding: 0;
    color: #777777;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
}

/* 注釈 */
.GiftManner_Note {
    max-width: 860px;
    margin: 22px auto 0;
    padding: 18px 22px;
    background: #fffaf2;
    border: 1px solid #ead9bb;
    border-radius: 14px;
    color: #6f655d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    text-align: center;
}

/* カード */
.GiftManner_Grid {
    display: grid;
    gap: 18px;
    margin: 26px auto 0;
}

.GiftManner_Grid3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.GiftManner_Card {
    padding: 22px 22px;
    background: #ffffff;
    border: 1px solid #e5ded4;
    border-radius: 16px;
    text-align: center;
}

.GiftManner_CardTitle {
    margin: 0 0 8px;
    padding: 0;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}

.GiftManner_Card p {
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 14px;
    line-height: 1.9;
}

/* CTA */
.GiftManner_CtaBox {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    margin: 30px auto 0;
    padding: 0;
    background: transparent;
    border: none;
}

.GiftManner_CtaButtonWrap {
    display: flex;
    justify-content: center;
    gap: 14px;
    width: 100%;
}

.GiftManner_Button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    min-height: 50px;
    padding: 13px 26px;
    border: 1px solid #d79a4b;
    border-radius: 999px;
    background: #ffffff;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease;
}

.GiftManner_Button:hover,
.GiftManner_Button:focus {
    background: #fff7ee;
    border-color: #d79a4b;
    color: #333333;
    opacity: 1;
    text-decoration: none;
    outline: none;
}

/* メッセージ文例 */
.GiftManner_MessageList {
    max-width: 900px;
    margin: 26px auto 0;
    padding: 0;
}

.GiftManner_Message {
    margin: 0 0 16px;
    padding: 22px 24px;
    background: #ffffff;
    border: 1px solid #e5ded4;
    border-radius: 16px;
    text-align: center;
}

.GiftManner_Message:last-child {
    margin-bottom: 0;
}

.GiftManner_MessageTitle {
    margin: 0 0 8px;
    padding: 0;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}

.GiftManner_Message p {
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 14px;
    line-height: 1.9;
}

/* FAQ */
.GiftManner_FaqList {
    max-width: 900px;
    margin: 26px auto 0;
    padding: 0;
}

.GiftManner_FaqItem {
    margin: 0 0 12px;
    padding: 0;
    background: #ffffff;
    border: 1px solid #e5ded4;
    border-radius: 14px;
    overflow: hidden;
}

.GiftManner_FaqItem:last-child {
    margin-bottom: 0;
}

.GiftManner_FaqQuestion {
    position: relative;
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 18px 52px 18px 22px;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
    list-style: none;
    text-align: left;
}

.GiftManner_FaqQuestion::-webkit-details-marker {
    display: none;
}

.GiftManner_FaqQuestion::after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #9b7b56;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}

.GiftManner_FaqItem[open] .GiftManner_FaqQuestion::after {
    content: "−";
}

.GiftManner_FaqAnswer {
    padding: 0 22px 20px;
}

.GiftManner_FaqAnswer p {
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
}

/* 固定ヘッダー対策 */
#GiftManner,
#GiftManner_Basic,
#GiftManner_Timing,
#GiftManner_Budget,
#GiftManner_Noshi,
#GiftManner_Recipient,
#GiftManner_Message,
#GiftManner_Ng,
#GiftManner_Service,
#GiftManner_Faq {
    scroll-margin-top: 120px;
}

/* =========================================
   ATELIER GIFT 条件検索パーツ PC
   かんたんギフト検索
========================================= */

.AgGiftFinder,
.AgGiftFinder *,
.AgGiftFinder *::before,
.AgGiftFinder *::after {
  box-sizing: border-box;
}

.AgGiftFinder {
  width: 100%;
  margin: 56px auto 64px;
  padding: 0;
  color: #333333;
  font-family: inherit;
  line-height: 1.8;
  letter-spacing: 0.03em;
  clear: both;
}

.AgGiftFinder_Inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.AgGiftFinder_Head {
  margin: 0 auto 20px;
  padding: 18px 34px 16px;
  background: #fbf8f4;
  border: 1px solid #e5ded4;
  border-radius: 22px 22px 0 0;
  text-align: center;
}

.AgGiftFinder_Title {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.05em;
}

.AgGiftFinder_Form {
  width: 100%;
  margin: -20px auto 0;
  padding: 34px 42px 36px;
  background: #ffffff;
  border: 1px solid #e5ded4;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(80, 64, 48, 0.08);
}

.AgGiftFinder_Fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: end;
  width: 100%;
  margin: 0;
  padding: 0;
}

.AgGiftFinder_Field {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.AgGiftFinder_Label {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.AgGiftFinder_Label::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 2px 8px;
  border-radius: 50%;
  background: #d79a4b;
}

.AgGiftFinder_SelectWrap {
  position: relative;
  width: 100%;
}

.AgGiftFinder_SelectWrap::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.AgGiftFinder_Select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 0 46px;
  border: 1px solid #d7d0c7;
  border-radius: 999px;
  background: #ffffff;
  background-image: none;
  color: #333333;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
  text-align-last: center;
  cursor: pointer;
  outline: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

/*
  PCのプルダウン展開時の選択肢用。
  left指定だと左に寄りすぎるため、centerに戻す。
  ただし text-align-last / direction は付けない。
*/
.AgGiftFinder_Select option {
  text-align: center;
}

.AgGiftFinder_Select::-ms-expand {
  display: none;
}

.AgGiftFinder_Select:focus {
  border-color: #9b7b56;
  box-shadow: 0 0 0 3px rgba(155, 123, 86, 0.14);
  background: #fffdf9;
}

.AgGiftFinder_Select:hover {
  border-color: #b9aa98;
}

.AgGiftFinder_Status {
  min-height: 26px;
  margin: 22px auto 0;
  padding: 0;
  color: #6f655d;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

.AgGiftFinder_StatusTitle {
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
}

.AgGiftFinder_StatusItem {
  display: inline-block;
  margin: 0 8px 0 0;
}

.AgGiftFinder_StatusItem::after {
  content: "/";
  display: inline-block;
  margin-left: 8px;
  color: #c7b8a8;
}

.AgGiftFinder_StatusItem:last-child::after {
  content: "";
  margin-left: 0;
}

.AgGiftFinder_StatusLabel {
  font-weight: 700;
}

.AgGiftFinder_StatusValue {
  font-weight: 400;
}

.AgGiftFinder_Actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 22px auto 0;
  padding: 0;
}

.AgGiftFinder_Submit,
.AgGiftFinder_Reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 52px;
  margin: 0;
  padding: 13px 28px;
  border: 1px solid #d7d0c7;
  border-radius: 999px;
  background: #ffffff;
  color: #333333;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.24s ease;
}

.AgGiftFinder_Submit:hover,
.AgGiftFinder_Submit:focus,
.AgGiftFinder_Reset:hover,
.AgGiftFinder_Reset:focus {
  border-color: #333333;
  background: #ffffff;
  color: #333333;
  opacity: 0.72;
  outline: none;
}

/* =========================================
  ATELIER GIFT
  30秒ギフト診断
  コンシェルジュおすすめトップ3
  PC版CSS
========================================= */

.AgGiftConcierge,
.AgGiftConcierge *,
.AgGiftConcierge *::before,
.AgGiftConcierge *::after {
  box-sizing: border-box;
}

.AgGiftConcierge {
  font-family: inherit;
  color: #333333;
}

.AgGiftConcierge_FloatButton {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  min-height: 68px;
  padding: 12px 20px 13px;
  border: 1px solid #d79a4b;
  border-radius: 999px;
  background: #ffffff;
  color: #333333;
  box-shadow: 0 12px 32px rgba(80, 64, 48, 0.22);
  cursor: pointer;
  text-align: center;
  transition: opacity 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.AgGiftConcierge_FloatButton:hover,
.AgGiftConcierge_FloatButton:focus {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(80, 64, 48, 0.26);
  outline: none;
}

.AgGiftConcierge_FloatLabel {
  display: block;
  margin: 0 0 3px;
  color: #9b7b56;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.AgGiftConcierge_FloatTitle {
  display: block;
  color: #333333;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.03em;
}

.AgGiftConcierge_Backdrop {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.28);
}

.AgGiftConcierge_Panel {
  position: fixed;
  right: 22px;
  bottom: 108px;
  z-index: 9999;
  width: 430px;
  max-width: calc(100vw - 44px);
  max-height: calc(100vh - 132px);
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #e5ded4;
  border-radius: 22px;
  box-shadow: 0 20px 58px rgba(80, 64, 48, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
}

.AgGiftConcierge_Panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.AgGiftConcierge_PanelInner {
  position: relative;
  padding: 28px 28px 30px;
}

.AgGiftConcierge_Close {
  position: absolute;
  top: 12px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: none;
  background: transparent;
  color: #333333;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.AgGiftConcierge_Head {
  margin: 0 0 20px;
  padding: 0 24px 18px;
  border-bottom: 1px solid #eee6dc;
  text-align: center;
}

.AgGiftConcierge_Eyebrow {
  margin: 0 0 6px;
  padding: 0;
  color: #9b7b56;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.14em;
}

.AgGiftConcierge_Title {
  margin: 0 0 10px;
  padding: 0;
  color: #333333;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.05em;
}

.AgGiftConcierge_Lead {
  margin: 0;
  padding: 0;
  color: #6f655d;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
}

.AgGiftConcierge_Field {
  width: 100%;
  margin: 0 0 14px;
  padding: 0;
}

.AgGiftConcierge_Label {
  display: block;
  margin: 0 0 7px;
  padding: 0;
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.AgGiftConcierge_Label::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 0 2px 7px;
  border-radius: 50%;
  background: #d79a4b;
}

.AgGiftConcierge_SelectWrap {
  position: relative;
  width: 100%;
}

.AgGiftConcierge_SelectWrap::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.AgGiftConcierge_Select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 0 44px;
  border: 1px solid #d7d0c7;
  border-radius: 999px;
  background: #ffffff;
  color: #333333;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
  text-align-last: center;
  cursor: pointer;
  outline: none;
}

.AgGiftConcierge_Status {
  min-height: 24px;
  margin: 17px auto 0;
  padding: 12px 14px;
  background: #fbf8f4;
  border: 1px solid #eee6dc;
  border-radius: 14px;
  color: #6f655d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}

.AgGiftConcierge_Status strong {
  color: #333333;
  font-weight: 700;
}

.AgGiftConcierge_Actions {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 10px;
  width: 100%;
  margin: 18px auto 0;
  padding: 0;
}

.AgGiftConcierge_Submit,
.AgGiftConcierge_Reset {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 11px 14px;
  border: 1px solid #d7d0c7;
  border-radius: 999px;
  background: #ffffff;
  color: #333333;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.AgGiftConcierge_Submit {
  border-color: #d79a4b;
  background: #fff7ee;
}

.AgGiftConcierge_Result {
  margin: 22px auto 0;
  padding: 0;
}

.AgGiftConcierge_ResultHead {
  margin: 0 0 14px;
  padding: 0;
  text-align: center;
}

.AgGiftConcierge_ResultTitle {
  margin: 0 0 6px;
  padding: 0;
  color: #333333;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
}

.AgGiftConcierge_ResultText {
  margin: 0;
  padding: 0;
  color: #6f655d;
  font-size: 12px;
  line-height: 1.7;
}

.AgGiftConcierge_Loading,
.AgGiftConcierge_Empty,
.AgGiftConcierge_Error {
  margin: 0;
  padding: 18px 16px;
  background: #fbf8f4;
  border: 1px solid #eee6dc;
  border-radius: 14px;
  color: #6f655d;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.AgGiftConcierge_Items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.AgGiftConcierge_Item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 13px;
  width: 100%;
  padding: 12px;
  border: 1px solid #e5ded4;
  border-radius: 16px;
  background: #ffffff;
}

.AgGiftConcierge_ItemImage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  overflow: hidden;
  border-radius: 12px;
  background: #f7f3ee;
  text-decoration: none;
}

.AgGiftConcierge_ItemImage img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 1;
  visibility: visible;
}

.AgGiftConcierge_NoImage {
  color: #b8aa98;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.AgGiftConcierge_Rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 21px;
  margin: 0 0 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #fbf8f4;
  color: #9b7b56;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
}

.AgGiftConcierge_ItemName {
  margin: 0 0 6px;
  padding: 0;
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  text-transform: none;
  font-variant: normal;
  font-feature-settings: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.AgGiftConcierge_ItemPrice {
  margin: 0 0 9px;
  padding: 0;
  color: #6f655d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.AgGiftConcierge_ItemButton,
.AgGiftConcierge_MoreLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #333333;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.AgGiftConcierge_ItemButton {
  min-height: 34px;
  padding: 8px 15px;
  border: 1px solid #d79a4b;
  background: #fff7ee;
  font-size: 12px;
}

.AgGiftConcierge_More {
  margin: 16px auto 0;
  padding: 0;
  text-align: center;
}

.AgGiftConcierge_MoreLink {
  min-height: 42px;
  padding: 10px 22px;
  border: 1px solid #d7d0c7;
  background: #ffffff;
  font-size: 13px;
}

/* =========================================
  ATELIER GIFT
  ↑TOP位置調整：PC
  30秒ギフト診断の右上に配置
  FloatButton: bottom 24px + min-height 68px → 上端 92px
  ↑TOP: bottom 116px（92px + 24px余白）で完全に重なり回避
========================================= */

.Page_Top {
  position: fixed !important;
  right: 22px !important;
  bottom: 116px !important;
  z-index: 9999 !important;
}

.Page_Top a {
  display: block;
}

.Page_Top img {
  display: block;
}
