{"title":"ポーチ・ミニケースコレクション","description":"","products":[{"product_id":"620","title":"【00620】ミニポーチキーホルダー 栃木レザー","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: ee75079a-a70a-43e8-a64a-e54fd7435054 --\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\/00620-%E3%83%9F%E3%83%8B%E3%83%9D%E3%83%BC%E3%83%81%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E6%A0%83%E6%9C%A8%E3%83%AC%E3%82%B6%E3%83%BC-%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: 8304a5b6-3291-4e38-bf08-ef40ac37bb43 --\u003e\u003c\/p\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 alt=\"栃木レザーを使用したミニポーチキーホルダー\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000148.jpg?v=1738634433\"\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わずか16gの軽さで、鍵と一体化する\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\/2_000000000148.jpg?v=1738634433\"\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 alt=\"小銭や常備薬を収納できるミニポーチ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000148.jpg?v=1738634433\"\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 alt=\"ミニポーチキーホルダーの全景\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00620_1_1.jpg?v=1739856087\"\u003e \u003cimg alt=\"ミニポーチキーホルダーの機能説明\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/gigaplus.makeshop.jp\/bristlegrass\/gold\/bristle-grass\/images\/item\/00620_2_1.jpg\"\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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e細部に宿る職人技\u003c\/h3\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\/00620_3_1.jpg?v=1739856109\"\u003e\n\u003cp class=\"body-text\"\u003eホックは革で包んだ\u003cstrong\u003eくるみホック\u003c\/strong\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 alt=\"ミニポーチキーホルダーに収納された小銭\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00620_4_1.jpg?v=1739856137\"\u003e\n\u003cp class=\"body-text\"\u003e小銭は意外とたくさん入ります。\u003cstrong\u003e500円玉2枚\u003c\/strong\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 alt=\"ラウンド長財布とミニポーチキーホルダーの比較\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00620_5_1.jpg?v=1739856170\"\u003e\n\u003cp class=\"body-text\"\u003eラウンド長財布との比較です。手の中に収まるサイズでキーホルダーとしても大き過ぎず、でもちょっとした物を入れられる\u003cstrong\u003e便利なキーホルダー\u003c\/strong\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 alt=\"背面に刻印された「duende」ロゴ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00620_6_1.jpg?v=1739856189\"\u003e\n\u003cp class=\"body-text\"\u003e背面に「duende」の刻印入り。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eギャラリー\u003c\/h3\u003e\n\u003cimg alt=\"商品画像7\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00620_7.jpg?v=1739856419\"\u003e \u003cimg alt=\"商品画像8\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00620_8.jpg?v=1739856469\"\u003e \u003cimg alt=\"商品画像9\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00620_9.jpg?v=1739856511\"\u003e \u003cimg alt=\"商品画像10\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00620_10.jpg?v=1739856579\"\u003e \u003cimg alt=\"商品画像11\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00620_11.jpg?v=1739856645\"\u003e \u003cimg alt=\"商品画像12\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00620_12.jpg?v=1739856687\"\u003e \u003cimg alt=\"商品画像13\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00620_13.jpg?v=1739856714\"\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\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：約 横6.5cm × 高さ4.3cm\u003c\/li\u003e\n\u003cli\u003e重さ：約 16g\u003c\/li\u003e\n\u003cli\u003e仕様：キーリング × 1\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\u003cp\u003e国内で最高技術を誇るタンナー”\u003cstrong\u003e栃木レザー\u003c\/strong\u003e”のフルベジタブルタンニングレザーを使用しています。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e”\u003cstrong\u003eダブルピット製法\u003c\/strong\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\" open=\"\"\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\u003cimg alt=\"名入れイメージ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00620_tag.jpg?v=1739856207\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\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_2.jpg?v=1739856234\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\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.jpg?v=1739856268\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e※名入れタグは、1つにつき\u003cstrong\u003e+330円（税込み）\u003c\/strong\u003eです。\u003cbr\u003e\u003cspan style=\"letter-spacing: 0.03em; text-wrap-mode: initial; font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;\"\u003e＞名入れありで購入する方は\u003c\/span\u003e\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/00620-%E3%83%9F%E3%83%8B%E3%83%9D%E3%83%BC%E3%83%81%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E6%A0%83%E6%9C%A8%E3%83%AC%E3%82%B6%E3%83%BC-%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\" style=\"letter-spacing: 0.03em; text-wrap-mode: initial; font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;\"\u003eこちら\u003c\/a\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 alt=\"一貫生産のこだわり\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/ikkannseisan_3.jpg?v=1739856322\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"duendeブランドについて\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/duendenituite_4.jpg?v=1739856355\"\u003e\u003c\/div\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\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"配送案内\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/gigaplus.makeshop.jp\/bristlegrass\/gold\/bristle-grass\/images\/new\/banner\/packet_l.jpg\"\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商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Patina (パティーナ)","offers":[{"title":"black","offer_id":46289059709148,"sku":null,"price":1100.0,"currency_code":"JPY","in_stock":true},{"title":"choco","offer_id":47597738754268,"sku":null,"price":1100.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597738787036,"sku":null,"price":1100.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597738819804,"sku":null,"price":1100.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":47597738852572,"sku":null,"price":1100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000148.jpg?v=1738634433"},{"product_id":"1306","title":"【01306】ミニポーチキーホルダー 本革","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\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は、手に取るたびに深みを増す\u003cstrong\u003e本革ならではの経年変化\u003c\/strong\u003eが魅力です。約16gと軽やかでありながら、職人の手によって一つ一つ丁寧に仕上げられた\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\/1_000000000163.jpg?v=1738634539\" 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を備えています。\u003cstrong\u003e500円玉が複数枚\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\/3_000000000163.jpg?v=1738634539\" 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約横6.5cm×高さ4.3cmの\u003cstrong\u003e手のひらサイズ\u003c\/strong\u003eながら、\u003cstrong\u003e自転車の鍵\u003c\/strong\u003eや\u003cstrong\u003e車のスマートキー\u003c\/strong\u003e、\u003cstrong\u003eピアス\u003c\/strong\u003eなどの\u003cstrong\u003e小さなアクセサリー\u003c\/strong\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\/6_000000000163.jpg?v=1738634539\" 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  \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=\"basic-list\"\u003e\n          \u003cli\u003eサイズ: 約 横6.5cm × 高さ4.3cm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約16g\u003c\/li\u003e\n          \u003cli\u003e素材: 本革\u003c\/li\u003e\n          \u003cli\u003e仕様: キーリング×1\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=\"point-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\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          \u003cli\u003e小さな商品でも職人がひとつひとつ丁寧に作り、些細なところにもこだわっています。\u003c\/li\u003e\n          \u003cli\u003e背面に「duende」の刻印入りです。\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\/01306_thum.jpg?v=1739862072\" 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\/01306_002_1.jpg?v=1739862091\" 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=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01306_003_3.jpg?v=1739862179\" class=\"img-fluid d-block w-100 product-img\" alt=\"duendeの刻印\"\u003e\n          \u003cp class=\"caption-text text-end\"\u003e背面の「duende」刻印\u003c\/p\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01306_002_2.jpg?v=1739862112\" class=\"img-fluid d-block w-100 product-img\" alt=\"小銭の収納例\"\u003e\n          \u003cp class=\"caption-text text-end\"\u003e500円玉も安心の収納力\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e小銭は意外とたくさん入り、500円玉2枚は余裕で入り、お釣りで小銭が増えてしまっても安心です。\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\/01306_003_1.jpg?v=1739862132\" 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=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01306_003_2.jpg?v=1739862157\" 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        \u003cul class=\"point-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\u003e名入れも承っております。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e名入れタグは、1つにつき+330円（税込み）です。\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\/01306_tag.jpg?v=1739862201\" 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=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01905_2_1.jpg?v=1739862220\" 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:\/\/gigaplus.makeshop.jp\/bristlegrass\/gold\/bristle-grass\/images\/new\/01905\/01905_1.jpg\" 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  \u003c\/div\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":"mellow（メロウ）","offers":[{"title":"pink","offer_id":46289061019868,"sku":null,"price":1100.0,"currency_code":"JPY","in_stock":true},{"title":"gray","offer_id":47597733150940,"sku":null,"price":1100.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597733183708,"sku":null,"price":1100.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597733216476,"sku":null,"price":1100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000163.jpg?v=1738634539"},{"product_id":"1325","title":"【01325】ねこ型ミニポーチ 本革","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\n  \u003c!-- 商品解説セクション (Main) - 全体リード --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e【01325】ねこ型ミニポーチ 本革\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01325_03.jpg?v=1740029139\" class=\"img-fluid d-block w-100 product-img\" alt=\"スモーキーカラーミニポーチキーホルダー\"\u003e\n    \u003cp class=\"body-text\"\u003e小さなねこの形が\u003cstrong\u003eキュート\u003c\/strong\u003eな、手のひらサイズの\u003cstrong\u003e本革ポーチ\u003c\/strong\u003e。小銭やお薬、アクセサリーなど、日常のこまごました物の持ち運びにぴったりです。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eピンク、グレー、キャメル、グリーン、ヌメの5色展開。大切な方への\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上質な牛革が織りなす、手のひらサイズの猫型ミニポーチ。スモーキーな5色が、大人の遊び心をさりげなく演出。持つたびに\u003cstrong\u003e心ときめく\u003c\/strong\u003eアイテムです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000222.jpg?v=1739331343\" 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 --\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_000000000222.jpg?v=1739331343\" 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) - 入力ブロック3 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日本製本革ミニポーチ、洗練された携帯性\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e約6cmの横幅と約5cmの高さ。この\u003cstrong\u003eコンパクトさ\u003c\/strong\u003eが、どんなバッグにもすんなり溶け込みます。精巧な縫製が光る、日本職人の逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/10_000000000222.jpg?v=1739331343\" 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!-- 他の猫グッズへのリンク (既存データから) --\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    \u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\" class=\"d-block w-100\"\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\" class=\"img-fluid d-block w-100 product-img\" alt=\"他の猫グッズコレクションへのリンク\"\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - 既存データからのPointブロック --\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\/01325_04.jpg?v=1740029161\" 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\/01325_05.jpg?v=1740029195\" 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\/01325_06.jpg?v=1740029221\" 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\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\/01325_07_1.jpg?v=1740029252\" 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背面には「duende」の刻印入り\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01325_07_2.jpg?v=1740029275\" class=\"img-fluid d-block w-100 product-img\" alt=\"duende刻印イメージ\"\u003e\n    \u003cdiv class=\"care-icons\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01325_logo.jpg?v=1740029300\" alt=\"duendeロゴ\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e背面にはさりげなく「duende」のブランド刻印入り。上質な革の質感とともに、シンプルな中にも\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    \u003cp class=\"body-text\"\u003e売上の一部は保護猫施設へ寄付され、商品を選ぶことが\u003cstrong\u003e支援につながる\u003c\/strong\u003e仕組みになっています。\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 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\u003e携帯性\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003eduende自社工場で製造された\u003cstrong\u003e高品質な仕上がり\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e多彩なスモーキーカラーで\u003cstrong\u003e大人の遊び心\u003c\/strong\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01325_09.jpg?v=1740029464\" 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\/01325_10.jpg?v=1740029486\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品のサイズイメージ2\"\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\/01325_11.jpg?v=1740029510\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品のサイズイメージ3\"\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\/neko_55b9fd41-f3ed-4d33-9f2d-ebd1a5518dc8.jpg?v=1740029533\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品のサイズイメージ4\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e具体的な寸法は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ：（約）横6cm × 高さ5cm\u003c\/li\u003e\n          \u003cli\u003e重さ：約15g\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素材：牛革\u003c\/li\u003e\n          \u003cli\u003e仕様：ストラップ×1\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商品コード：01325\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!-- 発送案内セクション (Shipping) - 配送情報テキストがないため、画像としてコンテンツセクションに配置 --\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\/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\n\u003c\/div\u003e","brand":"mellow（メロウ）","offers":[{"title":"pink","offer_id":46203032043740,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"gray","offer_id":47597719093468,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"camel","offer_id":47597719126236,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597719159004,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"nume","offer_id":47597719191772,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000222.jpg?v=1739331343"},{"product_id":"639","title":"【00639】ねこ型ミニポーチ 栃木レザー","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【00639】ねこ型ミニポーチ 栃木レザー\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00639_000.jpg?v=1739935346\" class=\"img-fluid d-block w-100 product-img\" alt=\"ねこ型ミニポーチ TOP画像\"\u003e\n    \u003cp class=\"body-text\"\u003eねこの形が可愛らしいミニポーチ。\u003cstrong\u003e小銭やアクセサリー、お薬\u003c\/strong\u003eなどの持ち運びにぴったりな手のひらサイズです。\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    \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\/00639_000.jpg?v=1739935346\" class=\"img-fluid d-block w-100 product-img\" alt=\"5つの個性豊かなカラー\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e5つの個性豊かなカラー\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\/00639_03.jpg?v=1739935370\" 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横6cm、高さ5cmのミニマルな設計は、どんなバッグにも邪魔せず収まります。約15gと驚くほど軽やかで、持ち歩くたびに愛着が深まるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00639_06.jpg?v=1739935443\" 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  \u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\" class=\"d-block w-100\"\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\" class=\"img-fluid d-block w-100 product-img\" alt=\"すべてのキャットグッズはこちら\"\u003e\n  \u003c\/a\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\/00639_03.jpg?v=1739935370\" 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\/00639_04.jpg?v=1739935399\" class=\"img-fluid d-block w-100 product-img\" alt=\"収納イメージ2\"\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を使用。使い込むほどに手に馴染み、\u003cstrong\u003e色艶が増していく\u003c\/strong\u003eのが魅力です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00639_05.jpg?v=1739935422\" class=\"img-fluid d-block w-100 product-img\" alt=\"栃木レザーの質感\"\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で持ち歩ける、\u003cstrong\u003eねこ好きさんにぴったりのアイテム\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00639_06.jpg?v=1739935443\" class=\"img-fluid d-block w-100 product-img\" alt=\"チャーム使用例\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e「duende」ロゴの刻印入り\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e背面にはduendeのロゴ刻印入り。さりげないアクセントとして\u003cstrong\u003e高級感\u003c\/strong\u003eをプラスします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00639_07.jpg?v=1739935465\" class=\"img-fluid d-block w-100 product-img\" alt=\"ロゴ刻印画像\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00639_logo.jpg?v=1739935488\" class=\"img-fluid d-block w-100 product-img\" alt=\"duendeロゴ画像\"\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。小さなアイテムでも手を抜かず、\u003cstrong\u003e品質にこだわった仕上がり\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00639_08.jpg?v=1739935516\" class=\"img-fluid d-block w-100 product-img\" alt=\"職人手作業画像\"\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 class=\"body-text\"\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          \u003cli\u003e品質とこだわりを示す「duende」ロゴ刻印\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横：約6cm\u003c\/li\u003e\n          \u003cli\u003e高さ：約5cm\u003c\/li\u003e\n          \u003cli\u003e重さ：約15g\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\/00639_09.jpg?v=1739935667\" 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\/00639_10.jpg?v=1739935697\" 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 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    \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仕様：ストラップ×1\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商品コード：00639\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\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!-- 梱包イメージ (テキスト情報がないため独立したShippingセクションは作成しない) --\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\n\u003c\/div\u003e","brand":"Patina (パティーナ)","offers":[{"title":"black","offer_id":46203033354460,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597714669788,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597714702556,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597714735324,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":47597714768092,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000234.jpg?v=1739331381"},{"product_id":"2202","title":"【02202】ねこ型ミニポーチ ねこ柄 本革","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\n  \u003ch2\u003e【02202】ねこ型ミニポーチ ねこ柄 本革\u003c\/h2\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02202_000.jpg?v=1739940113\" class=\"img-fluid d-block w-100 product-img\" alt=\"ねこ柄ミニポーチキーホルダー TOP画像\"\u003e\n    \u003cp class=\"body-text\"\u003eねこの形が可愛らしい本革のミニポーチ。小銭やアクセサリー、お薬などを持ち運ぶのにぴったりなサイズ感。ハチワレ・ミケ・茶白の3柄展開で、プチギフトにもおすすめです。\u003c\/p\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\" class=\"img-fluid d-block w-100 product-img\" alt=\"全ての猫グッズはこちら\"\u003e\n    \u003c\/a\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\/1_000000000246.jpg?v=1739331294\" 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可愛らしい見た目とは裏腹に、小銭がしっかり収まります。いざという時のサブ財布として、また、アクセサリーや常備薬などの小さな物をまとめておくのにも重宝します。いつでもスマートにお会計ができます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000246.jpg?v=1739331294\" 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お手持ちのバッグにさりげなく取り付ければ、愛らしい猫が寄り添うようなアクセントに。キーホルダーとしても使え、お出かけがもっと楽しく感じられます。本革の風合いが、大人可愛い魅力を添えてくれます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/5_000000000246.jpg?v=1739331294\" 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\/02202_02.jpg?v=1739940127\" 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\/02202_03.jpg?v=1739940144\" 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\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\/02202_04.jpg?v=1739940158\" 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\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\/02202_05.jpg?v=1739940172\" 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\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\/02202_06.jpg?v=1739940186\" class=\"img-fluid d-block w-100 product-img\" alt=\"duende刻印\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02202_logo.jpg?v=1739940201\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブランドロゴ\"\u003e\n    \u003cp class=\"body-text\"\u003e背面にはduendeの刻印入り。さりげないブランド感をプラス。\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『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=\"basic-list\"\u003e\n          \u003cli\u003e重さ：約15g\u003c\/li\u003e\n          \u003cli\u003e素材：牛革\u003c\/li\u003e\n          \u003cli\u003e仕様：ストラップ×1\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（約）横6cm × 高さ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\/02202_07.jpg?v=1739940259\" 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\/02202_08.jpg?v=1739940274\" 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  \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\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"ハチワレ","offer_id":46289068785884,"sku":null,"price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"ミケ","offer_id":47597709754588,"sku":null,"price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"茶白","offer_id":47597709787356,"sku":null,"price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000246.jpg?v=1739331294"},{"product_id":"2206","title":"【02206】ポーチ ねこ柄 本革","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  \u003ch2 class=\"product-main-title\"\u003e【02206】ポーチ ねこ柄 本革\u003c\/h2\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e猫好きを魅了する本革ポーチ3種\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000259_d62744c8-d345-442f-a466-4caf472813e7.jpg?v=1739332008\" class=\"img-fluid d-block w-100 product-img\" alt=\"ねこ柄ポーチの3種類のデザイン\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e個性輝く猫たちの共演\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eミケ、茶白、ハチワレ。表情豊かな3匹の猫たちが、\u003cstrong\u003e上質な牛革\u003c\/strong\u003eに息づきます。日本の職人技が光るこの逸品は、手に取るたびに心が和むでしょう。大切な方への贈り物にも最適です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"body-text\"\u003e（左）ミケ　（中）茶白　（右）ハチワレ\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e本革を使用して仕立てた、ねこ柄が可愛いポーチ。コスメやアクセサリーはもちろん、カードケースや三つ折り財布としても活躍します。ミケ・茶白・ハチワレの3種類から、お気に入りの子を選べます。ねこ好きな方へのプチギフトにもぴったりです♪\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02206_0000.jpg?v=1739943470\" class=\"img-fluid d-block w-100 product-img\" alt=\"ねこ柄ポーチ メイン画像\"\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\/3_000000000259_0a90ad2a-5c6d-4816-b2ec-3ba44037614b.jpg?v=1739332008\" 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約25gの軽さと\u003cstrong\u003e横11cm×高さ8cmの薄型設計\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\/5_000000000259_b5bc6b20-b82e-4413-b7c2-bbdf3a070b32.jpg?v=1739332008\" 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\u003cstrong\u003e見た目以上の収納力\u003c\/strong\u003eで、コスメやアクセサリーだけでなく、\u003cstrong\u003eカード15枚、三つ折りのお札もきれいに収まります\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\/02206_02.jpg?v=1739943499\" class=\"img-fluid d-block w-100 product-img\" alt=\"かさばらないサイズ感\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02206_03.jpg?v=1739943517\" 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\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\/02206_04.jpg?v=1739943532\" class=\"img-fluid d-block w-100 product-img\" alt=\"使い方の例（コスメやカード）\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02206_05.jpg?v=1739943546\" class=\"img-fluid d-block w-100 product-img\" alt=\"収納力の参考画像\"\u003e\n    \u003cp class=\"body-text\"\u003eコスメ・アクセサリー・カードなど、\u003cstrong\u003eアイデア次第でさまざまに活用\u003c\/strong\u003eできます。カードだけなら最大15枚、お札も三つ折りにすれば収納OK。\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\/02206_06.jpg?v=1739943558\" 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\/02206_07.jpg?v=1739943570\" class=\"img-fluid d-block w-100 product-img\" alt=\"ロゴ刻印のイメージ\"\u003e\n    \u003cp class=\"body-text\"\u003e背面には「bristle grass」の刻印入り。細部にまでこだわったデザインが、さりげなく上質感を演出します。\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=\"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    \u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\" class=\"d-block w-100\"\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\" class=\"img-fluid d-block w-100 product-img\" alt=\"その他の猫グッズはこちら\"\u003e\n    \u003c\/a\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\u003e表情豊かなねこ柄の本革ポーチは、使うほどに愛着が増します。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eミケ、茶白、ハチワレの3種から選べる愛らしいデザイン\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サイズ：（約）横11cm × 高さ8cm\u003c\/li\u003e\n        \u003cli\u003e重さ：約25g\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\/02206_09.jpg?v=1739943598\" 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\/02206_10.jpg?v=1739943614\" 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\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\u003e製品を識別するためのコードです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード：02206\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    \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    \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\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"ハチワレ","offer_id":46244795056348,"sku":null,"price":3740.0,"currency_code":"JPY","in_stock":true},{"title":"ミケ","offer_id":47597707133148,"sku":null,"price":3740.0,"currency_code":"JPY","in_stock":true},{"title":"茶白","offer_id":47597707165916,"sku":null,"price":3740.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000259_d62744c8-d345-442f-a466-4caf472813e7.jpg?v=1739332008"},{"product_id":"2211","title":"【02211】ポーチ ねこ型 本革","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!-- 商品名と概要 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e【02211】ポーチ ねこ型 本革\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02211_0000.jpg?v=1739945979\" class=\"img-fluid d-block w-100 product-img\" alt=\"ねこ柄ポーチTOP\"\u003e\n    \u003cp class=\"body-text\"\u003e本革を使用して作られた愛らしいねこ型のポーチです。\u003cstrong\u003e軽量・薄型\u003c\/strong\u003eで持ち運びに適したサイズなので、鞄の中でもかさばりません。ねこ好きな方へのプチギフトとしてもおすすめです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 【ブロック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_000000000266.jpg?v=1739331142\" class=\"img-fluid d-block w-100 product-img\" alt=\"癒しを運ぶ3つの色彩\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e癒しを運ぶ3つの色彩\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 【ブロック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\/3_000000000266.jpg?v=1739331142\" 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!-- 【ブロック3】マルチポーチ驚きの収納力 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eマルチポーチ驚きの収納力\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e見た目以上の収納力を備え、お札は三つ折りで、カードは\u003cstrong\u003e最大15枚までスムーズに\u003c\/strong\u003e収まります。あなたのアイデア次第で様々に活躍するマルチな相棒です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000266.jpg?v=1739331142\" 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!-- 多用途に使えるミニポーチ --\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\/02211_02.jpg?v=1739946002\" 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!-- 収納力も意外としっかり --\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\/02211_03.jpg?v=1739946018\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札の収納イメージ\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02211_04.jpg?v=1739946036\" class=\"img-fluid d-block w-100 product-img\" alt=\"カードの収納イメージ\"\u003e\n    \u003cp class=\"body-text\"\u003eお札は三つ折りで収納可能。カードなら最大15枚程度まで入ります。\u003cstrong\u003eコンパクトでも頼りになる収納力\u003c\/strong\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\/02211_06.jpg?v=1739946070\" class=\"img-fluid d-block w-100 product-img\" alt=\"本革の背面刻印\"\u003e\n    \u003cp class=\"body-text\"\u003e表裏両面ともに、皮革部分にはすべて\u003cstrong\u003e本革を使用\u003c\/strong\u003e。背面には「Bri\u0026amp;Gra」の刻印入りで、ディテールまで丁寧に仕上げられています。\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\/02211_05.jpg?v=1739946056\" 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\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\/02211_07.jpg?v=1739946111\" class=\"img-fluid d-block w-100 product-img\" alt=\"職人の手作業イメージ\"\u003e\n    \u003cp class=\"body-text\"\u003ebristle grassの商品はすべて\u003cstrong\u003e自社工場で生産\u003c\/strong\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    \u003cp class=\"body-text\"\u003e『Bri \u0026amp; Gra』は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランド。長年革財布を手がけてきた職人の\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\u003e愛らしいねこ型の本革ポーチです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eしっとりと手になじむ上質な牛革\u003c\/li\u003e\n        \u003cli\u003e日常に溶け込む優しい3つのカラー展開\u003c\/li\u003e\n        \u003cli\u003e軽量・薄型で持ち運びやすいコンパクトサイズ\u003c\/li\u003e\n        \u003cli\u003e職人の丁寧な仕事が光る確かな存在感\u003c\/li\u003e\n        \u003cli\u003eお札は三つ折り、カードは最大15枚収納可能\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      \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（約）縦9.5cm×横11.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\/02211_08.jpg?v=1739946127\" 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\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\/02211_09.jpg?v=1739946146\" 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\u003e本製品の商品コードです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード：02211\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\u003c!-- \/.container.product-wrapper --\u003e","brand":"ニシカゼ","offers":[{"title":"white","offer_id":46203036827868,"sku":null,"price":2970.0,"currency_code":"JPY","in_stock":true},{"title":"pink","offer_id":47597706674396,"sku":null,"price":2970.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":47597706707164,"sku":null,"price":2970.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000266.jpg?v=1739331142"},{"product_id":"2209","title":"【02209】ポーチ ねこワッペン 本革","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柔らかな色合いの本体に、心和む猫ワッペンがそっと寄り添います。個性豊かな猫たちの表情が、毎日に優しい彩りを添えます。お好みの配色で、私だけの特別な一点を。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000267_7db5b712-0d93-4acd-9a97-b77352ffaadc.jpg?v=1739331192\" 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\/3_000000000267_1da74367-24fd-4d61-9bd7-2aa8a957ca96.jpg?v=1739331192\" 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\/8_000000000267_f253f16b-4e40-4cd6-bdac-7af367568ef1.jpg?v=1739331192\" 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がワンポイントの本革ポーチ。本体カラーはやさしいグレーとアイボリーの2色、ワッペンはミケ・茶白・ハチワレ・茶トラ・キジトラの5種類から選べます。ねこ好きな方へのプチギフトや自分へのご褒美にもぴったりです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02209_0000_cae6ceff-ecf4-4dff-8679-cc178312afb8.jpg?v=1739946274\" class=\"img-fluid d-block w-100 product-img\" alt=\"ねこワッペンポーチ メイン画像\"\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\" class=\"img-fluid d-block w-100 product-img\" alt=\"猫グッズ特集ページへのリンク\"\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/POINT_1.png?v=1750128013\" class=\"img-fluid d-block w-100 product-img\" alt=\"POINTアイコン\"\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\/02209_02.jpg?v=1739946295\" class=\"img-fluid d-block w-100 product-img\" alt=\"ポーチのサイズ感を示す画像\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/POINT_1.png?v=1750128013\" class=\"img-fluid d-block w-100 product-img\" alt=\"POINTアイコン\"\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\/02209_03.jpg?v=1739946309\" class=\"img-fluid d-block w-100 product-img\" alt=\"ポーチの使用例\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/POINT_1.png?v=1750128013\" class=\"img-fluid d-block w-100 product-img\" alt=\"POINTアイコン\"\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\/02209_04.jpg?v=1739946326\" class=\"img-fluid d-block w-100 product-img\" alt=\"ポーチの引き手と裏地を示す画像\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02209_05.jpg?v=1739946344\" class=\"img-fluid d-block w-100 product-img\" alt=\"ポーチのサイズ感とディテール\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/POINT_1.png?v=1750128013\" class=\"img-fluid d-block w-100 product-img\" alt=\"POINTアイコン\"\u003e\n    \u003ch3 class=\"section-title\"\u003e上質な革と刻印入り\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e本革の質感が際立つシンプルなボディ。背面には「Bri \u0026amp; Gra」の刻印入りです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02209_06.jpg?v=1739946363\" 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\/02209_07.jpg?v=1739946380\" class=\"img-fluid d-block w-100 product-img\" alt=\"ポーチの刻印ディテール2\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/POINT_1.png?v=1750128013\" class=\"img-fluid d-block w-100 product-img\" alt=\"POINTアイコン\"\u003e\n    \u003ch3 class=\"section-title\"\u003e猫愛と技術が融合したブランド\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e『Bri \u0026amp; Gra』\u003c\/strong\u003eは保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランドです。長年革財布を手がけてきた職人の確かな技術をベースに、猫への愛情が詰まったデザインを形にしています。売上の一部は保護猫施設へ寄付され、商品を選ぶことが支援につながる仕組みになっています。\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 class=\"body-text\"\u003e心和む猫ワッペンが特徴の本革ポーチです。個性に合わせた特別な一点をお選びいただけます。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e本体カラー：グレー、アイボリーの2色\u003c\/li\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        \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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02209_09.jpg?v=1739946484\" 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\/02209_10.jpg?v=1739946505\" 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サイズ：約 縦9cm × 横12cm × マチ4cm\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素材：牛革\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商品コード：02209\u003c\/li\u003e\n          \u003cli\u003e商品名：ポーチ ねこワッペン 本革\u003c\/li\u003e\n          \u003cli\u003eサイズ：約 縦9cm × 横12cm × マチ4cm\u003c\/li\u003e\n          \u003cli\u003e素材：牛革\u003c\/li\u003e\n          \u003cli\u003eカラー：グレー、アイボリー（ワッペン5種類）\u003c\/li\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=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\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      \u003cli\u003eお使いのモニター環境により、実際の色味と異なる場合があります。あらかじめご了承ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"ivory \/ ミケ","offer_id":46289069179100,"sku":null,"price":5170.0,"currency_code":"JPY","in_stock":false},{"title":"ivory \/ ハチワレ","offer_id":47597706379484,"sku":null,"price":5170.0,"currency_code":"JPY","in_stock":false},{"title":"ivory \/ 茶白","offer_id":47597706412252,"sku":null,"price":5170.0,"currency_code":"JPY","in_stock":false},{"title":"ivory \/ 茶トラ","offer_id":47597706445020,"sku":null,"price":5170.0,"currency_code":"JPY","in_stock":false},{"title":"ivory \/ キジトラ","offer_id":47597706477788,"sku":null,"price":5170.0,"currency_code":"JPY","in_stock":false},{"title":"gray \/ ミケ","offer_id":47597706510556,"sku":null,"price":5170.0,"currency_code":"JPY","in_stock":false},{"title":"gray \/ ハチワレ","offer_id":47597706543324,"sku":null,"price":5170.0,"currency_code":"JPY","in_stock":true},{"title":"gray \/ 茶白","offer_id":47597706576092,"sku":null,"price":5170.0,"currency_code":"JPY","in_stock":true},{"title":"gray \/ 茶トラ","offer_id":47597706608860,"sku":null,"price":5170.0,"currency_code":"JPY","in_stock":false},{"title":"gray \/ キジトラ","offer_id":47597706641628,"sku":null,"price":5170.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000267_7db5b712-0d93-4acd-9a97-b77352ffaadc.jpg?v=1739331192"},{"product_id":"2212","title":"【02212】ねこ型ミニポーチ トラ柄 本革","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\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\/5_000000000269.jpg?v=1739331504\" 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しなやかな\u003cstrong\u003e牛革\u003c\/strong\u003eでできた、表情豊かなトラ柄ミニポーチです。\u003cstrong\u003eキジトラと茶トラの2種類\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\/6_000000000269.jpg?v=1739331504\" 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いつものバッグに付けて、\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        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/9_000000000269.jpg?v=1739331504\" 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約\u003cstrong\u003e横6cm、高さ約5cm\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        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000269.jpg?v=1739331504\" class=\"img-fluid d-block w-100 product-img\" alt=\"小銭収納イメージ\"\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    \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\/4_000000000269.jpg?v=1739331504\" 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\/1_000000000269.jpg?v=1739331504\" class=\"img-fluid d-block w-100 product-img\" alt=\"手作りの様子イメージ\"\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    \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\/6_000000000269.jpg?v=1739331504\" 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\/7_000000000269.jpg?v=1739331504\" 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猫愛と職人技が融合したブランド『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をベースに、猫への愛情が詰まったデザインを形にしています。売上の一部は\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手のひらサイズの\u003cstrong\u003e可愛らしい猫型デザイン\u003c\/strong\u003e\n\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e本革（牛革）\u003c\/strong\u003eを使用し、使うほどに手に馴染む\u003c\/li\u003e\n                \u003cli\u003e小銭やアクセサリーなど、\u003cstrong\u003e小さな必需品をスマートに収納\u003c\/strong\u003e\n\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eキジトラ、茶トラの2種類\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                \u003cli\u003e保護猫支援につながる\u003cstrong\u003e『Bri \u0026amp; Gra』ブランド\u003c\/strong\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            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/9_000000000269.jpg?v=1739331504\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ表\"\u003e\n            \u003c\/div\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eサイズ：約 横6cm × 高さ5cm\u003c\/li\u003e\n                \u003cli\u003e重さ：約15g\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素材：牛革\u003c\/li\u003e\n                \u003cli\u003e仕様：ストラップ×1\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商品コード：02212\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        \u003cp class=\"body-text\"\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、\u003cstrong\u003e天然素材の革の風合いとしてお楽しみ下さい\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により\u003cstrong\u003e退色、色落ちの可能性がありますのでご注意下さい\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"茶トラ","offer_id":46244794925276,"sku":null,"price":2750.0,"currency_code":"JPY","in_stock":false},{"title":"キジトラ","offer_id":47597706248412,"sku":null,"price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000269.jpg?v=1739331504"},{"product_id":"2210","title":"【02210】ポーチ ねこワッペン 帆布","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が愛らしい帆布ポーチ。日本の職人が一つずつ丁寧に仕立てた、長く愛用できるこだわりの品質です。あなたのお気に入りがきっと見つかる、\u003cstrong\u003e豊富なバリエーション\u003c\/strong\u003eも魅力。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000270_f7e660d5-6fe9-449c-a7a1-cfbca335f81b.jpg?v=1739331474\" 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縦9cm×横12cm×マチ4cmの\u003cstrong\u003e絶妙なサイズ感\u003c\/strong\u003e。バッグの中でかさばらず、持ち歩きにぴったりです。軽やかな素材で、スマートに必要なものを携帯でき、あなたの毎日を心地よくサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000270_c829eed0-78fa-43c1-9898-fad364cb55d9.jpg?v=1739331474\" 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_000000000270_1f0f84ca-56f8-4f09-8ce1-88320c24ec41.jpg?v=1739331474\" 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\/02210_04.jpg?v=1739947313\" class=\"img-fluid d-block w-100 product-img\" alt=\"ヌメ革の引き手のアップ\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eBri \u0026amp; Graの革タグ付き\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e外側には「Bri \u0026amp; Gra」の革タグ付き。さりげないワンポイントが、ねこ好きをおしゃれに演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02210_05.jpg?v=1739947330\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブランドタグのアップ\"\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自社工場にて財布職人が手作業で仕立てています。小さな商品でも細部まで丁寧に仕上げられています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02210_06.jpg?v=1739947348\" class=\"img-fluid d-block w-100 product-img\" alt=\"手作業で制作している様子\"\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    \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  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"body-text\"\u003eBri \u0026amp; Graの他のねこグッズもチェック！\u003c\/p\u003e\n    \u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\" class=\"d-block w-100\"\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\" class=\"img-fluid d-block w-100 product-img\" alt=\"関連商品へのリンクバナー\"\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\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\u003e愛らしい本革ねこワッペン（ミケ、茶白、ハチワレ、茶トラ、キジトラの全5種類）\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    \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\n\u003cstrong\u003e本体サイズ:\u003c\/strong\u003e 約 縦9cm × 横12cm × マチ4cm\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\/02210_07.jpg?v=1739947391\" 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\/02210_08.jpg?v=1739947410\" class=\"img-fluid d-block w-100 product-img\" alt=\"ポーチの内部構造図\"\u003e\n        \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\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\u003e職人の手により、一つずつ丁寧に仕立てられています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e生産国:\u003c\/strong\u003e 日本\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e商品コード:\u003c\/strong\u003e 02210\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\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"ミケ","offer_id":46289069244636,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"ハチワレ","offer_id":47597706117340,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"茶白","offer_id":47597706150108,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"茶トラ","offer_id":47597706182876,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"キジトラ","offer_id":47597706215644,"sku":null,"price":2420.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000270_f7e660d5-6fe9-449c-a7a1-cfbca335f81b.jpg?v=1739331474"},{"product_id":"00620-ミニポーチキーホルダー-栃木レザー-名入れオプション付き","title":"【00620】ミニポーチキーホルダー 栃木レザー【名入れオプション付き】","description":"\u003cdiv class=\"container product-wrapper\"\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e※こちらは\u003cmeta charset=\"utf-8\"\u003e名入れ対応商品のページです\u003c\/h3\u003e\n\u003cp\u003e名入れ料 ¥330が含まれた価格です。\u003cbr\u003e＞ 名入れなしで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/620?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003c!-- notionvc: 50ee1cca-9360-429c-be4a-5b0c2b264d6a --\u003e\u003cmeta charset=\"utf-8\"\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_000000000148.jpg?v=1738634433\" 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わずか16gの軽さで、鍵と一体化する\u003cstrong\u003eコンパクト設計\u003c\/strong\u003eです。手のひらに収まるサイズ感は、毎日の持ち運びを軽やかにし、必要なものをスマートにまとめてくれます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000148.jpg?v=1738634433\" 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\/3_000000000148.jpg?v=1738634433\" 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\/00620_1_1.jpg?v=1739856087\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニポーチキーホルダーの全景\"\u003e \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/bristlegrass\/gold\/bristle-grass\/images\/item\/00620_2_1.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニポーチキーホルダーの機能説明\"\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\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\/00620_3_1.jpg?v=1739856109\" 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\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\/00620_4_1.jpg?v=1739856137\" 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\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\/00620_5_1.jpg?v=1739856170\" 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\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\/00620_6_1.jpg?v=1739856189\" 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\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\/00620_7.jpg?v=1739856419\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品画像7\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00620_8.jpg?v=1739856469\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品画像8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00620_9.jpg?v=1739856511\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品画像9\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00620_10.jpg?v=1739856579\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品画像10\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00620_11.jpg?v=1739856645\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品画像11\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00620_12.jpg?v=1739856687\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品画像12\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00620_13.jpg?v=1739856714\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品画像13\"\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\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：約 横6.5cm × 高さ4.3cm\u003c\/li\u003e\n\u003cli\u003e重さ：約 16g\u003c\/li\u003e\n\u003cli\u003e仕様：キーリング × 1\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\u003cp\u003e国内で最高技術を誇るタンナー”\u003cstrong\u003e栃木レザー\u003c\/strong\u003e”のフルベジタブルタンニングレザーを使用しています。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e”\u003cstrong\u003eダブルピット製法\u003c\/strong\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\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00620_tag.jpg?v=1739856207\" 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\/01905_2.jpg?v=1739856234\" 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\/01905_1.jpg?v=1739856268\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e※名入れタグは、1つにつき\u003cstrong\u003e+330円（税込み）\u003c\/strong\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\/ikkannseisan_3.jpg?v=1739856322\" 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\/duendenituite_4.jpg?v=1739856355\" class=\"img-fluid d-block w-100 product-img\" alt=\"duendeブランドについて\"\u003e\u003c\/div\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\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/bristlegrass\/gold\/bristle-grass\/images\/new\/banner\/packet_l.jpg\" 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商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\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","brand":"Patina (パティーナ)","offers":[{"title":"black","offer_id":49934003372252,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"choco","offer_id":49934003405020,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":49934003437788,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":49934003470556,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":49934003503324,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000148.jpg?v=1738634433"}],"url":"https:\/\/bristle-grass.we-shop.jp\/collections\/%e3%83%9d%e3%83%bc%e3%83%81-%e3%83%9f%e3%83%8b%e3%82%b1%e3%83%bc%e3%82%b9%e3%82%b3%e3%83%ac%e3%82%af%e3%82%b7%e3%83%a7%e3%83%b3.oembed","provider":"ニシカゼ","version":"1.0","type":"link"}