{"title":"おでかけの猫アイテム","description":"","products":[{"product_id":"2201","title":"【02201】500円玉が入るキーホルダー ねこ型 ねこ柄 本革","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※この商品は名入れにも対応しています\u003c!-- notionvc: 1757e0ce-853e-46e8-bbac-ee70eda798b4 --\u003e\n\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cmeta charset=\"utf-8\"\u003e＞ 名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/02201-500%E5%86%86%E7%8E%89%E3%81%8C%E5%85%A5%E3%82%8B%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E3%81%AD%E3%81%93%E5%9E%8B-%E3%81%AD%E3%81%93%E6%9F%84-%E6%9C%AC%E9%9D%A9-%E5%90%8D%E5%85%A5%E3%82%8C%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3%E4%BB%98%E3%81%8D\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: c2ab06ec-4efb-4054-a86f-af78a2b658c4 --\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e \u003c\/p\u003e\n\u003ch2 class=\"product-name\"\u003e【02201】500円玉が入るキーホルダー ねこ型 ねこ柄 本革\u003c\/h2\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_0000_1.jpg?v=1739939412\" class=\"img-fluid d-block w-100 product-img\" alt=\"500円玉が入るキーホルダーTOP\"\u003e\n\u003cp class=\"body-text\"\u003e本革を使用して作られた500円玉が入るねこ型のキーホルダー。ミケ、茶白、ハチワレの3種類の柄があります。ねこ好きな方へのプチギフトとしてもおすすめです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e愛らしいねこ型、いざという時の相棒\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e柔らかな本革で仕立てられた、表情豊かなねこ型キーホルダーです。ミケ、茶白、ハチワレの3種類の柄から、お好みの相棒を見つけてください。困った時に役立つ\u003cstrong\u003e500円玉を2枚までスマートに忍ばせられます\u003c\/strong\u003e。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/13_000000000244.jpg?v=1739331551\" class=\"img-fluid d-block w-100 product-img\" alt=\"選べるねこ柄、安心を携帯\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e選べるねこ柄、安心を携帯\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e手に寄り添う、コンパクトな収納力\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e指先に心地よくなじむ本革の質感は、小さくても確かな存在感を放ちます。ポケットやミニバッグにもすっぽり収まり、かさばらずに持ち運びが可能。ふとした瞬間に頼れる、\u003cstrong\u003eスマートなコイン収納\u003c\/strong\u003eも魅力です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000244.jpg?v=1739331551\" class=\"img-fluid d-block w-100 product-img\" alt=\"手のひらサイズ、日々の必需品\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e手のひらサイズ、日々の必需品\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e日常に溶け込む、機能美あふれる逸品\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e縦約4cm、横約4.5cmの本体は、鍵と一緒につけても邪魔にならない絶妙なサイズ感。キーリング内径2.5cmで、多様な鍵に対応し実用性も抜群です。長年革財布を手がけた職人の技が光る、\u003cstrong\u003e日本仕立ての逸品\u003c\/strong\u003eを日常に。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/8_000000000244.jpg?v=1739331551\" class=\"img-fluid d-block w-100 product-img\" alt=\"こだわりの日本品質、ずっと愛せる\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eこだわりの日本品質、ずっと愛せる\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e手の中に収まる可愛いサイズ\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_02.jpg?v=1739939441\" class=\"img-fluid d-block w-100 product-img\" alt=\"手のひらサイズのキーホルダー\"\u003e\n\u003cp class=\"body-text\"\u003eコンパクトでポケットにもすっぽり入るサイズ感。かさばらず、持ち歩きにも便利です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e500円玉が2枚収納可能\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_03_1.jpg?v=1739939455\" class=\"img-fluid d-block w-100 product-img\" alt=\"500円玉収納イメージ\"\u003e\n\u003cp class=\"body-text\"\u003e中には500円玉を2枚入れることができ、いざというときの非常用コインケースとしても使えます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eかさばらないキーホルダー\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_04.jpg?v=1739939469\" class=\"img-fluid d-block w-100 product-img\" alt=\"鍵を付けた状態\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_08.jpg?v=1739939568\" class=\"img-fluid d-block w-100 product-img\" alt=\"キーホルダーの使用イメージ\"\u003e\n\u003cp class=\"body-text\"\u003e鍵を付けても邪魔にならない大きさで、日常使いのキーホルダーとしても優秀です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e名入れ対応で特別感をプラス\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_07_1.jpg?v=1739939497\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02102_07_b9029317-6159-4764-ae6c-5d90f35f6196.jpg?v=1739939519\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグ詳細\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_7_0cc15369-7e6c-442c-909e-78019b7bffcb.jpg?v=1739939536\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグ書体例\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_8_f50a0e58-8570-46b8-a3b0-e89fd81901e0.jpg?v=1739939552\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグアップ\"\u003e\n\u003cp class=\"body-text\"\u003e+330円（税込）で名入れタグを追加可能。タグの色はヌメ色で、文字は中央揃えで刻印されます。\u003cbr\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e＞ 名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/02201-500%E5%86%86%E7%8E%89%E3%81%8C%E5%85%A5%E3%82%8B%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E3%81%AD%E3%81%93%E5%9E%8B-%E3%81%AD%E3%81%93%E6%9F%84-%E6%9C%AC%E9%9D%A9-%E5%90%8D%E5%85%A5%E3%82%8C%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3%E4%BB%98%E3%81%8D\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: c2ab06ec-4efb-4054-a86f-af78a2b658c4 --\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e猫愛と技術が融合\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2025-06-30_18.24.47.png?v=1751275528\" class=\"img-fluid d-block w-100 product-img\" alt=\"Bri \u0026amp; Graブランドロゴ\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_logo1.jpg?v=1739939583\" class=\"img-fluid d-block w-100 product-img\" alt=\"Bri \u0026amp; Graロゴ\"\u003e\n\u003cp class=\"body-text\"\u003e『Bri \u0026amp; Gra』は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランド。長年革財布を手がけてきた職人の確かな技術をベースに、猫への愛情が詰まったデザインを形にしています。売上の一部は保護猫施設へ寄付され、商品を選ぶことが支援につながる仕組みになっています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e関連商品\u003c\/h3\u003e\n\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/link_catgoods_c2cf45c7-26a1-42b9-b04b-f0dc2d6df1e6.jpg?v=1739947487\" class=\"img-fluid d-block w-100 product-img\" alt=\"他の猫グッズへのリンク\"\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e本革を使用した愛らしいねこ型キーホルダーは、実用性とデザイン性を兼ね備えています。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e500円玉を2枚までスマートに収納可能\u003c\/li\u003e\n\u003cli\u003eミケ、茶白、ハチワレの3種類のねこ柄から選択可能\u003c\/li\u003e\n\u003cli\u003e日常使いからプチギフトまで幅広いシーンで活躍\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e手のひらに収まるコンパクトなサイズ感で、かさばらずに持ち歩きに便利です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e本体部分: （約）横4.5cm × 縦4cm\u003c\/li\u003e\n\u003cli\u003eキーリング内径: 2.5cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_09_1.jpg?v=1739939621\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品のサイズイメージ\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_10_1.jpg?v=1739939637\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品の詳細構造\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e長年革製品を手がけてきた職人の技術が光る、こだわりの日本品質です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材: 本革\u003c\/li\u003e\n\u003cli\u003e生産国: 日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e個性豊かな3種類のねこ柄が、日々の生活に彩りを添えます。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eハチワレ\u003c\/li\u003e\n\u003cli\u003eミケ\u003c\/li\u003e\n\u003cli\u003e茶白\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e名入れサービスについて\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e特別なギフトや自分だけのアイテムに。名入れサービスをご利用いただけます。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e追加料金: +330円（税込）\u003c\/li\u003e\n\u003cli\u003eタグの色: ヌメ色\u003c\/li\u003e\n\u003cli\u003e文字刻印: 中央揃え\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eブランド「Bri \u0026amp; Gra」について\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e「Bri \u0026amp; Gra」は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランドです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e長年革財布を手がけてきた職人の確かな技術がベース\u003c\/li\u003e\n\u003cli\u003e猫への愛情が詰まったデザインと品質\u003c\/li\u003e\n\u003cli\u003e売上の一部は保護猫施設へ寄付され、商品を選ぶことが支援に繋がります\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e商品の特性上、以下の点にご留意ください。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズ、革の仕上がりによる多少の色ぶれが生じる場合がありますが、天然素材の革の風合いとしてお楽しみください。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますので十分にご注意ください。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境により、実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 発送案内セクション (Shipping) --\u003e\n\u003cdiv class=\"shipping-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e一つひとつ丁寧に検品し、大切にお包みしてお届けします。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_13_9dabc367-63c6-45ea-bf29-c4977a952adf.jpg?v=1739950294\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品の梱包イメージ\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"ハチワレ","offer_id":46089110487260,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"ミケ","offer_id":47597710147804,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":false},{"title":"茶白","offer_id":47597710180572,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/13_000000000244.jpg?v=1739331551"},{"product_id":"1330","title":"【01330】ねこ型キーカバー 本革","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) - 導入 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e【01330】ねこ型キーカバー 本革\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01330_07.jpg?v=1739942351\" class=\"img-fluid d-block w-100 product-img\" alt=\"スモーキーカラーのねこ型キーカバーTOP\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスモーキーカラーのねこ型キーカバー\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eくすんだ色味が可愛い\u003cstrong\u003eモストロレザー\u003c\/strong\u003eで出来たねこ型のキーカバー。ご自宅の鍵などが、簡単に可愛らしくなります。\u003cstrong\u003eプチギフト\u003c\/strong\u003eとしてもおすすめです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - ブロック1 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e毎日ときめく、本革猫キーカバー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eモストロレザーが織りなすくすんだ色合いは、日常の鍵を上品なアクセサリーへと昇華させます。手に取るたびに温もりを感じ、使うほどに愛着が深まる本革の質感を体験してください。\u003cstrong\u003eプチギフト\u003c\/strong\u003eにも最適です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000254.jpg?v=1739331031\" class=\"img-fluid d-block w-100 product-img\" alt=\"鍵に宿る、小さな猫の魅力\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e鍵に宿る、小さな猫の魅力\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - 鍵に優しい、完璧なフィット感 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e鍵に優しい、完璧なフィット感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e鍵を上から通すだけの\u003cstrong\u003eシンプル設計\u003c\/strong\u003eで、誰でも迷わず簡単に装着できます。大切な鍵を傷つきから優しく守りながら、手元に愛らしさを加えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000254.jpg?v=1739331031\" class=\"img-fluid d-block w-100 product-img\" alt=\"多くの鍵に、簡単フィット\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e多くの鍵に、簡単フィット\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - 鍵に通すだけで簡単装着 (抽出) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e鍵に通すだけで簡単装着\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e取り付け方は、鍵を本体の上から通すだけ。誰でも\u003cstrong\u003e簡単に装着\u003c\/strong\u003eできます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01330_02.jpg?v=1739942292\" class=\"img-fluid d-block w-100 product-img\" alt=\"キーカバー装着イメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e装着イメージ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - 対応サイズはキーヘッド幅約2.5cmまで (抽出) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e対応サイズはキーヘッド幅約2.5cmまで\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eキーヘッド幅約2.5cmまでの鍵にフィットするよう丁寧に作られており、多くの鍵に\u003cstrong\u003eフィットするサイズ設計\u003c\/strong\u003eで安心です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01330_03.jpg?v=1739942308\" class=\"img-fluid d-block w-100 product-img\" alt=\"鍵の対応サイズ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e鍵の対応サイズ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - 二重リング付き、洗練された鍵飾 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e二重リング付き、洗練された鍵飾\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e横3.8cm、縦3.4cmという手のひらに収まる\u003cstrong\u003eコンパクトなサイズ\u003c\/strong\u003eは、持ち運びの邪魔になりません。さらに、リングの内径15mmの二重リングが一つ付属しており、キーホルダーやキーリングへの取り付けも自在。職人のこだわりが詰まった機能性を実感できます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/8_000000000254.jpg?v=1739331031\" class=\"img-fluid d-block w-100 product-img\" alt=\"職人技光る、機能美\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e職人技光る、機能美\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - 二重リング付きで便利 (抽出) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e二重リング付きで便利\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eキーカバーに、\u003cstrong\u003e二重リング\u003c\/strong\u003eが1つ付属。お手持ちのキーホルダーやキーリングにも\u003cstrong\u003e簡単に取り付けられます\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01330_04.jpg?v=1739942321\" class=\"img-fluid d-block w-100 product-img\" alt=\"二重リングで取り付け自在\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e二重リングで取り付け自在\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - 職人のこだわりが詰まった仕上がり (抽出) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e職人のこだわりが詰まった仕上がり\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eduendeの商品は\u003cstrong\u003e自社工場で全て手作業\u003c\/strong\u003eで生産。\u003cstrong\u003e財布職人\u003c\/strong\u003eが細部までこだわって一つ一つ丁寧に作っています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01330_05.jpg?v=1739942335\" class=\"img-fluid d-block w-100 product-img\" alt=\"熟練の職人技\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e熟練の職人技\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - 猫愛と技術が融合 (抽出) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e猫愛と技術が融合\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e『Bri \u0026amp; Gra』は保護猫「ブリ」と「グラ」にちなんで名付けられた\u003cstrong\u003e猫グッズブランド\u003c\/strong\u003e。長年革財布を手がけてきた職人の確かな技術をベースに、猫への愛情が詰まったデザインを形にしています。売上の一部は\u003cstrong\u003e保護猫施設へ寄付\u003c\/strong\u003eされ、商品を選ぶことが支援につながる仕組みになっています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2025-06-30_18.24.47.png?v=1751275528\" class=\"img-fluid d-block w-100 product-img\" alt=\"Bri \u0026amp; Gra ブリグラロゴ\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01330_logo.jpg?v=1739942365\" class=\"img-fluid d-block w-100 product-img\" alt=\"Bri \u0026amp; Gra ブランドロゴ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eBri \u0026amp; Gra の取り組み\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eねこ型キーカバーの主な特徴と魅力をまとめました。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eモストロレザーが織りなす\u003cstrong\u003eくすんだ色合い\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e使うほどに愛着が深まる\u003cstrong\u003e本革の質感\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e鍵を上から通すだけの\u003cstrong\u003e簡単装着\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003eキーヘッド幅約2.5cmまでの鍵にフィット\u003c\/li\u003e\n          \u003cli\u003eリング内径15mmの\u003cstrong\u003e二重リング付属\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e職人の手作業による\u003cstrong\u003e丁寧な仕上がり\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e『Bri \u0026amp; Gra』ブランドの猫愛と技術の融合\u003c\/li\u003e\n          \u003cli\u003e売上の一部が\u003cstrong\u003e保護猫施設へ寄付\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eキーカバーの寸法と対応サイズについて。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e本体サイズ：約 横3.8cm × 縦3.4cm\u003c\/li\u003e\n          \u003cli\u003e対応キーヘッド幅：約 2.5cmまで\u003c\/li\u003e\n          \u003cli\u003e二重リング内径：約 15mm\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01330_08.jpg?v=1739942410\" alt=\"ねこ型キーカバーサイズ詳細図\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e厳選された素材と、安心の日本製です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材：本革（モストロレザー）\u003c\/li\u003e\n          \u003cli\u003eカラー：ピンク、グレー、キャメル、グリーン、ヌメ\u003c\/li\u003e\n          \u003cli\u003e生産国：日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01330_09_1.jpg?v=1739942425\" alt=\"モストロレザー質感イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eモストロレザーは、植物タンニンで鞣された革にワックスを塗り込み、熱でプレスすることで独特のムラ感とツヤを出した革です。使い込むほどにワックスが革に染み込み、深みのある色合いと光沢が増していきます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e商品の管理番号です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード：01330\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e・天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが天然素材の革の風合いとしてお楽しみ下さい。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e・通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合生地との摩擦により退色、色落ちの可能性がありますのでご注意下さい。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e・商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- その他の情報 (梱包イメージ) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eギフトにも嬉しい梱包\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_13_9dabc367-63c6-45ea-bf29-c4977a952adf.jpg?v=1739950294\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトラッピングイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eギフトラッピングイメージ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"mellow（メロウ）","offers":[{"title":"pink","offer_id":46289061937372,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"gray","offer_id":47597707690204,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597707722972,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597707755740,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"nume","offer_id":47597707788508,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000254.jpg?v=1739331031"},{"product_id":"2207","title":"【02207】500円玉が入るキーホルダー ねこ型 トラ柄 本革","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- ① 商品解説セクション (Main) - 導入 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※この商品は名入れにも対応しています\u003c!-- notionvc: 3678a7d8-bad3-4fd0-85f2-fbc0f4d0774a --\u003e\n\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cmeta charset=\"utf-8\"\u003e＞ 名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/02207-500%E5%86%86%E7%8E%89%E3%81%8C%E5%85%A5%E3%82%8B%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E3%81%AD%E3%81%93%E5%9E%8B-%E3%83%88%E3%83%A9%E6%9F%84-%E6%9C%AC%E9%9D%A9-%E5%90%8D%E5%85%A5%E3%82%8C%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3%E4%BB%98%E3%81%8D\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: d3999f0d-b410-4023-a29c-26f7822603e1 --\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e \u003c\/p\u003e\n\u003ch3 class=\"section-title\"\u003e500円玉が入る 本革ねこ型キーホルダー（トラ柄）\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_00000.jpg?v=1739943973\" class=\"img-fluid d-block w-100 product-img\" alt=\"ねこ型キーホルダー メイン画像\"\u003e\n\u003cp class=\"body-text\"\u003e本革で仕立てた、ちょこんと可愛いねこ型のキーホルダー。500円玉がぴったり2枚入る小さなポケット付きで、見た目の可愛さと実用性を兼ね備えています。柄は茶トラとキジトラの2種類からお選びいただけます。ねこ好きな方へのプチギフトにもぴったりです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ブロック1 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eちょこんと佇む愛らしいトラ柄キーホルダー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e本革で仕立てられた、ちょこんと可愛いねこ型のキーホルダーです。使うほどに深まる風合いと、見るたびに心が和む表情が魅力。\u003cstrong\u003e茶トラとキジトラの2色\u003c\/strong\u003eからお選びいただけます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000261.jpg?v=1739331250\" class=\"img-fluid d-block w-100 product-img\" alt=\"毎日連れて歩きたい本革ねこ\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e毎日連れて歩きたい本革ねこ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ブロック2 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e掌にすっぽり収まる上品なミニキーホルダー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e柔らかな本革が掌にしっくり馴染み、触れるたびに温もりを感じられます。\u003cstrong\u003e小ぶりなサイズ感\u003c\/strong\u003eで鍵と一緒に付けても邪魔にならず、毎日のお出かけにそっと寄り添います。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000261.jpg?v=1739331250\" class=\"img-fluid d-block w-100 product-img\" alt=\"優しく寄り添う相棒に\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e優しく寄り添う相棒に\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ブロック3 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eいざという時に助かる隠しミニポケット\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eねこの背中には、\u003cstrong\u003e500円玉が2枚ぴったり収まる\u003c\/strong\u003e小さなポケットが隠されています。急な出費や非常時のお守りとして、さりげない安心感を持ち歩ける便利な逸品です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000261.jpg?v=1739331250\" class=\"img-fluid d-block w-100 product-img\" alt=\"困った時に頼れるお守り\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e困った時に頼れるお守り\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - その他ねこグッズへのリンク --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eその他ねこグッズはこちら\u003c\/h3\u003e\n\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/link_catgoods_c2cf45c7-26a1-42b9-b04b-f0dc2d6df1e6.jpg?v=1739947487\" class=\"img-fluid d-block w-100 product-img\" alt=\"その他ねこグッズへのリンク\"\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ポイント：ミニポケット付き --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e500円玉が2枚入るミニポケット付き\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_004.jpg?v=1739944007\" class=\"img-fluid d-block w-100 product-img\" alt=\"中にコインが入る様子\"\u003e\n\u003cp class=\"body-text\"\u003e背面のポケットには\u003cstrong\u003e500円玉が2枚入ります\u003c\/strong\u003e。いざという時の予備として、ちょっとした安心感を持ち歩けます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ポイント：手のひらサイズ --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e手のひらサイズで持ち運びやすい\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_003.jpg?v=1739943991\" class=\"img-fluid d-block w-100 product-img\" alt=\"手の中に収まるサイズ\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_005.jpg?v=1739944026\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ比較イメージ\"\u003e\n\u003cp class=\"body-text\"\u003e小ぶりでかさばらず、鍵と一緒に付けてもストレスなく使えます。ポケットやバッグにもすっきり収まるサイズ感です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ポイント：職人が手作業で仕立てる高品質 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e職人が手作業で仕立てる高品質\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_006.jpg?v=1739944043\" class=\"img-fluid d-block w-100 product-img\" alt=\"職人による製作風景\"\u003e\n\u003cp class=\"body-text\"\u003eduendeの商品はすべて自社工場で生産。\u003cstrong\u003e財布職人が細部まで丁寧に仕上げています\u003c\/strong\u003e。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ポイント：duendeの刻印入り --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e背面には「duende」の刻印入り\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_007.jpg?v=1739944059\" class=\"img-fluid d-block w-100 product-img\" alt=\"duendeロゴ刻印の写真\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_logo.jpg?v=1739944093\" class=\"img-fluid d-block w-100 product-img\" alt=\"duendeロゴマーク\"\u003e\n\u003cp class=\"body-text\"\u003e背面にはブランド名「duende」の刻印が入り、さりげないアクセントに。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ポイント：名入れタグ --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e名入れタグでさらに特別な贈り物に\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_007_2.jpg?v=1739944143\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ1\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_7_3d0607e4-18b9-458c-8d76-2a98d0237f2c.jpg?v=1739944184\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_8_3243fdc2-fa2a-4cc9-9c2e-bc37771acb8f.jpg?v=1739944206\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ3\"\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e+330円（税込）で、名前やメッセージを刻印できる名入れタグ\u003c\/strong\u003eを追加できます。タグの色は本体と同色で、中央揃えで文字が入ります。プチギフトや記念品におすすめです。\u003cbr\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e＞ 名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/02207-500%E5%86%86%E7%8E%89%E3%81%8C%E5%85%A5%E3%82%8B%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E3%81%AD%E3%81%93%E5%9E%8B-%E3%83%88%E3%83%A9%E6%9F%84-%E6%9C%AC%E9%9D%A9-%E5%90%8D%E5%85%A5%E3%82%8C%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3%E4%BB%98%E3%81%8D\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: d3999f0d-b410-4023-a29c-26f7822603e1 --\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ブランド紹介 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e猫愛と技術が融合した『Bri \u0026amp; Gra』\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2025-06-30_18.24.47.png?v=1751275528\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブリグラ\"\u003e\n\u003cp class=\"body-text\"\u003e『Bri \u0026amp; Gra』は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランド。長年革財布を手がけてきた職人の確かな技術をベースに、\u003cstrong\u003e猫への愛情が詰まったデザイン\u003c\/strong\u003eを形にしています。売上の一部は保護猫施設へ寄付され、商品を選ぶことが支援につながる仕組みになっています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e使うほどに愛着がわく、本革仕立てのねこ型キーホルダーです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e愛らしい\u003cstrong\u003eねこ型トラ柄デザイン\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e掌に収まる\u003cstrong\u003eコンパクトサイズ\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eいざという時に役立つ\u003cstrong\u003e500円玉が2枚入るミニポケット\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e経年変化が楽しめる\u003cstrong\u003e上質な本革素材\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e熟練職人による\u003cstrong\u003e丁寧な手作業\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eブランド「duende」の\u003cstrong\u003e刻印入り\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e名入れタグ追加で\u003cstrong\u003e特別な贈り物に\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e本体部分の寸法詳細です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_009.jpg?v=1739944238\" alt=\"キーホルダー寸法図\"\u003e\u003c\/div\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：約 横4.5cm×縦4cm（本体部分）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_010.jpg?v=1739944272\" alt=\"キーホルダー詳細図\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e製品の素材と生産地について。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：本革\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eお好みのトラ柄をお選びいただけます。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e茶トラ\u003c\/li\u003e\n\u003cli\u003eキジトラ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e02207\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n\u003cdiv class=\"shipping-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e商品は丁寧にお包みし、お客様のもとへお届けいたします。ギフトにも安心です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_13_9dabc367-63c6-45ea-bf29-c4977a952adf.jpg?v=1739950294\" class=\"img-fluid d-block w-100 product-img\" alt=\"梱包イメージ\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ④ 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご購入前の注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、\u003cstrong\u003e天然素材の風合い\u003c\/strong\u003eとしてお楽しみ下さい。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により\u003cstrong\u003e退色・色落ちの可能性\u003c\/strong\u003eがあります。\u003c\/li\u003e\n\u003cli\u003e商品の色はご使用のディスプレイ環境などによって、\u003cstrong\u003e実物と異なる場合\u003c\/strong\u003eがあります。予めご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"茶トラ","offer_id":46289069015260,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"キジトラ","offer_id":47597707100380,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000261.jpg?v=1739331250"},{"product_id":"1331","title":"【01331】ねこマーク付きリールキーホルダー 本革","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品トップの導入 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cp class=\"body-text\"\u003e猫のマークが付いた本革の\u003cstrong\u003eリールキーホルダー\u003c\/strong\u003e。カバンのポケットなどにナスカンでひっかけておけば、鍵を探す手間も省けてとっても便利。くすんだ色味が可愛い「\u003cstrong\u003eモストロレザー\u003c\/strong\u003e」を使用し、長く使うほど愛着が湧くアイテムです。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_0000.jpg?v=1739945108\" class=\"img-fluid d-block w-100 product-img\" alt=\"リールキーホルダーTOP\"\u003e\n\u003c\/div\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※この商品は名入れにも対応しています\u003c!-- notionvc: 57a66571-5919-47d1-b184-64f07e66f380 --\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e＞名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/01331-%E3%81%AD%E3%81%93%E3%83%9E%E3%83%BC%E3%82%AF%E4%BB%98%E3%81%8D%E3%83%AA%E3%83%BC%E3%83%AB%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E6%9C%AC%E9%9D%A9-%E5%90%8D%E5%85%A5%E3%82%8C%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3%E4%BB%98%E3%81%8D?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: 389098b1-19f1-4a66-b95f-b853c243ada3 --\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3 class=\"section-title\"\u003e毎日を彩るくすみカラー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eモストロレザーの落ち着いた色合いが、大人の手元にさりげない可愛らしさを添えます。愛らしいねこマークが、日常に小さな癒やしを届けるでしょう。 \u003cstrong\u003eグレー・ピンク・キャメル・グリーンの4色展開\u003c\/strong\u003eで、スモーキーカラーがコーディネートに馴染みやすく、大人可愛い印象に。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_02.jpg?v=1739945123\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_04.jpg?v=1739945156\" class=\"img-fluid d-block w-100 product-img\" alt=\"くすみレザーアップ\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e選べる4色の本革アイテム\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e玄関前で慌てないスマートな鍵\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e最長40cmまで伸びるリール機能\u003c\/strong\u003eは、バッグに付けたまま鍵の開閉を可能にします。もう鍵を探して焦ることはなく、スムーズな毎日を叶えます。鞄につけたまま鍵を引き出して使えるので、玄関前で慌てる心配なし。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_03.jpg?v=1739945140\" class=\"img-fluid d-block w-100 product-img\" alt=\"使用イメージ\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e鍵の出し入れもラクラク\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e愛らしいねこが魅せる上質な輝き\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e熟練の職人が手掛けた美しい仕上がりが、小さなアイテムにも宿っています。使い込むほどに表情を変えるモストロレザーは、あなただけの物語を紡ぎます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_04.jpg?v=1739945156\" class=\"img-fluid d-block w-100 product-img\" alt=\"くすみレザーアップ\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eこだわりの日本品質\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e名入れ対応で特別感を\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e名入れ（\u003cstrong\u003e＋330円\u003c\/strong\u003e）で自分だけのアイテムに。\u003cstrong\u003eギフト\u003c\/strong\u003eにも喜ばれるオプションです。※名入れ時はブランドロゴタグは付きません。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_05.jpg?v=1739945263\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグイメージ\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01316_06_53331410-41ff-4b04-b7ec-3da90b9dd92e.jpg?v=1739945290\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れ説明\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01905_1_8ce6d6b8-d09f-471f-820a-384602e3a22f.jpg?v=1739945310\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れ作例\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e猫愛と技術が融合\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e「Bri \u0026amp; Gra」は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランド。長年革財布を手がけてきた職人の確かな技術をベースに、猫への愛情が詰まったデザインを形にしています。売上の一部は\u003cstrong\u003e保護猫施設へ寄付\u003c\/strong\u003eされ、商品を選ぶことが支援につながる仕組みになっています。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2025-06-30_18.24.47.png?v=1751275528\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブリグラ\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_logo.jpg?v=1739945201\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブランド紹介ロゴ\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\" class=\"d-block\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/link_catgoods_c2cf45c7-26a1-42b9-b04b-f0dc2d6df1e6.jpg?v=1739947487\" class=\"img-fluid d-block w-100 product-img\" alt=\"その他の猫グッズはこちら\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eこのリールキーホルダーは、日常に便利さと可愛らしさをプラスする工夫が凝らされています。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eくすんだ色味が可愛い\u003cstrong\u003eモストロレザー\u003c\/strong\u003eを使用\u003c\/li\u003e\n\u003cli\u003e鍵を探す手間を省く、最長40cmまで伸びる\u003cstrong\u003eリール機能\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e使い込むほどに表情を変える\u003cstrong\u003e経年変化\u003c\/strong\u003eを楽しめる\u003c\/li\u003e\n\u003cli\u003e手元にさりげない可愛らしさを添える\u003cstrong\u003e愛らしいねこマーク\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e熟練職人が手掛けた\u003cstrong\u003eこだわりの日本品質\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e持ち運びやすく、機能的なサイズ感です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_07.jpg?v=1739945170\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ表記画像1\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_08.jpg?v=1739945185\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ表記画像2\"\u003e\n\u003c\/div\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e横: 約2cm\u003c\/li\u003e\n\u003cli\u003e高さ: 約12cm\u003c\/li\u003e\n\u003cli\u003eリールの長さ: 最長40cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国・カラー\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e上質な素材と、豊富なカラーバリエーション。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材: 牛革 (モストロレザー)\u003c\/li\u003e\n\u003cli\u003e生産国: 日本\u003c\/li\u003e\n\u003cli\u003eカラー展開: ピンク、グレー、キャメル、グリーン\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e商品コード: 01331\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズ、色ぶれが生じる場合がありますが、天然素材の風合いとしてお楽しみください。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n\u003cli\u003e商品の色は、ディスプレイの環境などにより実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- ラッピング画像（補足情報として配置） --\u003e\n\u003cdiv class=\"content-section\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_13_9dabc367-63c6-45ea-bf29-c4977a952adf.jpg?v=1739950294\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトラッピングイメージ\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mellow（メロウ）","offers":[{"title":"pink","offer_id":46289062035676,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"gray","offer_id":47597706739932,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597706772700,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597706805468,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000265.jpg?v=1739331448"},{"product_id":"1333","title":"【01333】ストラップ付リールキーホルダー ネコ 本革","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e※この商品は名入れにも対応しています\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003e＞名入れありで購入する方は\u003c\/span\u003e\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/01333-%E3%82%B9%E3%83%88%E3%83%A9%E3%83%83%E3%83%97%E4%BB%98%E3%83%AA%E3%83%BC%E3%83%AB%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E3%83%8D%E3%82%B3-%E6%9C%AC%E9%9D%A9-%E5%90%8D%E5%85%A5%E3%82%8C%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3%E4%BB%98%E3%81%8D?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003c\/p\u003e\n\u003ch3 class=\"section-title\"\u003e鍵の開閉もスムーズ 伸びるリール\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e最長40cmのリールが、玄関前でのもたつきを解消します。バッグに付けたまま、\u003cstrong\u003eスムーズに鍵の開閉\u003c\/strong\u003eを。毎日のちょっとしたストレスから解放される喜びを実感してください。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000268.jpg?v=1739331416\" class=\"img-fluid d-block w-100 product-img\" alt=\"リールキーホルダー使用イメージ\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eもう鍵を迷子にしない\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e手のひらサイズの愛らしい牛革ネコ\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e約14cmの\u003cstrong\u003eコンパクトなサイズ感\u003c\/strong\u003eは、バッグの中でもかさばらず、さりげない存在感を放ちます。上質な牛革の感触が、持つたびに小さな喜びを届けます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/6_000000000268.jpg?v=1739331416\" class=\"img-fluid d-block w-100 product-img\" alt=\"ネコ型キーホルダーを手に持った画像\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e愛着が深まる本革の質感\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e選び抜かれた日本製スモーキーカラー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eピンク、グレー、キャメル、グリーンの\u003cstrong\u003e洗練されたスモーキーカラー\u003c\/strong\u003eが、日常に彩りを添えます。日本の職人技が光る本革は、使い込むほどに表情を変え、あなただけの逸品に育ちます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/5_000000000268.jpg?v=1739331416\" class=\"img-fluid d-block w-100 product-img\" alt=\"複数のスモーキーカラーのキーホルダー\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e長く愛せる経年変化の魅力\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eねこマークが付いた本革のリールストラップです。普段使いに嬉しい機能と、長く愛せる素材にこだわりました。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eカバンなどに付けたままリールを伸ばして鍵を開けられるのでとても便利です。\u003c\/li\u003e\n\u003cli\u003eスモーキーカラーが可愛い\"モストロレザー\"の4色展開です。\u003c\/li\u003e\n\u003cli\u003e小さいながらも使い込むほどに表情を変える経年変化を楽しめます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e製品仕様・基本情報\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e商品コード\u003c\/strong\u003e: 01333\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eサイズ\u003c\/strong\u003e: （約）横2cm×長さ14cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eリール長さ\u003c\/strong\u003e: 最長40cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e重さ\u003c\/strong\u003e: 約23g\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e素材\u003c\/strong\u003e: 牛革\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e仕様\u003c\/strong\u003e: リール付きストラップ\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eカラー\u003c\/strong\u003e: ピンク、グレー、キャメル、グリーン\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e生産国\u003c\/strong\u003e: 日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e名入れ・カスタマイズについて\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e名入れサービスをご利用いただけます。特別なプレゼントにもおすすめです。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e文字が入る位置は、革タグの中央揃えになります。\u003c\/li\u003e\n\u003cli\u003e名入れをご希望のお客様には、タグに名入れをしますので、ブランドロゴのタグは付きません。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01905_1_8e2adb70-f5db-4313-96d0-fb6e7f3e3a43.jpg?v=1739946735\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れイメージ\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e名入れイメージ\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01333_06.jpg?v=1739946757\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブランドロゴタグと名入れタグの比較\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003eブランドロゴタグと名入れタグ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eギャラリー\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01333_0000.jpg?v=1739946641\" class=\"img-fluid d-block w-100 product-img\" alt=\"ネコマーク付きリールストラップの全体像\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003eねこマーク付きリールストラップ\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01333_02.jpg?v=1739946657\" class=\"img-fluid d-block w-100 product-img\" alt=\"リールを伸ばして鍵を開ける様子\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003eカバンに付けたままスムーズに鍵の開閉\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01333_03.jpg?v=1739946674\" class=\"img-fluid d-block w-100 product-img\" alt=\"ピンク、グレー、キャメル、グリーンの4色展開\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003eスモーキーカラーが可愛い4色展開\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01333_04.jpg?v=1739946692\" class=\"img-fluid d-block w-100 product-img\" alt=\"経年変化で深まる革の色合い\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e使い込むほどに変化する表情\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01316_06_97809a29-2a44-40cb-a450-84f94c5efeff.jpg?v=1739946712\" class=\"img-fluid d-block w-100 product-img\" alt=\"上質な本革のアップ\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e上質な本革の質感\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01333_07.jpg?v=1739946773\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトパッケージに入った商品\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003eギフトにもおすすめのパッケージ\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01333_logo.jpg?v=1739946789\" class=\"img-fluid d-block w-100 product-img\" alt=\"ネコのロゴマーク\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e可愛らしいネコのロゴ\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/about_brigra_e47a17d9-48d0-4a0e-8987-3782e67daaa3.jpg?v=1739946409\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブランド「ブリグラ」の紹介\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e「ブリグラ」ブランドについて\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_10_61088a0d-d442-4f13-ad1d-3d99bc51638d.jpg?v=1739945666\" class=\"img-fluid d-block w-100 product-img\" alt=\"ラッピングイメージ\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003eプレゼントにも嬉しいラッピング\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご購入時の注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみ下さい。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意下さい。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mellow（メロウ）","offers":[{"title":"pink","offer_id":46089117040860,"sku":null,"price":2310.0,"currency_code":"JPY","in_stock":true},{"title":"gray","offer_id":47597706281180,"sku":null,"price":2310.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597706313948,"sku":null,"price":2310.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597706346716,"sku":null,"price":2310.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000268.jpg?v=1739331416"},{"product_id":"645","title":"【00645】ねこ型キーカバー 栃木レザー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e【00645】ねこ型キーカバー 栃木レザー\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e日本が誇る\u003cstrong\u003e高品質な「栃木レザー」\u003c\/strong\u003eで仕立てたねこ型キーカバー。鍵のヘッドに通すだけで、味気ない鍵がぐっと愛らしく。小さくても\u003cstrong\u003e本革ならではの経年変化\u003c\/strong\u003eを楽しめ、使うほどに愛着が増します。ちょっとした贈り物にもぴったりです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00645_000.jpg?v=1739948044\" class=\"img-fluid d-block w-100 product-img\" alt=\"TOP画像\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e栃木レザーで仕立てた、愛らしいねこ型キーカバー\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e毎日触れる鍵に、猫の愛らしさ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e無機質な鍵が、とびきりキュートな相棒に変わります。日本が誇る\u003cstrong\u003e栃木レザー製\u003c\/strong\u003eで、使うたびに風合いが増し、あなただけの愛用品へと成長するでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000272.jpg?v=1739331103\" class=\"img-fluid d-block w-100 product-img\" alt=\"鍵を可愛く、毎日を楽しく\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e鍵を可愛く、毎日を楽しく\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e鍵に通すだけの簡単装着\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00645_02.jpg?v=1739948061\" class=\"img-fluid d-block w-100 product-img\" alt=\"鍵の取り付け方法\"\u003e\n        \u003cp class=\"body-text\"\u003e取り付け方はとってもシンプル。鍵のヘッド部分を本体上部から通すだけで、\u003cstrong\u003eぴったりフィット\u003c\/strong\u003eします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e手のひらサイズの、確かな存在感\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eキーヘッド横幅約2.5cmまでの鍵にぴたりと収まる設計です。付属の二重リングを使えば、すぐにキーホルダーに組み込めます。小さな猫が、あなたの日常をスマートに彩ります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/8_000000000272.jpg?v=1739331104\" class=\"img-fluid d-block w-100 product-img\" alt=\"一般的な鍵にフィット\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e一般的な鍵にフィット\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e一般的な鍵に対応\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00645_03.jpg?v=1739948081\" class=\"img-fluid d-block w-100 product-img\" alt=\"鍵サイズの説明\"\u003e\n        \u003cp class=\"body-text\"\u003eキーヘッドの横幅が\u003cstrong\u003e約2.5cmまでの鍵\u003c\/strong\u003eに対応しています。自宅やポストなど、一般的な鍵にご使用いただけます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eすぐ使えるリング付き\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00645_04.jpg?v=1739948096\" class=\"img-fluid d-block w-100 product-img\" alt=\"二重リング画像\"\u003e\n        \u003cp class=\"body-text\"\u003eキーカバー本体には\u003cstrong\u003e二重リングが1つ付属\u003c\/strong\u003e。お手持ちのキーホルダーやストラップにもそのまま付けられます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e育てる愉しみ、選べる5色の個性\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eクロ、チョコ、キャメル、グリーン、レッド。多彩な色から、あなたの個性に寄り添う一色を見つけてください。\u003cstrong\u003e栃木レザー特有の美しいエイジング\u003c\/strong\u003eで、使い込むほどに深みを増す色彩を体験できます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000272.jpg?v=1739331104\" class=\"img-fluid d-block w-100 product-img\" alt=\"魅力的なカラーバリエーション\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e魅力的なカラーバリエーション\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e栃木レザーの上質感とエイジング\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00645_05.jpg?v=1739948120\" class=\"img-fluid d-block w-100 product-img\" alt=\"栃木レザーの質感\"\u003e\n        \u003cp class=\"body-text\"\u003e使い込むほどにツヤが増し、色の深みが増す栃木レザー。小さいながらも、\u003cstrong\u003e経年変化をしっかり楽しめる本格派アイテム\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e背面に「Bri \u0026amp; Gra」の刻印入り\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00645_06.jpg?v=1739948139\" class=\"img-fluid d-block w-100 product-img\" alt=\"刻印入り画像\"\u003e\n        \u003cp class=\"body-text\"\u003e背面にはブランドロゴ\u003cstrong\u003e「Bri \u0026amp; Gra」の刻印入り\u003c\/strong\u003e。シンプルな中にも個性が光るアクセントに。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e猫愛と技術が融合したブランドストーリー\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2025-06-30_18.24.47.png?v=1751275528\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブリグラ\"\u003e\n        \u003cp class=\"body-text\"\u003e『Bri \u0026amp; Gra』は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランド。長年革財布を手がけてきた職人の確かな技術をベースに、\u003cstrong\u003e猫への愛情が詰まったデザイン\u003c\/strong\u003eを形にしています。売上の一部は保護猫施設へ寄付され、\u003cstrong\u003e商品を選ぶことが支援につながる\u003c\/strong\u003e仕組みになっています。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e猫の愛らしさと栃木レザーの品質が融合したキーカバーです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e鍵を可愛くカスタマイズ\u003c\/li\u003e\n                    \u003cli\u003e栃木レザーによる豊かな経年変化\u003c\/li\u003e\n                    \u003cli\u003e簡単装着で一般的な鍵に対応\u003c\/li\u003e\n                    \u003cli\u003eちょっとしたプレゼントにも最適\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e商品のサイズと対応する鍵のサイズです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e本体サイズ：（約）横3.8cm × 縦3.4cm\u003c\/li\u003e\n                    \u003cli\u003e対応する鍵のサイズ：キーヘッド横幅 約2.5cmまで\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00645_07.jpg?v=1739948175\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ図1\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00645_08.jpg?v=1739948196\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ図2\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e上質な素材を使用し、日本の職人技が光る逸品です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n                    \u003cli\u003e生産国：日本\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e5つの魅力的なカラーからお選びいただけます。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eクロ\u003c\/li\u003e\n                    \u003cli\u003eチョコ\u003c\/li\u003e\n                    \u003cli\u003eキャメル\u003c\/li\u003e\n                    \u003cli\u003eグリーン\u003c\/li\u003e\n                    \u003cli\u003eレッド\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e商品コードと付属品について。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード：00645\u003c\/li\u003e\n                    \u003cli\u003e付属品：二重リング 1個\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の風合いとしてお楽しみください。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色・色落ちする可能性があります。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e商品の色はご利用のディスプレイ環境により実際の色と異なる場合があります。あらかじめご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eお届けについて\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_13_9dabc367-63c6-45ea-bf29-c4977a952adf.jpg?v=1739950294\" class=\"img-fluid d-block w-100 product-img\" alt=\"パッケージイメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e丁寧に梱包してお届けします\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"black","offer_id":46289059971292,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"choco","offer_id":47597705986268,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597706019036,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597706051804,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":47597706084572,"sku":null,"price":770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000272.jpg?v=1739331103"},{"product_id":"2214","title":"【02214】リール付きパスケース ねこ柄 本革","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- ① 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e愛らしい表情と上質な本革\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eひとつひとつ異なる表情を見せる、ミケ、茶白、ハチワレのねこたち。持つたびに心ときめく、こだわり抜かれた牛革の風合いが魅力です。\u003cstrong\u003e猫好きな方への贈り物にも最適です。\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000273_9ac648e5-53e6-4679-844e-e429b97b10dd.jpg?v=1739330922\" class=\"img-fluid d-block w-100 product-img\" alt=\"心癒されるねこデザイン\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e心癒されるねこデザイン\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスマートに彩るICカード収納\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e交通系ICカードやIDカードを美しく収める、\u003cstrong\u003e透明セル付きのポケット\u003c\/strong\u003e。大切なカードを汚れや傷から守り、日々の通勤をスマートに演出する洗練された設計です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000273_86a29f85-9cab-41aa-9446-dc16f50190ce.jpg?v=1739330922\" class=\"img-fluid d-block w-100 product-img\" alt=\"カード収納例\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eカードを大切に守る気遣い\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e改札もスムーズに、快適な毎日\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eバッグに付けたまま、スッとリールを伸ばして改札をタッチ。忙しい朝も慌てることなく、\u003cstrong\u003eスムーズに通過できる快適な使い心地\u003c\/strong\u003eを実感してください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000273_b141a6f9-97be-4b60-9167-b00ce60377d3.jpg?v=1739330922\" class=\"img-fluid d-block w-100 product-img\" alt=\"改札タッチ使用例\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e忙しい朝をストレスフリーに\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eねこの形が愛らしい本革のリール付きパスケースです。3種類のねこ柄からお選びいただけます。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e愛らしいねこ柄デザイン（ミケ、茶白、ハチワレ）\u003c\/li\u003e\n        \u003cli\u003e本革ならではの上質な風合い\u003c\/li\u003e\n        \u003cli\u003e透明セル付きポケットでICカードを保護\u003c\/li\u003e\n        \u003cli\u003e最長30cm伸びるリール付きでスムーズな改札通過\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003eリールストラップ部分は取り外すことが可能。パスケースとリールストラップをそれぞれを別々で使用していただくこともできます。リールストラップまたはネックストラップ、お好みに合わせてどちらか１つを選べます。※ネックストラップにリールは付きません。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02214_06.jpg?v=1739948425\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストラップバリエーション\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02214_10.jpg?v=1739948443\" class=\"img-fluid d-block w-100 product-img\" alt=\"ネックストラップイメージ\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02214_08.jpg?v=1739948513\" class=\"img-fluid d-block w-100 product-img\" alt=\"裏面仕様\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02214_11.jpg?v=1739948535\" class=\"img-fluid d-block w-100 product-img\" alt=\"パスケース収納例\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02214_09.jpg?v=1739948553\" class=\"img-fluid d-block w-100 product-img\" alt=\"使用イメージ\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e製品の具体的なサイズは以下の通りです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e本体サイズ：（約）縦8.8cm × 横10.7cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02214_07_1.jpg?v=1739948490\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズイメージ\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e上質な素材とこだわりの生産国。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e素材：牛革\u003c\/li\u003e\n        \u003cli\u003e生産国：日本\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみ下さい。\u003c\/li\u003e\n      \u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合生地との摩擦により退色、色落ちの可能性がありますのでご注意下さい。\u003c\/li\u003e\n      \u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"ハチワレ \/ リール付き","offer_id":46289069474012,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"ハチワレ \/ ネックストラップ","offer_id":47597705822428,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"ミケ \/ リール付き","offer_id":47597705855196,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":false},{"title":"ミケ \/ ネックストラップ","offer_id":47597705887964,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":false},{"title":"茶白 \/ リール付き","offer_id":47597705920732,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"茶白 \/ ネックストラップ","offer_id":47597705953500,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000273_9ac648e5-53e6-4679-844e-e429b97b10dd.jpg?v=1739330922"},{"product_id":"2215","title":"【02215】IDホルダー パスケース ねこ柄 本革","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"cat-tote-body\"\u003e\n\n  \u003c!-- 商品のメインビジュアルと概要 --\u003e\n  \u003cp class=\"cat-tote-title\"\u003e【02215】IDホルダー パスケース ねこ柄 本革\u003c\/p\u003e\n  \u003cdiv class=\"cat-tote-image-block\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02215_000_4b56c2b1-90dd-41cd-8bc7-485a6a4d96fe.jpg?v=1739950109\" alt=\"ねこ柄IDホルダー\"\u003e\n  \u003c\/div\u003e\n  \u003cp class=\"cat-tote-text\"\u003eねこのシルエットが愛らしい、\u003cstrong\u003e本革仕立て\u003c\/strong\u003eのIDホルダーです。左から茶白、ミケ、ハチワレの3種をご用意しました。ネックストラップまたはリールストラップから選べて、さまざまな場面で活躍します。ねこ好きな方へのプレゼントにもぴったりです。\u003c\/p\u003e\n\n  \u003c!-- 商品解説セクション (Main) - 日常に溶け込む愛らしい猫柄 --\u003e\n  \u003cdiv class=\"cat-tote-section\"\u003e\n    \u003cdiv class=\"cat-tote-point-heading\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/POINT_1.png?v=1750128013\" alt=\"POINTアイコン\"\u003e\n      \u003cdiv class=\"cat-tote-point-heading-title\"\u003e日常に溶け込む、愛らしい猫柄IDホルダー\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"cat-tote-text-left\"\u003eまるで愛猫が寄り添うよう。\u003cstrong\u003e茶白、ミケ、ハチワレの３種の猫柄\u003c\/strong\u003eから、お好みの１匹を選べます。毎日を彩る、あなただけの癒しの存在に。\u003c\/p\u003e\n    \u003cdiv class=\"cat-tote-image-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000279.jpg?v=1739330957\" alt=\"毎日の装いを彩る、選べる猫デザイン\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"cat-tote-text\"\u003e毎日の装いを彩る、選べる猫デザイン\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - 大切なカードを守る透明ポケット --\u003e\n  \u003cdiv class=\"cat-tote-section\"\u003e\n    \u003cdiv class=\"cat-tote-point-heading\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/POINT_1.png?v=1750128013\" alt=\"POINTアイコン\"\u003e\n      \u003cdiv class=\"cat-tote-point-heading-title\"\u003e大切なカードを守る、安心の透明ポケット\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"cat-tote-text-left\"\u003eIDや会員証を透明セル付きのポケットに収納。中身が見える設計で、提示もスムーズに、大切なカードを優しく保護します。\u003c\/p\u003e\n    \u003cdiv class=\"cat-tote-image-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000279.jpg?v=1739330957\" alt=\"提示もスムーズに、カードを守る機能性\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"cat-tote-text\"\u003e提示もスムーズに、カードを守る機能性\u003c\/p\u003e\n    \u003cdiv class=\"cat-tote-image-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02215_03.jpg?v=1739950162\" alt=\"カードを入れたイメージ\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"cat-tote-text-left\"\u003e\u003cstrong\u003e透明セル付きのカードポケット\u003c\/strong\u003eだから、IDや保護者証、会員証などをしっかりガード。中のカードが見える仕様なので、提示の場面でもスムーズです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - 伸縮自在なリールストラップ --\u003e\n  \u003cdiv class=\"cat-tote-section\"\u003e\n    \u003cdiv class=\"cat-tote-point-heading\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/POINT_1.png?v=1750128013\" alt=\"POINTアイコン\"\u003e\n      \u003cdiv class=\"cat-tote-point-heading-title\"\u003e伸縮自在、本革リールストラップの快適さ\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"cat-tote-text-left\"\u003e最長約10.5cmまで伸縮するリールストラップは、必要な時にサッと伸ばせて快適。改札やセキュリティ通過もスマートに。毎日の動きをスムーズにサポートします。\u003c\/p\u003e\n    \u003cdiv class=\"cat-tote-image-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/5_000000000279.jpg?v=1739330957\" alt=\"スマートな所作を叶える本革ストラップ\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"cat-tote-text\"\u003eスマートな所作を叶える本革ストラップ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - シーンに合わせて選べるストラップ --\u003e\n  \u003cdiv class=\"cat-tote-section\"\u003e\n    \u003cdiv class=\"cat-tote-point-heading\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/POINT_1.png?v=1750128013\" alt=\"POINTアイコン\"\u003e\n      \u003cdiv class=\"cat-tote-point-heading-title\"\u003eシーンに合わせて選べるストラップ\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"cat-tote-text-left\"\u003eネックストラップは取り外し可能。ストラップと本体を別々に使えるから、\u003cstrong\u003e用途に応じてアレンジ自在\u003c\/strong\u003eです。ネックストラップとリールストラップ、どちらかお好きなタイプをお選びいただけます。\u003c\/p\u003e\n    \u003cp class=\"cat-tote-text-left\"\u003eお仕事用、学校用、通園時など、使うシーンに合わせてお選びください。※ネックストラップにはリールは付きません。\u003c\/p\u003e\n    \u003cdiv class=\"cat-tote-image-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02215_02.jpg?v=1739950131\" alt=\"ストラップの装着例\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cat-tote-image-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02215_05.jpg?v=1739950263\" alt=\"ネックとリールの選択肢1\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cat-tote-image-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02215_04.jpg?v=1739950230\" alt=\"ネックとリールの選択肢2\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - ブランドストーリー --\u003e\n  \u003cdiv class=\"cat-tote-section\" style=\"background-color: #ffdab9;\"\u003e\n    \u003cdiv class=\"cat-tote-point-heading\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/POINT_1.png?v=1750128013\" alt=\"POINTアイコン\"\u003e\n      \u003cdiv class=\"cat-tote-point-heading-title\"\u003e猫愛と職人技術が融合『Bri \u0026amp; Gra』\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"cat-tote-text-left\"\u003e『Bri \u0026amp; Gra』は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランドです。長年革財布を手がけてきた職人の\u003cstrong\u003e確かな技術\u003c\/strong\u003eをベースに、猫への愛情が詰まったデザインを形にしています。\u003c\/p\u003e\n    \u003cp class=\"cat-tote-text-left\"\u003e売上の一部は保護猫施設へ寄付され、商品を選ぶことが支援につながる仕組みになっています。\u003c\/p\u003e\n    \u003cdiv class=\"cat-tote-image-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2025-06-30_18.24.47.png?v=1751275528\" alt=\"ブリグラ\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 全ての猫グッズへのリンク --\u003e\n  \u003cdiv class=\"cat-tote-section\"\u003e\n      \u003cspan class=\"cat-tote-title\"\u003e他の猫グッズも見る\u003c\/span\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 40px;\"\u003e\n        \u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/link_catgoods_c2cf45c7-26a1-42b9-b04b-f0dc2d6df1e6.jpg?v=1739947487\" style=\"width:700px !important; height:auto !important; display:block; margin:0px auto;\" alt=\"全ての猫グッズはこちら\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"cat-tote-section\"\u003e\n    \u003cspan class=\"cat-tote-title\"\u003e商品詳細\u003c\/span\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"cat-tote-text-left\"\u003eコンパクトながらも使いやすいサイズ感です。\u003c\/p\u003e\n        \u003cul class=\"cat-tote-list\"\u003e\n          \u003cli\u003e本体サイズ：（約）縦8.8cm × 横10.7cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"cat-tote-image-block\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02215_06.jpg?v=1739950307\" alt=\"サイズ参考画像1\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cat-tote-image-block\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02215_07.jpg?v=1739950333\" alt=\"サイズ参考画像2\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・カラー\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"cat-tote-text-left\"\u003e天然の牛革を使用し、使うほどに風合いが増します。\u003c\/p\u003e\n        \u003cul class=\"cat-tote-list\"\u003e\n          \u003cli\u003e素材：牛革\u003c\/li\u003e\n          \u003cli\u003eカラー：ハチワレ、ミケ、茶白\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eストラップ仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"cat-tote-text-left\"\u003eお好みに合わせて2タイプからお選びいただけます。\u003c\/p\u003e\n        \u003cul class=\"cat-tote-list\"\u003e\n          \u003cli\u003eネックストラップ or リールストラップ（いずれか1種）\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"cat-tote-text-left\"\u003e日本の職人による丁寧な作りです。\u003c\/p\u003e\n        \u003cul class=\"cat-tote-list\"\u003e\n          \u003cli\u003e生産国：日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"cat-tote-section\"\u003e\n    \u003cspan class=\"cat-tote-title\"\u003eご注意事項\u003c\/span\u003e\n    \u003cdiv class=\"cat-tote-text-left\"\u003e\n      \u003cp\u003e天然の革を使用しているため、しわやキズがある場合や、革の仕上がりによって多少の色味の違いが生じることがあります。天然素材ならではの風合いとしてご理解ください。\u003c\/p\u003e\n      \u003cp\u003e通常の撥水・色止め加工は施してありますが、水濡れや汗などにより、摩擦で退色や色移りする場合があります。ご使用の際はご注意ください。\u003c\/p\u003e\n      \u003cp\u003eお使いのモニター環境により、実際の色味と異なる場合があります。あらかじめご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ラッピング\/パッケージ画像 --\u003e\n  \u003cdiv class=\"cat-tote-section\"\u003e\n      \u003cspan class=\"cat-tote-title\"\u003eプレゼントにも最適\u003c\/span\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 40px;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_13_9dabc367-63c6-45ea-bf29-c4977a952adf.jpg?v=1739950294\" style=\"width:700px; height:auto; display:block; margin:0 auto;\" alt=\"ギフトパッケージイメージ\"\u003e\n      \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"ハチワレ \/ リール付き","offer_id":46289069637852,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"ハチワレ \/ ネックストラップ","offer_id":47597705101532,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"ミケ \/ リール付き","offer_id":47597705134300,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":false},{"title":"ミケ \/ ネックストラップ","offer_id":47597705167068,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"茶白 \/ リール付き","offer_id":47597705199836,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"茶白 \/ ネックストラップ","offer_id":47597705232604,"sku":null,"price":5940.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000279.jpg?v=1739330957"},{"product_id":"ねこワッペン帆布トートバッグ","title":"【02216】ねこワッペン帆布トートバッグ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e寄り添う猫と日常を彩るミニトート\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e毎日の外出がもっと楽しくなる、愛らしい猫ワッペン付き帆布バッグ。\u003cstrong\u003e丈夫な帆布生地と本革の猫ワッペン\u003c\/strong\u003eが、大人可愛いカジュアルスタイルを演出します。お気に入りの猫と一緒に出かけるような、心ときめく体験をあなたに。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/P1242503.jpg?v=1749634986\" class=\"img-fluid d-block w-100 product-img\" alt=\"異なる表情の猫と帆布のハーモニー\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e異なる表情の猫と帆布のハーモニー\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eねこワッペンが愛らしい帆布ミニトートバッグ\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/P1242488.jpg?v=1749634986\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニトートバッグ 商品画像\"\u003e\n        \u003cp class=\"body-text\"\u003eちょっとしたお出かけにぴったりな、コンパクトで愛らしい帆布のミニトートバッグ。\u003cstrong\u003e帆布の素朴な風合いと、表情豊かな猫の本革ワッペン\u003c\/strong\u003eが絶妙にマッチ。小さいながらも収納力はしっかり確保されており、財布やスマートフォン、ハンカチなどの必需品がしっかり入ります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e選べる5種のねこ柄\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/P1242503.jpg?v=1749634986\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミケとキジトラのワッペン\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e(奥)キジトラ\/帆布グレー (前)ミケ\/帆布ベージュ\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/P1242497.jpg?v=1749634986\" class=\"img-fluid d-block w-100 product-img\" alt=\"茶白のワッペン\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e茶白\/帆布ベージュ\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/P1242500.jpg?v=1749634987\" class=\"img-fluid d-block w-100 product-img\" alt=\"ハチワレのワッペン\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eハチワレ\/帆布グレー\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/P1242499.jpg?v=1749634987\" class=\"img-fluid d-block w-100 product-img\" alt=\"茶トラのワッペン\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e茶トラ\/帆布ベージュ\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eミケ、ハチワレ、茶白、キジトラ、茶トラの5種類。それぞれ異なる表情や毛色が本革で丁寧に表現され、猫好きにはたまらないラインナップ。帆布カラーとの組み合わせにもこだわりがあり、あなただけのお気に入りがきっと見つかります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e自立するしっかり設計\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/P1242504.jpg?v=1749634987\" class=\"img-fluid d-block w-100 product-img\" alt=\"自立するバッグ\"\u003e\n        \u003cp class=\"body-text\"\u003eバッグ本体だけで\u003cstrong\u003eしっかりと自立する構造\u003c\/strong\u003eなので、物の出し入れがスムーズ。カフェのテーブルや玄関先などにそのまま置けて、型崩れしにくく見た目もスマート。荷物の少ない日でも形が保たれるのがうれしいポイントです。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eミニでもたっぷり収納\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/P1242510.jpg?v=1749634987\" class=\"img-fluid d-block w-100 product-img\" alt=\"収納力イメージ1\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/P1242494.jpg?v=1749634987\" class=\"img-fluid d-block w-100 product-img\" alt=\"収納力イメージ2\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/P1242482.jpg?v=1749634986\" class=\"img-fluid d-block w-100 product-img\" alt=\"収納力イメージ3\"\u003e\n        \u003cp class=\"body-text\"\u003e小ぶりなサイズながら、\u003cstrong\u003eマチがしっかりあるため収納力は抜群\u003c\/strong\u003e。長財布・スマホ・鍵・ハンカチ・コスメポーチなど、普段使いに必要なアイテムがすっぽり収まります。外ポケットもあり、ICカードなどの取り出し頻度の高い小物も収納できます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eブランド革タグ付き\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/P1242505.jpg?v=1749634986\" class=\"img-fluid d-block w-100 product-img\" alt=\"Bri\u0026amp;Gra 革タグ\"\u003e\n        \u003cp class=\"body-text\"\u003eバッグ正面のポケット横には、「Bri \u0026amp; Gra」の\u003cstrong\u003eロゴ入り本革タグ\u003c\/strong\u003eをあしらっています。使い込むほどに味わいが増す素材で、ブランドの世界観と品質へのこだわりを象徴するアクセントです。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e猫愛と技術が融合した『Bri \u0026amp; Gra』\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2025-06-30_18.24.47.png?v=1751275528\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブリグラ\"\u003e\n        \u003cp class=\"body-text\"\u003e『Bri \u0026amp; Gra』は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランド。長年革財布を手がけてきた\u003cstrong\u003e職人の確かな技術\u003c\/strong\u003eをベースに、猫への愛情が詰まったデザインを形にしています。売上の一部は保護猫施設へ寄付され、商品を選ぶことが支援につながる仕組みになっています。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e安心の国内製造\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e本製品はすべて\u003cstrong\u003e国内の自社工場で、一点ずつ職人が丁寧に仕立て\u003c\/strong\u003eています。長年の経験と技術により、細部に至るまで使い心地と品質にこだわったモノづくりを実現。末永くお使いいただける確かな仕上がりをお届けします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eギフトにもぴったり\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/P1242506.jpg?v=1749634986\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフト提案画像\"\u003e\n        \u003cp class=\"body-text\"\u003e猫が好きなあの人へ。\u003cstrong\u003e上質な素材とやさしいデザイン\u003c\/strong\u003eは、贈る人のセンスが伝わる特別なギフトに。ミニポーチやおそろいチャームと組み合わせれば、より一層喜ばれるセットにもなります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e愛らしい猫ワッペンと丈夫な帆布生地が魅力のミニトートバッグです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e選べる5種類の愛らしい猫ワッペン\u003c\/li\u003e\n                \u003cli\u003e中身が取り出しやすい自立するしっかり設計\u003c\/li\u003e\n                \u003cli\u003eコンパクトながら長財布も入る抜群の収納力\u003c\/li\u003e\n                \u003cli\u003e「Bri \u0026amp; Gra」のロゴ入り本革タグ付き\u003c\/li\u003e\n                \u003cli\u003e猫への愛情と職人技が融合したブランド製品\u003c\/li\u003e\n                \u003cli\u003e安心の国内自社工場で一点ずつ丁寧に製造\u003c\/li\u003e\n                \u003cli\u003eギフトにも最適なデザインと品質\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e本体部分のサイズは以下の通りです。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e本体部分：約 横26cm × 高さ18cm × 厚み14cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003c!-- サイズ表の画像があればここに配置 --\u003e\n            \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"size_chart.jpg\" class=\"img-fluid d-block w-100\" alt=\"サイズ表\"\u003e\u003c\/div\u003e --\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・カラー・生産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e製品の素材、カラー展開、生産国は以下の通りです。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材：牛革（ワッペン・タグ部分）、帆布（本体）\u003c\/li\u003e\n                \u003cli\u003eカラー：ミケ（帆布ベージュ）、ハチワレ（帆布グレー）、茶白（帆布ベージュ）、キジトラ（帆布グレー）、茶トラ（帆布ベージュ）\u003c\/li\u003e\n                \u003cli\u003e生産国：日本\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e本製品に関する基本情報です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品名：【02216】ねこワッペン帆布トートバッグ\u003c\/li\u003e\n                \u003cli\u003e商品コード：02216\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) - 情報がないため作成しません --\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや、革の仕上がりによって多少の色ぶれが生じる場合があります。これらは天然素材の革ならではの風合いとしてお楽しみください。\u003c\/li\u003e\n            \u003cli\u003e通常の撥水・色止め加工は施しておりますが、汗や水を含んだ状態での摩擦により、退色・色落ちする可能性がありますのでご注意ください。\u003c\/li\u003e\n            \u003cli\u003e商品の色はご使用のディスプレイ環境によって、実際とは異なる場合があります。予めご了承ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"ミケ","offer_id":46634634936540,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"ハチワレ","offer_id":47597692190940,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":false},{"title":"茶白","offer_id":47597692223708,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"キジトラ","offer_id":47597692256476,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":false},{"title":"茶トラ","offer_id":47597692289244,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/P1242503.jpg?v=1749634986"},{"product_id":"02207-500円玉が入るキーホルダー-ねこ型-トラ柄-本革-名入れオプション付き","title":"【02207】500円玉が入るキーホルダー ねこ型 トラ柄 本革【名入れオプション付き】","description":"\u003cstyle\u003e   \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- ① 商品解説セクション (Main) - 導入 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※こちらは名入れ対応商品のページです。\u003c!-- notionvc: 2284a6a3-6b98-4c2f-814f-0d86f5c37fd8 --\u003e\n\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cmeta charset=\"utf-8\"\u003e名入れ料 ¥330が含まれた価格です。\u003cbr\u003e＞ 名入れなしで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/2207\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: d8a6f01e-c93d-4af2-88a5-d126f06c9749 --\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e \u003c\/p\u003e\n\u003ch3 class=\"section-title\"\u003e500円玉が入る 本革ねこ型キーホルダー（トラ柄）\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_00000.jpg?v=1739943973\" class=\"img-fluid d-block w-100 product-img\" alt=\"ねこ型キーホルダー メイン画像\"\u003e\n\u003cp class=\"body-text\"\u003e本革で仕立てた、ちょこんと可愛いねこ型のキーホルダー。500円玉がぴったり2枚入る小さなポケット付きで、見た目の可愛さと実用性を兼ね備えています。柄は茶トラとキジトラの2種類からお選びいただけます。ねこ好きな方へのプチギフトにもぴったりです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ブロック1 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eちょこんと佇む愛らしいトラ柄キーホルダー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e本革で仕立てられた、ちょこんと可愛いねこ型のキーホルダーです。使うほどに深まる風合いと、見るたびに心が和む表情が魅力。\u003cstrong\u003e茶トラとキジトラの2色\u003c\/strong\u003eからお選びいただけます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000261.jpg?v=1739331250\" class=\"img-fluid d-block w-100 product-img\" alt=\"毎日連れて歩きたい本革ねこ\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e毎日連れて歩きたい本革ねこ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ブロック2 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e掌にすっぽり収まる上品なミニキーホルダー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e柔らかな本革が掌にしっくり馴染み、触れるたびに温もりを感じられます。\u003cstrong\u003e小ぶりなサイズ感\u003c\/strong\u003eで鍵と一緒に付けても邪魔にならず、毎日のお出かけにそっと寄り添います。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000261.jpg?v=1739331250\" class=\"img-fluid d-block w-100 product-img\" alt=\"優しく寄り添う相棒に\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e優しく寄り添う相棒に\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ブロック3 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eいざという時に助かる隠しミニポケット\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eねこの背中には、\u003cstrong\u003e500円玉が2枚ぴったり収まる\u003c\/strong\u003e小さなポケットが隠されています。急な出費や非常時のお守りとして、さりげない安心感を持ち歩ける便利な逸品です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000261.jpg?v=1739331250\" class=\"img-fluid d-block w-100 product-img\" alt=\"困った時に頼れるお守り\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e困った時に頼れるお守り\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - その他ねこグッズへのリンク --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eその他ねこグッズはこちら\u003c\/h3\u003e\n\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/link_catgoods_c2cf45c7-26a1-42b9-b04b-f0dc2d6df1e6.jpg?v=1739947487\" class=\"img-fluid d-block w-100 product-img\" alt=\"その他ねこグッズへのリンク\"\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ポイント：ミニポケット付き --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e500円玉が2枚入るミニポケット付き\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_004.jpg?v=1739944007\" class=\"img-fluid d-block w-100 product-img\" alt=\"中にコインが入る様子\"\u003e\n\u003cp class=\"body-text\"\u003e背面のポケットには\u003cstrong\u003e500円玉が2枚入ります\u003c\/strong\u003e。いざという時の予備として、ちょっとした安心感を持ち歩けます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ポイント：手のひらサイズ --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e手のひらサイズで持ち運びやすい\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_003.jpg?v=1739943991\" class=\"img-fluid d-block w-100 product-img\" alt=\"手の中に収まるサイズ\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_005.jpg?v=1739944026\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ比較イメージ\"\u003e\n\u003cp class=\"body-text\"\u003e小ぶりでかさばらず、鍵と一緒に付けてもストレスなく使えます。ポケットやバッグにもすっきり収まるサイズ感です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ポイント：職人が手作業で仕立てる高品質 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e職人が手作業で仕立てる高品質\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_006.jpg?v=1739944043\" class=\"img-fluid d-block w-100 product-img\" alt=\"職人による製作風景\"\u003e\n\u003cp class=\"body-text\"\u003eduendeの商品はすべて自社工場で生産。\u003cstrong\u003e財布職人が細部まで丁寧に仕上げています\u003c\/strong\u003e。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ポイント：duendeの刻印入り --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e背面には「duende」の刻印入り\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_007.jpg?v=1739944059\" class=\"img-fluid d-block w-100 product-img\" alt=\"duendeロゴ刻印の写真\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_logo.jpg?v=1739944093\" class=\"img-fluid d-block w-100 product-img\" alt=\"duendeロゴマーク\"\u003e\n\u003cp class=\"body-text\"\u003e背面にはブランド名「duende」の刻印が入り、さりげないアクセントに。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ポイント：名入れタグ --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e名入れタグでさらに特別な贈り物に\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_007_2.jpg?v=1739944143\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ1\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_7_3d0607e4-18b9-458c-8d76-2a98d0237f2c.jpg?v=1739944184\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_8_3243fdc2-fa2a-4cc9-9c2e-bc37771acb8f.jpg?v=1739944206\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ3\"\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e+330円（税込）で、名前やメッセージを刻印できる名入れタグ\u003c\/strong\u003eを追加できます。タグの色は本体と同色で、中央揃えで文字が入ります。プチギフトや記念品におすすめです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ブランド紹介 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e猫愛と技術が融合した『Bri \u0026amp; Gra』\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2025-06-30_18.24.47.png?v=1751275528\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブリグラ\"\u003e\n\u003cp class=\"body-text\"\u003e『Bri \u0026amp; Gra』は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランド。長年革財布を手がけてきた職人の確かな技術をベースに、\u003cstrong\u003e猫への愛情が詰まったデザイン\u003c\/strong\u003eを形にしています。売上の一部は保護猫施設へ寄付され、商品を選ぶことが支援につながる仕組みになっています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e使うほどに愛着がわく、本革仕立てのねこ型キーホルダーです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e愛らしい\u003cstrong\u003eねこ型トラ柄デザイン\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e掌に収まる\u003cstrong\u003eコンパクトサイズ\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eいざという時に役立つ\u003cstrong\u003e500円玉が2枚入るミニポケット\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e経年変化が楽しめる\u003cstrong\u003e上質な本革素材\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e熟練職人による\u003cstrong\u003e丁寧な手作業\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eブランド「duende」の\u003cstrong\u003e刻印入り\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e名入れタグ追加で\u003cstrong\u003e特別な贈り物に\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e本体部分の寸法詳細です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_009.jpg?v=1739944238\" alt=\"キーホルダー寸法図\"\u003e\u003c\/div\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：約 横4.5cm×縦4cm（本体部分）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_010.jpg?v=1739944272\" alt=\"キーホルダー詳細図\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e製品の素材と生産地について。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：本革\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eお好みのトラ柄をお選びいただけます。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e茶トラ\u003c\/li\u003e\n\u003cli\u003eキジトラ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e02207\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n\u003cdiv class=\"shipping-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e商品は丁寧にお包みし、お客様のもとへお届けいたします。ギフトにも安心です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_13_9dabc367-63c6-45ea-bf29-c4977a952adf.jpg?v=1739950294\" class=\"img-fluid d-block w-100 product-img\" alt=\"梱包イメージ\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ④ 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご購入前の注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、\u003cstrong\u003e天然素材の風合い\u003c\/strong\u003eとしてお楽しみ下さい。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により\u003cstrong\u003e退色・色落ちの可能性\u003c\/strong\u003eがあります。\u003c\/li\u003e\n\u003cli\u003e商品の色はご使用のディスプレイ環境などによって、\u003cstrong\u003e実物と異なる場合\u003c\/strong\u003eがあります。予めご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"茶トラ","offer_id":49933785497820,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"キジトラ","offer_id":49933785530588,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000261.jpg?v=1739331250"},{"product_id":"02201-500円玉が入るキーホルダー-ねこ型-ねこ柄-本革-名入れオプション付き","title":"【02201】500円玉が入るキーホルダー ねこ型 ねこ柄 本革【名入れオプション付き】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※こちらは名入れ対応商品のページです。\u003c!-- notionvc: f2115645-026a-4ecb-9c09-a7f650089489 --\u003e\n\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cmeta charset=\"utf-8\"\u003e名入れ料 ¥330 が含まれた価格です。\u003cbr\u003e＞ 名入れなしで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/2201\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: 8ca0b7fc-c462-419b-92f9-911a33567010 --\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e \u003c\/p\u003e\n\u003ch2 class=\"product-name\"\u003e【02201】500円玉が入るキーホルダー ねこ型 ねこ柄 本革\u003c\/h2\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_0000_1.jpg?v=1739939412\" class=\"img-fluid d-block w-100 product-img\" alt=\"500円玉が入るキーホルダーTOP\"\u003e\n\u003cp class=\"body-text\"\u003e本革を使用して作られた500円玉が入るねこ型のキーホルダー。ミケ、茶白、ハチワレの3種類の柄があります。ねこ好きな方へのプチギフトとしてもおすすめです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e愛らしいねこ型、いざという時の相棒\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e柔らかな本革で仕立てられた、表情豊かなねこ型キーホルダーです。ミケ、茶白、ハチワレの3種類の柄から、お好みの相棒を見つけてください。困った時に役立つ\u003cstrong\u003e500円玉を2枚までスマートに忍ばせられます\u003c\/strong\u003e。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/13_000000000244.jpg?v=1739331551\" class=\"img-fluid d-block w-100 product-img\" alt=\"選べるねこ柄、安心を携帯\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e選べるねこ柄、安心を携帯\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e手に寄り添う、コンパクトな収納力\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e指先に心地よくなじむ本革の質感は、小さくても確かな存在感を放ちます。ポケットやミニバッグにもすっぽり収まり、かさばらずに持ち運びが可能。ふとした瞬間に頼れる、\u003cstrong\u003eスマートなコイン収納\u003c\/strong\u003eも魅力です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000244.jpg?v=1739331551\" class=\"img-fluid d-block w-100 product-img\" alt=\"手のひらサイズ、日々の必需品\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e手のひらサイズ、日々の必需品\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e日常に溶け込む、機能美あふれる逸品\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e縦約4cm、横約4.5cmの本体は、鍵と一緒につけても邪魔にならない絶妙なサイズ感。キーリング内径2.5cmで、多様な鍵に対応し実用性も抜群です。長年革財布を手がけた職人の技が光る、\u003cstrong\u003e日本仕立ての逸品\u003c\/strong\u003eを日常に。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/8_000000000244.jpg?v=1739331551\" class=\"img-fluid d-block w-100 product-img\" alt=\"こだわりの日本品質、ずっと愛せる\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eこだわりの日本品質、ずっと愛せる\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e手の中に収まる可愛いサイズ\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_02.jpg?v=1739939441\" class=\"img-fluid d-block w-100 product-img\" alt=\"手のひらサイズのキーホルダー\"\u003e\n\u003cp class=\"body-text\"\u003eコンパクトでポケットにもすっぽり入るサイズ感。かさばらず、持ち歩きにも便利です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e500円玉が2枚収納可能\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_03_1.jpg?v=1739939455\" class=\"img-fluid d-block w-100 product-img\" alt=\"500円玉収納イメージ\"\u003e\n\u003cp class=\"body-text\"\u003e中には500円玉を2枚入れることができ、いざというときの非常用コインケースとしても使えます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eかさばらないキーホルダー\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_04.jpg?v=1739939469\" class=\"img-fluid d-block w-100 product-img\" alt=\"鍵を付けた状態\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_08.jpg?v=1739939568\" class=\"img-fluid d-block w-100 product-img\" alt=\"キーホルダーの使用イメージ\"\u003e\n\u003cp class=\"body-text\"\u003e鍵を付けても邪魔にならない大きさで、日常使いのキーホルダーとしても優秀です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e名入れ対応で特別感をプラス\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_07_1.jpg?v=1739939497\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02102_07_b9029317-6159-4764-ae6c-5d90f35f6196.jpg?v=1739939519\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグ詳細\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_7_0cc15369-7e6c-442c-909e-78019b7bffcb.jpg?v=1739939536\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグ書体例\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_8_f50a0e58-8570-46b8-a3b0-e89fd81901e0.jpg?v=1739939552\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグアップ\"\u003e\n\u003cp class=\"body-text\"\u003e+330円（税込）で名入れタグを追加可能。タグの色はヌメ色で、文字は中央揃えで刻印されます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e猫愛と技術が融合\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2025-06-30_18.24.47.png?v=1751275528\" class=\"img-fluid d-block w-100 product-img\" alt=\"Bri \u0026amp; Graブランドロゴ\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_logo1.jpg?v=1739939583\" class=\"img-fluid d-block w-100 product-img\" alt=\"Bri \u0026amp; Graロゴ\"\u003e\n\u003cp class=\"body-text\"\u003e『Bri \u0026amp; Gra』は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランド。長年革財布を手がけてきた職人の確かな技術をベースに、猫への愛情が詰まったデザインを形にしています。売上の一部は保護猫施設へ寄付され、商品を選ぶことが支援につながる仕組みになっています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e関連商品\u003c\/h3\u003e\n\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/link_catgoods_c2cf45c7-26a1-42b9-b04b-f0dc2d6df1e6.jpg?v=1739947487\" class=\"img-fluid d-block w-100 product-img\" alt=\"他の猫グッズへのリンク\"\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e本革を使用した愛らしいねこ型キーホルダーは、実用性とデザイン性を兼ね備えています。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e500円玉を2枚までスマートに収納可能\u003c\/li\u003e\n\u003cli\u003eミケ、茶白、ハチワレの3種類のねこ柄から選択可能\u003c\/li\u003e\n\u003cli\u003e日常使いからプチギフトまで幅広いシーンで活躍\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e手のひらに収まるコンパクトなサイズ感で、かさばらずに持ち歩きに便利です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e本体部分: （約）横4.5cm × 縦4cm\u003c\/li\u003e\n\u003cli\u003eキーリング内径: 2.5cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_09_1.jpg?v=1739939621\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品のサイズイメージ\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_10_1.jpg?v=1739939637\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品の詳細構造\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e長年革製品を手がけてきた職人の技術が光る、こだわりの日本品質です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材: 本革\u003c\/li\u003e\n\u003cli\u003e生産国: 日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e個性豊かな3種類のねこ柄が、日々の生活に彩りを添えます。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eハチワレ\u003c\/li\u003e\n\u003cli\u003eミケ\u003c\/li\u003e\n\u003cli\u003e茶白\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e名入れサービスについて\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e特別なギフトや自分だけのアイテムに。名入れサービスをご利用いただけます。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e追加料金: +330円（税込）\u003c\/li\u003e\n\u003cli\u003eタグの色: ヌメ色\u003c\/li\u003e\n\u003cli\u003e文字刻印: 中央揃え\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eブランド「Bri \u0026amp; Gra」について\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e「Bri \u0026amp; Gra」は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランドです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e長年革財布を手がけてきた職人の確かな技術がベース\u003c\/li\u003e\n\u003cli\u003e猫への愛情が詰まったデザインと品質\u003c\/li\u003e\n\u003cli\u003e売上の一部は保護猫施設へ寄付され、商品を選ぶことが支援に繋がります\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e商品の特性上、以下の点にご留意ください。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズ、革の仕上がりによる多少の色ぶれが生じる場合がありますが、天然素材の革の風合いとしてお楽しみください。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますので十分にご注意ください。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境により、実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 発送案内セクション (Shipping) --\u003e\n\u003cdiv class=\"shipping-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e一つひとつ丁寧に検品し、大切にお包みしてお届けします。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_13_9dabc367-63c6-45ea-bf29-c4977a952adf.jpg?v=1739950294\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品の梱包イメージ\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"ハチワレ","offer_id":49933827309788,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"ミケ","offer_id":49933827342556,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"茶白","offer_id":49933827375324,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/13_000000000244.jpg?v=1739331551"},{"product_id":"01331-ねこマーク付きリールキーホルダー-本革-名入れオプション付き","title":"【01331】ねこマーク付きリールキーホルダー 本革【名入れオプション付き】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品トップの導入 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cp class=\"body-text\"\u003e猫のマークが付いた本革の\u003cstrong\u003eリールキーホルダー\u003c\/strong\u003e。カバンのポケットなどにナスカンでひっかけておけば、鍵を探す手間も省けてとっても便利。くすんだ色味が可愛い「\u003cstrong\u003eモストロレザー\u003c\/strong\u003e」を使用し、長く使うほど愛着が湧くアイテムです。\u003c\/p\u003e\n\u003cimg alt=\"リールキーホルダーTOP\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_0000.jpg?v=1739945108\"\u003e\n\u003c\/div\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※こちらは名入れ対応商品のページです\u003c!-- notionvc: f6399be2-26e9-4741-975a-135368aa1725 --\u003e\n\u003c\/h3\u003e\n\u003cp\u003e名入れ料 ¥330が含まれた価格です。\u003c\/p\u003e\n\u003cp\u003e＞ 名入れなしで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/1331?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003c!-- notionvc: 68b3ba7a-c85b-4238-ac8b-bb576597560d --\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3 class=\"section-title\"\u003e毎日を彩るくすみカラー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eモストロレザーの落ち着いた色合いが、大人の手元にさりげない可愛らしさを添えます。愛らしいねこマークが、日常に小さな癒やしを届けるでしょう。 \u003cstrong\u003eグレー・ピンク・キャメル・グリーンの4色展開\u003c\/strong\u003eで、スモーキーカラーがコーディネートに馴染みやすく、大人可愛い印象に。\u003c\/p\u003e\n\u003cimg alt=\"カラーバリエーション\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_02.jpg?v=1739945123\"\u003e \u003cimg alt=\"くすみレザーアップ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_04.jpg?v=1739945156\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e選べる4色の本革アイテム\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e玄関前で慌てないスマートな鍵\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e最長40cmまで伸びるリール機能\u003c\/strong\u003eは、バッグに付けたまま鍵の開閉を可能にします。もう鍵を探して焦ることはなく、スムーズな毎日を叶えます。鞄につけたまま鍵を引き出して使えるので、玄関前で慌てる心配なし。\u003c\/p\u003e\n\u003cimg alt=\"使用イメージ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_03.jpg?v=1739945140\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e鍵の出し入れもラクラク\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e愛らしいねこが魅せる上質な輝き\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e熟練の職人が手掛けた美しい仕上がりが、小さなアイテムにも宿っています。使い込むほどに表情を変えるモストロレザーは、あなただけの物語を紡ぎます。\u003c\/p\u003e\n\u003cimg alt=\"くすみレザーアップ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_04.jpg?v=1739945156\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eこだわりの日本品質\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e名入れ対応で特別感を\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e名入れ（\u003cstrong\u003e＋330円\u003c\/strong\u003e）で自分だけのアイテムに。\u003cstrong\u003eギフト\u003c\/strong\u003eにも喜ばれるオプションです。※名入れ時はブランドロゴタグは付きません。\u003c\/p\u003e\n\u003cimg alt=\"名入れタグイメージ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_05.jpg?v=1739945263\"\u003e \u003cimg alt=\"名入れ説明\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01316_06_53331410-41ff-4b04-b7ec-3da90b9dd92e.jpg?v=1739945290\"\u003e \u003cimg alt=\"名入れ作例\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01905_1_8ce6d6b8-d09f-471f-820a-384602e3a22f.jpg?v=1739945310\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e猫愛と技術が融合\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e「Bri \u0026amp; Gra」は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランド。長年革財布を手がけてきた職人の確かな技術をベースに、猫への愛情が詰まったデザインを形にしています。売上の一部は\u003cstrong\u003e保護猫施設へ寄付\u003c\/strong\u003eされ、商品を選ぶことが支援につながる仕組みになっています。\u003c\/p\u003e\n\u003cimg alt=\"ブリグラ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2025-06-30_18.24.47.png?v=1751275528\"\u003e \u003cimg alt=\"ブランド紹介ロゴ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_logo.jpg?v=1739945201\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\u003ca class=\"d-block\" href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\"\u003e \u003cimg alt=\"その他の猫グッズはこちら\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/link_catgoods_c2cf45c7-26a1-42b9-b04b-f0dc2d6df1e6.jpg?v=1739947487\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eこのリールキーホルダーは、日常に便利さと可愛らしさをプラスする工夫が凝らされています。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eくすんだ色味が可愛い\u003cstrong\u003eモストロレザー\u003c\/strong\u003eを使用\u003c\/li\u003e\n\u003cli\u003e鍵を探す手間を省く、最長40cmまで伸びる\u003cstrong\u003eリール機能\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e使い込むほどに表情を変える\u003cstrong\u003e経年変化\u003c\/strong\u003eを楽しめる\u003c\/li\u003e\n\u003cli\u003e手元にさりげない可愛らしさを添える\u003cstrong\u003e愛らしいねこマーク\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e熟練職人が手掛けた\u003cstrong\u003eこだわりの日本品質\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e持ち運びやすく、機能的なサイズ感です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\n\u003cimg alt=\"サイズ表記画像1\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_07.jpg?v=1739945170\"\u003e \u003cimg alt=\"サイズ表記画像2\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_08.jpg?v=1739945185\"\u003e\n\u003c\/div\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e横: 約2cm\u003c\/li\u003e\n\u003cli\u003e高さ: 約12cm\u003c\/li\u003e\n\u003cli\u003eリールの長さ: 最長40cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国・カラー\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e上質な素材と、豊富なカラーバリエーション。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材: 牛革 (モストロレザー)\u003c\/li\u003e\n\u003cli\u003e生産国: 日本\u003c\/li\u003e\n\u003cli\u003eカラー展開: ピンク、グレー、キャメル、グリーン\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e商品コード: 01331\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズ、色ぶれが生じる場合がありますが、天然素材の風合いとしてお楽しみください。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n\u003cli\u003e商品の色は、ディスプレイの環境などにより実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- ラッピング画像（補足情報として配置） --\u003e\n\u003cdiv class=\"content-section\"\u003e\u003cimg alt=\"ギフトラッピングイメージ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_13_9dabc367-63c6-45ea-bf29-c4977a952adf.jpg?v=1739950294\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mellow（メロウ）","offers":[{"title":"pink","offer_id":49933979910364,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"gray","offer_id":49933979943132,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":49933979975900,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":49933980008668,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000265.jpg?v=1739331448"},{"product_id":"01333-ストラップ付リールキーホルダー-ネコ-本革-名入れオプション付き","title":"【01333】ストラップ付リールキーホルダー ネコ 本革 【名入れオプション付き】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e※こちらは名入れ対応商品のページです\u003c\/h3\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003e名入れ料 ¥330が含まれた価格です。\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e＞ 名入れなしで購入する方は\u003c\/span\u003e\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/1333?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003cbr\u003e\u003cbr\u003e\n\u003ch3 class=\"section-title\"\u003e鍵の開閉もスムーズ 伸びるリール\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e最長40cmのリールが、玄関前でのもたつきを解消します。バッグに付けたまま、\u003cstrong\u003eスムーズに鍵の開閉\u003c\/strong\u003eを。毎日のちょっとしたストレスから解放される喜びを実感してください。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000268.jpg?v=1739331416\" class=\"img-fluid d-block w-100 product-img\" alt=\"リールキーホルダー使用イメージ\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eもう鍵を迷子にしない\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e手のひらサイズの愛らしい牛革ネコ\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e約14cmの\u003cstrong\u003eコンパクトなサイズ感\u003c\/strong\u003eは、バッグの中でもかさばらず、さりげない存在感を放ちます。上質な牛革の感触が、持つたびに小さな喜びを届けます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/6_000000000268.jpg?v=1739331416\" class=\"img-fluid d-block w-100 product-img\" alt=\"ネコ型キーホルダーを手に持った画像\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e愛着が深まる本革の質感\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e選び抜かれた日本製スモーキーカラー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eピンク、グレー、キャメル、グリーンの\u003cstrong\u003e洗練されたスモーキーカラー\u003c\/strong\u003eが、日常に彩りを添えます。日本の職人技が光る本革は、使い込むほどに表情を変え、あなただけの逸品に育ちます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/5_000000000268.jpg?v=1739331416\" class=\"img-fluid d-block w-100 product-img\" alt=\"複数のスモーキーカラーのキーホルダー\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e長く愛せる経年変化の魅力\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eねこマークが付いた本革のリールストラップです。普段使いに嬉しい機能と、長く愛せる素材にこだわりました。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eカバンなどに付けたままリールを伸ばして鍵を開けられるのでとても便利です。\u003c\/li\u003e\n\u003cli\u003eスモーキーカラーが可愛い\"モストロレザー\"の4色展開です。\u003c\/li\u003e\n\u003cli\u003e小さいながらも使い込むほどに表情を変える経年変化を楽しめます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e製品仕様・基本情報\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e商品コード\u003c\/strong\u003e: 01333\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eサイズ\u003c\/strong\u003e: （約）横2cm×長さ14cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eリール長さ\u003c\/strong\u003e: 最長40cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e重さ\u003c\/strong\u003e: 約23g\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e素材\u003c\/strong\u003e: 牛革\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e仕様\u003c\/strong\u003e: リール付きストラップ\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eカラー\u003c\/strong\u003e: ピンク、グレー、キャメル、グリーン\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e生産国\u003c\/strong\u003e: 日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e名入れ・カスタマイズについて\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e名入れサービスをご利用いただけます。特別なプレゼントにもおすすめです。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e文字が入る位置は、革タグの中央揃えになります。\u003c\/li\u003e\n\u003cli\u003e名入れをご希望のお客様には、タグに名入れをしますので、ブランドロゴのタグは付きません。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01905_1_8e2adb70-f5db-4313-96d0-fb6e7f3e3a43.jpg?v=1739946735\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れイメージ\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e名入れイメージ\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01333_06.jpg?v=1739946757\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブランドロゴタグと名入れタグの比較\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003eブランドロゴタグと名入れタグ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eギャラリー\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01333_0000.jpg?v=1739946641\" class=\"img-fluid d-block w-100 product-img\" alt=\"ネコマーク付きリールストラップの全体像\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003eねこマーク付きリールストラップ\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01333_02.jpg?v=1739946657\" class=\"img-fluid d-block w-100 product-img\" alt=\"リールを伸ばして鍵を開ける様子\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003eカバンに付けたままスムーズに鍵の開閉\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01333_03.jpg?v=1739946674\" class=\"img-fluid d-block w-100 product-img\" alt=\"ピンク、グレー、キャメル、グリーンの4色展開\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003eスモーキーカラーが可愛い4色展開\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01333_04.jpg?v=1739946692\" class=\"img-fluid d-block w-100 product-img\" alt=\"経年変化で深まる革の色合い\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e使い込むほどに変化する表情\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01316_06_97809a29-2a44-40cb-a450-84f94c5efeff.jpg?v=1739946712\" class=\"img-fluid d-block w-100 product-img\" alt=\"上質な本革のアップ\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e上質な本革の質感\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01333_07.jpg?v=1739946773\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトパッケージに入った商品\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003eギフトにもおすすめのパッケージ\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01333_logo.jpg?v=1739946789\" class=\"img-fluid d-block w-100 product-img\" alt=\"ネコのロゴマーク\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e可愛らしいネコのロゴ\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/about_brigra_e47a17d9-48d0-4a0e-8987-3782e67daaa3.jpg?v=1739946409\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブランド「ブリグラ」の紹介\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e「ブリグラ」ブランドについて\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_10_61088a0d-d442-4f13-ad1d-3d99bc51638d.jpg?v=1739945666\" class=\"img-fluid d-block w-100 product-img\" alt=\"ラッピングイメージ\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003eプレゼントにも嬉しいラッピング\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご購入時の注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみ下さい。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意下さい。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mellow（メロウ）","offers":[{"title":"pink","offer_id":50256752902364,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"gray","offer_id":50256752935132,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":50256752967900,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":50256753000668,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000268.jpg?v=1739331416"}],"url":"https:\/\/bristle-grass.we-shop.jp\/collections\/%e3%81%8a%e3%81%a7%e3%81%8b%e3%81%91%e3%81%ae%e7%8c%ab%e3%82%a2%e3%82%a4%e3%83%86%e3%83%a0.oembed","provider":"ニシカゼ","version":"1.0","type":"link"}