{"product_id":"168379535","title":"【商品カスタム】 ハトメ穴加工（+リング）","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    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            このページは従来のサイズのトラッカー・バイカーズウォレット用のカスタムとなります。\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n            記載の内容も、大きめの商品を想定したもので、ミニトラッカーウォレットカスタムのお客様は専用カスタムページをご参照ください。\n        \u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003ca href=\"https:\/\/b3labo-craft.we-shop.jp\/products\/166697870?_pos=1\u0026amp;_sid=3214afa5f\u0026amp;_ss=r\u0026amp;variant=43369816195131\"\u003e\n                \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/trucker_custom.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニトラッカーウォレットカスタムへのリンク\"\u003e\n            \u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e\n            カスタムされた商品は返品・交換できません。\n        \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_72ed96d0-529d-4633-9b5d-de9b9fbf8425.jpg?v=1774948055\" 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\u003e4.5mm\u003c\/strong\u003eと\u003cstrong\u003e6mm\u003c\/strong\u003e。二つの穴径から、お手持ちのチェーンやストラップに最適なサイズをお選びいただけます。緻密な設計が、機能性と美しさを両立させ、あなたのライフスタイルに寄り添います。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_a84e71e9-d6df-409f-9a28-851152c5ceb1.jpg?v=1774948056\" class=\"img-fluid d-block w-100 product-img\" alt=\"ハトメ穴のサイズ比較を示すイメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e精密なサイズが叶える機能美\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴と加工の概要\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e\n                ハトメ穴加工は、ハードな厚革で作られたトラッカーズ・ライダースウォレットにチェーンや装飾を取り付けるために施す加工です。盗難や置き忘れ防止といった本来の目的のほか、お守りやストラップを取り付けるためにもお使いいただけます。\n            \u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e\n                ※トラッカーズ・ライダースウォレットも時代に合わせて柔らかめに調整された革・以前程厚くない作りのものも増えているため、強く引っ張る使い方が全く問題がないわけではございませんので、あらかじめご了承ください。\n            \u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e\n                ハトメ穴を1か所追加するオプションです。平らに置いて加工できる商品、加工に適した革を使った商品でご利用いただけます。\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eハトメ4.5mm\u003c\/th\u003e\n                            \u003ctd\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\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eハトメ4.5mm+リング（中）\u003c\/th\u003e\n                            \u003ctd\u003e\n                                \u003cul class=\"point-list\"\u003e\n                                    \u003cli\u003eハトメ4.5mmにリング（内径約18mm）を取り付けます\u003c\/li\u003e\n                                    \u003cli\u003e弊社標準金具を使用したネックストラップやショートストラップが使えます\u003c\/li\u003e\n                                    \u003cli\u003e一般的なウォレットコードやチェーン（ツリバリタイプ含む）が使えます\u003c\/li\u003e\n                                \u003c\/ul\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eハトメ6mm\u003c\/th\u003e\n                            \u003ctd\u003e\n                                \u003cul class=\"point-list\"\u003e\n                                    \u003cli\u003e弊社標準金具を使用したネックストラップやショートストラップが使えます\u003c\/li\u003e\n                                    \u003cli\u003e可動域はリングより落ちますので、ハードに使う場合はリング追加をご検討ください\u003c\/li\u003e\n                                    \u003cli\u003eツリバリタイプのウォレットコード・チェーンはご使用いただけません。\u003c\/li\u003e\n                                \u003c\/ul\u003e\n                            \u003c\/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            \u003cp class=\"body-text\"\u003e\n                平らに置ける商品への加工が可能です。\n                ※ ●印が一般的な加工位置です。\n            \u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/b3labo.sub.jp\/A950\/Option_hatome\/A950_option_hatome_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ハトメ加工が可能なウォレットの形状と推奨位置\"\u003e\n            \u003c\/div\u003e\n\n            \u003cp class=\"body-text\"\u003e\n                ラウンドファスナーやL字ファスナーなどの完全に開かない商品の加工はお受けしておりません。\n            \u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/b3labo.sub.jp\/A950\/Option_hatome\/A950_option_hatome_09.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            \u003ch3 class=\"section-title\"\u003e【最適】 栃木レザー他ハリのある革製品\u003c\/h3\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/A950\/Option_hatome\/A950_option_hatome_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"栃木レザーなどハリのある革製品のイメージ\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e革の硬さ・厚み\u003c\/th\u003e\n                            \u003ctd\u003eいわゆるヌメ厚革系で硬さ・厚みともに加工に適するものが多く、革の中ではタフに使えるものが多いです。お財布以外にもご希望があればご相談ください。\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eステッチの有無\u003c\/th\u003e\n                            \u003ctd\u003e一般的な加工位置付近にステッチが走る商品が多く、ステッチが革の伸び止めの役割を果たすため加工に適しています\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e革の重なり\u003c\/th\u003e\n                            \u003ctd\u003e革同士を重ね合わせた商品の場合、1枚だけの場合より強度が上がります\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n\n            \u003ch3 class=\"section-title\"\u003e【可】 モストロ等の布パーツと縫い合わせた厚みのある製品\u003c\/h3\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/A950\/Option_hatome\/A950_option_hatome_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"モストロなどの布パーツと縫い合わせた厚みのある製品のイメージ\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e革の硬さ・厚み\u003c\/th\u003e\n                            \u003ctd\u003e革自身の硬さ・厚みはありませんが、布パーツを含めた厚みが十分にあり、貫通させて加工が可能です\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eステッチの有無\u003c\/th\u003e\n                            \u003ctd\u003e内側にステッチが走っており、ある程度強度があります\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e革の重なり\u003c\/th\u003e\n                            \u003ctd\u003e構造上革・布地を貫通させるため、ある程度強度があります\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n\n            \u003ch3 class=\"section-title\"\u003e【非推奨\/不可】 イタリーレザー等\u003c\/h3\u003e\n            \u003cp class=\"body-text\"\u003e\n                加工自体は可能でも、革自体が柔らかいものが多く、長期の使用や、強い力がかかる加工には不向きです。同じ厚みの栃木レザーと比べて変形しやすく、千切れやすいためおすすめいたしません。\n                ※ Puebloスクエアキーケース など、革の厚みをそのまま活かした商品や、商品自体が小型で負担がそれほどかからない場合は問題ありません。\n            \u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/A950\/Option_hatome\/A950_option_hatome_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"イタリーレザーなど柔らかい革製品のイメージ\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e革の硬さ・厚み\u003c\/th\u003e\n                            \u003ctd\u003e革が柔らかい傾向があり、特に革を薄く使ったお財布は加工に不向きです\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eステッチの有無\u003c\/th\u003e\n                            \u003ctd\u003eステッチを極力減らしたデザインもあり注意が必要です\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e革の重なり\u003c\/th\u003e\n                            \u003ctd\u003e一枚革の商品が多く強度UPは望めません\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\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"ハトメ4.5mm \/ シルバー","offer_id":43369807970363,"sku":null,"price":330.0,"currency_code":"JPY","in_stock":true},{"title":"ハトメ4.5mm \/ 真鍮","offer_id":43369808003131,"sku":null,"price":330.0,"currency_code":"JPY","in_stock":true},{"title":"ハトメ4.5mm＋リング（中） \/ シルバー","offer_id":43369808035899,"sku":null,"price":605.0,"currency_code":"JPY","in_stock":true},{"title":"ハトメ4.5mm＋リング（中） \/ 真鍮","offer_id":43369808068667,"sku":null,"price":660.0,"currency_code":"JPY","in_stock":true},{"title":"ハトメ穴6mm \/ シルバー","offer_id":43369808101435,"sku":null,"price":330.0,"currency_code":"JPY","in_stock":true},{"title":"ハトメ穴6mm \/ 真鍮","offer_id":43369808134203,"sku":null,"price":330.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_72ed96d0-529d-4633-9b5d-de9b9fbf8425.jpg?v=1774948055","url":"https:\/\/b3labo-craft.we-shop.jp\/products\/168379535","provider":"b3Labo craft","version":"1.0","type":"link"}