{"title":"その他","description":"","products":[{"product_id":"166975546","title":"【名入れ】 書体が選べる3D刻印サービス","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\"\u003e3D技術で叶えるオーダー刻印\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eこれまで高価だった刻印サービスを、工房の3Dプリンターで樹脂版を作ることで、\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.jpg?v=1774948048\" class=\"img-fluid d-block w-100 product-img\" alt=\"3D技術で刻印された高精度な樹脂版\"\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_69896773-4272-4cf6-9cd5-428f90d84891.jpg?v=1774948048\" 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_b65ddc32-2664-4880-831b-c29c7cdf05e4.jpg?v=1774948048\" 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        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e3D刻印サービスの特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eご自分や差し上げる方のお名前、記念日、メッセージなどを刻印できます。b3Labo工房の3Dプリンターで樹脂版を作るため、安価で早く仕上がります。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eアルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども可能です。\u003c\/li\u003e\n                    \u003cli\u003eガタつきのない、まるで印刷物のような高精度な刻印が可能です。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e刻印版の保管と再利用について\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eご注文を受けてお作りした版は、2年間大切に保管いたします。この版を利用した次回以降の刻印は無料となります。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e3D名入れ刻印のご注文方法\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"step-list\"\u003e\n                    \u003cli\u003e刻印が可能な商品をお選びください。\u003c\/li\u003e\n                    \u003cli\u003e3D刻印オプション（このページ）をご購入ください。\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よくあるご質問（Q\u0026amp;A）\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e\u003cstrong\u003eQ: 以前購入したものにも刻印してもらえますか？\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003eA: b3Laboの製品のうち、刻印が可能なものでしたら基本的にお受けいたします。1点め2,000円（税抜）、同じ版を使って刻印する場合2点目（2回目）以降は無料となります。\u003c\/p\u003e\n\n                \u003cp class=\"body-text\"\u003e\u003cstrong\u003eQ: 箔押し（金色・銀色など）はできますか？\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003eA: 申し訳ありません。お受けできる刻印は、素押しと呼ばれる凹凸を打ち込むもののみとなります。\u003c\/p\u003e\n\n                \u003cp class=\"body-text\"\u003e\u003cstrong\u003eQ: 文字の大きさや刻印位置は指定できますか？\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003eA: 基本的に決まった位置になりますが、ご希望がある場合はご相談ください。\u003c\/p\u003e\n\n                \u003cp class=\"body-text\"\u003e\u003cstrong\u003eQ: 刻印に何日かかりますか？\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003eA: 通常の発送より3、4営業日遅くなる可能性がございます。なるべく早い発送を心がけておりますが、余裕を持ってご注文いただけますと幸いです。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003eまた、コンビニ前払いやPayPayをご指定いただき、実際のお支払いまでお日にちが開いてしまった場合は、お支払い日がご注文確定の起算日となり、お届けが遅れますことをご了承くださいませ。\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\/_KOKUIN\/kokuin_05_2_3d.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                \u003cp class=\"body-text text-center\"\u003e\u003ca href=\"https:\/\/b3labo-craft.we-shop.jp\/products\/180519683?_pos=1\u0026amp;_sid=1e98d768d\u0026amp;_ss=r\"\u003e【名入れ】 手打ち刻印\u003c\/a\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"1）筆記体","offer_id":43369806528571,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"2）クラシック","offer_id":43369806561339,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"3）モダン","offer_id":43369806594107,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"4）手書き風","offer_id":43369806626875,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"以前作成した版を使用","offer_id":43369806659643,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download.jpg?v=1774948048"},{"product_id":"180519683","title":"【名入れ】 手打ち刻印","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が、革に\u003cstrong\u003e深みと表情\u003c\/strong\u003eを与えます。あなたの想いを形にする、唯一無二の印影です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_7e549057-dd54-4f1f-b949-ee34c4b7e916.jpg?v=1776309971\" class=\"img-fluid d-block w-100 product-img\" alt=\"手打ち刻印が施された革製品のクローズアップ画像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eクラシックな筆跡、確かな存在感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e心を込めた特別な贈り物\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eお名前や大切な記念日を刻み\u003c\/strong\u003e、世界にたった一つのアイテムに。贈る方の笑顔を想像しながら選ぶ、\u003cstrong\u003e心温まるパーソナルギフト\u003c\/strong\u003eです。贈る喜びを分かち合いませんか。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_a5223156-454d-49c0-8a9c-638f01e60a24.jpg?v=1776309971\" 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_b04517f6-cc5b-4401-b9ae-85e40a2932f0.jpg?v=1776309971\" class=\"img-fluid d-block w-100 product-img\" alt=\"職人が革に刻印を施している手元の様子\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e手仕事が織りなす特別な品質\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e刻印の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eぬくもりを感じる大きめ文字を、一文字ずつ手打ちする刻印です。ご自身や贈る方のお名前やイニシャル、記念日を刻印できます。\u003c\/p\u003e\n      \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      \u003cp class=\"body-text\"\u003e刻印可能な文字種は以下の通りです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e大文字と英数字\u003c\/li\u003e\n        \u003cli\u003e記号: 「,」「.」「-」「★」\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e※小文字はございません。記号も1文字として数えられます。\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 class=\"body-text\"\u003e最大10文字まででご指定ください。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e商品のサイズによっては3文字程度しか入らない場合もございます。\u003c\/li\u003e\n        \u003cli\u003e長い文字をご希望の場合は3Dオーダー刻印をご利用ください。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eご注文方法\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e手打ちイニシャル刻印のご注文は以下の手順で承ります。\u003c\/p\u003e\n      \u003cul class=\"step-list\"\u003e\n        \u003cli\u003e1）刻印が可能な商品をお選び下さい。\u003c\/li\u003e\n        \u003cli\u003e2）手打ちイニシャル刻印（このページ）をご購入ください。\u003c\/li\u003e\n        \u003cli\u003e3）ご注文内容を確認の上、お支払いください。\u003c\/li\u003e\n        \u003cli\u003e4）オーダーを確認し、必要であれば位置やバランス確認の画像をお送りしますのでご確認ください。\u003cbr\u003e※一般的な名入れ位置の場合はそのまま進行いたします。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e関連情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e書体が選べるオーダーメイドの樹脂刻印もございます。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/_KOKUIN\/kokuin_05_2_3d.jpg\" class=\"img-fluid d-block w-100\" alt=\"書体見本と3Dオーダー刻印の案内画像\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/b3labo-craft.we-shop.jp\/products\/166975546?_pos=2\u0026amp;_sid=1e98d768d\u0026amp;_ss=r\"\u003e【名入れ】3Dオーダー刻印はこちら\u003c\/a\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"Default Title","offer_id":43369807609915,"sku":null,"price":1100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_7e549057-dd54-4f1f-b949-ee34c4b7e916.jpg?v=1776309971"},{"product_id":"184938151","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=\"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        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e主なサイズ展開:\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003eリング大: 内径 24mm\u003c\/li\u003e\n            \u003cli\u003eリング特大: 内径 40mm\u003c\/li\u003e\n            \u003cli\u003eリング小: 内径 12mm\u003c\/li\u003e\n            \u003cli\u003eリング中: 内径 18mm\u003c\/li\u003e\n            \u003cli\u003e小判カン: 内径 縦12mm \/ 横8mm\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_154627a8-5b1e-4c34-9fb9-76e34901be61.jpg?v=1774948054\" 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            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e多すぎるご注文の場合はお断りする場合がございます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e配送方法\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e普通郵便、ゆうパケット（封筒 \/ ポスト投函）での発送となります。\u003c\/p\u003e\n        \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                \u003cli\u003eシルバーの小判カンは開閉しすぎるとメッキが剥がれる場合がございますので、一定の力でゆっくりと開閉してください。（開け閉めごとに3秒が目安です。）\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"リング小 \/ シルバー","offer_id":43369807642683,"sku":null,"price":138.0,"currency_code":"JPY","in_stock":true},{"title":"リング小 \/ 真鍮","offer_id":43369807675451,"sku":null,"price":275.0,"currency_code":"JPY","in_stock":true},{"title":"リング中 \/ シルバー","offer_id":43369807708219,"sku":null,"price":165.0,"currency_code":"JPY","in_stock":true},{"title":"リング中 \/ 真鍮","offer_id":43369807740987,"sku":null,"price":330.0,"currency_code":"JPY","in_stock":true},{"title":"リング大 \/ シルバー","offer_id":43369807773755,"sku":null,"price":275.0,"currency_code":"JPY","in_stock":true},{"title":"リング大 \/ 真鍮","offer_id":43369807806523,"sku":null,"price":605.0,"currency_code":"JPY","in_stock":true},{"title":"リング特大 \/ シルバー","offer_id":43369807839291,"sku":null,"price":495.0,"currency_code":"JPY","in_stock":true},{"title":"リング特大 \/ 真鍮","offer_id":43369807872059,"sku":null,"price":825.0,"currency_code":"JPY","in_stock":true},{"title":"小判カン \/ シルバー","offer_id":43369807904827,"sku":null,"price":138.0,"currency_code":"JPY","in_stock":true},{"title":"小判カン \/ 真鍮","offer_id":43369807937595,"sku":null,"price":275.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_154627a8-5b1e-4c34-9fb9-76e34901be61.jpg?v=1774948054"},{"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"},{"product_id":"166697870","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    \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_5644cbac-81b8-47ac-a42f-af9e1335cbac.jpg?v=1774948118\" 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_fb472abc-b5b6-4660-804e-5a762628580a.jpg?v=1774948117\" 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_905cc6a5-febe-415b-9d37-59e0ac7c2bbf.jpg?v=1774948118\" 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カスタムで個性が出せる、人気のミニトラッカーウォレットは、現在革種違いの4種類を展開しております。いずれも植物タンニン100％で鞣された、エイジングを楽しめるおすすめの本革揃いです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/all\/mtw_select.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニトラッカーウォレットシリーズ紹介\"\u003e\n        \u003cdiv class=\"row itemArrange itemArrange--typeB\"\u003e\n            \u003cdiv class=\"col-pc-6\"\u003e\n                \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_navi\/cate_1_3_saifu_mini_jeans_650x650.jpg\" alt=\"〈栃木レザー〉JEANS（ジーンズ）　ミニトラッカーウォレット\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003cspan class=\"itemArrange__textWrap\"\u003e\n                    \u003ch3\u003e〈栃木レザー〉JEANS（ジーンズ）\u003c\/h3\u003e\n                    \u003cp class=\"body-text\"\u003e元祖ミニトラッカーウォレットはこちら。スタンダードな表情の柔らかめの革で扱いやすく、ほとんどお手入れの必要がありません。毎日たくさん連れ歩くだけでどんどん艶が出て手に馴染んできます。\u003c\/p\u003e\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"col-pc-6\"\u003e\n                \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_navi\/cate_1_3_saifu_mini_mishiba_650x650.jpg\" alt=\"〈栃木レザー〉ミシバクロップ　ミニトラッカーウォレット\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003cspan class=\"itemArrange__textWrap\"\u003e\n                    \u003ch3\u003e〈栃木レザー〉ミシバクロップ\u003c\/h3\u003e\n                    \u003cp class=\"body-text\"\u003e牛を早く出荷する現代では希少となってしまった、しっかりとした年数の厚みを持った原皮を鞣した『ヌメ革』を使用しました。硬く張りのある革はお手入れのし甲斐もあり、革好きの憧れでもあります。\u003c\/p\u003e\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"col-pc-6\"\u003e\n                \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_navi\/cate_1_3_saifu_mini_progre_650x650.jpg\" alt=\"〈たつのレザー〉プログレ　ミニトラッカーウォレット\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003cspan class=\"itemArrange__textWrap\"\u003e\n                    \u003ch3\u003e〈たつのレザー〉プログレ\u003c\/h3\u003e\n                    \u003cp class=\"body-text\"\u003eイタリアの技術協力のもと、「今までの日本になかった革を」という熱意から生まれたワックスレザー。表面を磨りガラスのように加工した「銀スリ」の状態から、徐々に艶が出る変化を楽しめる革です。\u003c\/p\u003e\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"col-pc-6\"\u003e\n                \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_navi\/cate_1_3_saifu_mini_MTW-pue_650x650.jpg\" alt=\"〈イタリーレザー〉Pueblo × 栃木レザー　ミニトラッカーウォレット\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003cspan class=\"itemArrange__textWrap\"\u003e\n                    \u003ch3\u003e〈イタリーレザー〉Pueblo × 栃木レザー\u003c\/h3\u003e\n                    \u003cp class=\"body-text\"\u003e華やかなイタリアンレザー「プエブロ」は、表面に引っかき跡を残し独特の表情を加えた個性派本革です。お手入れの必要がなく、経年変化も早く、質感・色はフォーマルにも耐える格調高さです。\u003c\/p\u003e\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\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 class=\"body-text\"\u003eミニトラッカーウォレットのカスタムに関する重要な注意事項です。ご注文前に必ずご確認ください。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eお財布と同時注文:\u003c\/strong\u003e ミニトラッカーウォレット本体をお買い上げの際に、一緒にご注文ください。「カスタムA（ハトメ+リング取付）」と「カスタムD（ホック頭交換）」など、複数のカスタムをご希望の場合は、それぞれカートにお入れください。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e加工場所の指定:\u003c\/strong\u003e カスタムAのリングは基本的に向かって左側に加工いたします。利き手や使い方で右側をご希望の場合は、ご注文時の備考欄にてお知らせください。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e金具色について:\u003c\/strong\u003e JEANSトラッカーミニ財布の金具は真鍮製です。シルバー（ニッケル）カスタムでは内側と外側で金具の色の相違が出ますが、閉じた状態では見えにくいため、気にせず使われる方も多くいらっしゃいます。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e返品・交換について:\u003c\/strong\u003e 名入れ・カスタムを施した商品に不備があった場合は、メール等で内容をお知らせください。無償で修理をさせていただきますので、ご安心ください。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカスタムA 料金表と詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eカスタムAは、ウォレットにハトメ穴とリングを取り付ける加工です。リングのサイズと金具の色によって価格が異なります。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/MTW_custom\/mtw_custum_01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カスタムAリング小取付イメージ\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/MTW_custom\/mtw_custum_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カスタムAリング中取付イメージ\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/MTW_custom\/wp453_custom_12.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カスタムAリング大取付イメージ\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003cthead\u003e\n                            \u003ctr\u003e\n                                \u003cth colspan=\"2\"\u003e\u003c\/th\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カスタムA - リング小取付\u003c\/td\u003e\n                                \u003ctd\u003eハトメ穴+リング小\u003c\/td\u003e\n                                \u003ctd\u003e550円\u003c\/td\u003e\n                                \u003ctd\u003e605円\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eカスタムA - リング中取付\u003c\/td\u003e\n                                \u003ctd\u003eハトメ穴+リング中\u003c\/td\u003e\n                                \u003ctd\u003e605円\u003c\/td\u003e\n                                \u003ctd\u003e660円\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eカスタムA - リング大取付\u003c\/td\u003e\n                                \u003ctd\u003eハトメ穴+リング大\u003c\/td\u003e\n                                \u003ctd\u003e660円\u003c\/td\u003e\n                                \u003ctd\u003e715円\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eカスタムB\u003c\/td\u003e\n                                \u003ctd\u003eハトメ穴+リング小 ×2\u003c\/td\u003e\n                                \u003ctd\u003e935円\u003c\/td\u003e\n                                \u003ctd\u003e1,045円\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\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                \u003cp class=\"body-text\"\u003eカスタムC、D、Eの詳細と料金表です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/MTW_custom\/mtw_custum_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カスタムC小判カン取付イメージ\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/MTW_custom\/mtw_custum_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カスタムDホック頭交換イメージ\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/MTW_custom\/mtw_custum_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カスタムEハトメ穴取付イメージ\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003cthead\u003e\n                            \u003ctr\u003e\n                                \u003cth colspan=\"2\"\u003e\u003c\/th\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カスタムC\u003c\/td\u003e\n                                \u003ctd\u003eハトメ穴+小判カン\u003c\/td\u003e\n                                \u003ctd\u003e605円\u003c\/td\u003e\n                                \u003ctd\u003e660円\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eカスタムD\u003c\/td\u003e\n                                \u003ctd\u003eホック頭交換\u003c\/td\u003e\n                                \u003ctd colspan=\"2\"\u003e990円\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eカスタムE\u003c\/td\u003e\n                                \u003ctd\u003eハトメ穴×1か所\u003c\/td\u003e\n                                \u003ctd colspan=\"2\"\u003e330円\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\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:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/MTW_custom\/mtw_custum_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カスタム詳細イメージ6\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"カスタムA（ハトメ＋リング【小】取付） \/ シルバー（ニッケル）","offer_id":43369815703611,"sku":"wp453_customカスタムA（ハトメ＋リング【小】取付）シルバー（ニッケル）","price":550.0,"currency_code":"JPY","in_stock":true},{"title":"カスタムA（ハトメ＋リング【小】取付） \/ 真鍮製","offer_id":43369815736379,"sku":"wp453_customカスタムA（ハトメ＋リング【小】取付）真鍮製","price":605.0,"currency_code":"JPY","in_stock":true},{"title":"カスタムA（ハトメ＋リング【中】取付） \/ シルバー（ニッケル）","offer_id":43369815769147,"sku":"wp453_customカスタムA（ハトメ＋リング【中】取付）シルバー（ニッケル）","price":605.0,"currency_code":"JPY","in_stock":true},{"title":"カスタムA（ハトメ＋リング【中】取付） \/ 真鍮製","offer_id":43369815801915,"sku":"wp453_customカスタムA（ハトメ＋リング【中】取付）真鍮製","price":660.0,"currency_code":"JPY","in_stock":true},{"title":"カスタムA（ハトメ＋リング【大】取付） \/ シルバー（ニッケル）","offer_id":43369815834683,"sku":"wp453_customカスタムA（ハトメ＋リング【大】取付）シルバー（ニッケル）","price":660.0,"currency_code":"JPY","in_stock":true},{"title":"カスタムA（ハトメ＋リング【大】取付） \/ 真鍮製","offer_id":43369815867451,"sku":"wp453_customカスタムA（ハトメ＋リング【大】取付）真鍮製","price":715.0,"currency_code":"JPY","in_stock":true},{"title":"カスタムA（ハトメ＋リング【特大】取付） \/ シルバー（ニッケル）","offer_id":43369815900219,"sku":"wp453_customカスタムA（ハトメ＋リング【特大】取付）シルバー（ニッケル）","price":825.0,"currency_code":"JPY","in_stock":true},{"title":"カスタムA（ハトメ＋リング【特大】取付） \/ 真鍮製","offer_id":43369815932987,"sku":"wp453_customカスタムA（ハトメ＋リング【特大】取付）真鍮製","price":935.0,"currency_code":"JPY","in_stock":true},{"title":"カスタムB（ハトメ＋リング【小】×2） \/ シルバー（ニッケル）","offer_id":43369815965755,"sku":"wp453_customカスタムB（ハトメ＋リング【小】×2）シルバー（ニッケル）","price":935.0,"currency_code":"JPY","in_stock":true},{"title":"カスタムB（ハトメ＋リング【小】×2） \/ 真鍮製","offer_id":43369815998523,"sku":"wp453_customカスタムB（ハトメ＋リング【小】×2）真鍮製","price":1045.0,"currency_code":"JPY","in_stock":true},{"title":"カスタムC（ハトメ＋小判カン取付） \/ シルバー（ニッケル）","offer_id":43369816031291,"sku":"wp453_customカスタムC（ハトメ＋小判カン取付）シルバー（ニッケル）","price":605.0,"currency_code":"JPY","in_stock":true},{"title":"カスタムC（ハトメ＋小判カン取付） \/ 真鍮製","offer_id":43369816064059,"sku":"wp453_customカスタムC（ハトメ＋小判カン取付）真鍮製","price":660.0,"currency_code":"JPY","in_stock":true},{"title":"カスタムD（ホック頭交換） \/ シルバー（ニッケル）","offer_id":43369816096827,"sku":"wp453_customカスタムD（ホック頭交換）シルバー（ニッケル）","price":990.0,"currency_code":"JPY","in_stock":true},{"title":"カスタムD（ホック頭交換） \/ 真鍮製","offer_id":43369816129595,"sku":"wp453_customカスタムD（ホック頭交換）真鍮製","price":990.0,"currency_code":"JPY","in_stock":true},{"title":"カスタムE（ハトメ加工のみ） \/ シルバー（ニッケル）","offer_id":43369816162363,"sku":"wp453_customカスタムE（ハトメ加工のみ）シルバー（ニッケル）","price":330.0,"currency_code":"JPY","in_stock":true},{"title":"カスタムE（ハトメ加工のみ） \/ 真鍮製","offer_id":43369816195131,"sku":"wp453_customカスタムE（ハトメ加工のみ）真鍮製","price":330.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_bd1361ea-40ec-4c19-9ee6-980b64a9b5ba.jpg?v=1774948118"},{"product_id":"157971984","title":"【紛失のお客様用】キーケース用 組ネジ \/ WX08399","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キーケースを彩る組ネジ3色\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eあなたのキーケースに最適な一本を見つけてください。\u003cstrong\u003eゴールド\u003c\/strong\u003e、\u003cstrong\u003eシルバー\u003c\/strong\u003e、\u003cstrong\u003eアンティーク\u003c\/strong\u003e、異なる輝きが愛用品の魅力を再構築します。お好みのスタイルに合わせてお選びいただけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_f77457a9-5291-4f35-a5f0-45792540b057.jpg?v=1774948167\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e選べる3色の輝き\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_11b2d5c9-813c-491b-aa33-45b76c0b5e35.jpg?v=1774948167\" 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\"\u003eb3Labo純正キーケース用スペアパーツ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eb3Laboキーホルダー専用の\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_1016e235-bc41-4fdd-af7d-4dd27c328aa5.jpg?v=1774948167\" 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    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品は、b3Laboのキーホルダー用スペアパーツです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品名: 【紛失のお客様用】キーケース用 組ネジ\u003c\/li\u003e\n          \u003cli\u003e商品コード: WX08399\u003c\/li\u003e\n          \u003cli\u003e用途: 紛失時の交換用スペアパーツ\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\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  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"ゴールド","offer_id":43369821601851,"sku":null,"price":220.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":43369821634619,"sku":null,"price":220.0,"currency_code":"JPY","in_stock":true},{"title":"アンティーク","offer_id":43369821667387,"sku":null,"price":220.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_f77457a9-5291-4f35-a5f0-45792540b057.jpg?v=1774948167"}],"url":"https:\/\/b3labo-craft.we-shop.jp\/collections\/other-item.oembed","provider":"b3Labo craft","version":"1.0","type":"link"}