{"title":"名入れ","description":null,"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":"617","title":"【00617】【名入れ無料】 ハート形 キーチャーム 栃木レザー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e特別を贈る名入れギフト\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e国内最高峰の栃木レザーが織りなす、\u003cstrong\u003eしっとりとした肌触り\u003c\/strong\u003e。使うほどに深まる風合いは、愛着を育む大切な存在に。心を込めた名入れで、世界にひとつの贈り物になります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000170.jpg?v=1738634664\" 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_000000000170.jpg?v=1738634664\" 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\/11_000000000170.jpg?v=1738634664\" 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\u003e00617\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=\"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子供から大人まで幅広く使えるデザインなので、プレゼントにおすすめ\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リングの内径: 約2.5cm\u003c\/li\u003e\n                    \u003cli\u003eハートチャームのサイズ幅: 約1.9cm\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ブラック\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=\"benefit-list\"\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                \u003c\/ul\u003e\n                \u003cp\u003e名入れに関するご注意事項：\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e文字のカラーがブラックになるため、ブラックのチャームには名入れできません。\u003c\/li\u003e\n                    \u003cli\u003e文字が入る位置は、革タグの中央揃えになります。\u003c\/li\u003e\n                    \u003cli\u003e名入れをご希望のお客様には、タグに名入れしますので、ブランドロゴのタグは付きません。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_6.jpg?v=1739864317\" alt=\"名入れイメージ画像\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Patina (パティーナ)","offers":[{"title":"black","offer_id":46289059381468,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"choco","offer_id":47597732167900,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597732200668,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":47597732233436,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597732266204,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000170.jpg?v=1738634664"},{"product_id":"619","title":"【00619】【名入れ無料】 星形 キーチャーム 栃木レザー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e栃木レザーが魅せる 星の彩り\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e国内最高峰の\u003cstrong\u003e栃木レザー\u003c\/strong\u003eを贅沢に使用した星形キーチャームです。使い込むほどに深い色艶が生まれ、あなただけの風合いへと育っていきます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000171.jpg?v=1738634697\" 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\/5_000000000171.jpg?v=1738634697\" 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_000000000171.jpg?v=1738634697\" 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                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00619_01_c.jpg?v=1739864558\" alt=\"栃木レザー星型キーチャームの構造詳細\"\u003e\u003c\/div\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\/00619_04.jpg?v=1739864581\" alt=\"星形キーチャームの鋲のポイント\"\u003e\u003c\/div\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\/00619_06.jpg?v=1739864627\" 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\/00619_06_c.jpg?v=1739864740\" 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\/00619_07_c.jpg?v=1739864757\" 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\/00619_08_c.jpg?v=1739864779\" alt=\"キーチャームと小物の配置イメージ\"\u003e\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リングの内径：約2.5cm\u003c\/li\u003e\n                    \u003cli\u003e星チャームのサイズ幅：約2cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00619_05.jpg?v=1739864605\" alt=\"鍵に取り付けたキーチャームのサイズ感\"\u003e\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                    \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\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00619_09_c.jpg?v=1739864800\" alt=\"キーチャームのカラーバリエーション\"\u003e\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\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00619_07.jpg?v=1739864646\" alt=\"名入れサービスのイメージ\"\u003e\u003c\/div\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\/617_6_1.jpg?v=1739864669\" alt=\"名入れが施されたキーチャーム\"\u003e\u003c\/div\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                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_7_1.jpg?v=1739864689\" 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\/617_8_1.jpg?v=1739864722\" alt=\"名入れタグを指し示す手\"\u003e\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商品コード：00619\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        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_9.jpg?v=1739864823\" alt=\"ギフトボックスのイメージ\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Patina (パティーナ)","offers":[{"title":"black","offer_id":46289059610844,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"choco","offer_id":47597732004060,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597732036828,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":47597732069596,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597732102364,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000171.jpg?v=1738634697"},{"product_id":"623","title":"【00623】【名入れ無料】 ねこ形 キーチャーム 栃木レザー","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\/2_000000000172.jpg?v=1739331694\" 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\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\/4_000000000172.jpg?v=1739331694\" 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\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_000000000172.jpg?v=1739331694\" 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    \u003c!-- 関連商品リンク画像 --\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/bristlegrass\/gold\/bristle-grass\/images\/new\/catgoods\/link_catgoods.jpg\" alt=\"関連商品すべての猫グッズを見る\"\u003e\n    \u003c\/div\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\/00623_1.jpg?v=1739864894\" alt=\"栃木レザーねこ型キーチャーム\"\u003e\n        \u003c\/div\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        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00623_04.jpg?v=1739864914\" 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\/00623_05.jpg?v=1739864934\" 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\/00623_06.jpg?v=1739864954\" 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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eリングの内径：約2.5cm\u003c\/li\u003e\n          \u003cli\u003eねこチャームのサイズ幅：約2.4cm\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          \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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00623_07.jpg?v=1739864973\" alt=\"無料名入れサービス\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e名入れに関する注意事項\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e文字のカラーはブラックになるため、本体色がブラックの商品には名入れできません。\u003c\/li\u003e\n          \u003cli\u003e文字が入る位置は、革タグの中央揃えになります。\u003c\/li\u003e\n          \u003cli\u003e名入れをご希望のお客様には、タグに名入れを施すため、ブランドロゴのタグは付属しません。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_6_2.jpg?v=1739864994\" alt=\"名入れイメージ\"\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    \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":"Patina (パティーナ)","offers":[{"title":"black","offer_id":46203023524060,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597731643612,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597731676380,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":47597731709148,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597731741916,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000172.jpg?v=1739331694"},{"product_id":"60001","title":"【60001】ペット用迷子札（小）　【両面文字入れ】　栃木レザー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e愛犬を優しく守る栃木レザー迷子札\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eふわふわの毛並みに映える、\u003cstrong\u003e上質な栃木レザー製\u003c\/strong\u003eの迷子札です。小ぶりで軽量ながらも、大切な愛犬をもしもの時に守る、頼れる存在。長く使うほどに深まる風合いをお楽しみください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/17_000000000179.jpg?v=1738634938\" 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_000000000179.jpg?v=1738634938\" 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\/9_000000000179.jpg?v=1738634938\" class=\"img-fluid d-block w-100 product-img\" alt=\"豊富なバリエーションで個性輝く\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e豊富なバリエーションで個性輝く\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e栃木レザーで出来たペット用迷子札です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e小さくてもしっかりエイジングし、長く使うほど愛着が湧いてきます。\u003c\/li\u003e\n        \u003cli\u003eタグの表裏に名入れが可能。プチギフトとしてもおすすめです。\u003c\/li\u003e\n        \u003cli\u003e小さくて軽量なので、ペットへの負担が少ない設計になっています。\u003c\/li\u003e\n        \u003cli\u003eキーホルダーなどの迷子札以外の用途でもお使いいただけます。（※一番大きいリングは付属しておりません。）\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e各形状のサイズとリングの内径です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eリングの内径: 約1cm\u003c\/li\u003e\n        \u003cli\u003eハートのサイズ幅: 約3.1cm\u003c\/li\u003e\n        \u003cli\u003e星のサイズ幅: 約3cm\u003c\/li\u003e\n        \u003cli\u003eホネのサイズ幅: 約3.4cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/bristlegrass\/gold\/bristle-grass\/images\/new\/60001\/siyouimage.jpg\" class=\"img-fluid d-block w-100\" alt=\"迷子札のサイズ仕様図\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・カラー・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e本製品に使用されている素材とカラー、生産国です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e素材: 牛革（栃木レザー）\u003c\/li\u003e\n        \u003cli\u003eカラー: チョコ、キャメル、レッド、グリーン\u003c\/li\u003e\n        \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=\"benefit-list\"\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=\"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      \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=\"point-list\"\u003e\n        \u003cli\u003e天然の革を使用しているため、しわやキズが入ることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみください。\u003c\/li\u003e\n        \u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n        \u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\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商品コード: 60001\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"choco \/ ハート","offer_id":46289071079644,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"choco \/ 星","offer_id":47597729972444,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"choco \/ ほね","offer_id":47597730005212,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"Camel \/ ハート","offer_id":47597730037980,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"Camel \/ 星","offer_id":47597730070748,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"Camel \/ ほね","offer_id":47597730103516,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"Red \/ ハート","offer_id":47597730136284,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"Red \/ 星","offer_id":47597730169052,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"Red \/ ほね","offer_id":47597730201820,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"Green \/ ハート","offer_id":47597730234588,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"Green \/ 星","offer_id":47597730267356,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"Green \/ ほね","offer_id":47597730300124,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/17_000000000179.jpg?v=1738634938"},{"product_id":"60002","title":"【60002】ペット用迷子札（小） 【片面文字入れ】 栃木レザー","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  \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を添える一品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000181.jpg?v=1739330704\" class=\"img-fluid d-block w-100 product-img\"\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\/18_000000000181.jpg?v=1739330704\" class=\"img-fluid d-block w-100 product-img\"\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ハート、星、ホネの愛らしい3つの形と、表情豊かな\u003cstrong\u003e4色のカラーバリエーション\u003c\/strong\u003eをご用意。愛犬・愛猫の毛色や首輪に合わせて、最適なデザインを楽しみながら選べます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/9_000000000181.jpg?v=1739330704\" class=\"img-fluid d-block w-100 product-img\"\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=\"benefit-list\"\u003e\n          \u003cli\u003e豊富な形（ハート、星、ホネ）とカラー（チョコ、キャメル、レッド、グリーン）で首輪に合わせて選べます。\u003c\/li\u003e\n          \u003cli\u003e小さく軽量なので、ペットへの負担が少ない設計になっています。\u003c\/li\u003e\n          \u003cli\u003eキーホルダーなど迷子札以外の用途でもお使いいただけます。（※一番大きいリングは付属しておりません）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60001_03_9414f17d-18b2-48fb-93c3-562d994ea34e.jpg?v=1739935332\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60001_04_e50a7d1e-3538-4bd6-8b7e-66ac6428fb4e.jpg?v=1739935331\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60001_18_1.jpg?v=1739935331\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60001_05_2_aa4ad0bf-0c75-4c12-acc6-6e265bab9157.jpg?v=1739935329\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60001_06_2_b4817d9a-33b6-4540-8f9b-ee8bcbea8e13.jpg?v=1739935330\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_1508067a-2472-49d8-9afd-3f27b2eca5d2.jpg?v=1739935333\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60001_12_afbae244-7b70-4b09-bec2-bde7b954808a.jpg?v=1739935331\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60001_13_c9328395-ea58-46fc-8b11-93b1007ffde7.jpg?v=1739935330\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60001_14_1_186b8ed6-6c2e-473a-bc6e-ce36291b8b01.jpg?v=1739935332\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60001_15_32cdbc94-ca7a-44d3-aeca-807c7da69639.jpg?v=1739935332\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60001_16_6e1adbe3-94d7-453a-b3d5-6cf464b8dc52.jpg?v=1739935329\" class=\"img-fluid d-block w-100 product-img\"\u003e\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リングの内径：約1cm\u003c\/li\u003e\n          \u003cli\u003eハートのサイズ幅：約3.1cm\u003c\/li\u003e\n          \u003cli\u003e星のサイズ幅：約3cm\u003c\/li\u003e\n          \u003cli\u003eホネのサイズ幅：約3.4cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/siyouimage.jpg?v=1739935328\" class=\"img-fluid d-block w-100 product-img\"\u003e\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        \u003cp\u003e素材の特長:\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e国内で最高技術を誇るタンナー”栃木レザー”のフルベジタブルタンニングレザーを使用\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eカラー：チョコ、キャメル、レッド、グリーン\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60001_01.jpg?v=1739866719\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60001_10_1c0c7264-5fd1-47b5-8e74-09111a9f62ab.jpg?v=1739935332\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60001_10_2.jpg?v=1739936118\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60001_11_ba998d09-1853-43d9-8efa-25dbd31cb883.jpg?v=1739935331\" class=\"img-fluid d-block w-100 product-img\"\u003e\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        \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        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/bristlegrass\/gold\/bristle-grass\/images\/new\/60003\/chuui_syou_katamen.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/maigo_08_9b3be09c-f252-461a-b6f4-e2d8d9f68c07.jpg?v=1739935331\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60001_07_1_55a60f30-aeac-4109-b035-b954a25dbf9f.jpg?v=1739935331\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/maigo_09_36e3a9e5-8f00-4489-a851-689a731cbf93.jpg?v=1739935330\" class=\"img-fluid d-block w-100 product-img\"\u003e\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード：60002\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    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみ下さい。\u003c\/li\u003e\n      \u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意下さい。\u003c\/li\u003e\n      \u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"choco \/ ハート","offer_id":46285323632860,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"choco \/ 星","offer_id":47597729448156,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"choco \/ ほね","offer_id":47597729480924,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"Camel \/ ハート","offer_id":47597729513692,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"Camel \/ 星","offer_id":47597729546460,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"Camel \/ ほね","offer_id":47597729579228,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"Red \/ ハート","offer_id":47597729611996,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"Red \/ 星","offer_id":47597729644764,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"Red \/ ほね","offer_id":47597729677532,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"Green \/ ハート","offer_id":47597729710300,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"Green \/ 星","offer_id":47597729743068,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true},{"title":"Green \/ ほね","offer_id":47597729775836,"sku":null,"price":990.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000181.jpg?v=1739330704"},{"product_id":"60004","title":"【60004】ペット用迷子札（大） 【片面文字入れ】 栃木レザー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e愛犬と紡ぐ、栃木レザーの絆\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e大切な家族の一員である愛犬のために、\u003cstrong\u003e上質な栃木レザー\u003c\/strong\u003eで仕立てた迷子札。お名前を刻み、\u003cstrong\u003e世界に一つだけの証\u003c\/strong\u003eを贈ります。小さくても確かな存在感が、共に過ごす日々を彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/17_000000000186.jpg?v=1739330746\" 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ハート、星、ホネの3つの形\u003c\/strong\u003eをご用意しました。お気に入りの首輪に合わせて、特別な一点を選びませんか。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000186.jpg?v=1739330746\" 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。リング内径1.2cm、幅4.5cmから5.3cmという\u003cstrong\u003e小ぶりなサイズ\u003c\/strong\u003eは、ペットへの負担を最小限に抑えます。\u003cstrong\u003eレッド、キャメル、チョコ、グリーンの彩り豊かな4色\u003c\/strong\u003eから、愛犬にぴったりの色合いを見つけてください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/12_000000000186.jpg?v=1739330746\" class=\"img-fluid d-block w-100 product-img\" alt=\"細部までこだわる、安心の品質\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部までこだわる、安心の品質\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e栃木レザーで出来たペット用迷子札。小さくてもしっかりエイジングするので、長く使えば愛着が湧いてきます。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e小さくてもしっかり\u003cstrong\u003eエイジング\u003c\/strong\u003eする本革\u003c\/li\u003e\n        \u003cli\u003eタグの\u003cstrong\u003e片面に名入れが可能\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eプチギフト\u003c\/strong\u003eとしても最適\u003c\/li\u003e\n        \u003cli\u003e多様な首輪に合わせやすい\u003cstrong\u003e豊富な形とカラー\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003e小さくて軽量、\u003cstrong\u003eペットへの負担が少ない\u003c\/strong\u003e設計\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\/60004_01.jpg?v=1739939023\" 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\/60001_03_1.jpg?v=1739939051\" 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\/maigo_03_dai.jpg?v=1739939101\" 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\/maigo_04_dai_katamen.jpg?v=1739939110\" 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リングの内径：約1.2cm\u003c\/li\u003e\n        \u003cli\u003eハートのサイズ幅：約4.5cm\u003c\/li\u003e\n        \u003cli\u003e星のサイズ幅：約4.5cm\u003c\/li\u003e\n        \u003cli\u003eホネのサイズ幅：約5.3cm\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        \u003cli\u003e生産国：日本\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e素材特長\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e国内で最高技術を誇るタンナー”栃木レザー”の\u003cstrong\u003eフルベジタブルタンニングレザー\u003c\/strong\u003eを使用\u003c\/li\u003e\n        \u003cli\u003e天然素材ならではの\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\u003e商品の片面にお好みの文字を入れることができます。世界に一つだけの迷子札として、またギフトとしてもおすすめです。\u003c\/p\u003e\n      \u003cul class=\"point-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文字の大きさは文字の種類によって若干変化します\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\/maigo_05_dai.jpg?v=1739939117\" 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\/maigo_08_1.jpg?v=1739939123\" 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\/maigo_06_dai.jpg?v=1739939128\" 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\/maigo_07_dai.jpg?v=1739939136\" 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\/maigo_07_1_dai.jpg?v=1739939140\" 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\/maigo_08_dai.jpg?v=1739939143\" 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商品コード：60004\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) - 情報なしのため作成しない --\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e本製品は天然素材を使用しておりますので、以下の点にご注意ください。\u003c\/p\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    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/chuui_dai_katamen.jpg?v=1739939033\" class=\"img-fluid d-block w-100 product-img\" alt=\"使用上の注意に関する画像\"\u003e\n    \u003c\/div\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大切な方への贈り物にもぴったりのパッケージでお届けします。愛犬家の方への\u003cstrong\u003e心のこもったプレゼント\u003c\/strong\u003eとして、ぜひご利用ください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/maigo_09_dai.jpg?v=1739939149\" 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\/packet_l_2_286a1c0d-e3b9-49da-a07f-333d55216811.jpg?v=1739939152\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトパッケージイメージ2\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e心を込めた贈り物に\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"choco \/ ハート","offer_id":46285321470172,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"choco \/ 星","offer_id":47597728235740,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"choco \/ ほね","offer_id":47597728268508,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"Camel \/ ハート","offer_id":47597728301276,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"Camel \/ 星","offer_id":47597728334044,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"Camel \/ ほね","offer_id":47597728366812,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"Red \/ ハート","offer_id":47597728399580,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"Red \/ 星","offer_id":47597728432348,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"Red \/ ほね","offer_id":47597728465116,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"Green \/ ハート","offer_id":47597728497884,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"Green \/ 星","offer_id":47597728530652,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"Green \/ ほね","offer_id":47597728563420,"sku":null,"price":1320.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/17_000000000186.jpg?v=1739330746"},{"product_id":"60003","title":"【60003】ペット用迷子札（大） 【両面文字入れ】 栃木レザー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e愛犬を彩る上質本革札\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e大切な家族の一員に、国内最高峰の\u003cstrong\u003e栃木レザー\u003c\/strong\u003eを。両面に刻印可能な迷子札が、もしもの時も愛犬を守ります。長く使うほど深まる風合いも魅力です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000187.jpg?v=1739330798\" class=\"img-fluid d-block w-100 product-img\"\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\/11_000000000187.jpg?v=1739330798\" class=\"img-fluid d-block w-100 product-img\"\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ハート、星、ホネの3つの形\u003c\/strong\u003eから。軽量設計で負担が少なく、愛着の湧く一点が見つかるはずです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/12_000000000187.jpg?v=1739330798\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e軽くて快適な装着感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e国内最高峰の栃木レザーを使用した、大切なペットのための迷子札です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e国内で最高技術を誇るタンナー”栃木レザー”のフルベジタブルタンニングレザーを使用\u003c\/li\u003e\n        \u003cli\u003e小さくてもしっかりエイジングし、長く使うほど愛着が湧く\u003c\/li\u003e\n        \u003cli\u003e両面刻印が可能\u003c\/li\u003e\n        \u003cli\u003eプチギフトとしてもおすすめ\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/maigo_05_dai_1.jpg?v=1739939721\" class=\"img-fluid d-block w-100 product-img\"\u003e\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リングの内径：約1.2cm\u003c\/li\u003e\n        \u003cli\u003eハートのサイズ幅：約4.5cm\u003c\/li\u003e\n        \u003cli\u003e星のサイズ幅：約4.5cm\u003c\/li\u003e\n        \u003cli\u003eホネのサイズ幅：約5.3cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/maigo_04_dai_ryoumen.jpg?v=1739939715\" class=\"img-fluid d-block w-100 product-img\"\u003e\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      \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\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60003_01.jpg?v=1739939642\" class=\"img-fluid d-block w-100 product-img\"\u003e\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=\"point-list\"\u003e\n        \u003cli\u003e文字が入る位置は、革タグの中央揃えになります。\u003c\/li\u003e\n        \u003cli\u003e文字の大きさは文字の種類によって若干変化します。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/maigo_08_2.jpg?v=1739939727\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\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!-- 商品コード --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品情報\u003c\/h3\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003e商品コード: 60003\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"choco \/ ハート","offer_id":46285321076956,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"choco \/ 星","offer_id":47597727482076,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"choco \/ ほね","offer_id":47597727514844,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"Camel \/ ハート","offer_id":47597727547612,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"Camel \/ 星","offer_id":47597727580380,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"Camel \/ ほね","offer_id":47597727613148,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"Red \/ ハート","offer_id":47597727645916,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"Red \/ 星","offer_id":47597727678684,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"Red \/ ほね","offer_id":47597727711452,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"Green \/ ハート","offer_id":47597727744220,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"Green \/ 星","offer_id":47597727776988,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"Green \/ ほね","offer_id":47597727809756,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000187.jpg?v=1739330798"},{"product_id":"632","title":"【00632】【名入れ無料】 ほね形 キーチャーム 栃木レザー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e愛犬と歩む上質な毎日を\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e熟練の技が息づく\u003cstrong\u003e栃木レザー\u003c\/strong\u003eのぬくもり。鍵を彩る愛らしい\u003cstrong\u003e骨型デザイン\u003c\/strong\u003eが、日常に小さな喜びをもたらします。持つたびに深まる風合いを、愛犬との思い出と共に刻んでください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/13_000000000189.jpg?v=1738635168\" 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\/2_000000000189.jpg?v=1738635168\" 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リング内径2.5cm、ほねチャーム幅3.4cm。この小さな骨型に、\u003cstrong\u003e大切な名前を刻めます\u003c\/strong\u003e。世界で一つの特別なキーチャームで、愛犬との絆をいつも身近に感じてみてはいかがでしょうか。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/8_000000000189.jpg?v=1738635168\" 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=\"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子供から大人まで幅広く使えるデザインなので、プレゼントにも最適です。\u003c\/li\u003e\n          \u003cli\u003e個包装済みなので、プチギフトとしてそのまま配れて便利です。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00632_000.jpg?v=1739940621\" class=\"img-fluid d-block w-100 product-img\" alt=\"栃木レザー ほね型キーチャーム全体像\"\u003e\u003c\/div\u003e\n        \u003cp class=\"caption-text text-end\"\u003e栃木レザー ほね型キーチャーム\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00632_02.jpg?v=1739940631\" 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\/00632_002.jpg?v=1739940636\" 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\/00632_03.jpg?v=1739940642\" 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\/00632_04.jpg?v=1739940648\" 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\/packet_l_5_afe29b7f-8b4e-4d4e-8515-f0353921aa7c.jpg?v=1739940680\" class=\"img-fluid d-block w-100 product-img\" alt=\"別のギフト包装イメージ\"\u003e\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\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_6_c3bc3399-60b5-4f47-8ece-ca5bc5349811.jpg?v=1739940653\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れイメージ\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e【注意点】\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e文字のカラーがブラックになるため、\u003cstrong\u003eブラックの本体には名入れできません。\u003c\/strong\u003e\n\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\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_7_697fef24-be54-48f1-bd3f-396eca5dde0a.jpg?v=1739940660\" 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\/617_8_fab3795d-74cc-4b5b-a858-5c5e275d6fb7.jpg?v=1739940666\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れに関する補足画像\"\u003e\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リングの内径: 約2.5cm\u003c\/li\u003e\n          \u003cli\u003eほねチャームのサイズ幅: 約3.4cm\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        \u003cp\u003e国内で最高技術を誇るタンナー”栃木レザー”のフルベジタブルタンニングレザーを使用しています。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e豊富なカラーからお好みの色をお選びいただけます。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eブラック\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        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00632_05_3741bae2-687d-4f52-8d1d-9bb809939917.jpg?v=1739940672\" 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\/00632_06_new.jpg?v=1739940676\" 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\/00632_07.jpg?v=1739940881\" 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\/00632_08.jpg?v=1739940881\" class=\"img-fluid d-block w-100 product-img\" alt=\"別のカラーバリエーション\"\u003e\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=\"point-list\"\u003e\n          \u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみ下さい。\u003c\/li\u003e\n          \u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意下さい。\u003c\/li\u003e\n          \u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\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商品コード: 00632\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Patina (パティーナ)","offers":[{"title":"black","offer_id":46203025326300,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597726695644,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597726728412,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":47597726761180,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597726793948,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/13_000000000189.jpg?v=1738635168"},{"product_id":"1316","title":"【01316】【名入れ無料】 ハート形 キーチャーム モストロレザー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e心ときめくモストロレザーチャーム\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eくすんだ色味が愛らしい\u003cstrong\u003eモストロレザー製\u003c\/strong\u003eの\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\/3_000000000192.jpg?v=1738635201\" 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\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\/4_000000000192.jpg?v=1738635201\" 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\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_000000000192.jpg?v=1738635201\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れが施されたハート形キーチャーム\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e心温まるパーソナルギフト\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eモストロレザー製のハート形キーチャームは、使うほどに愛着がわくアイテムです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eくすんだ色味が可愛いモストロレザーを使用\u003c\/li\u003e\n                \u003cli\u003e小さくてもしっかりエイジングし、長く使うほど愛着が深まる\u003c\/li\u003e\n                \u003cli\u003eハート形に小さな鋲がアクセントとなり、シンプルながらも存在感を発揮\u003c\/li\u003e\n                \u003cli\u003e鍵を付けてもかさばらず、スマートに持ち運べる\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01316_00.jpg?v=1739942631\" 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\/01316_02.jpg?v=1739942645\" 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\/01316_03.jpg?v=1739942650\" 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\/01316_04.jpg?v=1739942708\" 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リングの内径：約2.5cm\u003c\/li\u003e\n                \u003cli\u003eハートチャームのサイズ幅：約1.9cm\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            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1316_nume.jpg?v=1739942750\" 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                \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\/01316_07.jpg?v=1739942733\" 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\/01316_08_1.jpg?v=1739942746\" 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=\"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            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01316_06_1_a5befddd-c795-4469-99fb-fed9212a0928.jpg?v=1739942718\" 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\/617_7_1_9c972975-db4d-4f61-8779-5a3012140586.jpg?v=1739942724\" 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\/617_8_1_48fe8095-a105-41b4-841b-b4f841c96408.jpg?v=1739942727\" 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=\"benefit-list\"\u003e\n                \u003cli\u003eプチギフトとしてもおすすめ\u003c\/li\u003e\n                \u003cli\u003e個包装済みなので、そのまま配れて便利\u003c\/li\u003e\n                \u003cli\u003e子供から大人まで幅広く使えるデザイン\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01316_05.jpg?v=1739942711\" 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\/packet_l_6_486abaa6-5d70-4d9d-aea1-ee9ade5bc492.jpg?v=1739942754\" alt=\"ギフトボックスのパッケージ\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみください。\u003c\/li\u003e\n            \u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色・色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n            \u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"mellow（メロウ）","offers":[{"title":"pink","offer_id":46289061478620,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"gray","offer_id":47597725941980,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597725974748,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597726007516,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"nume","offer_id":47597726040284,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000192.jpg?v=1738635201"},{"product_id":"1317","title":"【01317】【名入れ無料】 星形 キーチャーム モストロレザー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日本の技術が光る色彩豊かな星\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eくすんだ色合いが魅力的なモストロレザー製の、愛らしい星形キーチャームです。日本の職人が丁寧に仕上げた牛革は、使うほどに風合いを増し、あなただけの輝きを放ちます。小さな鋲がさりげないアクセントになり、手元に\u003cstrong\u003e個性を添える\u003c\/strong\u003eでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000193.jpg?v=1738635233\" 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リング内径約2.5cm、星チャーム幅約2cmという、邪魔にならない\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\/4_000000000193.jpg?v=1738635233\" 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\u003e世界に一つだけの特別な品\u003c\/strong\u003eへと変わります。心に残るパーソナルギフトとして、贈る喜びと贈られる感動をお届けします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/6_000000000193.jpg?v=1738635233\" 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 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子供から大人まで幅広く使える\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\/01317_000.jpg?v=1739943183\" 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\/01317_02.jpg?v=1739943186\" 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\/01317_03.jpg?v=1739943193\" 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\/01317_05.jpg?v=1739943208\" 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\/packet_l_7_b3b3d810-e1ac-4db8-b586-73e805c174a8.jpg?v=1739943259\" class=\"img-fluid d-block w-100 product-img\" alt=\"個包装されたキーチャームのイメージ\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e鍵に添えてもかさばらない、邪魔にならない絶妙なサイズ感にこだわりました。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eリングの内径：約2.5cm\u003c\/li\u003e\n          \u003cli\u003e星チャームのサイズ幅：約2cm\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\/01317_04.jpg?v=1739943203\" class=\"img-fluid d-block w-100 product-img\" alt=\"鍵に付けた際のサイズ比較\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国・カラー\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e高品質な素材と丁寧な日本の職人技で、長く愛用できる製品をお届けします。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材：牛革（モストロレザー）\u003c\/li\u003e\n          \u003cli\u003e生産国：日本\u003c\/li\u003e\n          \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\/617_7_2_e1283047-ba0e-454f-9c2f-3915a0d23259.jpg?v=1739943219\" 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\/617_8_2_71cd6abc-2aff-4adb-b9ad-24781f120855.jpg?v=1739943223\" 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\/01317_06.jpg?v=1739943227\" 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\/01317_07.jpg?v=1739943242\" 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\/1317_nume.jpg?v=1739943257\" class=\"img-fluid d-block w-100 product-img\" alt=\"ヌメ革の質感アップ\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e名入れサービスについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e無料の名入れサービスで、世界に一つだけの特別なギフトを贈りませんか？\u003c\/p\u003e\n        \u003cul class=\"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        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01316_06_b9810aa3-13b6-4c3d-8722-4b9d023c8f1d.jpg?v=1739943212\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れの刻印イメージ\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e長くご愛用いただくために、天然素材の特性と取り扱いについてご理解をお願いいたします。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e天然の革を使用しているため、しわやキズ、革の仕上がりによって多少色ぶれが生じる場合があります。これらは天然素材の風合いとしてお楽しみください。\u003c\/li\u003e\n          \u003cli\u003e通常の撥水・色止め加工は施しておりますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n          \u003cli\u003e商品の色はディスプレイの環境などにより、実際の色と異なる場合がありますのでご了承ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\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商品名：星形 キーチャーム モストロレザー\u003c\/li\u003e\n          \u003cli\u003e商品コード：01317\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\/div\u003e","brand":"mellow（メロウ）","offers":[{"title":"pink","offer_id":46289061609692,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"gray","offer_id":47597725778140,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597725810908,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597725843676,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"nume","offer_id":47597725876444,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000193.jpg?v=1738635233"},{"product_id":"1318","title":"【01318】【名入れ無料】 ねこ型 キーチャーム モストロレザー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e彩り豊かなねこチャーム名入れ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eモストロレザーの持つ、くすんだ色合いが愛らしさを引き立てます。\u003cstrong\u003e無料の名入れ\u003c\/strong\u003eで、世界に一つだけの特別な贈り物になります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/8_000000000198.jpg?v=1739331063\" 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_000000000198.jpg?v=1739331063\" 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直径2.5cmリングと幅2.4cmのねこチャームは、\u003cstrong\u003e日本の職人技\u003c\/strong\u003eが光る証。上質な牛革が、時とともに深まる風合いをお届けします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/7_000000000198.jpg?v=1739331064\" 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 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                \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リングの内径：約2.5cm\u003c\/li\u003e\n                    \u003cli\u003eねこチャームのサイズ幅：約2.4cm\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                \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個性豊かな5色のモストロレザーからお選びいただけます。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eピンク\u003c\/li\u003e\n                    \u003cli\u003eグレー\u003c\/li\u003e\n                    \u003cli\u003eキャメル\u003c\/li\u003e\n                    \u003cli\u003eグリーン\u003c\/li\u003e\n                    \u003cli\u003eヌメ\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e製品情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品名：【01318】【名入れ無料】 ねこ型 キーチャーム モストロレザー\u003c\/li\u003e\n                    \u003cli\u003e商品コード：01318\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=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e購入にあたっての注意事項\u003c\/h3\u003e\n        \u003cdiv class=\"note-box\"\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名入れをご希望のお客様には、タグに名入れを施すためブランドロゴのタグは付属しません。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"mellow（メロウ）","offers":[{"title":"pink","offer_id":46203029029084,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"gray","offer_id":47597724860636,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597724893404,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597724926172,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"nume","offer_id":47597724958940,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/8_000000000198.jpg?v=1739331063"},{"product_id":"1323","title":"【01323】【名入れ無料】 ほね形 キーチャーム モストロレザー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e選べる彩り、上質モストロレザー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e手元にさりげない個性を添える、くすみカラーの\u003cstrong\u003eほね形キーチャーム\u003c\/strong\u003e。天然牛革\u003cstrong\u003eモストロレザー\u003c\/strong\u003eが織りなす奥深い風合いを楽しめます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000199.jpg?v=1738635268\" 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_000000000199.jpg?v=1738635268\" 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.5cm、チャームは幅3.5cmで、鍵をスマートにまとめ、かさばりを軽減します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/8_000000000199.jpg?v=1738635268\" class=\"img-fluid d-block w-100 product-img\" alt=\"手のひらに収まる快適さ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e手のひらに収まる快適さ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e【01323】ほね形 キーチャーム モストロレザー\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e手元に個性を添えるほね形デザイン\u003c\/li\u003e\n        \u003cli\u003e奥深い風合いを楽しめる上質モストロレザー\u003c\/li\u003e\n        \u003cli\u003e世界に一つだけのパーソナルギフトを叶える名入れ無料サービス\u003c\/li\u003e\n        \u003cli\u003e日常使いに溶け込む、かさばらないコンパクト設計\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e商品コード: 01323\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e日常使いに最適なコンパクトサイズです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eリングの内径: 約2.5cm\u003c\/li\u003e\n        \u003cli\u003eほねチャームのサイズ幅: 約3.5cm\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生産国: 日本\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  \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":46203029225692,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"gray","offer_id":47597724565724,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597724598492,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597724631260,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"nume","offer_id":47597724664028,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000199.jpg?v=1738635268"},{"product_id":"1901","title":"【01901】【セミオーダー】 本革キーホルダー 栃木レザー","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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※この商品は名入れにも対応しています\u003c!-- notionvc: 492d1c51-34b9-4a68-98c3-51d1d4204747 --\u003e\n\u003c\/h3\u003e\n\u003cp\u003e＞名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/01901-%E3%82%BB%E3%83%9F%E3%82%AA%E3%83%BC%E3%83%80%E3%83%BC-%E6%9C%AC%E9%9D%A9%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?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003c!-- notionvc: 6a603320-919d-4a45-a03b-1a432ac00c12 --\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3 class=\"section-title\"\u003e自分色を纏うセミオーダー 本革キーホルダー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e栃木レザーの鮮やかな色\u003c\/strong\u003eと\u003cstrong\u003e多様な金具\u003c\/strong\u003eが織りなす無限の組み合わせ。\u003cstrong\u003e個性を際立たせる\u003c\/strong\u003e、あなただけのこだわりを形にします。\u003c\/p\u003e\n\u003cimg alt=\"自分色を纏うセミオーダー 本革キーホルダー\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000205.jpg?v=1738635306\"\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を使用。使い込むほどに深まる色艶が、\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_000000000205.jpg?v=1738635306\"\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や、\u003cstrong\u003e心惹かれるチャーム\u003c\/strong\u003eで、\u003cstrong\u003e特別な物語\u003c\/strong\u003eを添えて。贈る人も贈られる人も、忘れられない感動を分かち合えます。\u003c\/p\u003e\n\u003cimg alt=\"想いを込める、特別なプレゼント\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/9_000000000205.jpg?v=1738635306\"\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\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003ebristlegrassでは、革の色、金具の種類・色、チャームの追加など、多彩な組み合わせの中からお客様だけのこだわりの詰まった理想のキーホルダーをセミオーダーすることができます。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e栃木レザー\u003c\/strong\u003eのフルベジタブルタンニングレザーを使用。\u003c\/li\u003e\n\u003cli\u003e使うほどに深まる色艶、豊かな\u003cstrong\u003e経年変化（エイジング）\u003c\/strong\u003eを楽しめます。\u003c\/li\u003e\n\u003cli\u003e豊富なオプションで\u003cstrong\u003eあなただけのオリジナルキーホルダー\u003c\/strong\u003eが作れます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\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\/01901_002.jpg?v=1739948581\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e本体革部分: 縦約6.8cm × 横2.7cm\u003c\/li\u003e\n\u003c\/ul\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\/01901_001.jpg?v=1739948569\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材: 牛革（栃木レザー）\u003c\/li\u003e\n\u003cli\u003e生産国: 日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\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\u003cp\u003e本体革（ループ部分）は5色の中からお選びいただけます。\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\/01901_003.jpg?v=1739948588\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eセミオーダーオプション（本体革留め金具部分）\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e本体革（留め金具部分）は2種類の形、それぞれ5色の中からお選びいただけます。\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\/01901_004.jpg?v=1739948591\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eセミオーダーオプション（キーホルダー金具）\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eキーホルダーの金具は2種類の形からお選びいただけます。\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\/01901_005.jpg?v=1739948602\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eセミオーダーオプション（カシメ金具）\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eカシメ金具はゴールドカラーになります。\u003c\/p\u003e\n\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\/01901_006.jpg?v=1739948605\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eセミオーダーオプション（チャーム）\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eチャームは3種類の形、それぞれ5色の中からお選びいただけます。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e追加料金: +110円（税込み）\u003c\/li\u003e\n\u003c\/ul\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\/01901_007.jpg?v=1739948609\"\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\/01901_008.jpg?v=1739948612\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eセミオーダーオプション（ネームタグ）\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eネームタグはクロ以外の4色の中からお選びいただけます。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e追加料金: +330円（税込み）\u003c\/li\u003e\n\u003c\/ul\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\/01901_009.jpg?v=1739948616\"\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\/01901_010.jpg?v=1739948620\"\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\/01901_011.jpg?v=1739948630\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eギフトパッケージ\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eプレゼントにも最適なパッケージでお届けします。\u003c\/p\u003e\n\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\/packet_l_11_a12bedaf-3334-41a5-b407-d1cf0e335709.jpg?v=1739948633\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみください。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Patina (パティーナ)","offers":[{"title":"Default Title","offer_id":46285393297628,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000205.jpg?v=1738635306"},{"product_id":"1902","title":"【01902】【セミオーダー】 ラウンドファスナー長財布 栃木レザー","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: 096598a5-3fcb-4cdc-b0c6-32fd5979d2ba --\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e＞名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/01902-%E3%82%BB%E3%83%9F%E3%82%AA%E3%83%BC%E3%83%80%E3%83%BC-%E3%83%A9%E3%82%A6%E3%83%B3%E3%83%89%E3%83%95%E3%82%A1%E3%82%B9%E3%83%8A%E3%83%BC%E9%95%B7%E8%B2%A1%E5%B8%83-%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?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: ba1abfc6-2609-4f3b-b519-32785d841543 --\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3 class=\"section-title\"\u003eセミオーダー本革財布 栃木レザー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e彩り豊かな栃木レザーが織りなす、あなただけの物語。革の種類からファスナー、ステッチまで選び、\u003cstrong\u003e唯一無二の逸品\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_000000000206.jpg?v=1738299985\"\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カードはたっぷり12枚、通帳も無理なく収まるゆとりある設計です。2ルームの小銭入れとフリーポケットが、お会計時の\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\/11_000000000206.jpg?v=1738299985\"\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\"\u003eYKKエクセラが約束する極上\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eメインファスナーには、YKK社製の\u003cstrong\u003e最高級エクセラ\u003c\/strong\u003eを使用。一つ一つ丁寧に磨かれたエレメントは、滑らかな開閉と上質な輝きを放ち、使うたびに心地よい満足感をもたらします。\u003c\/p\u003e\n\u003cimg alt=\"YKKエクセラファスナー\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/9_000000000206.jpg?v=1738299985\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e職人技光る滑らかなファスナー\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品基本情報\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e製品の基本的な情報です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e商品コード: 01902\u003c\/li\u003e\n\u003cli\u003e重さ: 約210g\u003c\/li\u003e\n\u003cli\u003e生産国: 日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e標準的なラウンドファスナー長財布のサイズです。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e縦: 9.5cm\u003c\/li\u003e\n\u003cli\u003e横: 19.5cm\u003c\/li\u003e\n\u003cli\u003e厚さ: 2.5cm\u003c\/li\u003e\n\u003c\/ul\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\/s00602-01.jpg?v=1739949126\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・革について\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e最高級の栃木レザーが織りなす、本物の質感をお楽しみください。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材: 牛革（栃木レザー）\u003c\/li\u003e\n\u003c\/ul\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\/01902_06.jpg?v=1739949194\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e表革には、国内で最高技術を誇るタンナー”栃木レザー株式会社”の最高級のヌメ革を使用。5色の中からお選びいただけます。持つほどに変化する革のエイジングを楽しめるので飽きることなく長くお使いいただけます。\u003c\/p\u003e\n\u003cp class=\"body-text\"\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\u003cp class=\"body-text\"\u003e大容量でスマートな収納を叶える、機能的な内装です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eカードポケット×12\u003c\/li\u003e\n\u003cli\u003eお札入れ×2\u003c\/li\u003e\n\u003cli\u003eフリーポケット×2\u003c\/li\u003e\n\u003cli\u003e小銭入れ（2ルーム）×1\u003c\/li\u003e\n\u003c\/ul\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\/01902_04.jpg?v=1739949187\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eカードはたっぷり12枚収納可能で、通帳も無理なく入れることが出来ます。レシートなどをまとめるのに便利なフリーポケットも2か所設けています。小銭入れは、中が2ルームに分かれており、とても見やすく、お会計時の小銭の出し入れにとても便利です。\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\/01902_05_0296853c-1f72-448a-9bcf-473c2e1a81ab.jpg?v=1739949191\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eセミオーダーの詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e世界に一つだけの、あなただけの財布をセミオーダーできます。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003ebristlegrassでは、革の種類・色、ファスナー、金具やステッチの色など、多彩な組み合わせの中からお客様だけのこだわりの詰まった理想のお財布をセミオーダーすることができます。あなた自身へ、あなたの大切な人へ、特別な財布を送りませんか？\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\/01902_11_96e0d741-8be9-4b44-959b-fbc126fddd75.jpg?v=1739949134\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003eセミオーダー実例\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e【表革】チョコ（栃木レザー）【内装革】クロ（栃木レザー）【ファスナー】クロ×シルバー【ステッチ】クロ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"セミオーダー実例1\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_03.jpg?v=1739949142\"\u003e\u003c\/div\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e【表革】キャメル（栃木レザー）【内装革】レッド（栃木レザー）【ファスナー】レッド×ゴールド【ステッチ】オレンジ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"セミオーダー実例2\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_03_1.jpg?v=1739949158\"\u003e\u003c\/div\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e【表革】グリーン（栃木レザー）【内装革】キナリ（国産ヌメ革）【ファスナー】ベージュ×ゴールド【ステッチ】チョコ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"セミオーダー実例3\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_03_2.jpg?v=1739949167\"\u003e\u003c\/div\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e【表革】グリーン（栃木レザー）【内装革】キナリ（国産ヌメ革）【ファスナー】クロ×ゴールド【ステッチ】クロ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"セミオーダー実例4\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_13_1.jpg?v=1739949173\"\u003e\u003c\/div\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e【表革】クロ（栃木レザー）【内装革】レッド（栃木レザー）【ファスナー】クロ×ゴールド【ステッチ】クロ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"セミオーダー実例5\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_13_2.jpg?v=1739949178\"\u003e\u003c\/div\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e【表革】グリーン（栃木レザー）【内装革】グリーン（栃木レザー）【ファスナー】キャメル×ゴールド【ステッチ】グリーン\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"セミオーダー実例6\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_13_3.jpg?v=1739949182\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e革の選択肢\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e財布の内装には、表革と同じ5色の栃木レザーと、ナチュラルな色合いの国産ヌメ革の計6種類の中からお選びいただけます。それぞれの革の色に合った裏地とのセットをご用意いたしております。\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\/01902_07.jpg?v=1739949198\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003eファスナーの選択肢\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e表革と同様、見た目の印象を左右する外ファスナー。外ファスナーテープのカラーは6色、外ファスナー金具の色は2色からそれぞれお選びいただけます。\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\/01902_09_92075742-e8a5-47b6-80dd-f7061b538dcc.jpg?v=1739949206\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eメインファスナーには、YKK社製の”エクセラ”ファスナーを使用しています。エレメント1つ1つが磨かれた最高級のファスナー。滑らかな滑りでファスナーの開閉にストレスがありません。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"YKKエクセラファスナー詳細\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_10_b650c093-853d-4c9d-a5c3-cdf667519aea5.jpg?v=1739949210\"\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\/01902_08_fa9e420d-95b7-47a8-969c-f66cbb2b07fb.jpg?v=1739949202\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003eステッチの選択肢\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e表革の周りを彩るステッチのカラーも5色からお選びいただけます。表革と同系色で統一感を出すのも、アクセントとして全く違うカラーを選ぶのもあり。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e名入れ加工【+550円（税込み）】\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eご希望の方には、財布の表に+550円（税込み）でお好きな文字を入れることができます。お名前やイニシャルなどをいれることで、セミオーダー財布の特別感がさらに増します。\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\/01902_13.jpg?v=1739949215\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご購入前の注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが天然素材の革の風合いとしてお楽しみ下さい。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合生地との摩擦により退色、色落ちの可能性がありますのでご注意下さい。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003cli\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":"Default Title","offer_id":46285393330396,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000206.jpg?v=1738299985"},{"product_id":"1903","title":"【01903】【セミオーダー】 本革キーホルダー モストロレザー","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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※この商品は名入れにも対応しています\u003c!-- notionvc: dfb39429-ede9-4bf2-abc6-edbce616ecc2 --\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e＞名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/01903-%E3%82%BB%E3%83%9F%E3%82%AA%E3%83%BC%E3%83%80%E3%83%BC-%E6%9C%AC%E9%9D%A9%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E3%83%A2%E3%82%B9%E3%83%88%E3%83%AD%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?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: 3578fff6-8280-4b97-9bf6-af5481cc4066 --\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3 class=\"section-title\"\u003e世界に一つだけの彩りキーホルダー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e多彩な組み合わせは、あなたの個性を表現するキャンバスです。\u003cstrong\u003eモストロレザー\u003c\/strong\u003eのスモーキーな色合いが、日常に溶け込む上質な存在感を放ち、持つ人のスタイルをさりげなく引き立てます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000207.jpg?v=1738635339\" 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_000000000207.jpg?v=1738635340\" 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\u003e5種類の形と4色の革\u003c\/strong\u003eから選べるチャームは、キーホルダーに特別な意味を添えるアクセントです。大切な人への贈り物や、自分だけのテーマを込めて、心躍るアイテムを創造できます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/10_000000000207.jpg?v=1738635340\" 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\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商品コード: 01903\u003c\/li\u003e\n\u003cli\u003eサイズ: 本体革部分 縦約6.8cm×横2.7cm\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 class=\"body-text\"\u003ebristlegrassでは、革の色、金具の種類・色、チャームの追加など、多彩な組み合わせの中からお客様だけのこだわりの詰まった理想のキーホルダーをセミオーダーすることができます。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eあなただけのオリジナルキーホルダーが作れます。\u003c\/li\u003e\n\u003cli\u003eスモーキーカラーが特徴のモストロレザーを使用。\u003c\/li\u003e\n\u003cli\u003e持つほどに変化する革のエイジングを楽しめます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01903_02.jpg?v=1739949750\" class=\"img-fluid d-block w-100 product-img\" alt=\"モストロレザーの特徴\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eセミオーダー詳細 - 本体革\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e本体革（ループ部分）は4色の中からお選びいただけます。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01903_03.jpg?v=1739949754\" class=\"img-fluid d-block w-100 product-img\" alt=\"本体革ループ部分 色見本\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e本体革（留め金具部分）は2種類の形、それぞれ4色の中からお選びいただけます。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01903_04.jpg?v=1739949758\" class=\"img-fluid d-block w-100 product-img\" alt=\"本体革留め金具部分 色見本\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eセミオーダー詳細 - 金具\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eキーホルダー金具は2種類の形のどちらかをお選びいただけます。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01901_005_1.jpg?v=1739949761\" class=\"img-fluid d-block w-100 product-img\" alt=\"キーホルダー金具の種類\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eカシメ金具はゴールドカラーになります。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01903_05_1.jpg?v=1739949896\" class=\"img-fluid d-block w-100 product-img\" alt=\"カシメ金具\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eセミオーダー詳細 - オプション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e【チャーム】+110円（税込み）5種類の形、それぞれ4色の中からお選びいただけます。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01903_06.jpg?v=1739949765\" 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\/01903_08_3.jpg?v=1739949782\" class=\"img-fluid d-block w-100 product-img\" alt=\"チャームの形状\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e【ネームタグ】+330円（税込み）4色の中からお選びいただけます。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01903_08.jpg?v=1739949784\" 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\/01316_06_4.jpg?v=1739950030\" class=\"img-fluid d-block w-100 product-img\" alt=\"ネームタグ刻印例\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e文字が入る位置は、革タグの中央揃えになります。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_7_2be0b25a-c8cf-4fa7-8e1b-74935da23a73.jpg?v=1739949532\" 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\/617_8_16818350-2374-4210-bbe5-87b11148484a.jpg?v=1739949553\" class=\"img-fluid d-block w-100 product-img\" alt=\"ネームタグ刻印位置説明2\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\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\u003cli\u003eネームタグの文字が入る位置は、革タグの中央揃えになります。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mellow（メロウ）","offers":[{"title":"Default Title","offer_id":46285393363164,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000207.jpg?v=1738635339"},{"product_id":"60013","title":"【60013】ペット用ハーネス（S～SS）栃木レザー モストロレザー ヌメ","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: 47229cab-5645-4c59-8d7b-70086e4b6bfe --\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e＞名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/60013-%E3%83%9A%E3%83%83%E3%83%88%E7%94%A8%E3%83%8F%E3%83%BC%E3%83%8D%E3%82%B9-s-ss-%E6%A0%83%E6%9C%A8%E3%83%AC%E3%82%B6%E3%83%BC-%E3%83%A2%E3%82%B9%E3%83%88%E3%83%AD%E3%83%AC%E3%82%B6%E3%83%BC-%E3%83%8C%E3%83%A1-%E5%90%8D%E5%85%A5%E3%82%8C%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3%E4%BB%98%E3%81%8D?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: 4fe5e725-e119-4401-ae46-64d1d54a527e --\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\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_000000000213.jpg?v=1740037730\" 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を実現しました。\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\/8_000000000213.jpg?v=1740037730\" 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散歩の準備は、もっとスムーズに。ワンタッチで軽やかに装着できる設計は、愛犬の負担を軽減し、忙しい日々にもゆとりをもたらします。慌ただしいお出かけ前も、穏やかな時間へと変わるでしょう。\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\/2_000000000213.jpg?v=1740037731\" 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、\u003cstrong\u003eヌメ革\u003c\/strong\u003e。それぞれの個性光る本革が、使うほどに深まる風合いと色合いを生み出します。国内の職人が丁寧に手作業で仕立てた逸品は、愛着とともに長く寄り添います。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e着脱しやすく、愛犬に優しい機能性と、上質な本革の魅力を兼ね備えています。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eワンタッチで簡単着脱、\u003cstrong\u003e愛犬の負担を軽減\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e体重や毛量に合わせた3ヶ所\u003cstrong\u003e調整可能\u003c\/strong\u003eなベルト\u003c\/li\u003e\n\u003cli\u003e使うほどに風合いが増す\u003cstrong\u003e本革のエイジング\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e国内自社工場で職人が手作り、\u003cstrong\u003e細部まで丁寧な仕上がり\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eリード接続金具は\u003cstrong\u003e丈夫な設計\u003c\/strong\u003eで安心\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60013_00.jpg?v=1739951567\" class=\"img-fluid d-block w-100 product-img\" alt=\"本革ハーネスの全体像\"\u003e\u003c\/div\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\/60013_03.jpg?v=1739951578\" 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\/60013_04.jpg?v=1739951588\" 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\/60013_05.jpg?v=1739951595\" class=\"img-fluid d-block w-100 product-img\" alt=\"ハーネスの正面アップ\"\u003e\u003c\/div\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\/60013_07_1.jpg?v=1739951602\" 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\/60013_07_2.jpg?v=1739951606\" class=\"img-fluid d-block w-100 product-img\" alt=\"バックルの拡大図\"\u003e\u003c\/div\u003e\n\u003cp\u003eベルトは前、後、真ん中の3ヶ所で調整が可能。わんちゃんの体の大きさに合わせてご使用いただけます。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60013_08.jpg?v=1739951611\" class=\"img-fluid d-block w-100 product-img\" alt=\"3ヶ所調整可能なベルトの図\"\u003e\u003c\/div\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\/60013_10.jpg?v=1739951635\" class=\"img-fluid d-block w-100 product-img\" alt=\"国内職人による製造風景\"\u003e\u003c\/div\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\/60013_13.jpg?v=1739951641\" class=\"img-fluid d-block w-100 product-img\" alt=\"リード接続用の丈夫な金具\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e以下のサイズをご確認ください。体重の増減や毛量に合わせて微調整できます。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e胴回り: 最大34cm～最小23cm (サイズ調整可能)\u003c\/li\u003e\n\u003cli\u003eベルトの幅: 10mm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60013_14.jpg?v=1739951646\" class=\"img-fluid d-block w-100 product-img\" alt=\"ハーネスの寸法図1\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60013_15_1.jpg?v=1739951649\" class=\"img-fluid d-block w-100 product-img\" alt=\"ハーネスの寸法図2\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60013_16.jpg?v=1739951653\" class=\"img-fluid d-block w-100 product-img\" alt=\"ハーネスの寸法図3\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・カラー・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e3種類の本革から、お好みの風合いをお選びいただけます。\u003c\/p\u003e\n\u003cul class=\"point-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\u003c\/ul\u003e\n\u003cp\u003e革の種類ごとの特徴:\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e栃木レザー\u003c\/strong\u003e:\n\u003cp\u003e天然由来の鞣しにこだわった\u003cstrong\u003eフルベジタブルタンニンレザー\u003c\/strong\u003e。発色が良く、程よいツヤがあり、エイジングにより色に深みが増します。使い始めは少し硬めですが、使う内に馴染んで柔らかさが出てきます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eモストロレザー\u003c\/strong\u003e:\n\u003cp\u003eスモーキーカラーが可愛いモストロレザー。元から柔らかめな革なので、わんちゃんへの負担が少なく、使い始めから体に馴染みます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eヌメ革\u003c\/strong\u003e:\n\u003cp\u003e国産ヌメ革を使用。最初は薄い生成りの色ですが、時間が経つにつれてだんだん色が濃く変化します。\u003cstrong\u003e一番エイジングを楽しめる\u003c\/strong\u003e革になります。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\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\u003cli\u003eレッド\u003c\/li\u003e\n\u003cli\u003eグリーン\u003c\/li\u003e\n\u003cli\u003eピンク\u003c\/li\u003e\n\u003cli\u003eグレー\u003c\/li\u003e\n\u003cli\u003eヌメ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e名入れオプションについて\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e+550円（税込）で名入れが可能です。愛犬のお名前や電話番号など、自由に文字をお選びいただけます。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e料金\u003c\/strong\u003e: +550円（税込）\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e刻印内容\u003c\/strong\u003e: わんちゃんの名前や電話番号など、自由にお選びいただけます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e【ご注意】\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e文字のカラーがブラックになるため、ブラックのハーネスには名入れできません。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60013_09_01.jpg?v=1739951621\" 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\/maigo_08_3.jpg?v=1739951628\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れ文字の選択例\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e商品コード: 60013\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ④ 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズ、色ぶれが生じる場合がありますが、天然素材の革の風合いとしてお楽しみ下さい。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意下さい。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"Black \/ 栃木レザー \/ 10mm","offer_id":46289071407324,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Black \/ 栃木レザー \/ 15mm","offer_id":47597722108124,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Black \/ モストロレザー \/ 10mm","offer_id":47597722140892,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Black \/ モストロレザー \/ 15mm","offer_id":47597722173660,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Choco \/ 栃木レザー \/ 10mm","offer_id":47597722206428,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Choco \/ 栃木レザー \/ 15mm","offer_id":47597722239196,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Choco \/ モストロレザー \/ 10mm","offer_id":47597722271964,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Choco \/ モストロレザー \/ 15mm","offer_id":47597722304732,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Camel \/ 栃木レザー \/ 10mm","offer_id":47597722337500,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Camel \/ 栃木レザー \/ 15mm","offer_id":47597722370268,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Camel \/ モストロレザー \/ 10mm","offer_id":47597722403036,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Camel \/ モストロレザー \/ 15mm","offer_id":47597722435804,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Red \/ 栃木レザー \/ 10mm","offer_id":47597722468572,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Red \/ 栃木レザー \/ 15mm","offer_id":47597722501340,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Red \/ モストロレザー \/ 10mm","offer_id":47597722534108,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Red \/ モストロレザー \/ 15mm","offer_id":47597722566876,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Green \/ 栃木レザー \/ 10mm","offer_id":47597722599644,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Green \/ 栃木レザー \/ 15mm","offer_id":47597722632412,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Green \/ モストロレザー \/ 10mm","offer_id":47597722665180,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Green \/ モストロレザー \/ 15mm","offer_id":47597722697948,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Pink \/ 栃木レザー \/ 10mm","offer_id":47597722730716,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Pink \/ 栃木レザー \/ 15mm","offer_id":47597722763484,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Pink \/ モストロレザー \/ 10mm","offer_id":47597722796252,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Pink \/ モストロレザー \/ 15mm","offer_id":47597722829020,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Gray \/ 栃木レザー \/ 10mm","offer_id":47597722861788,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Gray \/ 栃木レザー \/ 15mm","offer_id":47597722894556,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Gray \/ モストロレザー \/ 10mm","offer_id":47597722927324,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Gray \/ モストロレザー \/ 15mm","offer_id":47597722960092,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Nume \/ 栃木レザー \/ 10mm","offer_id":47597722992860,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Nume \/ 栃木レザー \/ 15mm","offer_id":47597723025628,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Nume \/ モストロレザー \/ 10mm","offer_id":47597723058396,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"Nume \/ モストロレザー \/ 15mm","offer_id":47597723091164,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000213.jpg?v=1740037730"},{"product_id":"60015","title":"【60015】ペット用ハーネス（M）栃木レザー モストロレザー ヌメ","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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※この商品は名入れにも対応しています\u003c!-- notionvc: 5b3020bc-85b2-4472-946c-85c5fe372d54 --\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e＞名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/60015-%E3%83%9A%E3%83%83%E3%83%88%E7%94%A8%E3%83%8F%E3%83%BC%E3%83%8D%E3%82%B9-m-%E6%A0%83%E6%9C%A8%E3%83%AC%E3%82%B6%E3%83%BC-%E3%83%A2%E3%82%B9%E3%83%88%E3%83%AD%E3%83%AC%E3%82%B6%E3%83%BC-%E3%83%8C%E3%83%A1-%E5%90%8D%E5%85%A5%E3%82%8C%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3%E4%BB%98%E3%81%8D?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: 5d04f67c-aff8-40df-a23e-8e60aa8de6e8 --\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3 class=\"section-title\"\u003e愛犬と過ごす Mサイズの贅沢ハーネス\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e国内の職人が丹精込めて作り上げた\u003cstrong\u003e本革ハーネス\u003c\/strong\u003eが、愛犬との散歩時間をより豊かなものにします。様々な革の風合いと\u003cstrong\u003eMサイズ対応\u003c\/strong\u003eで、特別な毎日を演出します。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000215.jpg?v=1739330523\" class=\"img-fluid d-block w-100 product-img\"\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は、愛犬のストレスを軽減します。前後のベルトも細かく調整可能で、いつでも体にフィットする\u003cstrong\u003e安心感\u003c\/strong\u003eを提供します。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000215.jpg?v=1739330523\" class=\"img-fluid d-block w-100 product-img\"\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のハーネスを。使うほどに深まる本革の\u003cstrong\u003eエイジング\u003c\/strong\u003eが、あなたと愛犬の思い出と共に長く寄り添い、絆を育みます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/8_000000000215.jpg?v=1739330524\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e唯一無二のパーソナルハーネス\u003c\/p\u003e\n\u003c\/div\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\n\u003cstrong\u003e国内職人\u003c\/strong\u003eによる丁寧な手作り\u003c\/li\u003e\n\u003cli\u003e使うほどに風合いが増す\u003cstrong\u003e本革のエイジング\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e片手で簡単着脱できる\u003cstrong\u003eワンタッチバックル\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e愛犬にしっかりフィットする\u003cstrong\u003e3ヶ所調整ベルト\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eお散歩の安心感を高める\u003cstrong\u003e丈夫な金具\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_03.jpg?v=1739952847\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_04.jpg?v=1739952853\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_05.jpg?v=1739952880\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_13.jpg?v=1739952930\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e厳選された上質な本革を使用し、日本の職人が一つ一つ丁寧に作り上げています。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材: 牛革（栃木レザー、モストロレザー、ヌメ革）\u003c\/li\u003e\n\u003cli\u003e生産国: 日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003eそれぞれの革の特性:\u003c\/p\u003e\n\u003cul class=\"point-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\u003cul class=\"basic-list\"\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サイズ詳細（Mサイズ）\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eMサイズの詳細です。体重の増減や毛量による変化に合わせて微調整が可能です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e首回り: 最大43cm～最小32cm\u003c\/li\u003e\n\u003cli\u003e胴回り: 最大54cm～最小38cm\u003c\/li\u003e\n\u003cli\u003eベルトの幅: 15mm\u003c\/li\u003e\n\u003cli\u003eサイズ調整: 可能\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003eベルトは前、後、真ん中の3ヶ所で調整が可能です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_000.jpg?v=1739952840\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_07_1.jpg?v=1739952887\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_07_2.jpg?v=1739952891\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_08.jpg?v=1739952897\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_09_01.jpg?v=1739952904\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eSサイズ参考情報\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eSサイズの参考情報です。体重の増減や毛量による変化に合わせて微調整が可能です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e胴回り: 最大34cm～最小23cm\u003c\/li\u003e\n\u003cli\u003eベルトの幅: 10mm\u003c\/li\u003e\n\u003cli\u003eサイズ調整: 可能\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_14_1.jpg?v=1739952934\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_15.jpg?v=1739952939\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_16.jpg?v=1739952943\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e名入れオプション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e愛するわんちゃんの名前などを刻んで、世界で一つのオリジナルハーネスにできます。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e料金: \u003cstrong\u003e+550円（税込）\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e刻印内容: わんちゃんの名前や電話番号など、自由に選べます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003e【注意】\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e文字のカラーがブラックになるため、ブラックのハーネスには名入れできません。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/maigo_08_4.jpg?v=1739952915\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_10.jpg?v=1739952923\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e製品情報\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e商品コード: 60015\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\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":"ニシカゼ","offers":[{"title":"black","offer_id":46285458768092,"sku":null,"price":6820.0,"currency_code":"JPY","in_stock":true},{"title":"choco","offer_id":47597721387228,"sku":null,"price":6820.0,"currency_code":"JPY","in_stock":false},{"title":"camel","offer_id":47597721419996,"sku":null,"price":6820.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":47597721452764,"sku":null,"price":6820.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":47597721485532,"sku":null,"price":6820.0,"currency_code":"JPY","in_stock":true},{"title":"pink","offer_id":47597721518300,"sku":null,"price":6820.0,"currency_code":"JPY","in_stock":true},{"title":"gray","offer_id":47597721551068,"sku":null,"price":6820.0,"currency_code":"JPY","in_stock":true},{"title":"nume","offer_id":47597721583836,"sku":null,"price":6820.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000215.jpg?v=1739330523"},{"product_id":"638","title":"【00638】【名入れ無料】 花形 キーチャーム 栃木レザー","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\/2_000000000220.jpg?v=1738635432\" class=\"img-fluid d-block w-100 product-img\"\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\u003e心地よい携帯性\u003c\/strong\u003eを実現しました。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/5_000000000220.jpg?v=1738635432\" class=\"img-fluid d-block w-100 product-img\"\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\u003eプチギフト\u003c\/strong\u003eや、グループでのお揃いアイテムとしても最適。記憶に残る感動をお届けします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/7_000000000220.jpg?v=1738635433\" class=\"img-fluid d-block w-100 product-img\"\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\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e国内最高峰の栃木レザーを使用し、長く愛用できる花形キーチャームです。名入れにも対応しており、プレゼントにも最適です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e経年変化が楽しめる\u003cstrong\u003e栃木レザー\u003c\/strong\u003eを使用\u003c\/li\u003e\n                    \u003cli\u003e手のひらに収まる\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                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00638_00.jpg?v=1740027978\" 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\/00638_03.jpg?v=1740028016\" 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\/00638_05.jpg?v=1740028062\" 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リングの内径：約2.5cm\u003c\/li\u003e\n                    \u003cli\u003eはなチャームのサイズ幅：約2cm\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\/00638_04.jpg?v=1740028041\" 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                \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個性豊かな5色をご用意しました。\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グリーン\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                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00638_06.jpg?v=1740028086\" alt=\"名入れサービスの説明\"\u003e\n                \u003c\/div\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\/00638_06_3bd94207-9f93-4834-a59a-cff2373b5de5.jpg?v=1740028117\" alt=\"名入れされたキーチャームのイメージ\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e【名入れに関するご注意】\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e文字のカラーはブラックになるため、ブラックの本体には名入れできません。\u003c\/li\u003e\n                    \u003cli\u003e文字が入る位置は、革タグの中央揃えになります。\u003c\/li\u003e\n                    \u003cli\u003e名入れをご希望のお客様には、タグに名入れしますので、ブランドロゴのタグは付属しません。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\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商品コード: 00638\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        \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":"Patina (パティーナ)","offers":[{"title":"black","offer_id":46203031683292,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597719552220,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597719584988,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":47597719617756,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597719650524,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000220.jpg?v=1738635432"},{"product_id":"1324","title":"【01324】【名入れ無料】 花形 キーチャーム モストロレザー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e咲き誇る彩り革小物\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e心をくすぐるモストロレザーのくすみカラー。花形の愛らしいデザインが、日々にそっと華やぎを添えます。日本の職人が紡ぎ出す\u003cstrong\u003e上質な風合い\u003c\/strong\u003eをご堪能ください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000221.jpg?v=1738635468\" 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\u003eかさばらない設計\u003c\/strong\u003eが日々の快適さを叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/5_000000000221.jpg?v=1738635468\" 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\u003e特別な気持ち\u003c\/strong\u003eを深く伝えます。大切な方への記念の品に選んでみませんか。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/7_000000000221.jpg?v=1738635468\" 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    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eモストロレザーを使用した花型キーチャームは、くすんだ色合いが特徴です。タグに名入れも可能で、プチギフトにも最適です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eモストロレザーのくすんだ色味が可愛い花型チャーム\u003c\/li\u003e\n                \u003cli\u003eタグ部分に名入れ可能（無料）\u003c\/li\u003e\n                \u003cli\u003eプチギフトとしてもおすすめ\u003c\/li\u003e\n                \u003cli\u003eシンプルながら存在感のあるデザイン\u003c\/li\u003e\n                \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\/01324_02.jpg?v=1740028501\" 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\/01324_03.jpg?v=1740028527\" 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\/01324_04.jpg?v=1740028553\" class=\"img-fluid d-block w-100 product-img\" alt=\"鍵を複数付けた花形キーチャーム\"\u003e\n            \u003c\/div\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\/01316_06_5d0d3fbc-82fe-499e-922c-e08bdf5efb28.jpg?v=1740028622\" 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\/617_7_1_57f8da1e-1cac-4a8b-a53d-c3531d5afb33.jpg?v=1740028858\" 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\/617_8_82c816bc-2792-400c-beaf-39810ac8385e.jpg?v=1740028182\" 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\/01324_05.jpg?v=1740028595\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトボックスとキーチャーム\"\u003e\n            \u003c\/div\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\/packet_l_1_a0ad3759-7cb6-4c1c-83b3-3668e5e625a3.jpg?v=1740028336\" 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\/01324_06.jpg?v=1740028904\" 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\/01324_07.jpg?v=1740028925\" 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リングの内径：約2.5cm\u003c\/li\u003e\n                \u003cli\u003e花チャームのサイズ幅：約2cm\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\/01324_000.jpg?v=1740028474\" 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            \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                \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\/1324_nume.jpg?v=1740028950\" 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商品コード：01324\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\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            \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":46203031847132,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":false},{"title":"gray","offer_id":47597719355612,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597719388380,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597719421148,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"nume","offer_id":47597719453916,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000221.jpg?v=1738635468"},{"product_id":"203","title":"【00203】【セミオーダー】 本革 ネームタグ 栃木レザー モストロレザー","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    \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_000000000229.jpg?v=1739951091\" 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旅の相棒 選べる3つの形\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e本体約11cm×4.5cmは、様々なシーンに寄り添う最適なサイズ感です。\u003cstrong\u003eA・B・Cの3つのフォルム\u003c\/strong\u003eから、理想のデザインを見つけてください。厚み約0.2cmの薄さで、スマートに携帯できる機能美も魅力です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000229.jpg?v=1739951091\" class=\"img-fluid d-block w-100 product-img\" alt=\"3つのフォルムのネームタグ\"\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\/5_000000000229.jpg?v=1739951091\" 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 class=\"body-text\"\u003e「【セミオーダー】本革ネームタグ」は、革の種類・色、金具、糸の色など、多彩な組み合わせの中からお客様だけのこだわりの詰まった理想のネームタグをセミオーダーすることができます。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード：00203\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\/00203_000.jpg?v=1740032447\" 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\/00203_02.jpg?v=1740032472\" 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\/00203_03.jpg?v=1740032489\" class=\"img-fluid d-block w-100 product-img\" alt=\"セミオーダー選択肢\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e本体のサイズは以下の通りです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e本体：約11cm × 4.5cm\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                \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\"\u003eA～Cの3つのフォルムからお選びいただけます。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eAタイプ：スタンダードな長方形\u003c\/li\u003e\n                    \u003cli\u003eBタイプ：角を丸めた柔らかな印象\u003c\/li\u003e\n                    \u003cli\u003eCタイプ：個性を際立たせるユニークな形状\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\/00203_04.jpg?v=1740032509\" class=\"img-fluid d-block w-100 product-img\" alt=\"本体革の形A,B,C\"\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=\"point-list\"\u003e\n                    \u003cli\u003eモストロレザー：4色\u003c\/li\u003e\n                    \u003cli\u003eヌメ革：1色\u003c\/li\u003e\n                    \u003cli\u003e栃木レザー：4色\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\/00203_05.jpg?v=1740032534\" class=\"img-fluid d-block w-100 product-img\" alt=\"本体革の種類と色見本\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eベルト革の種類と色\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eベルト部分に使用する革の種類と色をお選びいただけます。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eモストロレザー：4色\u003c\/li\u003e\n                    \u003cli\u003eヌメ革：1色\u003c\/li\u003e\n                    \u003cli\u003e栃木レザー：5色\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\/00203_06.jpg?v=1740032562\" class=\"img-fluid d-block w-100 product-img\" alt=\"ベルト革の種類と色見本\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e金具の色\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eネームタグの金具の色をお選びいただけます。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eゴールド\u003c\/li\u003e\n                    \u003cli\u003eシルバー\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00203_07.jpg?v=1740032583\" class=\"img-fluid d-block w-100 product-img\" alt=\"金具の色見本\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eステッチの色\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e本体とベルト部分のステッチ（糸）の色をお選びいただけます。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e本体ステッチ：色選択可能\u003c\/li\u003e\n                    \u003cli\u003eベルトステッチ：色選択可能\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00203_08.jpg?v=1740032602\" 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\/00203_09.jpg?v=1740032622\" class=\"img-fluid d-block w-100 product-img\" alt=\"ステッチ色見本2\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00203_10_1.jpg?v=1740032642\" class=\"img-fluid d-block w-100 product-img\" alt=\"ステッチ色見本3\"\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                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00203_11.jpg?v=1740032665\" 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\/00203_12.jpg?v=1740032685\" class=\"img-fluid d-block w-100 product-img\" alt=\"組み合わせ参考例2\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00203_13.jpg?v=1740032706\" class=\"img-fluid d-block w-100 product-img\" alt=\"組み合わせ参考例3\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00203_14.jpg?v=1740032732\" class=\"img-fluid d-block w-100 product-img\" alt=\"組み合わせ参考例4\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00203_15.jpg?v=1740032750\" class=\"img-fluid d-block w-100 product-img\" alt=\"組み合わせ参考例5\"\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\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"Default Title","offer_id":46285395067100,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000229.jpg?v=1739951091"},{"product_id":"204","title":"【00204】本革 ネームタグ ヌメ モストロレザー","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  \u003c!-- 商品名 --\u003e\n  \u003c!-- 商品名のタグに関する明示的な指示がないため、セクションタイトルに使用するH3タグとの混同を避け、\n       最もシンプルな形でテキストを配置するpタグを使用します。必要であれば、別途CSSでスタイリングすることを想定します。 --\u003e\n  \u003cp class=\"product-main-name\"\u003e【00204】本革 ネームタグ ヌメ モストロレザー\u003c\/p\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に最適です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000230.jpg?v=1740037695\" 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\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\/8_000000000230.jpg?v=1740037696\" 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約11cm×4.5cm\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\/4_000000000230.jpg?v=1740037696\" 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 spec-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ヌメ革やモストロレザーが織りなす豊かな色彩と、お名前やメッセージの刻印で、\u003cstrong\u003e世界に一つだけのオリジナルネームタグ\u003c\/strong\u003eが完成します。ゴルフのネームプレートとしてもおすすめです。\u003c\/p\u003e\n        \u003cp\u003e本体とベルトは同色の革で、モストロレザー4色、ヌメ革からお選びいただけます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00204_03.jpg?v=1740032899\" alt=\"本体革の種類と色見本\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e金具は\u003cstrong\u003eゴールド\u003c\/strong\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\/00204_04.jpg?v=1740032916\" 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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e本体（約）：11cm×4.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\/00204_01.jpg?v=1740032844\" 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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材：牛革\u003c\/li\u003e\n          \u003cli\u003e生産国：日本\u003c\/li\u003e\n          \u003cli\u003e商品コード：00204\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ③ 発送案内セクション (Shipping) - 提供された情報がないため作成しません。 --\u003e\n\n  \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然の革を使用しているため、しわやキズ、革の仕上がりによる多少の色ぶれが生じる場合がありますが、天然素材の革の風合いとしてお楽しみください。\u003c\/li\u003e\n      \u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n      \u003cli\u003e商品の色はディスプレイの環境により、実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"ヌメ \/ A","offer_id":46289054236892,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ \/ B","offer_id":47597717323996,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ \/ C","offer_id":47597717356764,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":false},{"title":"グレー（モストロレザー） \/ A","offer_id":47597717389532,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":false},{"title":"グレー（モストロレザー） \/ B","offer_id":47597717422300,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":false},{"title":"グレー（モストロレザー） \/ C","offer_id":47597717455068,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル（モストロレザー） \/ A","offer_id":47597717487836,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル（モストロレザー） \/ B","offer_id":47597717520604,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル（モストロレザー） \/ C","offer_id":47597717553372,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン（モストロレザー） \/ A","offer_id":47597717586140,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン（モストロレザー） \/ B","offer_id":47597717618908,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン（モストロレザー） \/ C","offer_id":47597717651676,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000230.jpg?v=1740037695"},{"product_id":"1328","title":"【01328】500円玉が入るキーホルダー ねこ型 本革","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- メイン画像と導入文 (Top Introduction) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003ch3 class=\"section-title\"\u003e※この商品は名入れにも対応しています。\u003c!-- notionvc: 90b88746-9b06-4be5-b853-0eb8597e0106 --\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\/01328-500%E5%86%86%E7%8E%89%E3%81%8C%E5%85%A5%E3%82%8B%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E3%81%AD%E3%81%93%E5%9E%8B-%E6%9C%AC%E9%9D%A9-%E5%90%8D%E5%85%A5%E3%82%8C%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3%E4%BB%98%E3%81%8D\"\u003eこちら\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01328_0000.jpg?v=1739938764\" class=\"img-fluid d-block w-100 product-img\" alt=\"500円玉が入るねこ型キーホルダー\"\u003e\n\u003cp class=\"body-text\"\u003eくすんだ色合いが可愛い\u003cstrong\u003eモストロレザー\u003c\/strong\u003eで仕立てた、手のひらサイズの\u003cstrong\u003e本革キーホルダー\u003c\/strong\u003e。 \u003cstrong\u003e500円玉が2枚収納できるミニポケット付き\u003c\/strong\u003eで、鍵の持ち運びもスマートに。 名入れ対応（＋330円）も可能で、猫好きな方へのプチギフトにもぴったりです。\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 関連商品へのリンクブロックを復元 --\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 40px;\"\u003e\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/link_catgoods_c2cf45c7-26a1-42b9-b04b-f0dc2d6df1e6.jpg?v=1739947487\" style=\"width: 700px !important; height: auto !important; display: block; margin: 0px auto;\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e愛らしいねこ型 本革キーホルダー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eくすんだ色合いが魅力的な\u003cstrong\u003eモストロレザー\u003c\/strong\u003eで仕立てた、手のひらサイズのキーホルダーです。 \u003cstrong\u003e500円玉が2枚収納できる賢いポケット\u003c\/strong\u003eで、鍵と小銭をスマートに携行できます。 猫好きな方への心温まるプレゼントにも最適です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000241.jpg?v=1739331817\" 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が、使うほどに深まる愛着を育みます。 本体サイズはわずか約4.5×4cmと、鞄の中でも邪魔にならない\u003cstrong\u003eミニサイズ\u003c\/strong\u003e。 さりげないお洒落を演出する、持ち歩きたくなる逸品です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000241.jpg?v=1739331817\" 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\u003e500円玉が2枚ぴったり収まる実用的なミニポケット\u003c\/strong\u003eで、緊急時のお守りになります。 複数の鍵と一緒に持ってもかさばらず、軽やかに持ち運べます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000241.jpg?v=1739331818\" class=\"img-fluid d-block w-100 product-img\" alt=\"緊急時も頼れる収納力\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e緊急時も頼れる収納力\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ここから、入力データ内の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\/01328_03.jpg?v=1739938780\" class=\"img-fluid d-block w-100 product-img\" alt=\"手のひらに収まるコンパクトなキーホルダー\"\u003e\n\u003cp class=\"body-text\"\u003e本体サイズは\u003cstrong\u003e約4.5×4cm\u003c\/strong\u003e。かばんの中でも邪魔にならず、鍵や小銭をスマートに持ち運べます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e500円玉がぴったり2枚\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01328_04.jpg?v=1739938795\" class=\"img-fluid d-block w-100 product-img\" alt=\"500円玉2枚収納イメージ\"\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\/01328_05.jpg?v=1739938810\" class=\"img-fluid d-block w-100 product-img\" alt=\"複数の鍵と一緒に持ってもかさばらない\"\u003e\n\u003cp class=\"body-text\"\u003eコンパクトで軽いから、複数の鍵と一緒に持ってもかさばらない。 毎日持ち歩きたくなるサイズ感です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e職人の手作り仕上げ\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01328_11_1.jpg?v=1739938825\" 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\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\/01328_06.jpg?v=1739938867\" class=\"img-fluid d-block w-100 product-img\" alt=\"duendeロゴの刻印\"\u003e\n\u003cp class=\"body-text\"\u003e背面には「\u003cstrong\u003eduende\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\/01328_07.jpg?v=1739938881\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのクローズアップ\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/naire_setumei_mostro.jpg?v=1739938910\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れ説明画像\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01905_1_e38fe4d5-b786-4dce-bf4c-38466f6c82bc.jpg?v=1739938931\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れキーホルダーの使用例\"\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e＋330円（税込）で、世界にひとつだけの名入れタグ\u003c\/strong\u003eをお付けできます。 贈り物や記念品、自分へのご褒美にもおすすめ。 アルファベット大文字・数字に対応しています。\u003cbr\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e＞ 名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/01328-500%E5%86%86%E7%8E%89%E3%81%8C%E5%85%A5%E3%82%8B%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E3%81%AD%E3%81%93%E5%9E%8B-%E6%9C%AC%E9%9D%A9-%E5%90%8D%E5%85%A5%E3%82%8C%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3%E4%BB%98%E3%81%8D\"\u003eこちら\u003c\/a\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e「500円玉が入るキーホルダー ねこ型 本革」の主な特徴です。\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使用\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e500円玉が2枚収納可能\u003c\/strong\u003eなミニポケット付き\u003c\/li\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にも最適\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eコンパクトなサイズで日常使いに最適です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：(約) 横4.5cm × 縦4cm（本体部分）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01328_09.jpg?v=1739938969\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ寸法図1\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01328_10.jpg?v=1739938985\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ寸法図2\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・カラー・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e上質な本革と豊富なカラーバリエーションが魅力です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：本革（モストロレザー）\u003c\/li\u003e\n\u003cli\u003eカラー：ピンク、グレー、キャメル、グリーン\u003c\/li\u003e\n\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商品コード：01328\u003c\/li\u003e\n\u003cli\u003e名入れ対応：＋330円（税込）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 発送案内セクション (Shipping) - 提供された情報がないため作成しません --\u003e \u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の風合いとしてお楽しみください。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色・色落ちする可能性があります。\u003c\/li\u003e\n\u003cli\u003e商品の色はご利用のディスプレイ環境により実際の色と異なる場合があります。あらかじめご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mellow（メロウ）","offers":[{"title":"gray","offer_id":46289061839068,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597710377180,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"pink","offer_id":47597710409948,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597710442716,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000241.jpg?v=1739331817"},{"product_id":"2101","title":"【02101】【名入れ無料】 ヌメ革 キーチャーム","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\n      自然な風合いのヌメ革が、使うほどに深みを増します。\n      花、星、ハート、ねこ、ほね。5つの愛らしい形から、あなたの個性に寄り添うひとつを見つけてください。\n      大切な人への贈り物にもぴったりです。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000242.jpg?v=1738635710\" 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\n      鍵に添えても、かばんの中でも、その存在はいつもさりげなく。\n      リングの内径は約2.5cmと小さく、邪魔にならないデザインが日常に溶け込みます。\n      小さな鋲が、シンプルな中に光るアクセントです。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000242.jpg?v=1738635710\" 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\n      あなただけの、かけがえのないキーチャームを。\n      \u003cstrong\u003e無料の名入れサービス\u003c\/strong\u003eで、大切な方への感謝や願いをそっと刻み込めます。\n      贈る人の笑顔を想い描く、心温まるギフトに仕上がります。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/6_000000000242.jpg?v=1738635710\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れサービスで世界で一つの特別な贈り物に\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e世界で一つの贈り物体験\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴と基本情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\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花、星、ハート、ねこ、ほねの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      \u003cp\u003e商品コード: 02101\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02102_00_e0e87474-327b-4dfd-8807-d48f2cbd8de7.jpg?v=1739939098\" 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\/packet_l_2_286a1c0d-e3b9-49da-a07f-333d55216811.jpg?v=1739939152\" 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リング内径: 約2.5cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02102_04.jpg?v=1739939133\" 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自然の風合いを生かした上質な素材と、選べる5つのデザイン。\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\/617_7_6989194e-a3a7-48ee-b656-b0bef991a055.jpg?v=1739939198\" 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\/617_8_fe51350c-8a2e-4ae2-a53d-cf4a6ced2dad.jpg?v=1739939214\" 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\/02102_08.jpg?v=1739939230\" 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\/02102_09.jpg?v=1739939248\" class=\"img-fluid d-block w-100 product-img\" alt=\"キーチャームの形状バリエーション4\"\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=\"point-list\"\u003e\n        \u003cli\u003e文字が入る位置は、革タグの中央揃えとなります。\u003c\/li\u003e\n        \u003cli\u003e名入れをご希望のお客様には、ブランドロゴのタグは付属しませんのでご了承ください。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02102_06.jpg?v=1739939165\" 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\/02102_07.jpg?v=1739939180\" 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=\"point-list\"\u003e\n        \u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや、革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみください。\u003c\/li\u003e\n        \u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n        \u003cli\u003e商品の色は、ディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"ハート","offer_id":46289068622044,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"星","offer_id":47597710246108,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"猫","offer_id":47597710278876,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"ほね","offer_id":47597710311644,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"花","offer_id":47597710344412,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000242.jpg?v=1738635710"},{"product_id":"2201","title":"【02201】500円玉が入るキーホルダー ねこ型 ねこ柄 本革","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※この商品は名入れにも対応しています\u003c!-- notionvc: 1757e0ce-853e-46e8-bbac-ee70eda798b4 --\u003e\n\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cmeta charset=\"utf-8\"\u003e＞ 名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/02201-500%E5%86%86%E7%8E%89%E3%81%8C%E5%85%A5%E3%82%8B%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E3%81%AD%E3%81%93%E5%9E%8B-%E3%81%AD%E3%81%93%E6%9F%84-%E6%9C%AC%E9%9D%A9-%E5%90%8D%E5%85%A5%E3%82%8C%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3%E4%BB%98%E3%81%8D\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: c2ab06ec-4efb-4054-a86f-af78a2b658c4 --\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e \u003c\/p\u003e\n\u003ch2 class=\"product-name\"\u003e【02201】500円玉が入るキーホルダー ねこ型 ねこ柄 本革\u003c\/h2\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_0000_1.jpg?v=1739939412\" class=\"img-fluid d-block w-100 product-img\" alt=\"500円玉が入るキーホルダーTOP\"\u003e\n\u003cp class=\"body-text\"\u003e本革を使用して作られた500円玉が入るねこ型のキーホルダー。ミケ、茶白、ハチワレの3種類の柄があります。ねこ好きな方へのプチギフトとしてもおすすめです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e愛らしいねこ型、いざという時の相棒\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e柔らかな本革で仕立てられた、表情豊かなねこ型キーホルダーです。ミケ、茶白、ハチワレの3種類の柄から、お好みの相棒を見つけてください。困った時に役立つ\u003cstrong\u003e500円玉を2枚までスマートに忍ばせられます\u003c\/strong\u003e。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/13_000000000244.jpg?v=1739331551\" class=\"img-fluid d-block w-100 product-img\" alt=\"選べるねこ柄、安心を携帯\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e選べるねこ柄、安心を携帯\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e手に寄り添う、コンパクトな収納力\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e指先に心地よくなじむ本革の質感は、小さくても確かな存在感を放ちます。ポケットやミニバッグにもすっぽり収まり、かさばらずに持ち運びが可能。ふとした瞬間に頼れる、\u003cstrong\u003eスマートなコイン収納\u003c\/strong\u003eも魅力です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000244.jpg?v=1739331551\" class=\"img-fluid d-block w-100 product-img\" alt=\"手のひらサイズ、日々の必需品\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e手のひらサイズ、日々の必需品\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e日常に溶け込む、機能美あふれる逸品\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e縦約4cm、横約4.5cmの本体は、鍵と一緒につけても邪魔にならない絶妙なサイズ感。キーリング内径2.5cmで、多様な鍵に対応し実用性も抜群です。長年革財布を手がけた職人の技が光る、\u003cstrong\u003e日本仕立ての逸品\u003c\/strong\u003eを日常に。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/8_000000000244.jpg?v=1739331551\" class=\"img-fluid d-block w-100 product-img\" alt=\"こだわりの日本品質、ずっと愛せる\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eこだわりの日本品質、ずっと愛せる\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e手の中に収まる可愛いサイズ\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_02.jpg?v=1739939441\" class=\"img-fluid d-block w-100 product-img\" alt=\"手のひらサイズのキーホルダー\"\u003e\n\u003cp class=\"body-text\"\u003eコンパクトでポケットにもすっぽり入るサイズ感。かさばらず、持ち歩きにも便利です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e500円玉が2枚収納可能\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_03_1.jpg?v=1739939455\" class=\"img-fluid d-block w-100 product-img\" alt=\"500円玉収納イメージ\"\u003e\n\u003cp class=\"body-text\"\u003e中には500円玉を2枚入れることができ、いざというときの非常用コインケースとしても使えます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eかさばらないキーホルダー\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_04.jpg?v=1739939469\" class=\"img-fluid d-block w-100 product-img\" alt=\"鍵を付けた状態\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_08.jpg?v=1739939568\" class=\"img-fluid d-block w-100 product-img\" alt=\"キーホルダーの使用イメージ\"\u003e\n\u003cp class=\"body-text\"\u003e鍵を付けても邪魔にならない大きさで、日常使いのキーホルダーとしても優秀です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e名入れ対応で特別感をプラス\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_07_1.jpg?v=1739939497\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02102_07_b9029317-6159-4764-ae6c-5d90f35f6196.jpg?v=1739939519\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグ詳細\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_7_0cc15369-7e6c-442c-909e-78019b7bffcb.jpg?v=1739939536\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグ書体例\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_8_f50a0e58-8570-46b8-a3b0-e89fd81901e0.jpg?v=1739939552\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグアップ\"\u003e\n\u003cp class=\"body-text\"\u003e+330円（税込）で名入れタグを追加可能。タグの色はヌメ色で、文字は中央揃えで刻印されます。\u003cbr\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e＞ 名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/02201-500%E5%86%86%E7%8E%89%E3%81%8C%E5%85%A5%E3%82%8B%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E3%81%AD%E3%81%93%E5%9E%8B-%E3%81%AD%E3%81%93%E6%9F%84-%E6%9C%AC%E9%9D%A9-%E5%90%8D%E5%85%A5%E3%82%8C%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3%E4%BB%98%E3%81%8D\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: c2ab06ec-4efb-4054-a86f-af78a2b658c4 --\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e猫愛と技術が融合\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2025-06-30_18.24.47.png?v=1751275528\" class=\"img-fluid d-block w-100 product-img\" alt=\"Bri \u0026amp; Graブランドロゴ\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_logo1.jpg?v=1739939583\" class=\"img-fluid d-block w-100 product-img\" alt=\"Bri \u0026amp; Graロゴ\"\u003e\n\u003cp class=\"body-text\"\u003e『Bri \u0026amp; Gra』は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランド。長年革財布を手がけてきた職人の確かな技術をベースに、猫への愛情が詰まったデザインを形にしています。売上の一部は保護猫施設へ寄付され、商品を選ぶことが支援につながる仕組みになっています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e関連商品\u003c\/h3\u003e\n\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/link_catgoods_c2cf45c7-26a1-42b9-b04b-f0dc2d6df1e6.jpg?v=1739947487\" class=\"img-fluid d-block w-100 product-img\" alt=\"他の猫グッズへのリンク\"\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e本革を使用した愛らしいねこ型キーホルダーは、実用性とデザイン性を兼ね備えています。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e500円玉を2枚までスマートに収納可能\u003c\/li\u003e\n\u003cli\u003eミケ、茶白、ハチワレの3種類のねこ柄から選択可能\u003c\/li\u003e\n\u003cli\u003e日常使いからプチギフトまで幅広いシーンで活躍\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e手のひらに収まるコンパクトなサイズ感で、かさばらずに持ち歩きに便利です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e本体部分: （約）横4.5cm × 縦4cm\u003c\/li\u003e\n\u003cli\u003eキーリング内径: 2.5cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_09_1.jpg?v=1739939621\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品のサイズイメージ\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_10_1.jpg?v=1739939637\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品の詳細構造\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e長年革製品を手がけてきた職人の技術が光る、こだわりの日本品質です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材: 本革\u003c\/li\u003e\n\u003cli\u003e生産国: 日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e個性豊かな3種類のねこ柄が、日々の生活に彩りを添えます。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eハチワレ\u003c\/li\u003e\n\u003cli\u003eミケ\u003c\/li\u003e\n\u003cli\u003e茶白\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e名入れサービスについて\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e特別なギフトや自分だけのアイテムに。名入れサービスをご利用いただけます。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e追加料金: +330円（税込）\u003c\/li\u003e\n\u003cli\u003eタグの色: ヌメ色\u003c\/li\u003e\n\u003cli\u003e文字刻印: 中央揃え\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eブランド「Bri \u0026amp; Gra」について\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e「Bri \u0026amp; Gra」は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランドです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e長年革財布を手がけてきた職人の確かな技術がベース\u003c\/li\u003e\n\u003cli\u003e猫への愛情が詰まったデザインと品質\u003c\/li\u003e\n\u003cli\u003e売上の一部は保護猫施設へ寄付され、商品を選ぶことが支援に繋がります\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e商品の特性上、以下の点にご留意ください。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズ、革の仕上がりによる多少の色ぶれが生じる場合がありますが、天然素材の革の風合いとしてお楽しみください。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますので十分にご注意ください。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境により、実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 発送案内セクション (Shipping) --\u003e\n\u003cdiv class=\"shipping-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e一つひとつ丁寧に検品し、大切にお包みしてお届けします。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_13_9dabc367-63c6-45ea-bf29-c4977a952adf.jpg?v=1739950294\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品の梱包イメージ\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"ハチワレ","offer_id":46089110487260,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"ミケ","offer_id":47597710147804,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"茶白","offer_id":47597710180572,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/13_000000000244.jpg?v=1739331551"},{"product_id":"642","title":"【00642】500円玉が入るキーホルダー ねこ型 栃木レザー","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- ① 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※この商品は名入れにも対応しています\u003c!-- notionvc: 63b48c1a-4a0c-4a4e-aaf7-f85b34ad3d78 --\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\/00642-500%E5%86%86%E7%8E%89%E3%81%8C%E5%85%A5%E3%82%8B%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E3%81%AD%E3%81%93%E5%9E%8B-%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: fd2c4f0f-5802-41e5-ba82-a826b783b8c2 --\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\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_000000000247.jpg?v=1739331858\" 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\u003e500円玉を忍ばせて\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\/4_000000000247.jpg?v=1739331858\" 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\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\/11_000000000247.jpg?v=1739331858\" 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約4.5cm×4cmのコンパクト設計は、鍵と一緒につけても邪魔にならない絶妙なサイズ感です。熟練の職人が一つひとつ丁寧に作り上げた逸品は、使うほどに風合いを増し、かけがえのない存在に育ちます。大切な方への特別な贈り物にも、名入れタグで想いを込めてください。この選択が\u003cstrong\u003e保護猫支援\u003c\/strong\u003eにもつながります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 既存データからのメインビジュアルと導入文（Mainセクションに追加） --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e栃木レザーのねこ型キーホルダー、日常に遊び心を\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00642_000_b7692028-42ff-415e-9866-6d93d80d9a52.jpg?v=1739940372\" class=\"img-fluid d-block w-100 product-img\" alt=\"ねこ型キーホルダー メイン画像\"\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e栃木レザー\u003c\/strong\u003eで仕立てた、手のひらサイズのねこ型キーホルダー。中には\u003cstrong\u003e500円玉が2枚入る\u003c\/strong\u003e実用性をそなえながらも、かわいらしいシルエットと高級感ある本革の風合いでギフトにもおすすめ。\u003cstrong\u003eエイジング\u003c\/strong\u003eを楽しめるアイテムとして、長く使うほど愛着が深まります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 既存データからのリンクバナー --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e猫好きにはたまらない、その他の猫グッズはこちら\u003c\/h3\u003e\n\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/link_catgoods_c2cf45c7-26a1-42b9-b04b-f0dc2d6df1e6.jpg?v=1739947487\" class=\"img-fluid d-block w-100 product-img\" alt=\"猫グッズへのリンクバナー\"\u003e \u003c\/a\u003e\n\u003cp class=\"caption-text text-end\"\u003eリンク：猫グッズ商品一覧へ\u003c\/p\u003e\n\u003c\/div\u003e\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\/00642_03.jpg?v=1739940402\" 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\/00642_02.jpg?v=1739940388\" class=\"img-fluid d-block w-100 product-img\" alt=\"手の中に収まるサイズ\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00642_04.jpg?v=1739940418\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ比較イメージ\"\u003e\n\u003cp class=\"body-text\"\u003e約4.5cm×4cmのコンパクトサイズ。鍵と一緒につけても邪魔にならず、持ち歩きに便利です。\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\/00642_05.jpg?v=1739940433\" class=\"img-fluid d-block w-100 product-img\" alt=\"職人による製作風景\"\u003e\n\u003cp class=\"body-text\"\u003e自社工場で一つひとつ手作業で製作。財布職人の技術が光る、細部まで丁寧に仕上げられた一品です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eさりげないブランドロゴ刻印\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00642_06.jpg?v=1739940451\" class=\"img-fluid d-block w-100 product-img\" alt=\"duendeロゴ刻印の写真\"\u003e\n\u003cp class=\"body-text\"\u003e背面には「\u003cstrong\u003eduende\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\/00642_07.jpg?v=1739940468\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ1\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01905-03_0.jpg?v=1739940481\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01905_1_250e04b6-9e01-44d5-a107-ce6aef43d639.jpg?v=1739940507\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ3\"\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e+330円（税込）\u003c\/strong\u003eで、お好きな文字を刻印したタグを追加可能。贈り物や記念品にもぴったりの、特別感あるオプションです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e\u003cmeta charset=\"utf-8\"\u003e＞ 名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/00642-500%E5%86%86%E7%8E%89%E3%81%8C%E5%85%A5%E3%82%8B%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E3%81%AD%E3%81%93%E5%9E%8B-%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: 332a7d05-d351-4629-81ef-c95825301552 --\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e猫への愛情と職人技が融合するブラ\u003c\/h3\u003e\n\u003ch3 class=\"section-title\"\u003eンド『Bri \u0026amp; Gra』\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2025-06-30_18.24.47.png?v=1751275528\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブリグラブランドロゴと保護猫支援のイメージ\"\u003e\n\u003cp class=\"body-text\"\u003e『Bri \u0026amp; Gra』は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランドです。長年革財布を手がけてきた職人の確かな技術をベースに、猫への愛情が詰まったデザインを形にしています。売上の一部は\u003cstrong\u003e保護猫施設へ寄付\u003c\/strong\u003eされ、商品を選ぶことが支援につながる仕組みになっています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- パッケージ画像。配送情報がないためMainセクションの最後尾に配置 --\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\u003cp class=\"caption-text text-end\"\u003eギフトにも喜ばれるパッケージ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e手のひらサイズの可愛らしいねこ型キーホルダーです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e500円玉が最大2枚収納可能\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\u003cli\u003e購入が保護猫支援につながる\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e本体部分のサイズは以下の通りです。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e本体部分：約 横4.5cm × 縦4cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00642_09.jpg?v=1739940543\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品の仕様イメージ図\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e※手作業のため、若干の誤差が生じる場合があります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e上質な素材と、信頼の日本製です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：本革（栃木レザー）\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e豊富なカラーからお選びいただけます。\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レッド\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商品コード：00642\u003c\/li\u003e\n\u003cli\u003e商品名：500円玉が入るキーホルダー ねこ型 栃木レザー\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ③ 発送案内セクション (Shipping) - テキスト情報がないため作成しない --\u003e \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の風合いとしてお楽しみ下さい。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色・色落ちの可能性があります。\u003c\/li\u003e\n\u003cli\u003e商品の色はご使用のディスプレイ環境などによって、実物と異なる場合があります。予めご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Patina (パティーナ)","offers":[{"title":"black","offer_id":46287127249116,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"choco","offer_id":47597709492444,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597709525212,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597709557980,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":47597709590748,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000247.jpg?v=1739331858"},{"product_id":"1329","title":"【01329】500円玉が入るキーホルダー ハート型 本革","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※この商品は名入れにも対応しています\u003c!-- notionvc: 5ce36119-910e-475c-8359-7de0fcbb83b3 --\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e＞名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/01329-500%E5%86%86%E7%8E%89%E3%81%8C%E5%85%A5%E3%82%8B%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E3%83%8F%E3%83%BC%E3%83%88%E5%9E%8B-%E6%9C%AC%E9%9D%A9-%E5%90%8D%E5%85%A5%E3%82%8C%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3%E4%BB%98%E3%81%8D?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: 0d582a1e-edd3-44d5-892b-8d685ec9718b --\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\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\/1_000000000252.jpg?v=1738635817\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e毎日持ち歩きたい私の相棒\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e手元を彩る、くすんだ色合いが美しい\u003cstrong\u003eモストロレザー\u003c\/strong\u003e。さりげないハートフォルムに、いざという時に役立つ\u003cstrong\u003e500円玉を忍ばせて\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\/4_000000000252.jpg?v=1738635817\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e小さな体で頼れる存在感\u003c\/p\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\/11_000000000252.jpg?v=1738635818\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eギフトにも喜ばれる逸品\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e幅4.7cm、高さ4cmの絶妙なバランス。\u003cstrong\u003e財布職人\u003c\/strong\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\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商品コード: 01329\u003c\/li\u003e\n\u003cli\u003e商品名: 500円玉が入るキーホルダー ハート型 本革\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003eくすんだ色味が可愛い\u003cstrong\u003eモストロレザー\u003c\/strong\u003eで出来た、500円玉が入るハート型のキーホルダーです。日常使いはもちろん、プチギフトとしてもおすすめです。\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\/01329_000.jpg?v=1739941486\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eいざという時に役立つ\u003cstrong\u003e500円玉が2枚まで\u003c\/strong\u003e収まる賢い設計\u003c\/li\u003e\n\u003cli\u003e手の中に収まる可愛い\u003cstrong\u003e手のひらサイズ\u003c\/strong\u003e\n\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\u003cimg alt=\"500円玉2枚収納イメージ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01329_05.jpg?v=1739941530\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e中には、500円玉を2枚入れることができます。\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\/01329_06.jpg?v=1739941546\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e鍵を付けても邪魔にならない大きさ。\u003c\/p\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\/01329_08.jpg?v=1739941578\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e背面に「duende」の刻印入り。\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\u003cp class=\"body-text\"\u003e手のひらに収まるコンパクトサイズです。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e本体部分: 約 横4.7cm × 縦4cm\u003c\/li\u003e\n\u003c\/ul\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\/01329_04.jpg?v=1739941515\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e手の中に収まる可愛いサイズ。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材: 本革（モストロレザー）\u003c\/li\u003e\n\u003cli\u003e生産国: 日本\u003c\/li\u003e\n\u003c\/ul\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\"\u003eduendeの商品は、自社工房で\u003cstrong\u003e財布職人が一つ一つ手作業\u003c\/strong\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\/01329_07.jpg?v=1739941560\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e熟練の技が光る繊細な作り\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e手元を彩る、くすんだ色合いが美しい4色展開です。\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\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\/01329_03.jpg?v=1739941500\"\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\/01329_09.jpg?v=1739941653\"\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\/01329_10.jpg?v=1739941667\"\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\/01329_11.jpg?v=1739941681\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eギフト・名入れについて\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e大切な方への\u003cstrong\u003eプチギフト\u003c\/strong\u003eにも最適です。別途料金で名入れタグを追加できます。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e名入れタグ追加: +330円（税込み）\u003c\/li\u003e\n\u003c\/ul\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\/naire_setumei_mostro_7f28de77-a27b-428e-b230-916c37d001d3.jpg?v=1739941616\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\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\/01905_1_230480ee-f5be-492f-a5f3-46c7adbcfb5f.jpg?v=1739941605\"\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\/packet_l_5_afe29b7f-8b4e-4d4e-8515-f0353921aa7c.jpg?v=1739940680\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズ、革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみください。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- \/content-section (スペック・詳細) --\u003e\n\u003c\/div\u003e\n\u003c!-- \/container product-wrapper --\u003e","brand":"mellow（メロウ）","offers":[{"title":"pink","offer_id":46285454082268,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":false},{"title":"gray","offer_id":47597707985116,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":47597708017884,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597708050652,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000252.jpg?v=1738635817"},{"product_id":"643","title":"【00643】野球 サッカー リールキーホルダー 栃木レザー","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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e※この商品は名入れにも対応しています。\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003e＞ 名入れありで購入する方は\u003c\/span\u003e\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/00643-%E9%87%8E%E7%90%83-%E3%82%B5%E3%83%83%E3%82%AB%E3%83%BC-%E3%83%AA%E3%83%BC%E3%83%AB%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E6%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?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003c\/p\u003e\n\u003ch3 class=\"section-title\"\u003e部活の情熱を刻む革キーホルダー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e野球とサッカー、それぞれのボールが躍動感を表現します。\u003cstrong\u003e5色のレザー\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_000000000256.jpg?v=1740037647\"\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最長40cmのリール仕様\u003c\/strong\u003eです。日常のちょっとした動作が、驚くほど快適になります。大切な鍵を紛失する心配も軽減できる仕組みです。\u003c\/p\u003e\n\u003cimg alt=\"リール機能で鍵を伸ばして使用しているイメージ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000256.jpg?v=1740037647\"\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掌に収まる全長12cm、重さ約19gの軽快な設計です。国内最高峰の\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\/8_000000000256.jpg?v=1740037647\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e日々に寄り添う経年変化の愉しみ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e部活やチームの卒業・卒団の記念品にもおすすめのキーホルダーです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eリール付きフック金具で鍵の取り出しがスムーズ\u003c\/li\u003e\n\u003cli\u003eカバンのポケットに引っ掛けて鍵を探す手間を省ける\u003c\/li\u003e\n\u003cli\u003e野球とサッカーの2種類のボールデザインから選択可能\u003c\/li\u003e\n\u003cli\u003e卒業・卒団の記念品に最適\u003c\/li\u003e\n\u003c\/ul\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\/00643_0000.jpg?v=1739942705\"\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\/00643_03.jpg?v=1739942736\"\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_6276d3d5-65a4-4d26-b554-b9b4b0ca5ccf.jpg?v=1739942825\"\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_e49303fa-5c42-4d45-a6d1-076bec908f0e.jpg?v=1739942846\"\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\/00643_05.jpg?v=1739942873\"\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\/00643_06.jpg?v=1739942888\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e軽くて持ち運びに便利なサイズです。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e横2cm×長さ12cm\u003c\/li\u003e\n\u003cli\u003eリール長さ：最長40cm\u003c\/li\u003e\n\u003cli\u003e重さ：約19g\u003c\/li\u003e\n\u003c\/ul\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\/1307_3_bf4d0450-43c8-46eb-b34e-247322433c2b.jpg?v=1739942752\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e国内最高峰の素材と技術で作られています。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：牛革\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\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\u003cli\u003e使うほどに色が深みを増し、独特の風合いをお楽しみいただけます。\u003c\/li\u003e\n\u003cli\u003e※ボール部分の革は栃木レザーではありません。\u003c\/li\u003e\n\u003c\/ul\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\/00643_02.jpg?v=1739942720\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eお好みの色をお選びいただけます。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eブラック\u003c\/li\u003e\n\u003cli\u003eチョコ\u003c\/li\u003e\n\u003cli\u003eキャメル\u003c\/li\u003e\n\u003cli\u003eレッド\u003c\/li\u003e\n\u003cli\u003eグリーン\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\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\/00643_04.jpg?v=1739942795\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e商品コード: 00643\u003c\/li\u003e\n\u003c\/ul\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\/packet_l_6_486abaa6-5d70-4d9d-aea1-ee9ade5bc492.jpg?v=1739942754\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみください。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Patina (パティーナ)","offers":[{"title":"サッカー \/ Black","offer_id":46244964368604,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"サッカー \/ Choco","offer_id":47597707296988,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"サッカー \/ Camel","offer_id":47597707329756,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"サッカー \/ Green","offer_id":47597707362524,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"サッカー \/ Red","offer_id":47597707395292,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"野球 \/ Black","offer_id":47597707428060,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"野球 \/ Choco","offer_id":47597707460828,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"野球 \/ Camel","offer_id":47597707493596,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"野球 \/ Green","offer_id":47597707526364,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"野球 \/ Red","offer_id":47597707559132,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000256.jpg?v=1740037647"},{"product_id":"2207","title":"【02207】500円玉が入るキーホルダー ねこ型 トラ柄 本革","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- ① 商品解説セクション (Main) - 導入 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※この商品は名入れにも対応しています\u003c!-- notionvc: 3678a7d8-bad3-4fd0-85f2-fbc0f4d0774a --\u003e\n\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cmeta charset=\"utf-8\"\u003e＞ 名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/02207-500%E5%86%86%E7%8E%89%E3%81%8C%E5%85%A5%E3%82%8B%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E3%81%AD%E3%81%93%E5%9E%8B-%E3%83%88%E3%83%A9%E6%9F%84-%E6%9C%AC%E9%9D%A9-%E5%90%8D%E5%85%A5%E3%82%8C%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3%E4%BB%98%E3%81%8D\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: d3999f0d-b410-4023-a29c-26f7822603e1 --\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e \u003c\/p\u003e\n\u003ch3 class=\"section-title\"\u003e500円玉が入る 本革ねこ型キーホルダー（トラ柄）\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_00000.jpg?v=1739943973\" class=\"img-fluid d-block w-100 product-img\" alt=\"ねこ型キーホルダー メイン画像\"\u003e\n\u003cp class=\"body-text\"\u003e本革で仕立てた、ちょこんと可愛いねこ型のキーホルダー。500円玉がぴったり2枚入る小さなポケット付きで、見た目の可愛さと実用性を兼ね備えています。柄は茶トラとキジトラの2種類からお選びいただけます。ねこ好きな方へのプチギフトにもぴったりです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ブロック1 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eちょこんと佇む愛らしいトラ柄キーホルダー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e本革で仕立てられた、ちょこんと可愛いねこ型のキーホルダーです。使うほどに深まる風合いと、見るたびに心が和む表情が魅力。\u003cstrong\u003e茶トラとキジトラの2色\u003c\/strong\u003eからお選びいただけます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000261.jpg?v=1739331250\" class=\"img-fluid d-block w-100 product-img\" alt=\"毎日連れて歩きたい本革ねこ\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e毎日連れて歩きたい本革ねこ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ブロック2 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e掌にすっぽり収まる上品なミニキーホルダー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e柔らかな本革が掌にしっくり馴染み、触れるたびに温もりを感じられます。\u003cstrong\u003e小ぶりなサイズ感\u003c\/strong\u003eで鍵と一緒に付けても邪魔にならず、毎日のお出かけにそっと寄り添います。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000261.jpg?v=1739331250\" class=\"img-fluid d-block w-100 product-img\" alt=\"優しく寄り添う相棒に\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e優しく寄り添う相棒に\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ブロック3 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eいざという時に助かる隠しミニポケット\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eねこの背中には、\u003cstrong\u003e500円玉が2枚ぴったり収まる\u003c\/strong\u003e小さなポケットが隠されています。急な出費や非常時のお守りとして、さりげない安心感を持ち歩ける便利な逸品です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000261.jpg?v=1739331250\" class=\"img-fluid d-block w-100 product-img\" alt=\"困った時に頼れるお守り\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e困った時に頼れるお守り\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - その他ねこグッズへのリンク --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eその他ねこグッズはこちら\u003c\/h3\u003e\n\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/link_catgoods_c2cf45c7-26a1-42b9-b04b-f0dc2d6df1e6.jpg?v=1739947487\" class=\"img-fluid d-block w-100 product-img\" alt=\"その他ねこグッズへのリンク\"\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ポイント：ミニポケット付き --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e500円玉が2枚入るミニポケット付き\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_004.jpg?v=1739944007\" class=\"img-fluid d-block w-100 product-img\" alt=\"中にコインが入る様子\"\u003e\n\u003cp class=\"body-text\"\u003e背面のポケットには\u003cstrong\u003e500円玉が2枚入ります\u003c\/strong\u003e。いざという時の予備として、ちょっとした安心感を持ち歩けます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ポイント：手のひらサイズ --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e手のひらサイズで持ち運びやすい\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_003.jpg?v=1739943991\" class=\"img-fluid d-block w-100 product-img\" alt=\"手の中に収まるサイズ\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_005.jpg?v=1739944026\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ比較イメージ\"\u003e\n\u003cp class=\"body-text\"\u003e小ぶりでかさばらず、鍵と一緒に付けてもストレスなく使えます。ポケットやバッグにもすっきり収まるサイズ感です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ポイント：職人が手作業で仕立てる高品質 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e職人が手作業で仕立てる高品質\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_006.jpg?v=1739944043\" class=\"img-fluid d-block w-100 product-img\" alt=\"職人による製作風景\"\u003e\n\u003cp class=\"body-text\"\u003eduendeの商品はすべて自社工場で生産。\u003cstrong\u003e財布職人が細部まで丁寧に仕上げています\u003c\/strong\u003e。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ポイント：duendeの刻印入り --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e背面には「duende」の刻印入り\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_007.jpg?v=1739944059\" class=\"img-fluid d-block w-100 product-img\" alt=\"duendeロゴ刻印の写真\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_logo.jpg?v=1739944093\" class=\"img-fluid d-block w-100 product-img\" alt=\"duendeロゴマーク\"\u003e\n\u003cp class=\"body-text\"\u003e背面にはブランド名「duende」の刻印が入り、さりげないアクセントに。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ポイント：名入れタグ --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e名入れタグでさらに特別な贈り物に\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_007_2.jpg?v=1739944143\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ1\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_7_3d0607e4-18b9-458c-8d76-2a98d0237f2c.jpg?v=1739944184\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_8_3243fdc2-fa2a-4cc9-9c2e-bc37771acb8f.jpg?v=1739944206\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ3\"\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e+330円（税込）で、名前やメッセージを刻印できる名入れタグ\u003c\/strong\u003eを追加できます。タグの色は本体と同色で、中央揃えで文字が入ります。プチギフトや記念品におすすめです。\u003cbr\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e＞ 名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/02207-500%E5%86%86%E7%8E%89%E3%81%8C%E5%85%A5%E3%82%8B%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E3%81%AD%E3%81%93%E5%9E%8B-%E3%83%88%E3%83%A9%E6%9F%84-%E6%9C%AC%E9%9D%A9-%E5%90%8D%E5%85%A5%E3%82%8C%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3%E4%BB%98%E3%81%8D\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: d3999f0d-b410-4023-a29c-26f7822603e1 --\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ブランド紹介 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e猫愛と技術が融合した『Bri \u0026amp; Gra』\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2025-06-30_18.24.47.png?v=1751275528\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブリグラ\"\u003e\n\u003cp class=\"body-text\"\u003e『Bri \u0026amp; Gra』は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランド。長年革財布を手がけてきた職人の確かな技術をベースに、\u003cstrong\u003e猫への愛情が詰まったデザイン\u003c\/strong\u003eを形にしています。売上の一部は保護猫施設へ寄付され、商品を選ぶことが支援につながる仕組みになっています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e使うほどに愛着がわく、本革仕立てのねこ型キーホルダーです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e愛らしい\u003cstrong\u003eねこ型トラ柄デザイン\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e掌に収まる\u003cstrong\u003eコンパクトサイズ\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eいざという時に役立つ\u003cstrong\u003e500円玉が2枚入るミニポケット\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e経年変化が楽しめる\u003cstrong\u003e上質な本革素材\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e熟練職人による\u003cstrong\u003e丁寧な手作業\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eブランド「duende」の\u003cstrong\u003e刻印入り\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e名入れタグ追加で\u003cstrong\u003e特別な贈り物に\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e本体部分の寸法詳細です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_009.jpg?v=1739944238\" alt=\"キーホルダー寸法図\"\u003e\u003c\/div\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：約 横4.5cm×縦4cm（本体部分）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_010.jpg?v=1739944272\" alt=\"キーホルダー詳細図\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e製品の素材と生産地について。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：本革\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eお好みのトラ柄をお選びいただけます。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e茶トラ\u003c\/li\u003e\n\u003cli\u003eキジトラ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e02207\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n\u003cdiv class=\"shipping-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e商品は丁寧にお包みし、お客様のもとへお届けいたします。ギフトにも安心です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_13_9dabc367-63c6-45ea-bf29-c4977a952adf.jpg?v=1739950294\" class=\"img-fluid d-block w-100 product-img\" alt=\"梱包イメージ\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ④ 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご購入前の注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、\u003cstrong\u003e天然素材の風合い\u003c\/strong\u003eとしてお楽しみ下さい。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により\u003cstrong\u003e退色・色落ちの可能性\u003c\/strong\u003eがあります。\u003c\/li\u003e\n\u003cli\u003e商品の色はご使用のディスプレイ環境などによって、\u003cstrong\u003e実物と異なる場合\u003c\/strong\u003eがあります。予めご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"茶トラ","offer_id":46289069015260,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"キジトラ","offer_id":47597707100380,"sku":null,"price":1870.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000261.jpg?v=1739331250"},{"product_id":"1331","title":"【01331】ねこマーク付きリールキーホルダー 本革","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品トップの導入 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cp class=\"body-text\"\u003e猫のマークが付いた本革の\u003cstrong\u003eリールキーホルダー\u003c\/strong\u003e。カバンのポケットなどにナスカンでひっかけておけば、鍵を探す手間も省けてとっても便利。くすんだ色味が可愛い「\u003cstrong\u003eモストロレザー\u003c\/strong\u003e」を使用し、長く使うほど愛着が湧くアイテムです。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_0000.jpg?v=1739945108\" class=\"img-fluid d-block w-100 product-img\" alt=\"リールキーホルダーTOP\"\u003e\n\u003c\/div\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※この商品は名入れにも対応しています\u003c!-- notionvc: 57a66571-5919-47d1-b184-64f07e66f380 --\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e＞名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/01331-%E3%81%AD%E3%81%93%E3%83%9E%E3%83%BC%E3%82%AF%E4%BB%98%E3%81%8D%E3%83%AA%E3%83%BC%E3%83%AB%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E6%9C%AC%E9%9D%A9-%E5%90%8D%E5%85%A5%E3%82%8C%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3%E4%BB%98%E3%81%8D?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: 389098b1-19f1-4a66-b95f-b853c243ada3 --\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3 class=\"section-title\"\u003e毎日を彩るくすみカラー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eモストロレザーの落ち着いた色合いが、大人の手元にさりげない可愛らしさを添えます。愛らしいねこマークが、日常に小さな癒やしを届けるでしょう。 \u003cstrong\u003eグレー・ピンク・キャメル・グリーンの4色展開\u003c\/strong\u003eで、スモーキーカラーがコーディネートに馴染みやすく、大人可愛い印象に。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_02.jpg?v=1739945123\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_04.jpg?v=1739945156\" class=\"img-fluid d-block w-100 product-img\" alt=\"くすみレザーアップ\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e選べる4色の本革アイテム\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e玄関前で慌てないスマートな鍵\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e最長40cmまで伸びるリール機能\u003c\/strong\u003eは、バッグに付けたまま鍵の開閉を可能にします。もう鍵を探して焦ることはなく、スムーズな毎日を叶えます。鞄につけたまま鍵を引き出して使えるので、玄関前で慌てる心配なし。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_03.jpg?v=1739945140\" class=\"img-fluid d-block w-100 product-img\" alt=\"使用イメージ\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e鍵の出し入れもラクラク\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e愛らしいねこが魅せる上質な輝き\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e熟練の職人が手掛けた美しい仕上がりが、小さなアイテムにも宿っています。使い込むほどに表情を変えるモストロレザーは、あなただけの物語を紡ぎます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_04.jpg?v=1739945156\" class=\"img-fluid d-block w-100 product-img\" alt=\"くすみレザーアップ\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eこだわりの日本品質\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e名入れ対応で特別感を\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e名入れ（\u003cstrong\u003e＋330円\u003c\/strong\u003e）で自分だけのアイテムに。\u003cstrong\u003eギフト\u003c\/strong\u003eにも喜ばれるオプションです。※名入れ時はブランドロゴタグは付きません。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_05.jpg?v=1739945263\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグイメージ\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01316_06_53331410-41ff-4b04-b7ec-3da90b9dd92e.jpg?v=1739945290\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れ説明\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01905_1_8ce6d6b8-d09f-471f-820a-384602e3a22f.jpg?v=1739945310\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れ作例\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e猫愛と技術が融合\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e「Bri \u0026amp; Gra」は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランド。長年革財布を手がけてきた職人の確かな技術をベースに、猫への愛情が詰まったデザインを形にしています。売上の一部は\u003cstrong\u003e保護猫施設へ寄付\u003c\/strong\u003eされ、商品を選ぶことが支援につながる仕組みになっています。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2025-06-30_18.24.47.png?v=1751275528\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブリグラ\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_logo.jpg?v=1739945201\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブランド紹介ロゴ\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\" class=\"d-block\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/link_catgoods_c2cf45c7-26a1-42b9-b04b-f0dc2d6df1e6.jpg?v=1739947487\" class=\"img-fluid d-block w-100 product-img\" alt=\"その他の猫グッズはこちら\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eこのリールキーホルダーは、日常に便利さと可愛らしさをプラスする工夫が凝らされています。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eくすんだ色味が可愛い\u003cstrong\u003eモストロレザー\u003c\/strong\u003eを使用\u003c\/li\u003e\n\u003cli\u003e鍵を探す手間を省く、最長40cmまで伸びる\u003cstrong\u003eリール機能\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e使い込むほどに表情を変える\u003cstrong\u003e経年変化\u003c\/strong\u003eを楽しめる\u003c\/li\u003e\n\u003cli\u003e手元にさりげない可愛らしさを添える\u003cstrong\u003e愛らしいねこマーク\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e熟練職人が手掛けた\u003cstrong\u003eこだわりの日本品質\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e持ち運びやすく、機能的なサイズ感です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_07.jpg?v=1739945170\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ表記画像1\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_08.jpg?v=1739945185\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ表記画像2\"\u003e\n\u003c\/div\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e横: 約2cm\u003c\/li\u003e\n\u003cli\u003e高さ: 約12cm\u003c\/li\u003e\n\u003cli\u003eリールの長さ: 最長40cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国・カラー\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e上質な素材と、豊富なカラーバリエーション。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材: 牛革 (モストロレザー)\u003c\/li\u003e\n\u003cli\u003e生産国: 日本\u003c\/li\u003e\n\u003cli\u003eカラー展開: ピンク、グレー、キャメル、グリーン\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e商品コード: 01331\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズ、色ぶれが生じる場合がありますが、天然素材の風合いとしてお楽しみください。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n\u003cli\u003e商品の色は、ディスプレイの環境などにより実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- ラッピング画像（補足情報として配置） --\u003e\n\u003cdiv class=\"content-section\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_13_9dabc367-63c6-45ea-bf29-c4977a952adf.jpg?v=1739950294\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトラッピングイメージ\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mellow（メロウ）","offers":[{"title":"pink","offer_id":46289062035676,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"gray","offer_id":47597706739932,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597706772700,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597706805468,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000265.jpg?v=1739331448"},{"product_id":"2301","title":"【02301】犬型キーホルダー いぬ型 本革","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: 003e0f46-233f-4e45-af17-c15adee23869 --\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e＞名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/02301-%E7%8A%AC%E5%9E%8B%E3%82%AD%E3%83%BC%E3%83%9B%E3%83%AB%E3%83%80%E3%83%BC-%E3%81%84%E3%81%AC%E5%9E%8B-%E6%9C%AC%E9%9D%A9-%E5%90%8D%E5%85%A5%E3%82%8C%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3%E4%BB%98%E3%81%8D?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: 25db9c7b-8e39-485f-869a-a0161d95711c --\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3 class=\"section-title\"\u003e愛らしさ選ぶ、本革の相棒\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eトイプードル、ダックス、柴犬。それぞれの\u003cstrong\u003e愛らしい表情\u003c\/strong\u003eが魅力のキーホルダーです。使うほどに深まる\u003cstrong\u003e本革の風合い\u003c\/strong\u003eを、日々お楽しみいただけます。\u003cstrong\u003e日本製ならではの職人技\u003c\/strong\u003eが光る逸品です。\u003c\/p\u003e\n\u003cimg alt=\"豊富な犬たちのキーホルダーが並ぶ様子\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000277.jpg?v=1740037616\"\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\/2_000000000277.jpg?v=1740037616\"\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は、\u003cstrong\u003e世界に一つだけの特別な贈り物\u003c\/strong\u003eにぴったりです。使うたびに表情を変える\u003cstrong\u003e本革の経年変化\u003c\/strong\u003eは、持つ人の愛着をさらに深めます。大切な方へのプレゼントはいかがでしょうか。\u003c\/p\u003e\n\u003cimg alt=\"名入れが施された犬型キーホルダーのアップ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/5_000000000277.jpg?v=1740037617\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eパーソナルな愛着を育む\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e本革を使用した犬型キーホルダーの主な特徴をご紹介します。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e本革で出来た\u003cstrong\u003e愛らしい犬型\u003c\/strong\u003eデザイン\u003c\/li\u003e\n\u003cli\u003e使うほどに\u003cstrong\u003eしっかりエイジング\u003c\/strong\u003eし、愛着が湧く\u003c\/li\u003e\n\u003cli\u003e鍵に付けても\u003cstrong\u003e邪魔にならないスマートな大きさ\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e背面に「bristle grass」の刻印入り\u003c\/li\u003e\n\u003cli\u003e犬好きな方への\u003cstrong\u003eプチギフトにもおすすめ\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\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\/02301_000.jpg?v=1739949393\"\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\/02301_02.jpg?v=1739949436\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"キーホルダー背面の刻印「bristle grass」\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02301_03.jpg?v=1739949453\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e各犬種のキーホルダーサイズは以下の通りです。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eトイプードル（約）：横4.7cm×縦4.7cm\u003c\/li\u003e\n\u003cli\u003eミニチュアダックス（約）：横5.6cm×縦3.8cm\u003c\/li\u003e\n\u003cli\u003e柴犬（約）：横5.1cm×縦4.8cm\u003c\/li\u003e\n\u003c\/ul\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\/02301_07.jpg?v=1739949573\"\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\/02301_08.jpg?v=1739949594\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・カラー・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e製品の主な素材、カラーバリエーション、生産地についてご案内します。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：本革\u003c\/li\u003e\n\u003cli\u003eカラー：ヌメ、チョコ、キャメル、クロ\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\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\/02301_05.jpg?v=1739949492\"\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\/617_7_2be0b25a-c8cf-4fa7-8e1b-74935da23a73.jpg?v=1739949532\"\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\/617_8_16818350-2374-4210-bbe5-87b11148484a.jpg?v=1739949553\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eオプション・名入れについて\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eお好きな文字を刻印できる名入れタグを追加できます。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003eお好きな文字を入れた名入れタグを追加可能\u003c\/li\u003e\n\u003cli\u003e料金：+330円（税込み）\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e世界に一つだけのオリジナルキーホルダー\u003c\/strong\u003eに\u003c\/li\u003e\n\u003c\/ul\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\/02301_06.jpg?v=1739949511\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e製造へのこだわり\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003ebristle grassの商品は、自社工場で職人が一つ一つ丁寧に手作業で仕上げています。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e自社工場で全て\u003cstrong\u003e手作業生産\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e職人が\u003cstrong\u003e細部までこだわって\u003c\/strong\u003e仕上げる\u003c\/li\u003e\n\u003cli\u003e小さな商品でも一つ一つ\u003cstrong\u003e丁寧に製造\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\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\/02301_04.jpg?v=1739949473\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズ、色のブレが生じる場合がありますが、天然素材の風合いとしてお楽しみください。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色や色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境により、実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003e商品コード: 02301\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"natural \/ トイプードル","offer_id":46289069965532,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"choco \/ トイプードル","offer_id":47597705298140,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"Camel \/ トイプードル","offer_id":47597705330908,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ トイプードル","offer_id":47597705363676,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"natural \/ ミニチュアダックス","offer_id":47597705396444,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"choco \/ ミニチュアダックス","offer_id":47597705429212,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"Camel \/ ミニチュアダックス","offer_id":47597705461980,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ ミニチュアダックス","offer_id":47597705494748,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"natural \/ 柴犬","offer_id":47597705527516,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"choco \/ 柴犬","offer_id":47597705560284,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"Camel \/ 柴犬","offer_id":47597705593052,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ 柴犬","offer_id":47597705625820,"sku":null,"price":1430.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000277.jpg?v=1740037616"},{"product_id":"シュシュ-猫-首輪-コピー","title":"シュシュ 猫 首輪 子猫用","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: 96a0f429-5e71-4ca7-af7d-a05dd762c45a --\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e＞名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/%E3%82%B7%E3%83%A5%E3%82%B7%E3%83%A5-%E7%8C%AB-%E9%A6%96%E8%BC%AA-%E5%AD%90%E7%8C%AB%E7%94%A8-%E5%90%8D%E5%85%A5%E3%82%8C%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3%E4%BB%98%E3%81%8D?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003e\u003cspan class=\"link-annotation-unknown-block-id--511039509\"\u003eこちら\u003c\/span\u003e\u003c\/a\u003e\u003c!-- notionvc: 8bd195e0-d485-4b91-a6a1-07dce444f086 --\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\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_000000000271.jpg?v=1739330640\" 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を贈ってみてはいかがでしょうか。\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\/3_000000000271.jpg?v=1739330640\" 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してお使いいただける逸品です。\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\/7_000000000271.jpg?v=1739330640\" 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伸縮性に優れたシュシュタイプで、初めての首輪にもスムーズに慣れてくれるでしょう。子猫用に約12cmと計算された内周は、動きを妨げずに\u003cstrong\u003e優しくフィット\u003c\/strong\u003eします。迷子札も取り付けられ、お散歩時も安心です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\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伸縮性があるシュシュタイプで着脱が簡単\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\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60018_0000.jpg?v=1739947548\" 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\/60018_02.jpg?v=1739947569\" 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\/60018_03.jpg?v=1739947586\" 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\/60018_04.jpg?v=1739947602\" 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\/60018_05.jpg?v=1739947621\" 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\/60018_12_1.jpg?v=1739947642\" 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\/60018_06.jpg?v=1739947689\" 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\/60018_07.jpg?v=1739947712\" 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\/60018_08_1.jpg?v=1739947735\" 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\/60018_09.jpg?v=1739947756\" 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\/60018_10.jpg?v=1739947795\" 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\/60018_11.jpg?v=1739947815\" 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\/packet_l_e5fbafe6-ebf2-48e2-80b4-ef2a38646946.jpg?v=1739947165\" class=\"img-fluid d-block w-100 product-img\" alt=\"パッケージのイメージ\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eシュシュの内周と花モチーフの寸法です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eシュシュの内周（大人猫用）：約 17cm\u003c\/li\u003e\n\u003cli\u003eシュシュの内周（子猫用）：約 12cm\u003c\/li\u003e\n\u003cli\u003e花モチーフ：幅 4cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e本製品に使用されている素材と生産国です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e花モチーフ部分：本革\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e以下のカラーからお選びいただけます。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003eピンク\u003c\/li\u003e\n\u003cli\u003eブルー\u003c\/li\u003e\n\u003cli\u003eイエロー\u003c\/li\u003e\n\u003cli\u003eグレー\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e製品に関する注意事項\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみください。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e名入れに関する注意事項\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\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\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"pink \/ white \/ なし","offer_id":47597703430364,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"pink \/ red \/ なし","offer_id":47597703495900,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"pink \/ blue \/ なし","offer_id":47597703561436,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"pink \/ gold \/ なし","offer_id":47597703626972,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"pink \/ orange \/ なし","offer_id":47597703692508,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"grey \/ white \/ なし","offer_id":47597703758044,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"grey \/ red \/ なし","offer_id":47597703823580,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"grey \/ blue \/ なし","offer_id":47597703889116,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"grey \/ gold \/ なし","offer_id":47597703954652,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"grey \/ orange \/ なし","offer_id":47597704020188,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"yellow \/ white \/ なし","offer_id":47597704085724,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"yellow \/ red \/ なし","offer_id":47597704151260,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"yellow \/ blue \/ なし","offer_id":47597704216796,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"yellow \/ gold \/ なし","offer_id":47597704282332,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"yellow \/ orange \/ なし","offer_id":47597704347868,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"blue \/ white \/ なし","offer_id":47597704413404,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"blue \/ red \/ なし","offer_id":47597704478940,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"blue \/ blue \/ なし","offer_id":47597704544476,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"blue \/ gold \/ なし","offer_id":47597704610012,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"blue \/ orange \/ なし","offer_id":47597704675548,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000271.jpg?v=1739330640"},{"product_id":"シュシュ-猫-首輪-子猫用","title":"シュシュ 猫 首輪 大人猫用","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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※この商品は名入れにも対応しています\u003c!-- notionvc: cc7b96ce-c1da-4889-9a5f-7184b5757c01 --\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\/%E3%82%B7%E3%83%A5%E3%82%B7%E3%83%A5-%E7%8C%AB-%E9%A6%96%E8%BC%AA-%E5%A4%A7%E4%BA%BA%E7%8C%AB%E7%94%A8-%E3%82%B3%E3%83%94%E3%83%BC\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: c3c05972-c89e-4823-b279-8d8d9f265a1e --\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e \u003c\/p\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\/1_000000000271.jpg?v=1739330640\"\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\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\/2_000000000271.jpg?v=1739330640\"\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\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\/7_000000000271.jpg?v=1739330640\"\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大人猫用（約17cm）と子猫用（約12cm）の2種類\u003c\/strong\u003eをご用意し、負担を最小限に抑える設計。やわらかな肌触りで、愛猫に快適な毎日を。\u003c\/p\u003e\n\u003c\/div\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 alt=\"シュシュ首輪全体像\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60018_0000.jpg?v=1739947548\"\u003e\u003c\/div\u003e\n\u003cp\u003e柔らかくて軽く、ペットへの負担が少ない作りになっています。大人猫用と子猫用の2種類をご用意しています。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"シュシュと花モチーフの組み合わせ\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60018_02.jpg?v=1739947569\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"柔らかい質感を示す画像\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60018_03.jpg?v=1739947586\"\u003e\u003c\/div\u003e\n\u003cp\u003eシュシュに付属する花のモチーフは本革製。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"本革の花モチーフアップ\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60018_04.jpg?v=1739947602\"\u003e\u003c\/div\u003e\n\u003cp\u003e花モチーフの裏側には二重リングが付いており、迷子札や鈴などを取り付けることができます。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"花モチーフ裏の二重リング\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60018_05.jpg?v=1739947621\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"猫がシュシュ首輪を着用している様子\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60018_07.jpg?v=1739947712\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"別の猫がシュシュ首輪を着用している様子\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60018_08_1.jpg?v=1739947735\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"パッケージイメージ\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_e5fbafe6-ebf2-48e2-80b4-ef2a38646946.jpg?v=1739947165\"\u003e\u003c\/div\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\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eシュシュの内周（大人猫用）：約 17cm\u003c\/li\u003e\n\u003cli\u003eシュシュの内周（子猫用）：約 12cm\u003c\/li\u003e\n\u003cli\u003e花モチーフ：幅 4cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg alt=\"名入れイメージ2\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60018_10.jpg?v=1739947795\"\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\u003cp\u003e使用されている素材と生産国情報です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e花モチーフ部分：本革\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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\u003cli\u003eグレー\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg alt=\"名入れイメージ3\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60018_11.jpg?v=1739947815\"\u003e\u003c\/p\u003e\n\u003cp\u003e組み合わせイメージ:\u003c\/p\u003e\n\u003cdiv class=\"care-icons\"\u003e\n\u003cimg alt=\"複数カラーの組み合わせ1\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60018_12_1.jpg?v=1739947642\"\u003e \u003cimg alt=\"複数カラーの組み合わせ2\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60018_06.jpg?v=1739947689\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" 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\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"名入れイメージ1\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60018_09.jpg?v=1739947756\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\" style=\"text-align: left;\"\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003e※名入れは、1つにつき\u003cb\u003e+330円（税込み）\u003c\/b\u003eです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e\u003cspan class=\"s1\"\u003e＞名入れありで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/%E3%82%B7%E3%83%A5%E3%82%B7%E3%83%A5-%E7%8C%AB-%E9%A6%96%E8%BC%AA-%E5%A4%A7%E4%BA%BA%E7%8C%AB%E7%94%A8-%E3%82%B3%E3%83%94%E3%83%BC\"\u003eこちら\u003c\/a\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみ下さい。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合生地との摩擦により退色、色落ちの可能性がありますのでご注意下さい。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"pink \/ white \/ なし","offer_id":47597702152412,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"pink \/ red \/ なし","offer_id":47597702217948,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"pink \/ blue \/ なし","offer_id":47597702283484,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"pink \/ gold \/ なし","offer_id":47597702349020,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"pink \/ orange \/ なし","offer_id":47597702414556,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"grey \/ white \/ なし","offer_id":47597702480092,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"grey \/ red \/ なし","offer_id":47597702545628,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"grey \/ blue \/ なし","offer_id":47597702611164,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"grey \/ gold \/ なし","offer_id":47597702676700,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"grey \/ orange \/ なし","offer_id":47597702742236,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"yellow \/ white \/ なし","offer_id":47597702807772,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"yellow \/ red \/ なし","offer_id":47597702873308,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"yellow \/ blue \/ なし","offer_id":47597702938844,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"yellow \/ gold \/ なし","offer_id":47597703004380,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"yellow \/ orange \/ なし","offer_id":47597703069916,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"blue \/ white \/ なし","offer_id":47597703135452,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"blue \/ red \/ なし","offer_id":47597703200988,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"blue \/ blue \/ なし","offer_id":47597703266524,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"blue \/ gold \/ なし","offer_id":47597703332060,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"blue \/ orange \/ なし","offer_id":47597703397596,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000271.jpg?v=1739330640"},{"product_id":"01328-500円玉が入るキーホルダー-ねこ型-本革-名入れオプション付き","title":"【01328】500円玉が入るキーホルダー ねこ型 本革 　【名入れオプション付き】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- メイン画像と導入文 (Top Introduction) --\u003e\n\u003ch3 class=\"section-title\"\u003e※こちらは名入れ対応商品のページです。\u003c\/h3\u003e\n\u003cmeta charset=\"utf-8\"\u003e名入れ料 ¥330 が含まれた価格です。　 \u003cbr\u003e＞ 名入れなしで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/key-holder\/products\/1328\"\u003eこちら\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003cbr\u003e\u003c!-- notionvc: 9018ba6b-7e1a-4b65-9f5b-4a6bfa1d885a --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01328_0000.jpg?v=1739938764\" class=\"img-fluid d-block w-100 product-img\" alt=\"500円玉が入るねこ型キーホルダー\"\u003e\n\u003cp class=\"body-text\"\u003eくすんだ色合いが可愛い\u003cstrong\u003eモストロレザー\u003c\/strong\u003eで仕立てた、手のひらサイズの\u003cstrong\u003e本革キーホルダー\u003c\/strong\u003e。 \u003cstrong\u003e500円玉が2枚収納できるミニポケット付き\u003c\/strong\u003eで、鍵の持ち運びもスマートに。 名入れ対応（＋330円）も可能で、猫好きな方へのプチギフトにもぴったりです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 関連商品へのリンクブロックを復元 --\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 40px;\"\u003e\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/link_catgoods_c2cf45c7-26a1-42b9-b04b-f0dc2d6df1e6.jpg?v=1739947487\" style=\"width: 700px !important; height: auto !important; display: block; margin: 0px auto;\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e愛らしいねこ型 本革キーホルダー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eくすんだ色合いが魅力的な\u003cstrong\u003eモストロレザー\u003c\/strong\u003eで仕立てた、手のひらサイズのキーホルダーです。 \u003cstrong\u003e500円玉が2枚収納できる賢いポケット\u003c\/strong\u003eで、鍵と小銭をスマートに携行できます。 猫好きな方への心温まるプレゼントにも最適です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000241.jpg?v=1739331817\" 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が、使うほどに深まる愛着を育みます。 本体サイズはわずか約4.5×4cmと、鞄の中でも邪魔にならない\u003cstrong\u003eミニサイズ\u003c\/strong\u003e。 さりげないお洒落を演出する、持ち歩きたくなる逸品です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000241.jpg?v=1739331817\" 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\u003e500円玉が2枚ぴったり収まる実用的なミニポケット\u003c\/strong\u003eで、緊急時のお守りになります。 複数の鍵と一緒に持ってもかさばらず、軽やかに持ち運べます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000241.jpg?v=1739331818\" class=\"img-fluid d-block w-100 product-img\" alt=\"緊急時も頼れる収納力\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e緊急時も頼れる収納力\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ここから、入力データ内の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\/01328_03.jpg?v=1739938780\" class=\"img-fluid d-block w-100 product-img\" alt=\"手のひらに収まるコンパクトなキーホルダー\"\u003e\n\u003cp class=\"body-text\"\u003e本体サイズは\u003cstrong\u003e約4.5×4cm\u003c\/strong\u003e。かばんの中でも邪魔にならず、鍵や小銭をスマートに持ち運べます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e500円玉がぴったり2枚\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01328_04.jpg?v=1739938795\" class=\"img-fluid d-block w-100 product-img\" alt=\"500円玉2枚収納イメージ\"\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\/01328_05.jpg?v=1739938810\" class=\"img-fluid d-block w-100 product-img\" alt=\"複数の鍵と一緒に持ってもかさばらない\"\u003e\n\u003cp class=\"body-text\"\u003eコンパクトで軽いから、複数の鍵と一緒に持ってもかさばらない。 毎日持ち歩きたくなるサイズ感です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e職人の手作り仕上げ\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01328_11_1.jpg?v=1739938825\" 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\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\/01328_06.jpg?v=1739938867\" class=\"img-fluid d-block w-100 product-img\" alt=\"duendeロゴの刻印\"\u003e\n\u003cp class=\"body-text\"\u003e背面には「\u003cstrong\u003eduende\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\/01328_07.jpg?v=1739938881\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのクローズアップ\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/naire_setumei_mostro.jpg?v=1739938910\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れ説明画像\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01905_1_e38fe4d5-b786-4dce-bf4c-38466f6c82bc.jpg?v=1739938931\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れキーホルダーの使用例\"\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e＋330円（税込）で、世界にひとつだけの名入れタグ\u003c\/strong\u003eをお付けできます。 贈り物や記念品、自分へのご褒美にもおすすめ。 アルファベット大文字・数字に対応しています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e「500円玉が入るキーホルダー ねこ型 本革」の主な特徴です。\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使用\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e500円玉が2枚収納可能\u003c\/strong\u003eなミニポケット付き\u003c\/li\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にも最適\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eコンパクトなサイズで日常使いに最適です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：(約) 横4.5cm × 縦4cm（本体部分）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01328_09.jpg?v=1739938969\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ寸法図1\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01328_10.jpg?v=1739938985\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ寸法図2\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・カラー・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e上質な本革と豊富なカラーバリエーションが魅力です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：本革（モストロレザー）\u003c\/li\u003e\n\u003cli\u003eカラー：ピンク、グレー、キャメル、グリーン\u003c\/li\u003e\n\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商品コード：01328\u003c\/li\u003e\n\u003cli\u003e名入れ対応：＋330円（税込）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 発送案内セクション (Shipping) - 提供された情報がないため作成しません --\u003e \u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の風合いとしてお楽しみください。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色・色落ちする可能性があります。\u003c\/li\u003e\n\u003cli\u003e商品の色はご利用のディスプレイ環境により実際の色と異なる場合があります。あらかじめご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mellow（メロウ）","offers":[{"title":"gray","offer_id":49933777633500,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":49933777666268,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"pink","offer_id":49933777699036,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":49933777731804,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000241.jpg?v=1739331817"},{"product_id":"00642-500円玉が入るキーホルダー-ねこ型-栃木レザー-名入れオプション付き","title":"【00642】500円玉が入るキーホルダー ねこ型 栃木レザー 【名入れオプション付き】","description":"\u003cstyle\u003e   \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- ① 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e ※こちらは名入れ対応商品のページです。　\u003c!-- notionvc: 1b08b22e-c5a3-4643-8ef4-ce25db6dafdb --\u003e\n\u003c\/h3\u003e\n\u003cp\u003e名入れ料 ¥330が含まれた価格です。　  \u003cbr\u003e＞ 名入れなしで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/642?srsltid=AfmBOooh1iFxmLjgWMHwRqt5TA4nCH6NmvcwWE6I2UXGeBZdr11TbZGm\"\u003eこちら\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\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_000000000247.jpg?v=1739331858\" 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\u003e500円玉を忍ばせて\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\/4_000000000247.jpg?v=1739331858\" 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\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\/11_000000000247.jpg?v=1739331858\" 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約4.5cm×4cmのコンパクト設計は、鍵と一緒につけても邪魔にならない絶妙なサイズ感です。熟練の職人が一つひとつ丁寧に作り上げた逸品は、使うほどに風合いを増し、かけがえのない存在に育ちます。大切な方への特別な贈り物にも、名入れタグで想いを込めてください。この選択が\u003cstrong\u003e保護猫支援\u003c\/strong\u003eにもつながります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 既存データからのメインビジュアルと導入文（Mainセクションに追加） --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e栃木レザーのねこ型キーホルダー、日常に遊び心を\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00642_000_b7692028-42ff-415e-9866-6d93d80d9a52.jpg?v=1739940372\" class=\"img-fluid d-block w-100 product-img\" alt=\"ねこ型キーホルダー メイン画像\"\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e栃木レザー\u003c\/strong\u003eで仕立てた、手のひらサイズのねこ型キーホルダー。中には\u003cstrong\u003e500円玉が2枚入る\u003c\/strong\u003e実用性をそなえながらも、かわいらしいシルエットと高級感ある本革の風合いでギフトにもおすすめ。\u003cstrong\u003eエイジング\u003c\/strong\u003eを楽しめるアイテムとして、長く使うほど愛着が深まります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 既存データからのリンクバナー --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e猫好きにはたまらない、その他の猫グッズはこちら\u003c\/h3\u003e\n\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/link_catgoods_c2cf45c7-26a1-42b9-b04b-f0dc2d6df1e6.jpg?v=1739947487\" class=\"img-fluid d-block w-100 product-img\" alt=\"猫グッズへのリンクバナー\"\u003e \u003c\/a\u003e\n\u003cp class=\"caption-text text-end\"\u003eリンク：猫グッズ商品一覧へ\u003c\/p\u003e\n\u003c\/div\u003e\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\/00642_03.jpg?v=1739940402\" 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\/00642_02.jpg?v=1739940388\" class=\"img-fluid d-block w-100 product-img\" alt=\"手の中に収まるサイズ\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00642_04.jpg?v=1739940418\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ比較イメージ\"\u003e\n\u003cp class=\"body-text\"\u003e約4.5cm×4cmのコンパクトサイズ。鍵と一緒につけても邪魔にならず、持ち歩きに便利です。\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\/00642_05.jpg?v=1739940433\" class=\"img-fluid d-block w-100 product-img\" alt=\"職人による製作風景\"\u003e\n\u003cp class=\"body-text\"\u003e自社工場で一つひとつ手作業で製作。財布職人の技術が光る、細部まで丁寧に仕上げられた一品です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eさりげないブランドロゴ刻印\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00642_06.jpg?v=1739940451\" class=\"img-fluid d-block w-100 product-img\" alt=\"duendeロゴ刻印の写真\"\u003e\n\u003cp class=\"body-text\"\u003e背面には「\u003cstrong\u003eduende\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\/00642_07.jpg?v=1739940468\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ1\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01905-03_0.jpg?v=1739940481\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01905_1_250e04b6-9e01-44d5-a107-ce6aef43d639.jpg?v=1739940507\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ3\"\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e+330円（税込）\u003c\/strong\u003eで、お好きな文字を刻印したタグを追加可能。贈り物や記念品にもぴったりの、特別感あるオプションです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e猫への愛情と職人技が融合するブランド『Bri \u0026amp; Gra』\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2025-06-30_18.24.47.png?v=1751275528\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブリグラブランドロゴと保護猫支援のイメージ\"\u003e\n\u003cp class=\"body-text\"\u003e『Bri \u0026amp; Gra』は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランドです。長年革財布を手がけてきた職人の確かな技術をベースに、猫への愛情が詰まったデザインを形にしています。売上の一部は\u003cstrong\u003e保護猫施設へ寄付\u003c\/strong\u003eされ、商品を選ぶことが支援につながる仕組みになっています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- パッケージ画像。配送情報がないためMainセクションの最後尾に配置 --\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\u003cp class=\"caption-text text-end\"\u003eギフトにも喜ばれるパッケージ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e手のひらサイズの可愛らしいねこ型キーホルダーです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e500円玉が最大2枚収納可能\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\u003cli\u003e購入が保護猫支援につながる\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e本体部分のサイズは以下の通りです。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e本体部分：約 横4.5cm × 縦4cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00642_09.jpg?v=1739940543\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品の仕様イメージ図\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e※手作業のため、若干の誤差が生じる場合があります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e上質な素材と、信頼の日本製です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：本革（栃木レザー）\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e豊富なカラーからお選びいただけます。\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レッド\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商品コード：00642\u003c\/li\u003e\n\u003cli\u003e商品名：500円玉が入るキーホルダー ねこ型 栃木レザー\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ③ 発送案内セクション (Shipping) - テキスト情報がないため作成しない --\u003e \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の風合いとしてお楽しみ下さい。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色・色落ちの可能性があります。\u003c\/li\u003e\n\u003cli\u003e商品の色はご使用のディスプレイ環境などによって、実物と異なる場合があります。予めご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Patina (パティーナ)","offers":[{"title":"black","offer_id":49933783924956,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"choco","offer_id":49933783957724,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":49933783990492,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":49933784023260,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":49933784056028,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000247.jpg?v=1739331858"},{"product_id":"02207-500円玉が入るキーホルダー-ねこ型-トラ柄-本革-名入れオプション付き","title":"【02207】500円玉が入るキーホルダー ねこ型 トラ柄 本革【名入れオプション付き】","description":"\u003cstyle\u003e   \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- ① 商品解説セクション (Main) - 導入 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※こちらは名入れ対応商品のページです。\u003c!-- notionvc: 2284a6a3-6b98-4c2f-814f-0d86f5c37fd8 --\u003e\n\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cmeta charset=\"utf-8\"\u003e名入れ料 ¥330が含まれた価格です。\u003cbr\u003e＞ 名入れなしで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/2207\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: d8a6f01e-c93d-4af2-88a5-d126f06c9749 --\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e \u003c\/p\u003e\n\u003ch3 class=\"section-title\"\u003e500円玉が入る 本革ねこ型キーホルダー（トラ柄）\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_00000.jpg?v=1739943973\" class=\"img-fluid d-block w-100 product-img\" alt=\"ねこ型キーホルダー メイン画像\"\u003e\n\u003cp class=\"body-text\"\u003e本革で仕立てた、ちょこんと可愛いねこ型のキーホルダー。500円玉がぴったり2枚入る小さなポケット付きで、見た目の可愛さと実用性を兼ね備えています。柄は茶トラとキジトラの2種類からお選びいただけます。ねこ好きな方へのプチギフトにもぴったりです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ブロック1 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eちょこんと佇む愛らしいトラ柄キーホルダー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e本革で仕立てられた、ちょこんと可愛いねこ型のキーホルダーです。使うほどに深まる風合いと、見るたびに心が和む表情が魅力。\u003cstrong\u003e茶トラとキジトラの2色\u003c\/strong\u003eからお選びいただけます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000261.jpg?v=1739331250\" class=\"img-fluid d-block w-100 product-img\" alt=\"毎日連れて歩きたい本革ねこ\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e毎日連れて歩きたい本革ねこ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ブロック2 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e掌にすっぽり収まる上品なミニキーホルダー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e柔らかな本革が掌にしっくり馴染み、触れるたびに温もりを感じられます。\u003cstrong\u003e小ぶりなサイズ感\u003c\/strong\u003eで鍵と一緒に付けても邪魔にならず、毎日のお出かけにそっと寄り添います。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000261.jpg?v=1739331250\" class=\"img-fluid d-block w-100 product-img\" alt=\"優しく寄り添う相棒に\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e優しく寄り添う相棒に\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ブロック3 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eいざという時に助かる隠しミニポケット\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eねこの背中には、\u003cstrong\u003e500円玉が2枚ぴったり収まる\u003c\/strong\u003e小さなポケットが隠されています。急な出費や非常時のお守りとして、さりげない安心感を持ち歩ける便利な逸品です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000261.jpg?v=1739331250\" class=\"img-fluid d-block w-100 product-img\" alt=\"困った時に頼れるお守り\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e困った時に頼れるお守り\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - その他ねこグッズへのリンク --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eその他ねこグッズはこちら\u003c\/h3\u003e\n\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/link_catgoods_c2cf45c7-26a1-42b9-b04b-f0dc2d6df1e6.jpg?v=1739947487\" class=\"img-fluid d-block w-100 product-img\" alt=\"その他ねこグッズへのリンク\"\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ポイント：ミニポケット付き --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e500円玉が2枚入るミニポケット付き\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_004.jpg?v=1739944007\" class=\"img-fluid d-block w-100 product-img\" alt=\"中にコインが入る様子\"\u003e\n\u003cp class=\"body-text\"\u003e背面のポケットには\u003cstrong\u003e500円玉が2枚入ります\u003c\/strong\u003e。いざという時の予備として、ちょっとした安心感を持ち歩けます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ポイント：手のひらサイズ --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e手のひらサイズで持ち運びやすい\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_003.jpg?v=1739943991\" class=\"img-fluid d-block w-100 product-img\" alt=\"手の中に収まるサイズ\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_005.jpg?v=1739944026\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ比較イメージ\"\u003e\n\u003cp class=\"body-text\"\u003e小ぶりでかさばらず、鍵と一緒に付けてもストレスなく使えます。ポケットやバッグにもすっきり収まるサイズ感です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ポイント：職人が手作業で仕立てる高品質 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e職人が手作業で仕立てる高品質\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_006.jpg?v=1739944043\" class=\"img-fluid d-block w-100 product-img\" alt=\"職人による製作風景\"\u003e\n\u003cp class=\"body-text\"\u003eduendeの商品はすべて自社工場で生産。\u003cstrong\u003e財布職人が細部まで丁寧に仕上げています\u003c\/strong\u003e。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ポイント：duendeの刻印入り --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e背面には「duende」の刻印入り\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_007.jpg?v=1739944059\" class=\"img-fluid d-block w-100 product-img\" alt=\"duendeロゴ刻印の写真\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_logo.jpg?v=1739944093\" class=\"img-fluid d-block w-100 product-img\" alt=\"duendeロゴマーク\"\u003e\n\u003cp class=\"body-text\"\u003e背面にはブランド名「duende」の刻印が入り、さりげないアクセントに。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ポイント：名入れタグ --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e名入れタグでさらに特別な贈り物に\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_007_2.jpg?v=1739944143\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ1\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_7_3d0607e4-18b9-458c-8d76-2a98d0237f2c.jpg?v=1739944184\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_8_3243fdc2-fa2a-4cc9-9c2e-bc37771acb8f.jpg?v=1739944206\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ3\"\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e+330円（税込）で、名前やメッセージを刻印できる名入れタグ\u003c\/strong\u003eを追加できます。タグの色は本体と同色で、中央揃えで文字が入ります。プチギフトや記念品におすすめです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ① 商品解説セクション (Main) - ブランド紹介 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e猫愛と技術が融合した『Bri \u0026amp; Gra』\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2025-06-30_18.24.47.png?v=1751275528\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブリグラ\"\u003e\n\u003cp class=\"body-text\"\u003e『Bri \u0026amp; Gra』は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランド。長年革財布を手がけてきた職人の確かな技術をベースに、\u003cstrong\u003e猫への愛情が詰まったデザイン\u003c\/strong\u003eを形にしています。売上の一部は保護猫施設へ寄付され、商品を選ぶことが支援につながる仕組みになっています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e使うほどに愛着がわく、本革仕立てのねこ型キーホルダーです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e愛らしい\u003cstrong\u003eねこ型トラ柄デザイン\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e掌に収まる\u003cstrong\u003eコンパクトサイズ\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eいざという時に役立つ\u003cstrong\u003e500円玉が2枚入るミニポケット\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e経年変化が楽しめる\u003cstrong\u003e上質な本革素材\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e熟練職人による\u003cstrong\u003e丁寧な手作業\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eブランド「duende」の\u003cstrong\u003e刻印入り\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e名入れタグ追加で\u003cstrong\u003e特別な贈り物に\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e本体部分の寸法詳細です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_009.jpg?v=1739944238\" alt=\"キーホルダー寸法図\"\u003e\u003c\/div\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：約 横4.5cm×縦4cm（本体部分）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02207_010.jpg?v=1739944272\" alt=\"キーホルダー詳細図\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e製品の素材と生産地について。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：本革\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eお好みのトラ柄をお選びいただけます。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e茶トラ\u003c\/li\u003e\n\u003cli\u003eキジトラ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e02207\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n\u003cdiv class=\"shipping-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e商品は丁寧にお包みし、お客様のもとへお届けいたします。ギフトにも安心です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_13_9dabc367-63c6-45ea-bf29-c4977a952adf.jpg?v=1739950294\" class=\"img-fluid d-block w-100 product-img\" alt=\"梱包イメージ\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ④ 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご購入前の注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、\u003cstrong\u003e天然素材の風合い\u003c\/strong\u003eとしてお楽しみ下さい。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により\u003cstrong\u003e退色・色落ちの可能性\u003c\/strong\u003eがあります。\u003c\/li\u003e\n\u003cli\u003e商品の色はご使用のディスプレイ環境などによって、\u003cstrong\u003e実物と異なる場合\u003c\/strong\u003eがあります。予めご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"茶トラ","offer_id":49933785497820,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"キジトラ","offer_id":49933785530588,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000261.jpg?v=1739331250"},{"product_id":"02201-500円玉が入るキーホルダー-ねこ型-ねこ柄-本革-名入れオプション付き","title":"【02201】500円玉が入るキーホルダー ねこ型 ねこ柄 本革【名入れオプション付き】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※こちらは名入れ対応商品のページです。\u003c!-- notionvc: f2115645-026a-4ecb-9c09-a7f650089489 --\u003e\n\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cmeta charset=\"utf-8\"\u003e名入れ料 ¥330 が含まれた価格です。\u003cbr\u003e＞ 名入れなしで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/2201\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: 8ca0b7fc-c462-419b-92f9-911a33567010 --\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e \u003c\/p\u003e\n\u003ch2 class=\"product-name\"\u003e【02201】500円玉が入るキーホルダー ねこ型 ねこ柄 本革\u003c\/h2\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_0000_1.jpg?v=1739939412\" class=\"img-fluid d-block w-100 product-img\" alt=\"500円玉が入るキーホルダーTOP\"\u003e\n\u003cp class=\"body-text\"\u003e本革を使用して作られた500円玉が入るねこ型のキーホルダー。ミケ、茶白、ハチワレの3種類の柄があります。ねこ好きな方へのプチギフトとしてもおすすめです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e愛らしいねこ型、いざという時の相棒\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e柔らかな本革で仕立てられた、表情豊かなねこ型キーホルダーです。ミケ、茶白、ハチワレの3種類の柄から、お好みの相棒を見つけてください。困った時に役立つ\u003cstrong\u003e500円玉を2枚までスマートに忍ばせられます\u003c\/strong\u003e。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/13_000000000244.jpg?v=1739331551\" class=\"img-fluid d-block w-100 product-img\" alt=\"選べるねこ柄、安心を携帯\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e選べるねこ柄、安心を携帯\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e手に寄り添う、コンパクトな収納力\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e指先に心地よくなじむ本革の質感は、小さくても確かな存在感を放ちます。ポケットやミニバッグにもすっぽり収まり、かさばらずに持ち運びが可能。ふとした瞬間に頼れる、\u003cstrong\u003eスマートなコイン収納\u003c\/strong\u003eも魅力です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000244.jpg?v=1739331551\" class=\"img-fluid d-block w-100 product-img\" alt=\"手のひらサイズ、日々の必需品\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e手のひらサイズ、日々の必需品\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e日常に溶け込む、機能美あふれる逸品\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e縦約4cm、横約4.5cmの本体は、鍵と一緒につけても邪魔にならない絶妙なサイズ感。キーリング内径2.5cmで、多様な鍵に対応し実用性も抜群です。長年革財布を手がけた職人の技が光る、\u003cstrong\u003e日本仕立ての逸品\u003c\/strong\u003eを日常に。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/8_000000000244.jpg?v=1739331551\" class=\"img-fluid d-block w-100 product-img\" alt=\"こだわりの日本品質、ずっと愛せる\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eこだわりの日本品質、ずっと愛せる\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e手の中に収まる可愛いサイズ\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_02.jpg?v=1739939441\" class=\"img-fluid d-block w-100 product-img\" alt=\"手のひらサイズのキーホルダー\"\u003e\n\u003cp class=\"body-text\"\u003eコンパクトでポケットにもすっぽり入るサイズ感。かさばらず、持ち歩きにも便利です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e500円玉が2枚収納可能\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_03_1.jpg?v=1739939455\" class=\"img-fluid d-block w-100 product-img\" alt=\"500円玉収納イメージ\"\u003e\n\u003cp class=\"body-text\"\u003e中には500円玉を2枚入れることができ、いざというときの非常用コインケースとしても使えます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eかさばらないキーホルダー\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_04.jpg?v=1739939469\" class=\"img-fluid d-block w-100 product-img\" alt=\"鍵を付けた状態\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_08.jpg?v=1739939568\" class=\"img-fluid d-block w-100 product-img\" alt=\"キーホルダーの使用イメージ\"\u003e\n\u003cp class=\"body-text\"\u003e鍵を付けても邪魔にならない大きさで、日常使いのキーホルダーとしても優秀です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e名入れ対応で特別感をプラス\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_07_1.jpg?v=1739939497\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02102_07_b9029317-6159-4764-ae6c-5d90f35f6196.jpg?v=1739939519\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグ詳細\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_7_0cc15369-7e6c-442c-909e-78019b7bffcb.jpg?v=1739939536\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグ書体例\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_8_f50a0e58-8570-46b8-a3b0-e89fd81901e0.jpg?v=1739939552\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグアップ\"\u003e\n\u003cp class=\"body-text\"\u003e+330円（税込）で名入れタグを追加可能。タグの色はヌメ色で、文字は中央揃えで刻印されます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e猫愛と技術が融合\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2025-06-30_18.24.47.png?v=1751275528\" class=\"img-fluid d-block w-100 product-img\" alt=\"Bri \u0026amp; Graブランドロゴ\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_logo1.jpg?v=1739939583\" class=\"img-fluid d-block w-100 product-img\" alt=\"Bri \u0026amp; Graロゴ\"\u003e\n\u003cp class=\"body-text\"\u003e『Bri \u0026amp; Gra』は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランド。長年革財布を手がけてきた職人の確かな技術をベースに、猫への愛情が詰まったデザインを形にしています。売上の一部は保護猫施設へ寄付され、商品を選ぶことが支援につながる仕組みになっています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e関連商品\u003c\/h3\u003e\n\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/link_catgoods_c2cf45c7-26a1-42b9-b04b-f0dc2d6df1e6.jpg?v=1739947487\" class=\"img-fluid d-block w-100 product-img\" alt=\"他の猫グッズへのリンク\"\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e本革を使用した愛らしいねこ型キーホルダーは、実用性とデザイン性を兼ね備えています。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e500円玉を2枚までスマートに収納可能\u003c\/li\u003e\n\u003cli\u003eミケ、茶白、ハチワレの3種類のねこ柄から選択可能\u003c\/li\u003e\n\u003cli\u003e日常使いからプチギフトまで幅広いシーンで活躍\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e手のひらに収まるコンパクトなサイズ感で、かさばらずに持ち歩きに便利です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e本体部分: （約）横4.5cm × 縦4cm\u003c\/li\u003e\n\u003cli\u003eキーリング内径: 2.5cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_09_1.jpg?v=1739939621\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品のサイズイメージ\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02201_10_1.jpg?v=1739939637\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品の詳細構造\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e長年革製品を手がけてきた職人の技術が光る、こだわりの日本品質です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材: 本革\u003c\/li\u003e\n\u003cli\u003e生産国: 日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e個性豊かな3種類のねこ柄が、日々の生活に彩りを添えます。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eハチワレ\u003c\/li\u003e\n\u003cli\u003eミケ\u003c\/li\u003e\n\u003cli\u003e茶白\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e名入れサービスについて\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e特別なギフトや自分だけのアイテムに。名入れサービスをご利用いただけます。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e追加料金: +330円（税込）\u003c\/li\u003e\n\u003cli\u003eタグの色: ヌメ色\u003c\/li\u003e\n\u003cli\u003e文字刻印: 中央揃え\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eブランド「Bri \u0026amp; Gra」について\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e「Bri \u0026amp; Gra」は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランドです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e長年革財布を手がけてきた職人の確かな技術がベース\u003c\/li\u003e\n\u003cli\u003e猫への愛情が詰まったデザインと品質\u003c\/li\u003e\n\u003cli\u003e売上の一部は保護猫施設へ寄付され、商品を選ぶことが支援に繋がります\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e商品の特性上、以下の点にご留意ください。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズ、革の仕上がりによる多少の色ぶれが生じる場合がありますが、天然素材の革の風合いとしてお楽しみください。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますので十分にご注意ください。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境により、実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 発送案内セクション (Shipping) --\u003e\n\u003cdiv class=\"shipping-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e一つひとつ丁寧に検品し、大切にお包みしてお届けします。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_13_9dabc367-63c6-45ea-bf29-c4977a952adf.jpg?v=1739950294\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品の梱包イメージ\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"ハチワレ","offer_id":49933827309788,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"ミケ","offer_id":49933827342556,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"茶白","offer_id":49933827375324,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/13_000000000244.jpg?v=1739331551"},{"product_id":"シュシュ-猫-首輪-大人猫用-コピー","title":"シュシュ 猫 首輪 大人猫用【名入れオプション付き】","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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※こちらは名入れ対応商品のページです。\u003c!-- notionvc: 219057d9-7d96-48ea-953a-6899ffbe3e2c --\u003e\n\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cmeta charset=\"utf-8\"\u003e名入れ料 ¥330 が含まれた価格です。\u003cbr\u003e＞ 名入れなしで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/%E3%82%B7%E3%83%A5%E3%82%B7%E3%83%A5-%E7%8C%AB-%E9%A6%96%E8%BC%AA-%E5%AD%90%E7%8C%AB%E7%94%A8?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: 1b38a607-18c9-4ca5-8071-4c7b2a6a5818 --\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e \u003c\/p\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_000000000271.jpg?v=1739330640\" 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\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_000000000271.jpg?v=1739330640\" 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\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_000000000271.jpg?v=1739330640\" 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大人猫用（約17cm）と子猫用（約12cm）の2種類\u003c\/strong\u003eをご用意し、負担を最小限に抑える設計。やわらかな肌触りで、愛猫に快適な毎日を。\u003c\/p\u003e\n\u003c\/div\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\/60018_0000.jpg?v=1739947548\" alt=\"シュシュ首輪全体像\"\u003e\u003c\/div\u003e\n\u003cp\u003e柔らかくて軽く、ペットへの負担が少ない作りになっています。大人猫用と子猫用の2種類をご用意しています。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60018_02.jpg?v=1739947569\" 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\/60018_03.jpg?v=1739947586\" alt=\"柔らかい質感を示す画像\"\u003e\u003c\/div\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\/60018_04.jpg?v=1739947602\" alt=\"本革の花モチーフアップ\"\u003e\u003c\/div\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\/60018_05.jpg?v=1739947621\" 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\/60018_07.jpg?v=1739947712\" 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\/60018_08_1.jpg?v=1739947735\" 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\/packet_l_e5fbafe6-ebf2-48e2-80b4-ef2a38646946.jpg?v=1739947165\" alt=\"パッケージイメージ\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eシュシュの内周と花モチーフのサイズです。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eシュシュの内周（大人猫用）：約 17cm\u003c\/li\u003e\n\u003cli\u003eシュシュの内周（子猫用）：約 12cm\u003c\/li\u003e\n\u003cli\u003e花モチーフ：幅 4cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e使用されている素材と生産国情報です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e花モチーフ部分：本革\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e豊富なカラー展開で、愛猫にぴったりの色をお選びいただけます。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eピンク\u003c\/li\u003e\n\u003cli\u003eブルー\u003c\/li\u003e\n\u003cli\u003eイエロー\u003c\/li\u003e\n\u003cli\u003eグレー\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e組み合わせイメージ:\u003c\/p\u003e\n\u003cdiv class=\"care-icons\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60018_12_1.jpg?v=1739947642\" alt=\"複数カラーの組み合わせ1\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60018_06.jpg?v=1739947689\" alt=\"複数カラーの組み合わせ2\"\u003e\n\u003c\/div\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\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e文字が入る位置は、革タグの中央揃えになります。\u003c\/li\u003e\n\u003cli\u003e文字の大きさは文字数によって若干変化します。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60018_09.jpg?v=1739947756\" alt=\"名入れイメージ1\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60018_10.jpg?v=1739947795\" alt=\"名入れイメージ2\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60018_11.jpg?v=1739947815\" alt=\"名入れイメージ3\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみ下さい。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合生地との摩擦により退色、色落ちの可能性がありますのでご注意下さい。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"pink \/ white \/ あり","offer_id":49933837107420,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"pink \/ red \/ あり","offer_id":49933837172956,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"pink \/ blue \/ あり","offer_id":49933837238492,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"pink \/ gold \/ あり","offer_id":49933837304028,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"pink \/ orange \/ あり","offer_id":49933837369564,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"grey \/ white \/ あり","offer_id":49933837435100,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"grey \/ red \/ あり","offer_id":49933837500636,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"grey \/ blue \/ あり","offer_id":49933837566172,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"grey \/ gold \/ あり","offer_id":49933837631708,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"grey \/ orange \/ あり","offer_id":49933837697244,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"yellow \/ white \/ あり","offer_id":49933837762780,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"yellow \/ red \/ あり","offer_id":49933837828316,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"yellow \/ blue \/ あり","offer_id":49933837893852,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"yellow \/ gold \/ あり","offer_id":49933837959388,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"yellow \/ orange \/ あり","offer_id":49933838024924,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"blue \/ white \/ あり","offer_id":49933838090460,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"blue \/ red \/ あり","offer_id":49933838155996,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"blue \/ blue \/ あり","offer_id":49933838221532,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"blue \/ gold \/ あり","offer_id":49933838287068,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"blue \/ orange \/ あり","offer_id":49933838352604,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000271.jpg?v=1739330640"},{"product_id":"シュシュ-猫-首輪-子猫用-名入れオプション付き","title":"シュシュ 猫 首輪 子猫用【名入れオプション付き】","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: 31d0aebf-85c5-48f7-a6f7-beb8bf5a2116 --\u003e\n\u003c\/h3\u003e\n\u003cp\u003e名入れ料 ¥330が含まれた価格です。\u003c\/p\u003e\n\u003cp\u003e＞ 名入れなしで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/%E3%82%B7%E3%83%A5%E3%82%B7%E3%83%A5-%E7%8C%AB-%E9%A6%96%E8%BC%AA-%E3%82%B3%E3%83%94%E3%83%BC?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\u003cp\u003e\u003c!-- notionvc: 51b7f301-2e65-428d-b9e9-080af803537d --\u003e\u003c\/p\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\/1_000000000271.jpg?v=1739330640\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e子猫のファーストチョイス\u003c\/p\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\/3_000000000271.jpg?v=1739330640\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eこだわりの日本製素材\u003c\/p\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\/7_000000000271.jpg?v=1739330640\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eストレスフリーな軽やかさ\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e伸縮性に優れたシュシュタイプで、初めての首輪にもスムーズに慣れてくれるでしょう。子猫用に約12cmと計算された内周は、動きを妨げずに\u003cstrong\u003e優しくフィット\u003c\/strong\u003eします。迷子札も取り付けられ、お散歩時も安心です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\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伸縮性があるシュシュタイプで着脱が簡単\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\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\/60018_0000.jpg?v=1739947548\"\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\/60018_02.jpg?v=1739947569\"\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\/60018_03.jpg?v=1739947586\"\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\/60018_04.jpg?v=1739947602\"\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\/60018_05.jpg?v=1739947621\"\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\/60018_12_1.jpg?v=1739947642\"\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\/60018_06.jpg?v=1739947689\"\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\/60018_07.jpg?v=1739947712\"\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\/60018_08_1.jpg?v=1739947735\"\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\/60018_09.jpg?v=1739947756\"\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\/60018_10.jpg?v=1739947795\"\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\/60018_11.jpg?v=1739947815\"\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\/packet_l_e5fbafe6-ebf2-48e2-80b4-ef2a38646946.jpg?v=1739947165\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eシュシュの内周と花モチーフの寸法です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eシュシュの内周（大人猫用）：約 17cm\u003c\/li\u003e\n\u003cli\u003eシュシュの内周（子猫用）：約 12cm\u003c\/li\u003e\n\u003cli\u003e花モチーフ：幅 4cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e本製品に使用されている素材と生産国です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e花モチーフ部分：本革\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e以下のカラーからお選びいただけます。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003eピンク\u003c\/li\u003e\n\u003cli\u003eブルー\u003c\/li\u003e\n\u003cli\u003eイエロー\u003c\/li\u003e\n\u003cli\u003eグレー\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e製品に関する注意事項\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみください。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e名入れに関する注意事項\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\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\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"pink \/ white \/ あり","offer_id":49933840056540,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"pink \/ red \/ あり","offer_id":49933840122076,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"pink \/ blue \/ あり","offer_id":49933840187612,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"pink \/ gold \/ あり","offer_id":49933840253148,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"pink \/ orange \/ あり","offer_id":49933840318684,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"grey \/ white \/ あり","offer_id":49933840384220,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"grey \/ red \/ あり","offer_id":49933840449756,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"grey \/ blue \/ あり","offer_id":49933840515292,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"grey \/ gold \/ あり","offer_id":49933840580828,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"grey \/ orange \/ あり","offer_id":49933840646364,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"yellow \/ white \/ あり","offer_id":49933840711900,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"yellow \/ red \/ あり","offer_id":49933840777436,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"yellow \/ blue \/ あり","offer_id":49933840842972,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"yellow \/ gold \/ あり","offer_id":49933840908508,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"yellow \/ orange \/ あり","offer_id":49933840974044,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"blue \/ white \/ あり","offer_id":49933841039580,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"blue \/ red \/ あり","offer_id":49933841105116,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"blue \/ blue \/ あり","offer_id":49933841170652,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"blue \/ gold \/ あり","offer_id":49933841236188,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false},{"title":"blue \/ orange \/ あり","offer_id":49933841301724,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000271.jpg?v=1739330640"},{"product_id":"01902-セミオーダー-ラウンドファスナー長財布-栃木レザー-名入れオプション付き","title":"【01902】【セミオーダー】 ラウンドファスナー長財布 栃木レザー【名入れオプション付き】","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: f674e313-8b47-441b-9ab7-0196c5aa7919 --\u003e\n\u003c\/h3\u003e\n\u003cp\u003e名入れ料 ¥550が含まれた価格です。\u003c\/p\u003e\n\u003cp\u003e＞ 名入れなしで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/1902?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\u003cp\u003e\u003c!-- notionvc: 88b66e0a-2ba7-4bb7-8331-50b774925332 --\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000206.jpg?v=1738299985\" 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カードはたっぷり12枚、通帳も無理なく収まるゆとりある設計です。2ルームの小銭入れとフリーポケットが、お会計時の\u003cstrong\u003eスマートな所作\u003c\/strong\u003eをサポートし、整理整頓を叶えます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/11_000000000206.jpg?v=1738299985\" 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\"\u003eYKKエクセラが約束する極上\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eメインファスナーには、YKK社製の\u003cstrong\u003e最高級エクセラ\u003c\/strong\u003eを使用。一つ一つ丁寧に磨かれたエレメントは、滑らかな開閉と上質な輝きを放ち、使うたびに心地よい満足感をもたらします。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/9_000000000206.jpg?v=1738299985\" class=\"img-fluid d-block w-100 product-img\" alt=\"YKKエクセラファスナー\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e職人技光る滑らかなファスナー\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品基本情報\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e製品の基本的な情報です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e商品コード: 01902\u003c\/li\u003e\n\u003cli\u003e重さ: 約210g\u003c\/li\u003e\n\u003cli\u003e生産国: 日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e標準的なラウンドファスナー長財布のサイズです。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e縦: 9.5cm\u003c\/li\u003e\n\u003cli\u003e横: 19.5cm\u003c\/li\u003e\n\u003cli\u003e厚さ: 2.5cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/s00602-01.jpg?v=1739949126\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布サイズ詳細図\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・革について\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e最高級の栃木レザーが織りなす、本物の質感をお楽しみください。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材: 牛革（栃木レザー）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_06.jpg?v=1739949194\" class=\"img-fluid d-block w-100 product-img\" alt=\"栃木レザーロゴ\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e表革には、国内で最高技術を誇るタンナー”栃木レザー株式会社”の最高級のヌメ革を使用。5色の中からお選びいただけます。持つほどに変化する革のエイジングを楽しめるので飽きることなく長くお使いいただけます。\u003c\/p\u003e\n\u003cp class=\"body-text\"\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\u003cp class=\"body-text\"\u003e大容量でスマートな収納を叶える、機能的な内装です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eカードポケット×12\u003c\/li\u003e\n\u003cli\u003eお札入れ×2\u003c\/li\u003e\n\u003cli\u003eフリーポケット×2\u003c\/li\u003e\n\u003cli\u003e小銭入れ（2ルーム）×1\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_04.jpg?v=1739949187\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布収納内部構造図\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eカードはたっぷり12枚収納可能で、通帳も無理なく入れることが出来ます。レシートなどをまとめるのに便利なフリーポケットも2か所設けています。小銭入れは、中が2ルームに分かれており、とても見やすく、お会計時の小銭の出し入れにとても便利です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_05_0296853c-1f72-448a-9bcf-473c2e1a81ab.jpg?v=1739949191\" class=\"img-fluid d-block w-100 product-img\" alt=\"小銭入れ詳細\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eセミオーダーの詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e世界に一つだけの、あなただけの財布をセミオーダーできます。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003ebristlegrassでは、革の種類・色、ファスナー、金具やステッチの色など、多彩な組み合わせの中からお客様だけのこだわりの詰まった理想のお財布をセミオーダーすることができます。あなた自身へ、あなたの大切な人へ、特別な財布を送りませんか？\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_11_96e0d741-8be9-4b44-959b-fbc126fddd75.jpg?v=1739949134\" class=\"img-fluid d-block w-100 product-img\" alt=\"セミオーダーイメージ\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003eセミオーダー実例\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e【表革】チョコ（栃木レザー）【内装革】クロ（栃木レザー）【ファスナー】クロ×シルバー【ステッチ】クロ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_03.jpg?v=1739949142\" class=\"img-fluid d-block w-100 product-img\" alt=\"セミオーダー実例1\"\u003e\u003c\/div\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e【表革】キャメル（栃木レザー）【内装革】レッド（栃木レザー）【ファスナー】レッド×ゴールド【ステッチ】オレンジ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_03_1.jpg?v=1739949158\" class=\"img-fluid d-block w-100 product-img\" alt=\"セミオーダー実例2\"\u003e\u003c\/div\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e【表革】グリーン（栃木レザー）【内装革】キナリ（国産ヌメ革）【ファスナー】ベージュ×ゴールド【ステッチ】チョコ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_03_2.jpg?v=1739949167\" class=\"img-fluid d-block w-100 product-img\" alt=\"セミオーダー実例3\"\u003e\u003c\/div\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e【表革】グリーン（栃木レザー）【内装革】キナリ（国産ヌメ革）【ファスナー】クロ×ゴールド【ステッチ】クロ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_13_1.jpg?v=1739949173\" class=\"img-fluid d-block w-100 product-img\" alt=\"セミオーダー実例4\"\u003e\u003c\/div\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e【表革】クロ（栃木レザー）【内装革】レッド（栃木レザー）【ファスナー】クロ×ゴールド【ステッチ】クロ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_13_2.jpg?v=1739949178\" class=\"img-fluid d-block w-100 product-img\" alt=\"セミオーダー実例5\"\u003e\u003c\/div\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e【表革】グリーン（栃木レザー）【内装革】グリーン（栃木レザー）【ファスナー】キャメル×ゴールド【ステッチ】グリーン\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_13_3.jpg?v=1739949182\" class=\"img-fluid d-block w-100 product-img\" alt=\"セミオーダー実例6\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e革の選択肢\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e財布の内装には、表革と同じ5色の栃木レザーと、ナチュラルな色合いの国産ヌメ革の計6種類の中からお選びいただけます。それぞれの革の色に合った裏地とのセットをご用意いたしております。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_07.jpg?v=1739949198\" class=\"img-fluid d-block w-100 product-img\" alt=\"内装革の選択肢\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003eファスナーの選択肢\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e表革と同様、見た目の印象を左右する外ファスナー。外ファスナーテープのカラーは6色、外ファスナー金具の色は2色からそれぞれお選びいただけます。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_09_92075742-e8a5-47b6-80dd-f7061b538dcc.jpg?v=1739949206\" class=\"img-fluid d-block w-100 product-img\" alt=\"外ファスナーの選択肢\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eメインファスナーには、YKK社製の”エクセラ”ファスナーを使用しています。エレメント1つ1つが磨かれた最高級のファスナー。滑らかな滑りでファスナーの開閉にストレスがありません。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_10_b650c093-853d-4c9d-a5c3-cdf667519aea5.jpg?v=1739949210\" class=\"img-fluid d-block w-100 product-img\" alt=\"YKKエクセラファスナー詳細\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_08_fa9e420d-95b7-47a8-969c-f66cbb2b07fb.jpg?v=1739949202\" class=\"img-fluid d-block w-100 product-img\" alt=\"中ファスナーの説明\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003eステッチの選択肢\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e表革の周りを彩るステッチのカラーも5色からお選びいただけます。表革と同系色で統一感を出すのも、アクセントとして全く違うカラーを選ぶのもあり。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e名入れ加工【+550円（税込み）】\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eご希望の方には、財布の表に+550円（税込み）でお好きな文字を入れることができます。お名前やイニシャルなどをいれることで、セミオーダー財布の特別感がさらに増します。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_13.jpg?v=1739949215\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れ加工イメージ\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご購入前の注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが天然素材の革の風合いとしてお楽しみ下さい。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合生地との摩擦により退色、色落ちの可能性がありますのでご注意下さい。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003cli\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":"Default Title","offer_id":49933879869660,"sku":null,"price":17050.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000206.jpg?v=1738299985"},{"product_id":"02301-犬型キーホルダー-いぬ型-本革-名入れオプション付き","title":"【02301】犬型キーホルダー いぬ型 本革【名入れオプション付き】","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: 2e78b7cf-8f25-43d4-894b-0696612626fc --\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e名入れ料 ¥330が含まれた価格です。\u003c!-- notionvc: e6bfa0ba-a38a-4523-ba8b-48983ca5a353 --\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e＞ 名入れなしで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/2301?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003c!-- notionvc: 7dc5d952-b030-4342-a60d-7f3d9b056196 --\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3 class=\"section-title\"\u003e愛らしさ選ぶ、本革の相棒\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eトイプードル、ダックス、柴犬。それぞれの\u003cstrong\u003e愛らしい表情\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\/1_000000000277.jpg?v=1740037616\" 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\/2_000000000277.jpg?v=1740037616\" 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は、\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\/5_000000000277.jpg?v=1740037617\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れが施された犬型キーホルダーのアップ\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eパーソナルな愛着を育む\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e本革を使用した犬型キーホルダーの主な特徴をご紹介します。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e本革で出来た\u003cstrong\u003e愛らしい犬型\u003c\/strong\u003eデザイン\u003c\/li\u003e\n\u003cli\u003e使うほどに\u003cstrong\u003eしっかりエイジング\u003c\/strong\u003eし、愛着が湧く\u003c\/li\u003e\n\u003cli\u003e鍵に付けても\u003cstrong\u003e邪魔にならないスマートな大きさ\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e背面に「bristle grass」の刻印入り\u003c\/li\u003e\n\u003cli\u003e犬好きな方への\u003cstrong\u003eプチギフトにもおすすめ\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02301_000.jpg?v=1739949393\" 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\/02301_02.jpg?v=1739949436\" 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\/02301_03.jpg?v=1739949453\" class=\"img-fluid d-block w-100 product-img\" alt=\"キーホルダー背面の刻印「bristle grass」\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e各犬種のキーホルダーサイズは以下の通りです。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eトイプードル（約）：横4.7cm×縦4.7cm\u003c\/li\u003e\n\u003cli\u003eミニチュアダックス（約）：横5.6cm×縦3.8cm\u003c\/li\u003e\n\u003cli\u003e柴犬（約）：横5.1cm×縦4.8cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02301_07.jpg?v=1739949573\" 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\/02301_08.jpg?v=1739949594\" class=\"img-fluid d-block w-100 product-img\" alt=\"キーホルダーを手に乗せたサイズ感\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・カラー・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e製品の主な素材、カラーバリエーション、生産地についてご案内します。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：本革\u003c\/li\u003e\n\u003cli\u003eカラー：ヌメ、チョコ、キャメル、クロ\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02301_05.jpg?v=1739949492\" 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\/617_7_2be0b25a-c8cf-4fa7-8e1b-74935da23a73.jpg?v=1739949532\" 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\/617_8_16818350-2374-4210-bbe5-87b11148484a.jpg?v=1739949553\" class=\"img-fluid d-block w-100 product-img\" alt=\"本革の風合いを示すクローズアップ\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eオプション・名入れについて\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eお好きな文字を刻印できる名入れタグを追加できます。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003eお好きな文字を入れた名入れタグを追加可能\u003c\/li\u003e\n\u003cli\u003e料金：+330円（税込み）\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e世界に一つだけのオリジナルキーホルダー\u003c\/strong\u003eに\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02301_06.jpg?v=1739949511\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れタグのイメージ画像\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e製造へのこだわり\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003ebristle grassの商品は、自社工場で職人が一つ一つ丁寧に手作業で仕上げています。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e自社工場で全て\u003cstrong\u003e手作業生産\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e職人が\u003cstrong\u003e細部までこだわって\u003c\/strong\u003e仕上げる\u003c\/li\u003e\n\u003cli\u003e小さな商品でも一つ一つ\u003cstrong\u003e丁寧に製造\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/02301_04.jpg?v=1739949473\" class=\"img-fluid d-block w-100 product-img\" alt=\"職人が革製品を制作している様子\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズ、色のブレが生じる場合がありますが、天然素材の風合いとしてお楽しみください。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色や色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境により、実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003e商品コード: 02301\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"natural \/ トイプードル","offer_id":49933946159324,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"choco \/ トイプードル","offer_id":49933946192092,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"Camel \/ トイプードル","offer_id":49933946224860,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ トイプードル","offer_id":49933946257628,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"natural \/ ミニチュアダックス","offer_id":49933946290396,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"choco \/ ミニチュアダックス","offer_id":49933946323164,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"Camel \/ ミニチュアダックス","offer_id":49933946355932,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ ミニチュアダックス","offer_id":49933946388700,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"natural \/ 柴犬","offer_id":49933946421468,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"choco \/ 柴犬","offer_id":49933946454236,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"Camel \/ 柴犬","offer_id":49933946487004,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ 柴犬","offer_id":49933946519772,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000277.jpg?v=1740037616"},{"product_id":"01331-ねこマーク付きリールキーホルダー-本革-名入れオプション付き","title":"【01331】ねこマーク付きリールキーホルダー 本革【名入れオプション付き】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品トップの導入 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cp class=\"body-text\"\u003e猫のマークが付いた本革の\u003cstrong\u003eリールキーホルダー\u003c\/strong\u003e。カバンのポケットなどにナスカンでひっかけておけば、鍵を探す手間も省けてとっても便利。くすんだ色味が可愛い「\u003cstrong\u003eモストロレザー\u003c\/strong\u003e」を使用し、長く使うほど愛着が湧くアイテムです。\u003c\/p\u003e\n\u003cimg alt=\"リールキーホルダーTOP\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_0000.jpg?v=1739945108\"\u003e\n\u003c\/div\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※こちらは名入れ対応商品のページです\u003c!-- notionvc: f6399be2-26e9-4741-975a-135368aa1725 --\u003e\n\u003c\/h3\u003e\n\u003cp\u003e名入れ料 ¥330が含まれた価格です。\u003c\/p\u003e\n\u003cp\u003e＞ 名入れなしで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/1331?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003c!-- notionvc: 68b3ba7a-c85b-4238-ac8b-bb576597560d --\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3 class=\"section-title\"\u003e毎日を彩るくすみカラー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eモストロレザーの落ち着いた色合いが、大人の手元にさりげない可愛らしさを添えます。愛らしいねこマークが、日常に小さな癒やしを届けるでしょう。 \u003cstrong\u003eグレー・ピンク・キャメル・グリーンの4色展開\u003c\/strong\u003eで、スモーキーカラーがコーディネートに馴染みやすく、大人可愛い印象に。\u003c\/p\u003e\n\u003cimg alt=\"カラーバリエーション\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_02.jpg?v=1739945123\"\u003e \u003cimg alt=\"くすみレザーアップ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_04.jpg?v=1739945156\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e選べる4色の本革アイテム\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e玄関前で慌てないスマートな鍵\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e最長40cmまで伸びるリール機能\u003c\/strong\u003eは、バッグに付けたまま鍵の開閉を可能にします。もう鍵を探して焦ることはなく、スムーズな毎日を叶えます。鞄につけたまま鍵を引き出して使えるので、玄関前で慌てる心配なし。\u003c\/p\u003e\n\u003cimg alt=\"使用イメージ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_03.jpg?v=1739945140\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e鍵の出し入れもラクラク\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e愛らしいねこが魅せる上質な輝き\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e熟練の職人が手掛けた美しい仕上がりが、小さなアイテムにも宿っています。使い込むほどに表情を変えるモストロレザーは、あなただけの物語を紡ぎます。\u003c\/p\u003e\n\u003cimg alt=\"くすみレザーアップ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_04.jpg?v=1739945156\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eこだわりの日本品質\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e名入れ対応で特別感を\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e名入れ（\u003cstrong\u003e＋330円\u003c\/strong\u003e）で自分だけのアイテムに。\u003cstrong\u003eギフト\u003c\/strong\u003eにも喜ばれるオプションです。※名入れ時はブランドロゴタグは付きません。\u003c\/p\u003e\n\u003cimg alt=\"名入れタグイメージ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_05.jpg?v=1739945263\"\u003e \u003cimg alt=\"名入れ説明\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01316_06_53331410-41ff-4b04-b7ec-3da90b9dd92e.jpg?v=1739945290\"\u003e \u003cimg alt=\"名入れ作例\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01905_1_8ce6d6b8-d09f-471f-820a-384602e3a22f.jpg?v=1739945310\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e猫愛と技術が融合\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e「Bri \u0026amp; Gra」は保護猫「ブリ」と「グラ」にちなんで名付けられた猫グッズブランド。長年革財布を手がけてきた職人の確かな技術をベースに、猫への愛情が詰まったデザインを形にしています。売上の一部は\u003cstrong\u003e保護猫施設へ寄付\u003c\/strong\u003eされ、商品を選ぶことが支援につながる仕組みになっています。\u003c\/p\u003e\n\u003cimg alt=\"ブリグラ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2025-06-30_18.24.47.png?v=1751275528\"\u003e \u003cimg alt=\"ブランド紹介ロゴ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_logo.jpg?v=1739945201\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\u003ca class=\"d-block\" href=\"https:\/\/bristle-grass.we-shop.jp\/collections\/all-cat-goods\"\u003e \u003cimg alt=\"その他の猫グッズはこちら\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/link_catgoods_c2cf45c7-26a1-42b9-b04b-f0dc2d6df1e6.jpg?v=1739947487\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eこのリールキーホルダーは、日常に便利さと可愛らしさをプラスする工夫が凝らされています。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eくすんだ色味が可愛い\u003cstrong\u003eモストロレザー\u003c\/strong\u003eを使用\u003c\/li\u003e\n\u003cli\u003e鍵を探す手間を省く、最長40cmまで伸びる\u003cstrong\u003eリール機能\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e使い込むほどに表情を変える\u003cstrong\u003e経年変化\u003c\/strong\u003eを楽しめる\u003c\/li\u003e\n\u003cli\u003e手元にさりげない可愛らしさを添える\u003cstrong\u003e愛らしいねこマーク\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e熟練職人が手掛けた\u003cstrong\u003eこだわりの日本品質\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e持ち運びやすく、機能的なサイズ感です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\n\u003cimg alt=\"サイズ表記画像1\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_07.jpg?v=1739945170\"\u003e \u003cimg alt=\"サイズ表記画像2\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01331_08.jpg?v=1739945185\"\u003e\n\u003c\/div\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e横: 約2cm\u003c\/li\u003e\n\u003cli\u003e高さ: 約12cm\u003c\/li\u003e\n\u003cli\u003eリールの長さ: 最長40cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国・カラー\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e上質な素材と、豊富なカラーバリエーション。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材: 牛革 (モストロレザー)\u003c\/li\u003e\n\u003cli\u003e生産国: 日本\u003c\/li\u003e\n\u003cli\u003eカラー展開: ピンク、グレー、キャメル、グリーン\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e商品コード: 01331\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズ、色ぶれが生じる場合がありますが、天然素材の風合いとしてお楽しみください。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n\u003cli\u003e商品の色は、ディスプレイの環境などにより実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- ラッピング画像（補足情報として配置） --\u003e\n\u003cdiv class=\"content-section\"\u003e\u003cimg alt=\"ギフトラッピングイメージ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/packet_l_13_9dabc367-63c6-45ea-bf29-c4977a952adf.jpg?v=1739950294\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mellow（メロウ）","offers":[{"title":"pink","offer_id":49933979910364,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"gray","offer_id":49933979943132,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":49933979975900,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":49933980008668,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000265.jpg?v=1739331448"},{"product_id":"01329-500円玉が入るキーホルダー-ハート型-本革-名入れオプション付き","title":"【01329】500円玉が入るキーホルダー ハート型 本革【名入れオプション付き】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fbf9f6; color: #666666; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #b99d82; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #b99d82; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※こちらは名入れ対応商品のページです\u003c!-- notionvc: da5e70d5-d994-4583-986a-1d702009f22c --\u003e\n\u003c\/h3\u003e\n\u003cp\u003e名入れ料 ¥330が含まれた価格です。\u003c\/p\u003e\n\u003cp\u003e＞ 名入れなしで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/1329?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003c!-- notionvc: bbcbf308-635c-45b9-b959-311c717ce1af --\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\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\/1_000000000252.jpg?v=1738635817\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e毎日持ち歩きたい私の相棒\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e手元を彩る、くすんだ色合いが美しい\u003cstrong\u003eモストロレザー\u003c\/strong\u003e。さりげないハートフォルムに、いざという時に役立つ\u003cstrong\u003e500円玉を忍ばせて\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\/4_000000000252.jpg?v=1738635817\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e小さな体で頼れる存在感\u003c\/p\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\/11_000000000252.jpg?v=1738635818\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eギフトにも喜ばれる逸品\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e幅4.7cm、高さ4cmの絶妙なバランス。\u003cstrong\u003e財布職人\u003c\/strong\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\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商品コード: 01329\u003c\/li\u003e\n\u003cli\u003e商品名: 500円玉が入るキーホルダー ハート型 本革\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003eくすんだ色味が可愛い\u003cstrong\u003eモストロレザー\u003c\/strong\u003eで出来た、500円玉が入るハート型のキーホルダーです。日常使いはもちろん、プチギフトとしてもおすすめです。\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\/01329_000.jpg?v=1739941486\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eいざという時に役立つ\u003cstrong\u003e500円玉が2枚まで\u003c\/strong\u003e収まる賢い設計\u003c\/li\u003e\n\u003cli\u003e手の中に収まる可愛い\u003cstrong\u003e手のひらサイズ\u003c\/strong\u003e\n\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\u003cimg alt=\"500円玉2枚収納イメージ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01329_05.jpg?v=1739941530\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e中には、500円玉を2枚入れることができます。\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\/01329_06.jpg?v=1739941546\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e鍵を付けても邪魔にならない大きさ。\u003c\/p\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\/01329_08.jpg?v=1739941578\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e背面に「duende」の刻印入り。\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\u003cp class=\"body-text\"\u003e手のひらに収まるコンパクトサイズです。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e本体部分: 約 横4.7cm × 縦4cm\u003c\/li\u003e\n\u003c\/ul\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\/01329_04.jpg?v=1739941515\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e手の中に収まる可愛いサイズ。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材: 本革（モストロレザー）\u003c\/li\u003e\n\u003cli\u003e生産国: 日本\u003c\/li\u003e\n\u003c\/ul\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\"\u003eduendeの商品は、自社工房で\u003cstrong\u003e財布職人が一つ一つ手作業\u003c\/strong\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\/01329_07.jpg?v=1739941560\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\u003e熟練の技が光る繊細な作り\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e手元を彩る、くすんだ色合いが美しい4色展開です。\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\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\/01329_03.jpg?v=1739941500\"\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\/01329_09.jpg?v=1739941653\"\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\/01329_10.jpg?v=1739941667\"\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\/01329_11.jpg?v=1739941681\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eギフト・名入れについて\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e大切な方への\u003cstrong\u003eプチギフト\u003c\/strong\u003eにも最適です。別途料金で名入れタグを追加できます。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e名入れタグ追加: +330円（税込み）\u003c\/li\u003e\n\u003c\/ul\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\/naire_setumei_mostro_7f28de77-a27b-428e-b230-916c37d001d3.jpg?v=1739941616\"\u003e\u003c\/div\u003e\n\u003cp class=\"caption-text text-end\"\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\/01905_1_230480ee-f5be-492f-a5f3-46c7adbcfb5f.jpg?v=1739941605\"\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\/packet_l_5_afe29b7f-8b4e-4d4e-8515-f0353921aa7c.jpg?v=1739940680\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズ、革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみください。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- \/content-section (スペック・詳細) --\u003e\n\u003c\/div\u003e\n\u003c!-- \/container product-wrapper --\u003e","brand":"mellow（メロウ）","offers":[{"title":"pink","offer_id":49933997474012,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"gray","offer_id":49933997506780,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":49933997539548,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":49933997572316,"sku":null,"price":1760.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000252.jpg?v=1738635817"},{"product_id":"60015-ペット用ハーネス-m-栃木レザー-モストロレザー-ヌメ-名入れオプション付き","title":"【60015】ペット用ハーネス（M）栃木レザー モストロレザー ヌメ【名入れオプション付き】","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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※こちらは名入れ対応商品のページです\u003cmeta charset=\"utf-8\"\u003e\n\u003c\/h3\u003e\n\u003cp\u003e名入れ料 ¥550が含まれた価格です。\u003c\/p\u003e\n\u003cp\u003e＞ 名入れなしで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/60015?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愛犬と過ごす Mサイズの贅沢ハーネス\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e国内の職人が丹精込めて作り上げた\u003cstrong\u003e本革ハーネス\u003c\/strong\u003eが、愛犬との散歩時間をより豊かなものにします。様々な革の風合いと\u003cstrong\u003eMサイズ対応\u003c\/strong\u003eで、特別な毎日を演出します。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000215.jpg?v=1739330523\" class=\"img-fluid d-block w-100 product-img\"\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は、愛犬のストレスを軽減します。前後のベルトも細かく調整可能で、いつでも体にフィットする\u003cstrong\u003e安心感\u003c\/strong\u003eを提供します。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000215.jpg?v=1739330523\" class=\"img-fluid d-block w-100 product-img\"\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のハーネスを。使うほどに深まる本革の\u003cstrong\u003eエイジング\u003c\/strong\u003eが、あなたと愛犬の思い出と共に長く寄り添い、絆を育みます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/8_000000000215.jpg?v=1739330524\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e唯一無二のパーソナルハーネス\u003c\/p\u003e\n\u003c\/div\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\n\u003cstrong\u003e国内職人\u003c\/strong\u003eによる丁寧な手作り\u003c\/li\u003e\n\u003cli\u003e使うほどに風合いが増す\u003cstrong\u003e本革のエイジング\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e片手で簡単着脱できる\u003cstrong\u003eワンタッチバックル\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e愛犬にしっかりフィットする\u003cstrong\u003e3ヶ所調整ベルト\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eお散歩の安心感を高める\u003cstrong\u003e丈夫な金具\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_03.jpg?v=1739952847\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_04.jpg?v=1739952853\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_05.jpg?v=1739952880\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_13.jpg?v=1739952930\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e厳選された上質な本革を使用し、日本の職人が一つ一つ丁寧に作り上げています。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材: 牛革（栃木レザー、モストロレザー、ヌメ革）\u003c\/li\u003e\n\u003cli\u003e生産国: 日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003eそれぞれの革の特性:\u003c\/p\u003e\n\u003cul class=\"point-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\u003cul class=\"basic-list\"\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サイズ詳細（Mサイズ）\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eMサイズの詳細です。体重の増減や毛量による変化に合わせて微調整が可能です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e首回り: 最大43cm～最小32cm\u003c\/li\u003e\n\u003cli\u003e胴回り: 最大54cm～最小38cm\u003c\/li\u003e\n\u003cli\u003eベルトの幅: 15mm\u003c\/li\u003e\n\u003cli\u003eサイズ調整: 可能\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003eベルトは前、後、真ん中の3ヶ所で調整が可能です。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_000.jpg?v=1739952840\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_07_1.jpg?v=1739952887\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_07_2.jpg?v=1739952891\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_08.jpg?v=1739952897\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_09_01.jpg?v=1739952904\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eSサイズ参考情報\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eSサイズの参考情報です。体重の増減や毛量による変化に合わせて微調整が可能です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e胴回り: 最大34cm～最小23cm\u003c\/li\u003e\n\u003cli\u003eベルトの幅: 10mm\u003c\/li\u003e\n\u003cli\u003eサイズ調整: 可能\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_14_1.jpg?v=1739952934\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_15.jpg?v=1739952939\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_16.jpg?v=1739952943\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e名入れオプション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e愛するわんちゃんの名前などを刻んで、世界で一つのオリジナルハーネスにできます。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e料金: \u003cstrong\u003e+550円（税込）\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e刻印内容: わんちゃんの名前や電話番号など、自由に選べます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003e【注意】\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e文字のカラーがブラックになるため、ブラックのハーネスには名入れできません。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/maigo_08_4.jpg?v=1739952915\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60015_10.jpg?v=1739952923\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e製品情報\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e商品コード: 60015\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\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":"ニシカゼ","offers":[{"title":"black","offer_id":49933999571164,"sku":null,"price":7370.0,"currency_code":"JPY","in_stock":true},{"title":"choco","offer_id":49933999603932,"sku":null,"price":7370.0,"currency_code":"JPY","in_stock":false},{"title":"camel","offer_id":49933999636700,"sku":null,"price":7370.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":49933999669468,"sku":null,"price":7370.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":49933999702236,"sku":null,"price":7370.0,"currency_code":"JPY","in_stock":true},{"title":"pink","offer_id":49933999735004,"sku":null,"price":7370.0,"currency_code":"JPY","in_stock":true},{"title":"gray","offer_id":49933999767772,"sku":null,"price":7370.0,"currency_code":"JPY","in_stock":true},{"title":"nume","offer_id":49933999800540,"sku":null,"price":7370.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000215.jpg?v=1739330523"},{"product_id":"60013-ペット用ハーネス-s-ss-栃木レザー-モストロレザー-ヌメ-名入れオプション付き","title":"【60013】ペット用ハーネス（S～SS）栃木レザー モストロレザー ヌメ【名入れオプション付き】","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: 3ea71c44-7a38-4c8c-a0ed-49bd30508fe8 --\u003e\n\u003c\/h3\u003e\n\u003cp\u003e名入れ料 ¥550が含まれた価格です。\u003c\/p\u003e\n\u003cp\u003e＞ 名入れなしで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/60013?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003c!-- notionvc: e636f2ad-a837-46f9-93d6-cca04f856eca --\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\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_000000000213.jpg?v=1740037730\" 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を実現しました。\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\/8_000000000213.jpg?v=1740037730\" 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散歩の準備は、もっとスムーズに。ワンタッチで軽やかに装着できる設計は、愛犬の負担を軽減し、忙しい日々にもゆとりをもたらします。慌ただしいお出かけ前も、穏やかな時間へと変わるでしょう。\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\/2_000000000213.jpg?v=1740037731\" 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、\u003cstrong\u003eヌメ革\u003c\/strong\u003e。それぞれの個性光る本革が、使うほどに深まる風合いと色合いを生み出します。国内の職人が丁寧に手作業で仕立てた逸品は、愛着とともに長く寄り添います。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e着脱しやすく、愛犬に優しい機能性と、上質な本革の魅力を兼ね備えています。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eワンタッチで簡単着脱、\u003cstrong\u003e愛犬の負担を軽減\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e体重や毛量に合わせた3ヶ所\u003cstrong\u003e調整可能\u003c\/strong\u003eなベルト\u003c\/li\u003e\n\u003cli\u003e使うほどに風合いが増す\u003cstrong\u003e本革のエイジング\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e国内自社工場で職人が手作り、\u003cstrong\u003e細部まで丁寧な仕上がり\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eリード接続金具は\u003cstrong\u003e丈夫な設計\u003c\/strong\u003eで安心\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60013_00.jpg?v=1739951567\" class=\"img-fluid d-block w-100 product-img\" alt=\"本革ハーネスの全体像\"\u003e\u003c\/div\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\/60013_03.jpg?v=1739951578\" 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\/60013_04.jpg?v=1739951588\" 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\/60013_05.jpg?v=1739951595\" class=\"img-fluid d-block w-100 product-img\" alt=\"ハーネスの正面アップ\"\u003e\u003c\/div\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\/60013_07_1.jpg?v=1739951602\" 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\/60013_07_2.jpg?v=1739951606\" class=\"img-fluid d-block w-100 product-img\" alt=\"バックルの拡大図\"\u003e\u003c\/div\u003e\n\u003cp\u003eベルトは前、後、真ん中の3ヶ所で調整が可能。わんちゃんの体の大きさに合わせてご使用いただけます。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60013_08.jpg?v=1739951611\" class=\"img-fluid d-block w-100 product-img\" alt=\"3ヶ所調整可能なベルトの図\"\u003e\u003c\/div\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\/60013_10.jpg?v=1739951635\" class=\"img-fluid d-block w-100 product-img\" alt=\"国内職人による製造風景\"\u003e\u003c\/div\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\/60013_13.jpg?v=1739951641\" class=\"img-fluid d-block w-100 product-img\" alt=\"リード接続用の丈夫な金具\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e以下のサイズをご確認ください。体重の増減や毛量に合わせて微調整できます。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e胴回り: 最大34cm～最小23cm (サイズ調整可能)\u003c\/li\u003e\n\u003cli\u003eベルトの幅: 10mm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60013_14.jpg?v=1739951646\" class=\"img-fluid d-block w-100 product-img\" alt=\"ハーネスの寸法図1\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60013_15_1.jpg?v=1739951649\" class=\"img-fluid d-block w-100 product-img\" alt=\"ハーネスの寸法図2\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60013_16.jpg?v=1739951653\" class=\"img-fluid d-block w-100 product-img\" alt=\"ハーネスの寸法図3\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・カラー・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e3種類の本革から、お好みの風合いをお選びいただけます。\u003c\/p\u003e\n\u003cul class=\"point-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\u003c\/ul\u003e\n\u003cp\u003e革の種類ごとの特徴:\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e栃木レザー\u003c\/strong\u003e:\n\u003cp\u003e天然由来の鞣しにこだわった\u003cstrong\u003eフルベジタブルタンニンレザー\u003c\/strong\u003e。発色が良く、程よいツヤがあり、エイジングにより色に深みが増します。使い始めは少し硬めですが、使う内に馴染んで柔らかさが出てきます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eモストロレザー\u003c\/strong\u003e:\n\u003cp\u003eスモーキーカラーが可愛いモストロレザー。元から柔らかめな革なので、わんちゃんへの負担が少なく、使い始めから体に馴染みます。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eヌメ革\u003c\/strong\u003e:\n\u003cp\u003e国産ヌメ革を使用。最初は薄い生成りの色ですが、時間が経つにつれてだんだん色が濃く変化します。\u003cstrong\u003e一番エイジングを楽しめる\u003c\/strong\u003e革になります。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\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\u003cli\u003eレッド\u003c\/li\u003e\n\u003cli\u003eグリーン\u003c\/li\u003e\n\u003cli\u003eピンク\u003c\/li\u003e\n\u003cli\u003eグレー\u003c\/li\u003e\n\u003cli\u003eヌメ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e名入れオプションについて\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e+550円（税込）で名入れが可能です。愛犬のお名前や電話番号など、自由に文字をお選びいただけます。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e料金\u003c\/strong\u003e: +550円（税込）\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e刻印内容\u003c\/strong\u003e: わんちゃんの名前や電話番号など、自由にお選びいただけます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e【ご注意】\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e文字のカラーがブラックになるため、ブラックのハーネスには名入れできません。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/60013_09_01.jpg?v=1739951621\" 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\/maigo_08_3.jpg?v=1739951628\" class=\"img-fluid d-block w-100 product-img\" alt=\"名入れ文字の選択例\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e商品コード: 60013\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ④ 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズ、色ぶれが生じる場合がありますが、天然素材の革の風合いとしてお楽しみ下さい。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意下さい。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"Black \/ 栃木レザー \/ 10mm","offer_id":49934000750812,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Black \/ 栃木レザー \/ 15mm","offer_id":49934000783580,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Black \/ モストロレザー \/ 10mm","offer_id":49934000816348,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Black \/ モストロレザー \/ 15mm","offer_id":49934000849116,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Choco \/ 栃木レザー \/ 10mm","offer_id":49934000881884,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Choco \/ 栃木レザー \/ 15mm","offer_id":49934000914652,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Choco \/ モストロレザー \/ 10mm","offer_id":49934000947420,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Choco \/ モストロレザー \/ 15mm","offer_id":49934000980188,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Camel \/ 栃木レザー \/ 10mm","offer_id":49934001012956,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Camel \/ 栃木レザー \/ 15mm","offer_id":49934001045724,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Camel \/ モストロレザー \/ 10mm","offer_id":49934001078492,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Camel \/ モストロレザー \/ 15mm","offer_id":49934001111260,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Red \/ 栃木レザー \/ 10mm","offer_id":49934001144028,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Red \/ 栃木レザー \/ 15mm","offer_id":49934001176796,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Red \/ モストロレザー \/ 10mm","offer_id":49934001209564,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Red \/ モストロレザー \/ 15mm","offer_id":49934001242332,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Green \/ 栃木レザー \/ 10mm","offer_id":49934001275100,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Green \/ 栃木レザー \/ 15mm","offer_id":49934001307868,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Green \/ モストロレザー \/ 10mm","offer_id":49934001340636,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Green \/ モストロレザー \/ 15mm","offer_id":49934001373404,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Pink \/ 栃木レザー \/ 10mm","offer_id":49934001406172,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Pink \/ 栃木レザー \/ 15mm","offer_id":49934001438940,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Pink \/ モストロレザー \/ 10mm","offer_id":49934001471708,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Pink \/ モストロレザー \/ 15mm","offer_id":49934001504476,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Gray \/ 栃木レザー \/ 10mm","offer_id":49934001537244,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Gray \/ 栃木レザー \/ 15mm","offer_id":49934001570012,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Gray \/ モストロレザー \/ 10mm","offer_id":49934001602780,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Gray \/ モストロレザー \/ 15mm","offer_id":49934001635548,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Nume \/ 栃木レザー \/ 10mm","offer_id":49934001668316,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Nume \/ 栃木レザー \/ 15mm","offer_id":49934001701084,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Nume \/ モストロレザー \/ 10mm","offer_id":49934001733852,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"Nume \/ モストロレザー \/ 15mm","offer_id":49934001766620,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000213.jpg?v=1740037730"},{"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"},{"product_id":"01903-セミオーダー-本革キーホルダー-モストロレザー-名入れオプション付き","title":"【01903】【セミオーダー】 本革キーホルダー モストロレザー 【名入れオプション付き】","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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e※こちらは名入れ対応商品のページです\u003c!-- notionvc: 91549c39-b2df-4dea-bce9-81f7444e96e6 --\u003e\n\u003c\/h3\u003e\n\u003cp\u003e名入れ料 ¥330が含まれた価格です。\u003c\/p\u003e\n\u003cp\u003e＞ 名入れなしで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/1903?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003c!-- notionvc: 76ed2be2-846d-4bd2-9bc2-beab394e5523 --\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000207.jpg?v=1738635339\" 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_000000000207.jpg?v=1738635340\" 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\u003e5種類の形と4色の革\u003c\/strong\u003eから選べるチャームは、キーホルダーに特別な意味を添えるアクセントです。大切な人への贈り物や、自分だけのテーマを込めて、心躍るアイテムを創造できます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/10_000000000207.jpg?v=1738635340\" 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\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商品コード: 01903\u003c\/li\u003e\n\u003cli\u003eサイズ: 本体革部分 縦約6.8cm×横2.7cm\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 class=\"body-text\"\u003ebristlegrassでは、革の色、金具の種類・色、チャームの追加など、多彩な組み合わせの中からお客様だけのこだわりの詰まった理想のキーホルダーをセミオーダーすることができます。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eあなただけのオリジナルキーホルダーが作れます。\u003c\/li\u003e\n\u003cli\u003eスモーキーカラーが特徴のモストロレザーを使用。\u003c\/li\u003e\n\u003cli\u003e持つほどに変化する革のエイジングを楽しめます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01903_02.jpg?v=1739949750\" class=\"img-fluid d-block w-100 product-img\" alt=\"モストロレザーの特徴\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eセミオーダー詳細 - 本体革\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e本体革（ループ部分）は4色の中からお選びいただけます。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01903_03.jpg?v=1739949754\" class=\"img-fluid d-block w-100 product-img\" alt=\"本体革ループ部分 色見本\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e本体革（留め金具部分）は2種類の形、それぞれ4色の中からお選びいただけます。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01903_04.jpg?v=1739949758\" class=\"img-fluid d-block w-100 product-img\" alt=\"本体革留め金具部分 色見本\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eセミオーダー詳細 - 金具\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eキーホルダー金具は2種類の形のどちらかをお選びいただけます。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01901_005_1.jpg?v=1739949761\" class=\"img-fluid d-block w-100 product-img\" alt=\"キーホルダー金具の種類\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eカシメ金具はゴールドカラーになります。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01903_05_1.jpg?v=1739949896\" class=\"img-fluid d-block w-100 product-img\" alt=\"カシメ金具\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eセミオーダー詳細 - オプション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e【チャーム】+110円（税込み）5種類の形、それぞれ4色の中からお選びいただけます。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01903_06.jpg?v=1739949765\" 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\/01903_08_3.jpg?v=1739949782\" class=\"img-fluid d-block w-100 product-img\" alt=\"チャームの形状\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e【ネームタグ】+330円（税込み）4色の中からお選びいただけます。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01903_08.jpg?v=1739949784\" 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\/01316_06_4.jpg?v=1739950030\" class=\"img-fluid d-block w-100 product-img\" alt=\"ネームタグ刻印例\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e文字が入る位置は、革タグの中央揃えになります。\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/617_7_2be0b25a-c8cf-4fa7-8e1b-74935da23a73.jpg?v=1739949532\" 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\/617_8_16818350-2374-4210-bbe5-87b11148484a.jpg?v=1739949553\" class=\"img-fluid d-block w-100 product-img\" alt=\"ネームタグ刻印位置説明2\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\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\u003cli\u003eネームタグの文字が入る位置は、革タグの中央揃えになります。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mellow（メロウ）","offers":[{"title":"Default Title","offer_id":50097498685660,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000207.jpg?v=1738635339"},{"product_id":"01901-セミオーダー-本革キーホルダー-栃木レザー-名入れオプション付き","title":"【01901】【セミオーダー】 本革キーホルダー 栃木レザー 【名入れオプション付き】","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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e※こちらは名入れ対応商品のページです\u003c!-- notionvc: 2e62fbc4-04d9-4315-8fa6-f46b8a92e81f --\u003e\u003cbr\u003e\u003c!-- notionvc: 492d1c51-34b9-4a68-98c3-51d1d4204747 --\u003e\n\u003c\/h3\u003e\n\u003cp\u003e名入れ料 ¥330が含まれた価格です。\u003c\/p\u003e\n\u003cp\u003e＞ 名入れなしで購入する方は\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/1901?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003c!-- notionvc: ac56f5af-558a-4fd6-af83-33cb13886f75 --\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003c!-- notionvc: 6a603320-919d-4a45-a03b-1a432ac00c12 --\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3 class=\"section-title\"\u003e自分色を纏うセミオーダー 本革キーホルダー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e栃木レザーの鮮やかな色\u003c\/strong\u003eと\u003cstrong\u003e多様な金具\u003c\/strong\u003eが織りなす無限の組み合わせ。\u003cstrong\u003e個性を際立たせる\u003c\/strong\u003e、あなただけのこだわりを形にします。\u003c\/p\u003e\n\u003cimg alt=\"自分色を纏うセミオーダー 本革キーホルダー\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000205.jpg?v=1738635306\"\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を使用。使い込むほどに深まる色艶が、\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_000000000205.jpg?v=1738635306\"\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や、\u003cstrong\u003e心惹かれるチャーム\u003c\/strong\u003eで、\u003cstrong\u003e特別な物語\u003c\/strong\u003eを添えて。贈る人も贈られる人も、忘れられない感動を分かち合えます。\u003c\/p\u003e\n\u003cimg alt=\"想いを込める、特別なプレゼント\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/9_000000000205.jpg?v=1738635306\"\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\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003ebristlegrassでは、革の色、金具の種類・色、チャームの追加など、多彩な組み合わせの中からお客様だけのこだわりの詰まった理想のキーホルダーをセミオーダーすることができます。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e栃木レザー\u003c\/strong\u003eのフルベジタブルタンニングレザーを使用。\u003c\/li\u003e\n\u003cli\u003e使うほどに深まる色艶、豊かな\u003cstrong\u003e経年変化（エイジング）\u003c\/strong\u003eを楽しめます。\u003c\/li\u003e\n\u003cli\u003e豊富なオプションで\u003cstrong\u003eあなただけのオリジナルキーホルダー\u003c\/strong\u003eが作れます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\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\/01901_002.jpg?v=1739948581\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e本体革部分: 縦約6.8cm × 横2.7cm\u003c\/li\u003e\n\u003c\/ul\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\/01901_001.jpg?v=1739948569\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材: 牛革（栃木レザー）\u003c\/li\u003e\n\u003cli\u003e生産国: 日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\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\u003cp\u003e本体革（ループ部分）は5色の中からお選びいただけます。\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\/01901_003.jpg?v=1739948588\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eセミオーダーオプション（本体革留め金具部分）\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e本体革（留め金具部分）は2種類の形、それぞれ5色の中からお選びいただけます。\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\/01901_004.jpg?v=1739948591\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eセミオーダーオプション（キーホルダー金具）\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eキーホルダーの金具は2種類の形からお選びいただけます。\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\/01901_005.jpg?v=1739948602\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eセミオーダーオプション（カシメ金具）\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eカシメ金具はゴールドカラーになります。\u003c\/p\u003e\n\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\/01901_006.jpg?v=1739948605\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eセミオーダーオプション（チャーム）\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eチャームは3種類の形、それぞれ5色の中からお選びいただけます。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e追加料金: +110円（税込み）\u003c\/li\u003e\n\u003c\/ul\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\/01901_007.jpg?v=1739948609\"\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\/01901_008.jpg?v=1739948612\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eセミオーダーオプション（ネームタグ）\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eネームタグはクロ以外の4色の中からお選びいただけます。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e追加料金: +330円（税込み）\u003c\/li\u003e\n\u003c\/ul\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\/01901_009.jpg?v=1739948616\"\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\/01901_010.jpg?v=1739948620\"\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\/01901_011.jpg?v=1739948630\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eギフトパッケージ\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eプレゼントにも最適なパッケージでお届けします。\u003c\/p\u003e\n\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\/packet_l_11_a12bedaf-3334-41a5-b407-d1cf0e335709.jpg?v=1739948633\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみください。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Patina (パティーナ)","offers":[{"title":"Default Title","offer_id":50097511694556,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000205.jpg?v=1738635306"},{"product_id":"00643-野球-サッカー-リールキーホルダー-栃木レザー-名入れオプション付き","title":"【00643】野球 サッカー リールキーホルダー 栃木レザー【名入れオプション付き】","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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e※こちらは名入れ対応商品のページです。\u003c\/h3\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003e名入れ料 ¥330 が含まれた価格です。　\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e＞ 名入れなしで購入する方は\u003c\/span\u003e\u003ca href=\"https:\/\/bristle-grass.we-shop.jp\/products\/643?utm_source=copyToPasteBoard\u0026amp;utm_medium=product-links\u0026amp;utm_content=web\"\u003eこちら\u003c\/a\u003e\u003cbr\u003e\u003cbr\u003e\n\u003ch3 class=\"section-title\"\u003e部活の情熱を刻む革キーホルダー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e野球とサッカー、それぞれのボールが躍動感を表現します。\u003cstrong\u003e5色のレザー\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_000000000256.jpg?v=1740037647\"\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最長40cmのリール仕様\u003c\/strong\u003eです。日常のちょっとした動作が、驚くほど快適になります。大切な鍵を紛失する心配も軽減できる仕組みです。\u003c\/p\u003e\n\u003cimg alt=\"リール機能で鍵を伸ばして使用しているイメージ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000256.jpg?v=1740037647\"\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掌に収まる全長12cm、重さ約19gの軽快な設計です。国内最高峰の\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\/8_000000000256.jpg?v=1740037647\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e日々に寄り添う経年変化の愉しみ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e部活やチームの卒業・卒団の記念品にもおすすめのキーホルダーです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eリール付きフック金具で鍵の取り出しがスムーズ\u003c\/li\u003e\n\u003cli\u003eカバンのポケットに引っ掛けて鍵を探す手間を省ける\u003c\/li\u003e\n\u003cli\u003e野球とサッカーの2種類のボールデザインから選択可能\u003c\/li\u003e\n\u003cli\u003e卒業・卒団の記念品に最適\u003c\/li\u003e\n\u003c\/ul\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\/00643_0000.jpg?v=1739942705\"\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\/00643_03.jpg?v=1739942736\"\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_6276d3d5-65a4-4d26-b554-b9b4b0ca5ccf.jpg?v=1739942825\"\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_e49303fa-5c42-4d45-a6d1-076bec908f0e.jpg?v=1739942846\"\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\/00643_05.jpg?v=1739942873\"\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\/00643_06.jpg?v=1739942888\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e軽くて持ち運びに便利なサイズです。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e横2cm×長さ12cm\u003c\/li\u003e\n\u003cli\u003eリール長さ：最長40cm\u003c\/li\u003e\n\u003cli\u003e重さ：約19g\u003c\/li\u003e\n\u003c\/ul\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\/1307_3_bf4d0450-43c8-46eb-b34e-247322433c2b.jpg?v=1739942752\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e国内最高峰の素材と技術で作られています。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：牛革\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\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\u003cli\u003e使うほどに色が深みを増し、独特の風合いをお楽しみいただけます。\u003c\/li\u003e\n\u003cli\u003e※ボール部分の革は栃木レザーではありません。\u003c\/li\u003e\n\u003c\/ul\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\/00643_02.jpg?v=1739942720\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eお好みの色をお選びいただけます。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eブラック\u003c\/li\u003e\n\u003cli\u003eチョコ\u003c\/li\u003e\n\u003cli\u003eキャメル\u003c\/li\u003e\n\u003cli\u003eレッド\u003c\/li\u003e\n\u003cli\u003eグリーン\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\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\/00643_04.jpg?v=1739942795\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e商品コード: 00643\u003c\/li\u003e\n\u003c\/ul\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\/packet_l_6_486abaa6-5d70-4d9d-aea1-ee9ade5bc492.jpg?v=1739942754\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみください。\u003c\/li\u003e\n\u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n\u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Patina (パティーナ)","offers":[{"title":"サッカー \/ Black","offer_id":50256692805852,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":true},{"title":"サッカー \/ Choco","offer_id":50256692838620,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":true},{"title":"サッカー \/ Camel","offer_id":50256692871388,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":true},{"title":"サッカー \/ Green","offer_id":50256692904156,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":true},{"title":"サッカー \/ Red","offer_id":50256692936924,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":true},{"title":"野球 \/ Black","offer_id":50256692969692,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":true},{"title":"野球 \/ Choco","offer_id":50256693002460,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":true},{"title":"野球 \/ Camel","offer_id":50256693035228,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":true},{"title":"野球 \/ Green","offer_id":50256693067996,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":true},{"title":"野球 \/ Red","offer_id":50256693100764,"sku":null,"price":2090.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000256.jpg?v=1740037647"}],"url":"https:\/\/bristle-grass.we-shop.jp\/collections\/name-ngraving.oembed?page=3","provider":"ニシカゼ","version":"1.0","type":"link"}