{"title":"ストラップ","description":"","products":[{"product_id":"155158449","title":"【栃木レザー】Calm ショートストラップ \/ WA030 396 405","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \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: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 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 #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; 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: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; 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: #fffefc; color: #1c1c1c; 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: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #a67c52; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; 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 #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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が織りなす、洗練された全長約44cmのショートストラップです。手に取るたびに感じる上質な素材感は、使うほどに愛着が深まります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_26939edb-3b4e-428c-819e-ebed20ba9b86.jpg?v=1774948221\" 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に取り出しやすく、紛失の不安から解放される機能的なデザインで、日常をもっと快適にします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_04b1438f-69e3-42b5-9c5c-d7c4e1d1e3f4.jpg?v=1774948222\" 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どんなバッグにも自然に溶け込み、持ち物の個性を引き立てます。Calmシリーズならではの統一感で、日々のコーディネートに\u003cstrong\u003e上質なアクセント\u003c\/strong\u003eを添えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_2efb2341-73d9-40df-8c52-04e74c88e1e3.jpg?v=1774948223\" 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    \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        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eCalmシリーズについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e栃木レザーが持つ革本来の良さを一番シンプルに体感できる、スタンダードなシリーズです。\u003c\/p\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            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/strap_short\/WA021_CalmShortStrap_01.jpg\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/strap_short\/WA021_CalmShortStrap_05_muji.jpg\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/strap_short\/WA021_CalmShortStrap_06_muji.jpg\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/strap_short\/WA021_CalmShortStrap_07_muji.jpg\"\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            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/strap_short\/WA021_CalmShortStrap_08.jpg\"\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サイズ（約）：全長43.7cm\u003c\/li\u003e\n                \u003cli\u003e素材：栃木レザー \/ 真鍮\u003c\/li\u003e\n                \u003cli\u003e仕様：レバーナスカン×1 \/ リング×1\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e栃木レザーについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e「栃木レザー」は、1937年創業の世界に誇る日本のタンナー栃木レザー株式会社による革です。\u003c\/p\u003e\n            \u003cp\u003e通常はドラムで短時間で済ませる鞣しの工程を、じっくりと時間と手間をかけて行い、その品質で世界に名を轟かせています。\u003c\/p\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            \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\"\u003e\u003c\/div\u003e\n            \u003cp\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印いたします。\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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eWA030 396 405\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\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:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\"\u003e\u003c\/div\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        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369826648123,"sku":"wa03021 キャメル","price":3300.0,"currency_code":"JPY","in_stock":false},{"title":"31 ダークブラウン","offer_id":43369826680891,"sku":"wa03031 ダークブラウン","price":3300.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369826713659,"sku":"wa03091 ブラック","price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_d867a0bf-f53b-4f45-b167-40f7a1305eae.jpg?v=1774948222"},{"product_id":"171635929","title":"【栃木レザー】Calm ネックストラップ（48cm） \/ WS078 103 106","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \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: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 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 #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; 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: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; 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: #fffefc; color: #1c1c1c; 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: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #a67c52; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; 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 #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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  \u003ch2 class=\"product-title\"\u003e【栃木レザー】Calm ネックストラップ（48cm）\u003c\/h2\u003e\n  \u003cp class=\"product-code\"\u003e商品コード: WS078 103 106\u003c\/p\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\/0654\/7714\/8731\/files\/download_5cc42442-0bec-4b78-be1c-95b811da4387.jpg?v=1774948222\" 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\u003e48cm\u003c\/strong\u003eの絶妙なサイズは、首にかけた際に軽やかなつけ心地を提供します。日常のあらゆるシーンで、必要なものをスマートに携帯する自由をあなたに。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_f45c9c2c-b5d2-41c0-be80-2c6db590f378.jpg?v=1774948223\" 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\/0654\/7714\/8731\/files\/download_4ce01276-e477-4cfb-8694-12cf00c87981.jpg?v=1774948222\" 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\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        \u003ch4\u003eCalmシリーズ\u003c\/h4\u003e\n        \u003cp\u003e栃木レザーが持つ革本来の良さを一番シンプルに体感出来る、スタンダードなシリーズです。\u003c\/p\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/strap_neck\/WS078_CalmNeckStrap_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"キャメルカラーのネックストラップ\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e21キャメル\u003c\/h4\u003e\n\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/strap_neck\/WS078_CalmNeckStrap_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラウンカラーのネックストラップ\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e31ブラウン\u003c\/h4\u003e\n\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/strap_neck\/WS078_CalmNeckStrap_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラックカラーのネックストラップ\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e91ブラック\u003c\/h4\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サイズ（約）: 全長48cm\u003c\/li\u003e\n          \u003cli\u003eテープ幅: 1cm\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        \u003ch4\u003e栃木レザー\u003c\/h4\u003e\n        \u003cp\u003e「栃木レザー」は、1937年創業の世界に誇る日本のタンナー栃木レザー株式会社による革です。\u003c\/p\u003e\n        \u003cp\u003e通常はドラムで短時間で済ませる鞣しの工程を、じっくりと時間と手間をかけて行い、その品質で世界に名を轟かせています。\u003c\/p\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        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n          \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフトラッピングについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトラッピングのイメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印いたします。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/content-section (スペック・詳細) --\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e環境に配慮し、簡易包装での配送を心がけております。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送イメージ\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003eご理解とご協力をお願いいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369826746427,"sku":null,"price":2750.0,"currency_code":"JPY","in_stock":false},{"title":"31 ダークブラウン","offer_id":43369826779195,"sku":null,"price":2750.0,"currency_code":"JPY","in_stock":false},{"title":"61 ネイビー","offer_id":43369826811963,"sku":null,"price":2750.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369826844731,"sku":null,"price":2750.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_5cc42442-0bec-4b78-be1c-95b811da4387.jpg?v=1774948222"},{"product_id":"155201336","title":"【栃木レザー】Fun ショートストラップ \/ WA021 WA395","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \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: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 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 #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; 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: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; 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: #fffefc; color: #1c1c1c; 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: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #a67c52; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; 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 #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\/0654\/7714\/8731\/files\/download_442ee220-e3a7-4602-8308-ef930c7135ba.jpg?v=1774948224\" class=\"img-fluid d-block w-100 product-img\" alt=\"栃木レザーが魅せる風合い\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e栃木レザーが魅せる風合い\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e堅牢な金具、細部への拘り\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e強固なナスカンと丸カンは、パスケースや鍵をしっかりホールド。熟練の技が光る丁寧なステッチが、長く愛用できる確かな品質を物語ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_0252fa73-87d4-4696-b996-baa126624767.jpg?v=1774948224\" class=\"img-fluid d-block w-100 product-img\" alt=\"精巧な金具が紡ぐ信頼\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e精巧な金具が紡ぐ信頼\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e装いに差をつける彩り\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e表情豊かなキャメルは、カジュアルながらも上品な印象を与えます。鍵やパスケースを繋ぐだけでなく、さりげないファッションアクセントとしても活躍します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_40a04b15-59ac-4b51-a83a-06c4e5583fab.jpg?v=1774948224\" 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        \u003cp class=\"body-text\"\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp class=\"body-text\"\u003e21 キャメル\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155201336.jpg?cmsp_timestamp=20201030174438\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: キャメル\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp class=\"body-text\"\u003e31 ブラウン\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155201336_o2.jpg?cmsp_timestamp=20201030174438\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp class=\"body-text\"\u003e33 ベージュ\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155201336_o4.jpg?cmsp_timestamp=20201030174438\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: ベージュ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp class=\"body-text\"\u003e42 レッド\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155201336_o6.jpg?cmsp_timestamp=20201030174438\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: レッド\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp class=\"body-text\"\u003e71 モスグリーン\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155201336_o8.jpg?cmsp_timestamp=20201030174438\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: モスグリーン\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp class=\"body-text\"\u003e91 ブラック\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155201336_o10.jpg?cmsp_timestamp=20201030174438\" 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\"\u003eFUNシリーズについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eいかにもヌメ革といった革本来のプレーンな表情を持ったアースレザーと、カジュアルな表情が特徴のカラー展開豊富なジーンズを合わせたシリーズ。2種類の栃木レザーの、それぞれ異なる経年変化が楽しめる、バイカラーで構成したラインナップが中心。はっきりと見えるステッチもアクセントとなっており、小物として取り入れやすいカジュアルテイストが特徴です。\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e全長: 約43.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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: 栃木レザー(JEANS) \/ 栃木レザー(Earth Leather)\u003c\/li\u003e\n          \u003cli\u003e仕様: ナスカン×1 \/ 丸カン×1\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e栃木レザー社の革「Jeans」\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e日本を代表する、栃木レザーの中でもカラー展開が豊富なシリーズです。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e抜群の感触、こだわりの天然皮革「フルベジタブルタンニングレザー」。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e南米産のミモザの樹皮から抽出されたタンニン剤で、じっくりなめしあげた純正のヌメ革です。適度なオイルを含みますが、最初はツヤが控えめでマット。カジュアルな表情から、使い込むにつれ徐々に素晴らしいツヤが生まれる革です。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e栃木レザー社の革「Earth Leather」\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eアースレザーは革本来の風合いを存分に楽しめる、ヌメ革らしいヌメ革です。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/etc\/p_cate_pueblo.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Puebloシリーズ\"\u003e\n          \u003cp class=\"body-text\"\u003e\u003ca href=\"\/collections\/PUEBLO\"\u003e＞Pueblo×栃木レザーシリーズはこちら＜\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/etc\/p_cate_calm.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Calmシリーズ\"\u003e\n          \u003cp class=\"body-text\"\u003e\u003ca href=\"\/collections\/CALM\"\u003e＞栃木レザー Calmシリーズはこちら＜\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/etc\/p_cate_over.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"OVER\/UNDERシリーズ\"\u003e\n          \u003cp class=\"body-text\"\u003e\u003ca href=\"\/collections\/OVER-UNDER\"\u003e＞栃木レザー OVER\/UNDERシリーズはこちら＜\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/etc\/p_cate_MB.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"MinervaBoxシリーズ\"\u003e\n          \u003cp class=\"body-text\"\u003e\u003ca href=\"\/collections\/%E3%83%9F%E3%83%8D%E3%83%AB%E3%83%90%E3%83%9C%E3%83%83%E3%82%AF%E3%82%B9\"\u003e＞イタリーレザー MinervaBoxシリーズはこちら＜\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/etc\/p_cate_mostro.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"モストロシリーズ\"\u003e\n          \u003cp class=\"body-text\"\u003e\u003ca href=\"\/collections\/MOSTRO\"\u003e＞姫路レザー モストロシリーズはこちら＜\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eラッピングサービス\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ラッピングサービス\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\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\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e当店では環境に配慮し、簡易包装を心がけております。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入の注意点\u003c\/h3\u003e\n    \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\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"12 キャメル","offer_id":43369826877499,"sku":"wa02112 キャメル","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン","offer_id":43369826910267,"sku":"wa02131 ブラウン","price":3300.0,"currency_code":"JPY","in_stock":false},{"title":"33 ベージュ","offer_id":43369826943035,"sku":"wa02133 ベージュ","price":3300.0,"currency_code":"JPY","in_stock":false},{"title":"42 レッド","offer_id":43369826975803,"sku":"wa02142 レッド","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"71 モスグリーン","offer_id":43369827008571,"sku":"wa02171 モスグリーン","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369827041339,"sku":"wa02191 ブラック","price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_442ee220-e3a7-4602-8308-ef930c7135ba.jpg?v=1774948224"},{"product_id":"171379505","title":"【栃木 \/ JEANS】 ネックストラップ（48cm） \/ WS079","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \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: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 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 #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; 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: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; 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: #fffefc; color: #1c1c1c; 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: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #a67c52; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; 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 #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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厳選された栃木レザー「JEANS」が織りなす上質な艶と手触り。\u003cstrong\u003e自由に回転する真鍮製ナスカン\u003c\/strong\u003eが、IDケースやミニ財布などをスマートに携帯する自由を叶えます。使うほどに深まる表情をお楽しみください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_2a836e63-2dd7-4086-a8b7-60fd212e69a4.jpg?v=1774948227\" 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は、職人の誠実なものづくりの証。タンニンレザーならではの豊かなハリが、使い込むほど柔らかな風合いへと変化し、所有する喜びを深めます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c261f487-6a02-4331-b7a9-33ad98a8416f.jpg?v=1774948226\" 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\u003e48cm長\u003c\/strong\u003e。革本来のハリは、次第に柔らかな風合いへ馴染み、IDケースなどをスマートに携帯する、日常に寄り添う機能美を提供します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_5fb3eeaf-e54b-4fba-8916-e4868f265184.jpg?v=1774948226\" 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\u003eb3Laboの定番カラーで作られた一枚革のネックストラップ。既存商品と合わせやすく、色を揃えるだけでなくコンビネーションも楽しめます。\u003c\/p\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_03-1.jpg\" class=\"img-fluid d-block w-100 product-img\"\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適度なオイルを含み、経年変化で艶が出る『JEANS』レザー\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\n                \u003cp\u003e革と一緒に味が出る真鍮パーツ。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e自由に回転する真鍮製レバーナスカン\u003c\/li\u003e\n                    \u003cli\u003eIDケース・パスケースやミニ財布等を取り付け可能\u003c\/li\u003e\n                    \u003cli\u003e真鍮のくすみや黒ずみでアンティークな変化を楽しめる\u003c\/li\u003e\n                    \u003cli\u003e独特の重みが革の風合いと合わさり風格を演出\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\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金具先端から：約48cm\u003c\/li\u003e\n                    \u003cli\u003eテープ幅：約1cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003e使い始めは革のハリがありますが、次第に柔らかくこなれてきます。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\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素材：栃木レザー（JEANS）\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003ch3 class=\"section-title\"\u003e栃木レザー社の革 「Jeans」\u003c\/h3\u003e\n                \u003cp\u003e日本を代表する栃木レザーの中でもカラー展開が豊富なシリーズです。\u003c\/p\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                \u003ch3 class=\"section-title\"\u003e栃木レザー社の革 「ノーベル」\u003c\/h3\u003e\n                \u003cp\u003e日本が誇る栃木レザーの中でも、特に手間暇を惜しまず鞣された革です。\u003c\/p\u003e\n                \u003cp\u003e厚革にたっぷりとオイルを含ませるには膨大な時間と手間がかかり、それゆえに栃木レザー以外のタンナーでは実現できないと言われています。\u003cbr\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                \u003ch3 class=\"section-title\"\u003e21 キャメル\u003c\/h3\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003ch3 class=\"section-title\"\u003e32 ブラウン\u003c\/h3\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003ch3 class=\"section-title\"\u003e42 レッド\u003c\/h3\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003ch3 class=\"section-title\"\u003e62 ネイビー\u003c\/h3\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003ch3 class=\"section-title\"\u003e72 グリーン\u003c\/h3\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003ch3 class=\"section-title\"\u003e91 ブラック\u003c\/h3\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\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\n            \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \n        \u003ch3 class=\"section-title\"\u003eギフトラッピング\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e長くお使いいただける革小物は大切な方へのプレゼントに最適です。\u003cbr\u003eb3Laboオンラインストアでは無料でラッピングを承っております。同梱の手提げ袋はお渡しの際にご利用ください。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eb3Labo実店舗でのギフトラッピングに準じています。工房から出るハギレを活かした「メッセージ刻印入り革」や「革タグ」をお付けいたします。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003eオリジナル箱またはオリジナル袋にお入れし、リボンと革タグをお付けします。\u003c\/li\u003e\n            \u003cli\u003e革+リボンに刻印されたメッセージは「For You」「Happy Birthday」「Thank You」などがあります。\u003c\/li\u003e\n            \u003cli\u003eキーチャームとして使える革タグをお付けしています。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e天然素材の特性上、以下の点にご留意ください。\u003c\/p\u003e\n        \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    \n    \u003cdiv class=\"content-section\"\u003e\n        \u003cp class=\"body-text\"\u003e商品コード: WS079\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369827074107,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"32 ブラウン","offer_id":43369827106875,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"42 レッド","offer_id":43369827139643,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"62 ネイビー","offer_id":43369827172411,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"72 グリーン","offer_id":43369827205179,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369827237947,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_2a836e63-2dd7-4086-a8b7-60fd212e69a4.jpg?v=1774948227"},{"product_id":"187617529","title":"【栃木 \/ JEANS】 ミニ トラッカーウォレット用 ベルトループ付 ストラップ（24.5-25cm） \/ WA397","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \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: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 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 #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; 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: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; 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: #fffefc; color: #1c1c1c; 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: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #a67c52; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; 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 #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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当店売り上げNo.1栃木レザー ミニトラッカーウォレット用ストラップ\u003c\/h3\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_00c.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"栃木レザー ミニトラッカーウォレット用ストラップ メイン画像\"\u003e\n    \u003cp class=\"body-text\"\u003eb3Laboの定番カラーで作った1枚革のラッカーウォレット用ストラップ。既存商品と合わせやすく、色を揃えるだけでなくコンビネーションも楽しめます。\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\/0654\/7714\/8731\/files\/download_717867f8-574a-46b4-b0b0-173b234cf09f.jpg?v=1774948230\" 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厚みのある栃木レザー「JEANS」は、使い込むほどに\u003cstrong\u003e艶と深み\u003c\/strong\u003eを増します。\u003cstrong\u003e360度回転する真鍮製ナスカン\u003c\/strong\u003eが、日常使いの\u003cstrong\u003e快適さ\u003c\/strong\u003eを高める品質の証です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_25eae70a-b8f3-4db1-8280-bc0a02a5d060.jpg?v=1774948229\" 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、日常に確かな\u003cstrong\u003eセキュリティ\u003c\/strong\u003eをもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_b1c5f8d8-1473-4f14-ad87-22f464bc1816.jpg?v=1774948229\" class=\"img-fluid d-block w-100 product-img\" alt=\"紛失を防ぐ安心機能\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマートな紛失対策\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品へのこだわり\u003c\/h3\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"製品へのこだわり1\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"製品へのこだわり2\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"製品へのこだわり3\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日々の使用を快適に\u003c\/h3\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"日々の使用を快適に1\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"日々の使用を快適に2\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"日々の使用を快適に3\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"日々の使用を快適に4\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"日々の使用を快適に5\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eさまざまなスタイルに\u003c\/h3\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_09.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"さまざまなスタイルに1\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_10.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"さまざまやスタイルに2\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_11.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"さまざまなスタイルに3\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_12.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"さまざまなスタイルに4\"\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\"\u003e1枚革を使用した、贅沢な作り。タンニンレザーならではのハリと硬さを持った革が、徐々に柔らかくなります。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e適度にオイルを含んだ『JEANS』は、艶も出やすく経年変化を楽しむのにもオススメの栃木レザーです。\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自由に回転する真鍮製のレバーナスカン。トラッカーウォレット用ストラップですが、IDケース・パスケースやミニ財布等を取り付けられます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e真鍮はくすみや黒ずみといったアンティークな変化を楽しめます。独特の重みがあり、革の風合いと合わさることで風格とも言える良さが出てくる金属です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003ePRODUCT INTRODUCTION\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e使うほどに味わいを増す上質本革ストラップ\u003c\/strong\u003e\u003cbr\u003e手元に、確かな品質を・・・本革が織りなす、あなただけのストラップ。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e上質な本革を贅沢に使用したこのストラップは、日常にさりげない高級感と落下防止の\u003cstrong\u003e安心感\u003c\/strong\u003eをプラスしてくれます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e使い込むほどに柔らかく手首のラインに馴染み、色艶を深めていく本革ならではの\u003cstrong\u003e経年変化（エイジング）\u003c\/strong\u003eは、まさにあなたと共に時を刻む相棒です。本物の革製品の魅力をぜひご堪能ください。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eこだわりの素材と確かな品質\u003c\/strong\u003e\u003cbr\u003e厳選された\u003cstrong\u003e高品質な本革\u003c\/strong\u003eを使用し、職人が一つひとつ丁寧に仕上げました。使うほどに増す光沢、そして革本来の豊かな香り。五感で感じられる本物の素材感が、あなたの心を満たします。耐久性にも優れており、長くご愛用いただける逸品です。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e使うほどに、あなただけの風合いに\u003c\/strong\u003e\u003cbr\u003e本革の最大の魅力は、「\u003cstrong\u003e育てる楽しさ\u003c\/strong\u003e」にあります。日々の使用によって生まれる細かな色合いの変化は、使い手のライフスタイルを映し出し、世界に一つだけの\u003cstrong\u003eオリジナルの風合い\u003c\/strong\u003eへと育っていきます。使い始めのフレッシュな表情から、時間を経て深まる味わいまで、その過程すべてをお楽しみいただけます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eどんなシーンにも溶け込むシンプルデザイン\u003c\/strong\u003e\u003cbr\u003e当店取り扱いのミニトラッカーウォレット専用ではありますが、お持ちのお財布や、スマホケースにもお使いいただけます。無駄を削ぎ落とした極めてシンプルなデザインは、本物の高級牛革だからできる、唯一無二の一品です。ビジネスシーンからカジュアルな日常使いまで、どんなスタイルにも溶け込み、あなたの魅力を引き立てます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e大切な方への贈り物にも\u003c\/strong\u003e\u003cbr\u003e上質で飽きのこないデザインは、性別や年代を問わず喜ばれます。誕生日や記念日、父の日や母の日、敬老の日やクリスマスプレゼントなど、大切な方への\u003cstrong\u003e特別なギフト\u003c\/strong\u003eとしても最適です。当店ではギフト梱包も承っております。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e今すぐ本革が織りなす上質な毎日を始めてみませんか？\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eカラーバリエーション\u003c\/h3\u003e\n    \u003ch4 class=\"color-name\"\u003e33 ベージュ\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_col33.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: ベージュ\"\u003e\n    \u003ch4 class=\"color-name\"\u003e42 レッド\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_col42.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: レッド\"\u003e\n    \u003ch4 class=\"color-name\"\u003e62 ネイビー\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_col62.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: ネイビー\"\u003e\n    \u003ch4 class=\"color-name\"\u003e72 モスグリーン\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_col71.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: モスグリーン\"\u003e\n    \u003ch4 class=\"color-name\"\u003e91 ブラック\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_col91.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: ブラック\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e栃木レザー「JEANS」について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e栃木レザー社とは、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナー。栃木レザー社が手掛けるヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。\u003c\/p\u003e\n    \u003ch4 class=\"h4C\"\u003e『JEANS（ジーンズ）』\u003c\/h4\u003e\n    \u003cp class=\"body-text\"\u003eフレンドリーなカラー展開が楽しい、柔らかめのカラーレザーを使用。適度なオイルを含むため、最初はマットでカジュアルな印象ですが、使い込むにつれ素晴らしいツヤが生まれます。デニムのヒップラベルにも使われる馴染み深い革です。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e使い始めは『硬さ、きつさ』を感じるかもしれませんが、次第に負荷がかかっている部分から馴染んでまいります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品名: 【栃木 \/ JEANS】 ミニ トラッカーウォレット用 ベルトループ付 ストラップ\u003c\/li\u003e\n          \u003cli\u003e商品コード: WA397\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使い込むほどに艶と深みを増す栃木レザー「JEANS」\u003c\/li\u003e\n          \u003cli\u003e360度回転する真鍮製ナスカンで快適な日常使い\u003c\/li\u003e\n          \u003cli\u003eスライドパーツで手首にしっかり固定、紛失対策\u003c\/li\u003e\n          \u003cli\u003eIDケース・パスケースやミニ財布等にも取り付け可能\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_13.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ詳細図\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e男性にも使いやすい長めタイプです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e革幅：約0.8cm\u003c\/li\u003e\n          \u003cli\u003e長さ（全長）：約24.5-25.0cm ※スライド式ベルトループの調整により前後いたします。\u003c\/li\u003e\n          \u003cli\u003e長さ（革）：約22.0-22.5cm\u003c\/li\u003e\n          \u003cli\u003e金具のみ：約3.5cm\u003c\/li\u003e\n          \u003cli\u003eレバーナスカン（フック）内径：約0.8cm 360度回転式\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材：栃木レザー（JEANS）\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=\"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  \u003c\/div\u003e\n\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:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n    \u003cp class=\"body-text\"\u003eギフトラッピングも承っております。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトラッピングイメージ\"\u003e\n    \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印いたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \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\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"33 ベージュ","offer_id":43369827270715,"sku":"wa39733 ベージュ","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"42 レッド","offer_id":43369827303483,"sku":"wa39742 レッド","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"62 ネイビー","offer_id":43369827336251,"sku":"wa39762 ネイビー","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"72 モスグリーン","offer_id":43369827369019,"sku":"wa39772 モスグリーン","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369827401787,"sku":"wa39791 ブラック","price":2200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_717867f8-574a-46b4-b0b0-173b234cf09f.jpg?v=1774948230"},{"product_id":"187720111","title":"【たつのレザー \/ プログレ】 ミニ トラッカーウォレット用 ベルトループ付 ストラップ（24.5-25cm） \/ WA398","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \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: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 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 #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; 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: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; 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: #fffefc; color: #1c1c1c; 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: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #a67c52; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; 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 #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\/0654\/7714\/8731\/files\/download_59b35361-4dd8-4f85-8270-b9db86197327.jpg?v=1774948232\" class=\"img-fluid d-block w-100 product-img\" alt=\"選べる5色の個性と上質\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e選べる5色の個性と上質\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e真鍮パーツが魅せる風格\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e「プログレ」レザーは使うほどに\u003cstrong\u003e味わい深い経年変化\u003c\/strong\u003eが楽しめます。360度回転する真鍮製ナスカンはスムーズな操作を実現。職人の\u003cstrong\u003e丁寧なコバ処理が、細部に宿る上質\u003c\/strong\u003eを物語ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c6c1ace0-e446-41d2-863f-a861ae87ba94.jpg?v=1774948232\" 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約25cmの長め設計で、手首から外さず\u003cstrong\u003eスムーズにお会計\u003c\/strong\u003e。ウォレットを無理なく引き寄せ、スマートな支払いを叶えます。男性にも扱いやすい長さで、日々の所作を快適にサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_6a69a0a5-9a6a-4579-b740-e994d011fcab.jpg?v=1774948232\" 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\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        \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    \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      \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当店売り上げNo.1ミニトラッカーウォレットシリーズ用のストラップです。厳選された素材と、細部までこだわったデザインが魅力です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eb3Laboの定番カラーで作った1枚革のトラッカーウォレット用ストラップ。既存商品と合わせやすく、色を揃えるだけでなくコンビネーションも楽しめます。\u003c\/li\u003e\n        \u003cli\u003e1枚革を使用した贅沢な作り。タンニンレザーならではのハリと硬さを持った革が、徐々に柔らかくなります。\u003c\/li\u003e\n        \u003cli\u003e自由に回転する真鍮製のレバーナスカン。トラッカーウォレット用ストラップですが、IDケース・パスケースやミニ財布等を取り付けられます。\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=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wa-str_002_p\/wa_wrist_p_13.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品サイズイメージ\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"caption-text text-center\"\u003eサイズイメージ\u003c\/p\u003e\n      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003e項目\u003c\/th\u003e\n              \u003cth\u003e詳細\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e革幅\u003c\/td\u003e\n              \u003ctd\u003e約0.8cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e長さ（全長）\u003c\/td\u003e\n              \u003ctd\u003e約24.5-25.0cm ※スライド式ベルトループの調整により前後いたします。\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e長さ（革）\u003c\/td\u003e\n              \u003ctd\u003e約22.0-22.5cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e金具のみ\u003c\/td\u003e\n              \u003ctd\u003e約3.5cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eレバーナスカン（フック）内径\u003c\/td\u003e\n              \u003ctd\u003e約0.8cm 360度回転式\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\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カラー: キャメル、コバルトブルー（青）、ミッドグリーン（緑）、グレー（灰色）、ブラック（黒）\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e商品コード: WA398\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      \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e21 キャメル\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wa-str_002_p\/wa_wrist_p_col21.jpg\" 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\"\u003e62 コバルトブルー\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wa-str_002_p\/wa_wrist_p_col62.jpg\" 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\"\u003e72 ミッドグリーン\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wa-str_002_p\/wa_wrist_p_col72.jpg\" 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\"\u003e82 グレー\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wa-str_002_p\/wa_wrist_p_col82.jpg\" 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\"\u003e91 ブラック\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wa-str_002_p\/wa_wrist_p_col91.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラックカラー\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \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=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトラッピングイメージ\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"caption-text text-center\"\u003e工房のハギレを活かしたメッセージ刻印\u003c\/p\u003e\n      \u003cp\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印いたします。\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      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"caption-text text-center\"\u003eエコな配送を心がけます\u003c\/p\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      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369827467323,"sku":"wa39821 キャメル","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"62 コバルトブルー","offer_id":43369827500091,"sku":"wa39862 コバルトブルー","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"72 ミッドグリーン","offer_id":43369827532859,"sku":"wa39872 ミッドグリーン","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー","offer_id":43369827565627,"sku":"wa39882 グレー","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369827598395,"sku":"wa39891 ブラック","price":2200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_59b35361-4dd8-4f85-8270-b9db86197327.jpg?v=1774948232"}],"url":"https:\/\/b3labo-craft.we-shop.jp\/collections\/%e3%82%b9%e3%83%88%e3%83%a9%e3%83%83%e3%83%97.oembed","provider":"b3Labo craft","version":"1.0","type":"link"}