{"title":"Jeans","description":"","products":[{"product_id":"155282950","title":"【栃木レザー \/ JEANS 】  カスタムできる ミニトラッカーウォレット \/ WP453 502 528","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e魅せる個性、選べる本革カラー\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e豊富なカラーバリエーションから、あなたのスタイルに寄り添う栃木レザーの逸品が見つかります。コンパクトながらも収納力に優れ、日々の使いやすさを追求しました。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c4f334df-7998-4622-b53c-46bc8d08551e.jpg?v=1776221370\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e使うほどに、私だけの輝き\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e革が語る、日々の物語\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e丁寧に磨き上げられたコバや控えめなロゴが、本革の質感を際立たせます。使い込むほどに現れるホックのアタリは、あなただけの豊かな歴史を刻む証です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_588e0485-974b-439a-b351-a41ee36ae5db.jpg?v=1776221370\" 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しっとりと手に馴染むJEANSレザーと、洗練されたミニマルなデザイン。厚みを抑えたコンパクト設計で、どんなポケットにもスマートに収まります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_ccc0ed5b-95cd-41c8-a5c4-8b9dfaad670b.jpg?v=1776221370\" 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\"\u003e\n        \n        \u003cdiv class=\"content-section\"\u003e\n            \u003ch3 class=\"section-title\"\u003e〈栃木レザー〉JEANS（ジーンズ）\u003c\/h3\u003e\n            \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_navi\/cate_1_3_saifu_mini_jeans_650x650.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003cp class=\"body-text\"\u003e元祖ミニトラッカーウォレットはこちら。スタンダードな表情の柔らかめの革で扱いやすく、ほとんどお手入れの必要がありません。毎日たくさん連れ歩くだけでどんどん艶が出て手に馴染んできます。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"content-section\"\u003e\n            \u003ch3 class=\"section-title\"\u003e〈栃木レザー〉ミシバクロップ\u003c\/h3\u003e\n            \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_navi\/cate_1_3_saifu_mini_mishiba_650x650.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003cp class=\"body-text\"\u003e牛を早く出荷する現代では希少となってしまった、しっかりとした年数の厚みを持った原皮を鞣した『ヌメ革』を使用しました。硬く張りのある革はお手入れのし甲斐もあり、革好きの憧れでもあります。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"content-section\"\u003e\n            \u003ch3 class=\"section-title\"\u003e〈たつのレザー〉プログレ\u003c\/h3\u003e\n            \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_navi\/cate_1_3_saifu_mini_progre_650x650.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003cp class=\"body-text\"\u003eイタリアの技術協力のもと、「今までの日本になかった革を」という熱意から生まれたワックスレザー。表面を磨りガラスのように加工した「銀スリ」の状態から、徐々に艶が出る変化を楽しめる革です。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"content-section\"\u003e\n            \u003ch3 class=\"section-title\"\u003e〈イタリーレザー〉Pueblo × 栃木レザー\u003c\/h3\u003e\n            \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_navi\/cate_1_3_saifu_mini_MTW-pue_650x650.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003cp class=\"body-text\"\u003e華やかなイタリアンレザー「プエブロ」は、表面に引っかき跡を残し独特の表情を加えた個性派本革です。お手入れの必要がなく、経年変化も早く、質感・色はフォーマルにも耐える格調高さです。\u003c\/p\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        \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/trucker_custom.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eオプションストラップ\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wa-str_001_j\/wa_wrist_j_14.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e「結局、これが使いやすい」\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/WP406_JeansMini_35.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003ch3 class=\"section-title\"\u003e古き良き財布を現代向けに小さく。\u003c\/h3\u003e\n        \u003ch3 class=\"section-title\"\u003e始まりは50's米国のトラック乗り\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e1950年代、アメリカのトラック乗りのお金・領収書入れとして誕生し、1960年代にはバイカーたちに人気が爆発した「トラッカーウォレット」。そのトラッカーウォレットの流れを汲むミニ財布がこちら。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eまた、その使いやすさから店舗スタッフの使用率No.1！　違う財布も試してみるけど\u003cstrong\u003e「結局使いやすくてこれに戻って来ちゃうよね」\u003c\/strong\u003eというスタッフ、カラー違いの二代目を使い始めたスタッフ。　工房ではショルダー紐をつけてみたりと、とても愛されているお財布です。\u003c\/p\u003e\n        \u003ch3 class=\"section-title\"\u003eトラッカーカスタム文化も受け継ぐ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eトラッカーたちがそれぞれ自分たちの使い勝手に合わせたカスタムを施したように、オプションでカスタムも楽しんでいただけます。\u003c\/p\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/WP406_JeansMini_34.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eクラシックで実用的な形\u003c\/h3\u003e\n        \u003ch3 class=\"section-title\"\u003e中身に合わせて柔軟に膨らむポケット\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/WP406_JeansMini_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003e小銭入れ、カード入れ、全てのポケットが柔軟に膨らみます。トラッカーズウォレットの構造によるこの柔軟さで、カードも極限まで減らす方にも、たくさんのカードを入れておきたい方にも対応できます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e実用的な小銭入れ\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/WP406_JeansMini_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003eカードサイズ程度の小さな小銭入れには、男性の指は入りにくいのでは、と思われがちですが、適度にオイルを含んだ柔らかな革により、両端を押し込めば左右にむにゅっと大きく開きます。また、底の浅い設計により硬貨が見やすく、取り出しやすい形です。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e背面ICカード入れでタッチ＆ゴー\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/WP406_JeansMini_16.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003e背面ポケットには定期券や交通系ICカード、タッチ決済カードを入れておくと便利。このお財布1つで身軽なお出かけが可能です。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e小さくてかさばらない\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/WP406_JeansMini_33.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/WP406_JeansMini_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003eカードより一回り大きく、片方の手にしっかり収まるサイズ感です。ボトムスのポケットにもすんなり入ります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e男性女性どちらでも使えるデザイン\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/WP406_JeansMini_32.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003eもともとの『トラッカーズウォレット』は無骨なイメージもありましたが、この『トラッカーミニ財布』は現代的なジェンダーレスデザイン。メンズ・レディースの垣根を超えてどちらでもお使いいただけます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e店舗スタッフの使用例\u003c\/h3\u003e\n        \u003ch3 class=\"section-title\"\u003eカスタムの楽しみも\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/WP406_JeansMini_18.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e「生活に必要なもの全部入ってて……」\u003c\/strong\u003eと恥ずかしそうに見せてくれました。ハトメ+リングのカスタムを施された42レッド。アウトドアアクティビティ時にザイルコードに引っ掛けたくて取り付けたそうです。使い込んだ栃木レザーの赤の経年変化が見て取れます。こんなに使い込んでも赤はほとんど色褪せることなく深まっていく、失敗知らずのカラーです。\u003c\/p\u003e\n\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/WP406_JeansMini_17.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e「結局、これが使いやすくて他のお財布使ってても戻って来ちゃう」\u003c\/strong\u003eこちらはカードもたくさん入れて使っています。フラップが閉じる限界はあるものの、どこまでも膨らむカードポケットです。\u003c\/p\u003e\n\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/WP406_JeansMini_14.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/WP406_JeansMini_15.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e「本当にこれ一つで店舗に来てます」\u003c\/strong\u003eお札をフラップ側に入れ、本体側のポケットにはレシートを分けて入れるこだわりの見えるスタイルです。また、彼のこの日のファッションも50's-60's風のデニムスタイル。トータルで決まっています。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eトラッカーミニ財布のカスタムお受けいたします\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eトラッカーウォレットといえば、カスタムといっても過言ではありません。チェーンやコードの取り付けだけでなく、リングを取り付けると革に光り物がプラスされてドレッシーな印象になり、男性だけでなく女性にもおすすめのオプション加工です。\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title\"\u003eカスタムA （片側リング取付）\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/WP406_custom_13.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003e今は必要がなくても、この加工をしておくことでいろんなものへの取り付けが可能になります。お気に入りのマスコット、アクティビティに手ぶらで挑みたい時にストラップを取り付けることができます。また大きめリングはポケットやカバンの中から引っ張り出す際に指をひっかけられて便利です。\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title\"\u003eカスタムB・C\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/WP406_custom_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003e【カスタムB】ミニショルダー化に必須のカスタムです。【カスタムC】ウォレットコードやウォレットチェーンを取り付けるのに最適。1950年代アメリカのトラック乗りが運転席から離れる際に忘れ物防止策としてカスタムしたことがきっかけだったそう。後にライダーたちに人気の火が燃え移り、『ライダースウォレット』+『ウォレットチェーン\/ウォレットコード』として現代に受け継がれました。\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title\"\u003eカスタムC （ホック頭出し\/貫通）\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/WP406_custom_11.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003e隠しホックを通常のホックに変更するカスタムです。きらりと金属を見せると引き締まることと、隠しホック部分特有の色の濃い経年変化を好まない方におすすめです。※フラップ裏側の収納スペースは使えなくなります。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eカスタムはこちら\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e刻印サービス\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。※作業に1〜2日いただきます。\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title\"\u003e手打ち刻印 ￥1,100（税込）\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_1.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003eシンプルで大ぶりな、温かみのある書体です。イニシャルや頭文字だけでも素敵です。下の「【名入れ】手打ちイニシャル刻印」からご購入ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e大文字（ABCD〜Z）+ 「.」「,」「-」が使えます。小文字を希望される場合は3D刻印をご利用ください。\u003c\/li\u003e\n            \u003cli\u003e一文字一文字手打ちするため、温かみある仕上がりです\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e【名入れ】イニシャル刻印\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title\"\u003e3D刻印 ￥2,200（税込）\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_2.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003e高価で時間がかかる金属版ではなく樹脂製のオーダーメイド刻印です。アルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども。ガタつきのない、まるで印刷物のような刻印になります。下の「【名入れ】3Dオーダー刻印」からご購入ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e書体を選べるほか、小ぶりでまとまった刻印が可能です。\u003c\/li\u003e\n            \u003cli\u003eお作りした版は2年間保管し、二度目以降は無料で刻印できます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e【名入れ】3Dオーダー刻印\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\"\u003e42 レッド、91ブラックが色の経年変化が少ないカラーです。62 ネイビーは青みが抜けて徐々にブルーグレーに、そして濃いグレーへと変わっていく経年変化が楽しめます。72 モスグリーンは侘びた、朽ちたような茶色みが混じった独特の色へと経年変化します。33 ベージュは『革を育てる』カラーですが、比較的お手入れ頻度が低いオイル入りの革なので難易度は低め。色が濃くなり飴色の艶が出る、ヌメ革らしい経年変化が楽しめます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eネイビー、グリーンも含め、いずれの色も好きな方がいらっしゃって同色アイテムを集めて頂いておりますので、一般的な経年変化の例を踏まえてお選び下さいませ。\u003c\/p\u003e\n        \u003ch3 class=\"section-title\"\u003e33 ベージュ\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/GMWP406_JeansMini_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003ch3 class=\"section-title\"\u003e42 レッド\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/GMWP406_JeansMini_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003ch3 class=\"section-title\"\u003e62 ネイビー\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/GMWP406_JeansMini_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003ch3 class=\"section-title\"\u003e72 モスグリーン\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/GMWP406_JeansMini_11.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003ch3 class=\"section-title\"\u003e91ブラック\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WP406\/GMWP406_JeansMini_12.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e栃木レザー社の革「Jeans」\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e日本を代表する、栃木レザーの中でもカラー展開が豊富なシリーズです。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e抜群の感触、こだわりの天然皮革「フルベジタブルタンニングレザー」。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e南米産のミモザの樹皮から抽出されたタンニン剤で、じっくりなめしあげた純正のヌメ革です。適度なオイルを含みますが、最初はツヤが控えめでマット。カジュアルな表情から、使い込むにつれ徐々に素晴らしいツヤが生まれる革です。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e補足情報\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/all\/fastoji.jpg\" class=\"img-fluid d-block w-100 product-img\"\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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eサイズ（約）:\u003c\/strong\u003e 縦7.3cm × 横11cm × 厚み1.5cm\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e仕様:\u003c\/strong\u003e\n                        \u003cul class=\"basic-list\"\u003e\n                            \u003cli\u003e小銭入れ×1\u003c\/li\u003e\n                            \u003cli\u003eカードポケット×1\u003c\/li\u003e\n                            \u003cli\u003eフリーポケット×1(お札は三つ折りまたは二つ折り)\u003c\/li\u003e\n                            \u003cli\u003e背面カードポケット×1\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e素材:\u003c\/strong\u003e 栃木レザー(JEANS)\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\u003cstrong\u003eWP453 502 528\u003c\/strong\u003e\u003c\/p\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\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:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \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=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印したラッピングが可能です。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入時の注意点\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n                    \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"33 ベージュ","offer_id":43369815277627,"sku":"WP45333 ベージュ","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"42 レッド","offer_id":43369815310395,"sku":"WP45342 レッド","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"62 ネイビー","offer_id":43369815343163,"sku":"WP45362 ネイビー","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"72 モスグリーン","offer_id":43369815375931,"sku":"WP45372 モスグリーン","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369815408699,"sku":"WP45391 ブラック","price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c4f334df-7998-4622-b53c-46bc8d08551e.jpg?v=1776221370"},{"product_id":"174235598","title":"【栃木レザー \/ JEANS】 コインケース \/ WC357","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本体・マチ・フラップが一体となった構造は、革本来の強さを最大限に引き出します。無駄をそぎ落としたシンプルさが、素材の美しさを際立たせる一品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_7046db69-d738-4c77-96d6-85269d56d909.jpg?v=1774948129\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e\u003cstrong\u003e永く愛せる本物のコインケース\u003c\/strong\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e掌に収まるスマートな機能美\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e縦7cm、横7.5cmのコンパクトな設計は、日々の生活に心地よくフィットします。ポケットや小さなバッグにも収まりやすく、スマートな持ち運びを実現します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_d1c6f1fe-fc3f-4bab-a01b-62e5e7fe0173.jpg?v=1774948129\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e\u003cstrong\u003e日常に寄り添う手のひらサイズ\u003c\/strong\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e揃える楽しみ、上質な贈り物\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e同素材のマネークリップと組み合わせることで、より洗練された印象に。大切な方へのプレゼントや、こだわりの大人にふさわしいギフトとしても喜ばれます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_d2123117-fbd0-4301-82a9-9f9bd0faf102.jpg?v=1774948130\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e\u003cstrong\u003e粋な組み合わせを贈る歓び\u003c\/strong\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      \u003ch3\u003e本体・マチ・フラップ一体型 タフさ保証小銭入れ\u003c\/h3\u003e\n      \u003cp\u003eこれ以上なくシンプルで、革自身の強さを最大限に引き出す構造を採用。最低限のステッチと金具のみで作り上げ、革の強度の面で将来の故障につながる弱い部分はひとつもありません。それでいて長くお使いいただくにふさわしい、職人の丁寧な手仕事を感じられる一品です。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WC357\/WC357_JeansCoinCase_13_muji.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eシンプルゆえに誤魔化せない、革の品質と技術力\u003c\/h3\u003e\n      \u003cp\u003eぱっと見の印象は、親しみを感じる丸みを帯びたフォルム。本体・マチ・フラップの全てが1枚の革から出来ているため、四辺は折るのみのシンプルな構造です。まずは折りたたんでも歪みの出ない上質な革であること、そして誤魔化しのきかないシンプルな形を狂いなく出すため、職人の工夫と技術、細部へのこだわりが盛り込まれています。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WC357\/WC357_JeansCoinCase_07_muji.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003e10年後に差が出る、最強クラスの壊れ難さ\u003c\/h3\u003e\n      \u003cp\u003eすべてが1枚の革から出来ているため、強度があります。これはミシンをかける場所を減らすことで、なるべく革に穴を開けずにダメージを抑え、将来の万一の革破れの可能性を減らす想いからです。\u003c\/p\u003e\n      \u003cp\u003eまた、たっぷりとした革の弾力により、ただミシンを走らせて終わりとはいきません。全てのステッチの端を手作業で丁寧に縫い締めています。こうして処理されたステッチは端がしっかりと緩みなく締められており、見た目上の美しさだけでなく、何年も使う上で糸のほつれが起こりにくいクオリティが得られます。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WC357\/WC357_JeansCoinCase_08_muji.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003e革厚をあえて均一に調整\u003c\/h3\u003e\n      \u003cp\u003e通常はマチや縫い代といった革が重なる部分に『漉き』を入れますが（※縫製しやすく、製品の形をきれいに出しやすくするため、革を薄く加工すること）、このコインケースはあえて隅々まで同じ1.6mm厚に調整した革で作り上げました。部分を薄く漉いた『かっちりと形を出した』仕上がりを今回は封印し、革自身の『強度』・『表情の豊かさ』を表現。漉きとは別の部分で製作の難易度が上がりますが、隅の隅にいたるまで、革そのものが持つ強度を落とすことなく、生かしきっています。\u003c\/p\u003e\n\n      \u003ch3\u003e商品の工夫\u003c\/h3\u003e\n      \u003cp\u003eマチを折りたたんだ構造のため、マチが別パーツになっている商品に比べ小銭が引っかかることがありません。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WC357\/WC357_JeansCoinCase_12_muji.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003e絶妙な厚みによる豊かな革の表情\u003c\/h3\u003e\n      \u003cp\u003e隅々まで同じ1.6mm厚の革を使うことで、この魅力的なカーブが生まれました。また、コバ（革の断面）もしっかりと磨き上げて処理しています。シンプルな製品だけに隅々まで気を配り作り上げました。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WC357\/WC357_JeansCoinCase_11_muji.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eふっくらとした厚みは徐々に落ち着いていきます\u003c\/h3\u003e\n      \u003cp\u003eゆったりと畳まれたJEANSコインケースは、新品の状態で約2.5cmの厚みがあります。どの小銭入れにも共通しますが、お使いいただくうちに革がやわらかくほぐれ、ポケットや鞄の中で押されるうちに平らに落ち着いていきいます。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WC357\/WC357_JeansCoinCase_10_muji.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003eまた、革そのものの良さを前面に出す理念から、b3Laboのロゴマークは裏面に配置しています。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WC357\/WC357_JeansCoinCase_09.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003e用途も様々、贈り物にも\u003c\/h3\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      \u003ch3\u003e栃木\/JEANS シリーズ\u003c\/h3\u003e\n      \u003cp\u003e適度なハリと適度な柔らかさを兼ね備えた『JEANS』。ハードな革を取り扱う栃木レザーの中でもお手入れの頻度が低くても経年変化が良い、抜群にフレンドリーな革を使ったシリーズ。カラーのチョイス、組み合わせによってビジネスにもカジュアルにもなる気取らないアイテムは革小物に慣れた人はもちろん初心者にもおすすめです。\u003c\/p\u003e\n      \u003cp class=\"text--center\"\u003eシリーズ一覧\u003c\/p\u003e\n\n      \u003ch3\u003e栃木レザー社の革「JEANS」\u003c\/h3\u003e\n      \u003cp\u003e栃木レザー社とは、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナー。栃木レザー社が手掛ける本ヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。通常はドラムを回し短時間で済ませる鞣しの工程を、じっくりと時間と手間をかけて行い、その品質で世界に名を轟かせています。\u003c\/p\u003e\n      \u003cp\u003e有害な物質を排出する薬品類は一切使わず、タンニンを多く含むミモザの樹皮から抽出したエキスで鞣された革は、風合いが優れていることはもちろんのこと、耐久性や吸湿性・放湿性を誇る最高のマテリアルです。\u003c\/p\u003e\n\n      \u003ch4\u003e『JEANS（ジーンズ）』\u003c\/h4\u003e\n      \u003cp\u003eフレンドリーなカラー展開が楽しい、柔らかめのカラーレザーを使用。適度なオイルを含むため、最初はマットでカジュアルな印象ですが、使い込むにつれ素晴らしいツヤが生まれます。デニムのヒップラベルにも使われる馴染み深い革です。\u003c\/p\u003e\n      \u003cp\u003e使い始めは『硬さ、きつさ』を感じるかもしれませんが、次第に負荷がかかっている部分から馴染んでまいります。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003ch3\u003eサイズ\u003c\/h3\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WC357\/WC357_JeansCoinCase_01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e約寸法:\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e縦: 7cm\u003c\/li\u003e\n        \u003cli\u003e横: 7.5cm\u003c\/li\u003e\n        \u003cli\u003e厚み: 2.5cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003ch3\u003e33 ベージュ（ヌメ）\u003c\/h3\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WC357\/WC357_JeansCoinCase_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003e62 ネイビー\u003c\/h3\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WC357\/WC357_JeansCoinCase_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003e91 ブラック\u003c\/h3\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WC357\/WC357_JeansCoinCase_06.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\u003eお手入れ方法\u003c\/h3\u003e\n      \u003cp\u003e毎日手にする革小物は、手からの湿気や油分で補われてお手入れの頻度が下がる傾向にあります。ですが基本的には革製品を長くお使いいただくために、1年に2回〜は水分・油分を補うケアが必要です。（お手入れの頻度は使用条件などで異なります）\u003c\/p\u003e\n      \u003cp\u003eb3Laboではコロンブス社のコンディショニングクリームをおすすめしております。水分がたっぷり入ったゲルタイプは、初めてのお手入れでも油分の入りすぎやムラといった失敗が起こりにくいメリットがあります。\u003c\/p\u003e\n      \u003cp\u003e縫い目や隙間を重点的に、全体のホコリを落としたあと付属の布でクリームを厚くならないように塗り込み、時間を置いて残ったクリームを拭き取ります。\u003c\/p\u003e\n      \u003cp\u003eb3Laboの実店舗でもクリームメンテナンスサービスを行っておりますので、ぜひお気軽にお立ち寄りください。\u003c\/p\u003e\n      \u003cp class=\"text--center\"\u003eコンディショニングクリーム\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eブランドについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003ch3\u003e革の街・浅草橋の工房から\u003c\/h3\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/re\/img\/pc\/main_bnr05.png\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e革小物・革ベルトのお店b3Labo（ビースリーラボ）は2009年に誕生しました。工房がある浅草橋は革問屋、金具屋、革加工職人など皮革に関わる様々な会社が集まる「革の街」。エプロン姿そのままの職人たちが材料の買い出しに行く姿も見られます。\u003c\/p\u003e\n      \u003ch3\u003e革小物への想い\u003c\/h3\u003e\n      \u003cp\u003e「プレゼントされて初めて革製品を使い始めた」\u003cbr\u003e「憧れの人の革財布がかっこいい」\u003cbr\u003e「柔らかく腰に馴染んだベルトに愛着が湧いて手放せない」\u003c\/p\u003e\n      \u003cp\u003e革製品を使い始めるきっかけや思い出は人それぞれですが、そのどれもが一期一会の出会いから始まっています。\u003c\/p\u003e\n      \u003cp\u003e“ずっと大切にしたい”と思えるアイテムと出会い、毎日を過ごし、一緒に年月を重ねていける……そんな温かみのあるただひとつの革製品を、もっと身近に。そういう思いを込めて、私たちは日々ものづくりをしています。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eラッピングサービス\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e関連商品\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003ch3\u003e同革マネークリップとの組み合わせ\u003c\/h3\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WC357\/WC357_JeansCoinCase_14_muji.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e同革、共通カラーで作ったマネークリップも販売中。マネークリップですが通常のお札入れのようなポケットも備えており、領収書なども入れて薄く持つことができます。\u003c\/p\u003e\n      \u003cp class=\"text--center\"\u003ePERFECT マネークリップ\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp\u003eエコな配送を心がけております。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン","offer_id":43369817440315,"sku":"wc35731 ブラウン","price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"33 ベージュ","offer_id":43369817473083,"sku":"wc35733 ベージュ","price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"62 ネイビー","offer_id":43369817505851,"sku":"wc35762 ネイビー","price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"72 グリーン","offer_id":43369817538619,"sku":"wc35772 グリーン","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369817571387,"sku":"WC35791 ブラック","price":4400.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_7046db69-d738-4c77-96d6-85269d56d909.jpg?v=1774948129"},{"product_id":"158778185","title":"【栃木レザー \/ JEANS】 サコッシュ \/ WR323 WR359","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e育てる栃木レザーの輝き\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e使い込むほどに\u003cstrong\u003e色深く、豊かな艶をまとう栃木レザー\u003c\/strong\u003e。時間と共に\u003cstrong\u003e自分だけの表情を刻む\u003c\/strong\u003e、日常に寄り添うサコッシュです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_03e055b4-4607-47d0-a227-112384e04b75.jpg?v=1774948161\" 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２WAYで愉しむ自由な持ち方\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_f30491c4-a499-4f0d-adc5-3bd1fb88b275.jpg?v=1774948161\" class=\"img-fluid d-block w-100 product-img\" alt=\"２WAYで使えるサコッシュ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e用途で選べる変幻自在の鞄\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e休日スタイルを格上げする\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e肩から掛けるだけで、いつものカジュアルスタイルが\u003cstrong\u003e洗練された印象\u003c\/strong\u003eに。\u003cstrong\u003e身軽に外出したい休日\u003c\/strong\u003eにぴったりの\u003cstrong\u003e日常の相棒\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_d9e0a258-e93a-4b26-8ffb-d304eeb6ffb6.jpg?v=1774948160\" class=\"img-fluid d-block w-100 product-img\" alt=\"休日スタイルに合うサコッシュ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e軽やかに出かける日常の相棒\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e長財布、文庫本、スマートフォンなどが入ります。薄マチながらかなりの大容量で長財布もラクに出し入れできます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WR276\/WR276_JeansSacocheBig_28.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WR276\/WR276_JeansSacocheBig_29.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WR276\/WR276_JeansSacocheBig_31.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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦16cm × 横26cm × マチ1.5cm\u003c\/li\u003e\n          \u003cli\u003e仕様：内ポケット×2\u003c\/li\u003e\n          \u003cli\u003e商品コード：WR323 \/ WR359\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本製品は日本を代表する、栃木レザー社の革「Jeans」を使用しています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e抜群の感触、こだわりの天然皮革「フルベジタブルタンニングレザー」\u003c\/li\u003e\n          \u003cli\u003e南米産のミモザの樹皮から抽出されたタンニン剤で、じっくりなめしあげた純正のヌメ革\u003c\/li\u003e\n          \u003cli\u003e適度なオイルを含み、最初はツヤが控えめでマットなカジュアルな表情\u003c\/li\u003e\n          \u003cli\u003e使い込むにつれて素晴らしいツヤが生まれる経年変化を楽しめる革\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材：栃木レザー(JEANS)\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\/Jeans\/WR276\/WR276_JeansSacocheBig_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション キャメル\"\u003e\n          \u003cp class=\"caption-text text-center\"\u003e21 キャメル\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WR276\/WR276_JeansSacocheBig_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション ブラウン\"\u003e\n          \u003cp class=\"caption-text text-center\"\u003e31 ブラウン\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WR276\/WR276_JeansSacocheBig_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション レッド\"\u003e\n          \u003cp class=\"caption-text text-center\"\u003e42 レッド\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WR276\/WR276_JeansSacocheBig_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション ネイビー\"\u003e\n          \u003cp class=\"caption-text text-center\"\u003e61 ネイビー\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WR276\/WR276_JeansSacocheBig_09.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション モスグリーン\"\u003e\n          \u003cp class=\"caption-text text-center\"\u003e72 モスグリーン\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WR276\/WR276_JeansSacocheBig_10.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション ブラック\"\u003e\n          \u003cp class=\"caption-text text-center\"\u003e91 ブラック\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e天然素材の風合いを活かした商品の為、以下の点にご注意ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n          \u003cli\u003e水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/content-section (Specs) --\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e中型商品のラッピングについて\u003c\/h3\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/gift_setsumei_15.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"中型商品ラッピング例\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003eラッピング用の不織布袋でお包みします。リボンがけとともに、工房から出るハギレを活かして「For You」「Happy Birthday」といったメッセージを刻印した革タグをお付けし、スタッフが心を込めてラッピングいたします。\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e当商品はBOXに入らない規格のため、『ラッピング300』(中型商品用)でのお包みとなります。\u003c\/li\u003e\n      \u003cli\u003e小型商品用のラッピングはお選び頂けません。\u003c\/li\u003e\n      \u003cli\u003e必要であればお渡し用の袋もご購入ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eエコ配送のご案内\u003c\/h3\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e当店では環境に配慮し、簡易包装を心がけております。ご理解とご協力をお願いいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369821044795,"sku":"wr32321 キャメル","price":17600.0,"currency_code":"JPY","in_stock":false},{"title":"32 ブラウン","offer_id":43369821077563,"sku":"wr32332 ブラウン","price":17600.0,"currency_code":"JPY","in_stock":false},{"title":"42 レッド","offer_id":43369821110331,"sku":"wr32342 レッド","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"61 ネイビー","offer_id":43369821143099,"sku":"wr32361 ネイビー","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"72 モスグリーン","offer_id":43369821175867,"sku":"wr32372 モスグリーン","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369821208635,"sku":"wr32391 ブラック","price":17600.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_8f78309c-6bd9-4c91-939d-164a01062c9e.jpg?v=1774948161"},{"product_id":"169940734","title":"【栃木レザー \/ JEANS】 キーリング \/ WA353 WA394","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栃木レザー「JEANS」が織りなす、豊かな色彩のハーモニー。一つひとつが職人の手によって丁寧に仕上げられ、手元に上質な彩りをもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_23a62313-25ed-434a-b24b-2edefbb1faf6.jpg?v=1774948176\" class=\"img-fluid d-block w-100 product-img\" alt=\"個性際立つキーホルダー\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e個性際立つキーホルダー\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e実用性光るキーホルダー\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e計算されたサイズ設計が、日々の使いやすさを追求。メインの鍵を迷わず見つけられる大きなフックと、複数の鍵をスマートに収納し、日常をより快適に。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_81c8014b-39f4-4fc3-8f84-6ae601a95720.jpg?v=1774948176\" class=\"img-fluid d-block w-100 product-img\" alt=\"機能的な鍵の収納術\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e機能的な鍵の収納術\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eスタイル飾る栃木レザー\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eデニムスタイルに遊び心を加える、洗練されたキーリング。ベルトやバッグに取り付けるだけで、さりげなく個性を主張し、使い込むほどに深い味わいを増していきます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_9e82f842-274f-490e-8cdb-85b7b448dae8.jpg?v=1774948175\" class=\"img-fluid d-block w-100 product-img\" alt=\"ファッションアクセント\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eファッションアクセント\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eカジュアルカラーの正統派キーホルダー\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WA353WA354\/WA353_WA354_JeansKeyHolder_19.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カジュアルカラーのキーホルダー\"\u003e\n        \u003cp class=\"body-text\"\u003eb3Labo定番のカジュアルカラー栃木レザー「JEANS」。優しいベージュステッチのコントラストを効かせました。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e職人による確かな手仕事\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e色合わせはカジュアルでフレンドリーですが、長く使っていただけるように細部まで丁寧に作り込んでいます。革を貼り合わせて革ウラを見せず、サイドのコバ（断面）も美しく磨き上げました。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e贈り物としても申し分ないクオリティです。\u003c\/p\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WA353WA354\/WA353_WA354_JeansKeyHolder_16.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"職人による確かな手仕事のディテール\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eメインのキーがよくわかる\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e1つだけ大きなフック。ここにはメインの鍵を取り付けることを想定しています。\u003c\/p\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WA353WA354\/WA353_WA354_JeansKeyHolder_01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"メインキーを付けるための大きなフック\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e上品さと使いやすさが合体\u003c\/h3\u003e\n        \u003ch3 class=\"section-title\"\u003eベルトに取り付けても\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WA353WA354\/WA353_WA354_JeansKeyHolder_18.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ベルトに取り付けたキーホルダー\"\u003e\n        \u003cp class=\"body-text\"\u003eバッグやベルトに取り付けて使える、ジャンパーホック式。開閉はベロの部分を押し上げて、片手でも開くことができます。\u003c\/p\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WA353WA354\/WA353_WA354_JeansKeyHolder_21.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"片手で開閉できるジャンパーホック\"\u003e\n        \u003ch3 class=\"section-title\"\u003e幅広ベルトにも使えます\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e35mm幅の細身ベルトはもちろん、50mm幅といった厚革ベルトにもお使いいただけます。\u003c\/p\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WA353WA354\/WA353_WA354_JeansKeyHolder_20.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"幅広ベルトにも対応する取り付け部\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eカラーバリエーション\u003c\/h3\u003e\n        \u003ch3 class=\"section-title\"\u003e通常バージョン\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WA353WA354\/WA353_WA354_JeansKeyHolder_14.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"キーホルダー通常バージョンのカラーバリエーション\"\u003e\n        \u003cp class=\"body-text\"\u003e12 キャメル \/ 31 ダークブラウン \/ 42 レッド \/ 62 ブルー \/ 72 モスグリーン \/ 91 ブラック\u003c\/p\u003e\n        \u003ch3 class=\"section-title\"\u003eホワイトワックスバージョン\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WA353WA354\/WA353_WA354_JeansKeyHolder_15.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"キーホルダーホワイトワックスバージョンのカラーバリエーション\"\u003e\n        \u003cp class=\"body-text\"\u003e12 キャメル WhiteWAX \/ 31 ダークブラウン WhiteWAX \/ 42 レッド WhiteWAX \/ 62 ブルー WhiteWAX \/ 72 モスグリーン WhiteWAX \/ 91 ブラック WhiteWAX\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 class=\"body-text\"\u003e本製品の商品コードは以下の通りです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eWA353 \/ WA394\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e計算されたサイズ設計で、日々の使いやすさを追求しました。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e全長: 約17cm\u003c\/li\u003e\n                    \u003cli\u003eベルト部分: 縦9cm × 横2cm\u003c\/li\u003e\n                    \u003cli\u003eリング外径: 2.5cm\u003c\/li\u003e\n                    \u003cli\u003eキー取り付け金具部分: 6.5cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e世界に誇る日本のタンナー、栃木レザーを使用しています。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e栃木レザー\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e仕様\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e複数の鍵をスマートに収納できます。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eキーフック小: 3個\u003c\/li\u003e\n                    \u003cli\u003eキーフック大: 1個\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e栃木レザーについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e「栃木レザー」は、1937年創業の世界に誇る日本のタンナー栃木レザー株式会社による革です。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e通常はドラムで短時間で済ませる鞣しの工程を、じっくりと時間と手間をかけて行い、その品質で世界に名を轟かせています。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e有害な物質を排出する薬品類は一切使わず、タンニンを多く含むミモザの樹皮から抽出したエキスで鞣された革は、風合いが優れていることはもちろんのこと、耐久性や吸湿性・放湿性を誇る最高の\u003cstrong\u003eマテリアル\u003c\/strong\u003eです。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eラッピングについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e贈り物にも最適なラッピングサービスをご用意しております。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ラッピング例\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印いたします。\u003c\/p\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        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n            \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"12 キャメル","offer_id":43369822912571,"sku":"wa35412 キャメル","price":4950.0,"currency_code":"JPY","in_stock":false},{"title":"31 ダークブラウン","offer_id":43369822945339,"sku":"wa35431 ダークブラウン","price":4950.0,"currency_code":"JPY","in_stock":false},{"title":"42 レッド","offer_id":43369822978107,"sku":"wa35442 レッド","price":4950.0,"currency_code":"JPY","in_stock":false},{"title":"62 ブルー","offer_id":43369823010875,"sku":"wa35462 ブルー","price":4950.0,"currency_code":"JPY","in_stock":false},{"title":"72 モスグリーン","offer_id":43369823043643,"sku":"wa35472 モスグリーン","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369823076411,"sku":"wa35491 ブラック","price":4950.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_23a62313-25ed-434a-b24b-2edefbb1faf6.jpg?v=1774948176"},{"product_id":"165778048","title":"【栃木レザー \/ JEANS】 スマートキーケース \/ WC315","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上質な栃木レザーJEANS\u003c\/strong\u003eが魅せる、表情豊かなカラーバリエーションは、使い込むほどに深まる風合いで、あなただけの物語を刻む大切な相棒となります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c4af079f-6067-47cd-9003-a9e8c575fd99.jpg?v=1774948184\" 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_5179dcdd-2419-42f0-a3a1-f2d7388eb273.jpg?v=1774948183\" 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_4eb0ffab-1df4-4dbf-8f59-035f9a00dc99.jpg?v=1774948185\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e利便性と贈る喜びを兼ね備える\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e大切なスマートキーを丈夫な栃木レザーがしっかりと包み込む、両表タイプのスマートキーケースです。表にも裏にも同じようにフラップがあるので、迷わず開閉できます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/165778048_o7.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e手のひらに心地よく収まるコンパクト設計です。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/165778048_o1.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦8.5cm × 横4.5cm × 厚み2cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e栃木レザー(JEANS)\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        \u003cp class=\"body-text\"\u003e金具の周囲、ステッチの上以外はほぼ全域に刻印を入れることも可能です。記念の折のお品物にもぜひどうぞ。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。（作業に1〜2日いただきます。）\u003c\/p\u003e\n\n        \u003ch4 class=\"sub-section-title\"\u003e手打ち刻印 ￥1,100（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_1.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eシンプルで大ぶりな、温かみのある書体です。イニシャルや頭文字だけでも素敵です。\u003c\/li\u003e\n          \u003cli\u003e大文字（ABCD〜Z）、「.」「,」「-」が使えます。（小文字を希望される場合は3D刻印をご利用ください。）\u003c\/li\u003e\n          \u003cli\u003e一文字一文字手打ちするため、温かみある仕上がりです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text text-center\"\u003e【名入れ】手打ちイニシャル刻印\u003c\/p\u003e\n\n        \u003ch4 class=\"sub-section-title\"\u003e3D刻印 ￥2,200（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_2.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e高価で時間がかかる金属版ではなく樹脂製のオーダーメイド刻印です。\u003c\/li\u003e\n          \u003cli\u003eアルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども。ガタつきのない、まるで印刷物のような刻印になります。\u003c\/li\u003e\n          \u003cli\u003e書体を選べるほか、小ぶりでまとまった刻印が可能です。\u003c\/li\u003e\n          \u003cli\u003eお作りした版は2年間保管し、二度目以降は無料で刻印できます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text text-center\"\u003e【名入れ】3Dオーダー刻印\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        \u003ch4 class=\"sub-section-title\"\u003e21 キャメル\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/165778048_o2.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n        \u003ch4 class=\"sub-section-title\"\u003e31 ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/165778048_o3.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n        \u003ch4 class=\"sub-section-title\"\u003e61 ネイビー\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/165778048_o4.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n        \u003ch4 class=\"sub-section-title\"\u003e72 グリーン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/165778048_o4.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n        \u003ch4 class=\"sub-section-title\"\u003e91 ブラック\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/165778048_o6.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフトラッピング\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印いたします。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100\" alt=\"エコな配送を心がけます\"\u003e\u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e環境保護のため、簡易包装を心がけております。ご理解とご協力をお願いいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差や筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369823469627,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"31 ブラウン","offer_id":43369823502395,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"61 ネイビー","offer_id":43369823535163,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"72 グリーン","offer_id":43369823567931,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369823600699,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c4af079f-6067-47cd-9003-a9e8c575fd99.jpg?v=1774948184"},{"product_id":"174263197","title":"【栃木 \/ JEANS】 リール付きキーリング \/ WS094","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\"\u003eJeans革の豊かな彩り\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e栃木レザーが誇る「\u003cstrong\u003eJeans\u003c\/strong\u003e」革の鮮やかな発色。使い込むほどに味わい深いエイジングを愉しみ、あなただけの特別な一品へと育みます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_9218b299-cf4f-43f8-93e4-5601d3fb9a91.jpg?v=1774948188\" 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\u003e12.5cm\u003c\/strong\u003eのスマートな設計は、バッグやポケットにすっきり収まります。ストラップ幅\u003cstrong\u003e1.3cm\u003c\/strong\u003eで持ちやすく、日常使いに最適です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_aae1a1be-81b9-45f4-8d97-13d5cfa0a1f8.jpg?v=1774948188\" 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\u003e40cm\u003c\/strong\u003e伸びるリールコードが、鍵やパスケースの取り出しを驚くほどスムーズにします。もう必要な時に探しまわるストレスはありません。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_400c4c7d-3bf3-4f3b-b690-cc2422063f3c.jpg?v=1774948187\" 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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品名: 【栃木 \/ JEANS】 リール付きキーリング\u003c\/li\u003e\n        \u003cli\u003e商品コード: WS094\u003c\/li\u003e\n        \u003cli\u003eサイズ: 全長12.5cm、ストラップ幅1.3cm\u003c\/li\u003e\n        \u003cli\u003eリールコード: 最長40cm伸長\u003c\/li\u003e\n        \u003cli\u003e素材: 栃木レザー「Jeans」\u003c\/li\u003e\n        \u003cli\u003e生産国: 日本（栃木レザー社）\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e本商品は全長12.5cm、ストラップ幅1.3cmのコンパクト設計です。リールコードは最長40cmまで伸長し、鍵やパスケースの取り出しをスムーズにします。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS094\/WS094_JeansReelKey_01.jpg\" class=\"img-fluid d-block w-100\" alt=\"商品のサイズ詳細図\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e「Jeans」革は、豊かな色彩が魅力です。お好みのカラーをお選びください。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e21 キャメル\u003c\/li\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS094\/WS094_JeansReelKey_02.jpg\" class=\"img-fluid d-block w-100\" alt=\"キャメルカラー\"\u003e\n        \u003c\/div\u003e\n        \u003cli\u003e31 ブラウン\u003c\/li\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS094\/WS094_JeansReelKey_03.jpg\" class=\"img-fluid d-block w-100\" alt=\"ブラウンカラー\"\u003e\n        \u003c\/div\u003e\n        \u003cli\u003e42 レッド\u003c\/li\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS094\/WS094_JeansReelKey_04.jpg\" class=\"img-fluid d-block w-100\" alt=\"レッドカラー\"\u003e\n        \u003c\/div\u003e\n        \u003cli\u003e61 ネイビー\u003c\/li\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS094\/WS094_JeansReelKey_05.jpg\" class=\"img-fluid d-block w-100\" alt=\"ネイビーカラー\"\u003e\n        \u003c\/div\u003e\n        \u003cli\u003e72 モスグリーン\u003c\/li\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS094\/WS094_JeansReelKey_06.jpg\" class=\"img-fluid d-block w-100\" alt=\"モスグリーンカラー\"\u003e\n        \u003c\/div\u003e\n        \u003cli\u003e91 ブラック\u003c\/li\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS094\/WS094_JeansReelKey_07.jpg\" class=\"img-fluid d-block w-100\" alt=\"ブラックカラー\"\u003e\n        \u003c\/div\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本製品には、日本が誇る栃木レザー社の革「Jeans」を使用しています。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e栃木レザー社とは\u003c\/li\u003e\n        \u003cp\u003e日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナーです。栃木レザー社が手掛けるヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。\u003c\/p\u003e\n        \u003cli\u003e『JEANS（ジーンズ）』の特徴\u003c\/li\u003e\n        \u003cp\u003eフレンドリーなカラー展開が楽しい、柔らかめのカラーレザーを使用。適度なオイルを含むため、最初はマットでカジュアルな印象ですが、使い込むにつれ素晴らしいツヤが生まれます。デニムのヒップラベルにも使われる馴染み深い革です。\u003c\/p\u003e\n        \u003cli\u003e経年変化と馴染み\u003c\/li\u003e\n        \u003cp\u003e使い始めは硬さやきつさを感じるかもしれませんが、次第に負荷がかかる部分から馴染んでまいります。\u003c\/p\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e発送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e環境保護のため、簡易包装を心がけております。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100\" alt=\"エコな配送を心がけます\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003eギフトラッピングも承っております。工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印いたします。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100\" alt=\"ギフトラッピングイメージ\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369823993915,"sku":"ws09421 キャメル","price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"32 ブラウン","offer_id":43369824026683,"sku":"ws09432 ブラウン","price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"42 レッド","offer_id":43369824059451,"sku":"ws09442 レッド","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"61 ネイビー","offer_id":43369824092219,"sku":"ws09461 ネイビー","price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"72 モスグリーン","offer_id":43369824124987,"sku":"ws09472 モスグリーン","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369824157755,"sku":"ws09491 ブラック","price":4400.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_9218b299-cf4f-43f8-93e4-5601d3fb9a91.jpg?v=1774948188"},{"product_id":"171379505","title":"【栃木 \/ JEANS】 ネックストラップ（48cm） \/ WS079","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e栃木レザーの品格をまとう\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e厳選された栃木レザー「JEANS」が織りなす上質な艶と手触り。\u003cstrong\u003e自由に回転する真鍮製ナスカン\u003c\/strong\u003eが、IDケースやミニ財布などをスマートに携帯する自由を叶えます。使うほどに深まる表情をお楽しみください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_2a836e63-2dd7-4086-a8b7-60fd212e69a4.jpg?v=1774948227\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e洗練された大人の小物\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e匠が仕立てる一枚革の逸品\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e誤魔化しのない一枚革\u003c\/strong\u003eは、職人の誠実なものづくりの証。タンニンレザーならではの豊かなハリが、使い込むほど柔らかな風合いへと変化し、所有する喜びを深めます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c261f487-6a02-4331-b7a9-33ad98a8416f.jpg?v=1774948226\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e本革が語る物語\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e動きを妨げない機能美\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e男性にも使いやすい\u003cstrong\u003e48cm長\u003c\/strong\u003e。革本来のハリは、次第に柔らかな風合いへ馴染み、IDケースなどをスマートに携帯する、日常に寄り添う機能美を提供します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_5fb3eeaf-e54b-4fba-8916-e4868f265184.jpg?v=1774948226\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e日常に溶け込む快適さ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e製品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eb3Laboの定番カラーで作られた一枚革のネックストラップ。既存商品と合わせやすく、色を揃えるだけでなくコンビネーションも楽しめます。\u003c\/p\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_03-1.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003cp\u003e誤魔化しのない誠実なものづくり。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e贅沢な一枚革を使用\u003c\/li\u003e\n                    \u003cli\u003eタンニンレザー特有のハリと硬さが徐々に柔らかく変化\u003c\/li\u003e\n                    \u003cli\u003e適度なオイルを含み、経年変化で艶が出る『JEANS』レザー\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\n                \u003cp\u003e革と一緒に味が出る真鍮パーツ。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e自由に回転する真鍮製レバーナスカン\u003c\/li\u003e\n                    \u003cli\u003eIDケース・パスケースやミニ財布等を取り付け可能\u003c\/li\u003e\n                    \u003cli\u003e真鍮のくすみや黒ずみでアンティークな変化を楽しめる\u003c\/li\u003e\n                    \u003cli\u003e独特の重みが革の風合いと合わさり風格を演出\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e男性にも使いやすい長めタイプです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e金具先端から：約48cm\u003c\/li\u003e\n                    \u003cli\u003eテープ幅：約1cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003e使い始めは革のハリがありますが、次第に柔らかくこなれてきます。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材：栃木レザー（JEANS）\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003ch3 class=\"section-title\"\u003e栃木レザー社の革 「Jeans」\u003c\/h3\u003e\n                \u003cp\u003e日本を代表する栃木レザーの中でもカラー展開が豊富なシリーズです。\u003c\/p\u003e\n                \u003cp\u003e抜群の感触、こだわりの天然皮革「フルベジタブルタンニングレザー」。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e南米産のミモザの樹皮から抽出されたタンニン剤でじっくりなめしあげた純正のヌメ革\u003c\/li\u003e\n                    \u003cli\u003e適度なオイルを含み、最初はツヤが控えめでマットな質感\u003c\/li\u003e\n                    \u003cli\u003eカジュアルな表情から、使い込むにつれ徐々に素晴らしいツヤが生まれる経年変化が楽しめる革\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003ch3 class=\"section-title\"\u003e栃木レザー社の革 「ノーベル」\u003c\/h3\u003e\n                \u003cp\u003e日本が誇る栃木レザーの中でも、特に手間暇を惜しまず鞣された革です。\u003c\/p\u003e\n                \u003cp\u003e厚革にたっぷりとオイルを含ませるには膨大な時間と手間がかかり、それゆえに栃木レザー以外のタンナーでは実現できないと言われています。\u003cbr\u003e革に圧力をかけて滑らかさに磨きをかけるグレージングという加工を施された表面には、独特のツヤと輝きが宿っています。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003ch3 class=\"section-title\"\u003e21 キャメル\u003c\/h3\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003ch3 class=\"section-title\"\u003e32 ブラウン\u003c\/h3\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003ch3 class=\"section-title\"\u003e42 レッド\u003c\/h3\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003ch3 class=\"section-title\"\u003e62 ネイビー\u003c\/h3\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003ch3 class=\"section-title\"\u003e72 グリーン\u003c\/h3\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003ch3 class=\"section-title\"\u003e91 ブラック\u003c\/h3\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送・ラッピング案内\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eエコな配送を心がけております。簡易包装にご協力をお願いいたします。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \n        \u003ch3 class=\"section-title\"\u003eギフトラッピング\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e長くお使いいただける革小物は大切な方へのプレゼントに最適です。\u003cbr\u003eb3Laboオンラインストアでは無料でラッピングを承っております。同梱の手提げ袋はお渡しの際にご利用ください。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eb3Labo実店舗でのギフトラッピングに準じています。工房から出るハギレを活かした「メッセージ刻印入り革」や「革タグ」をお付けいたします。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003eオリジナル箱またはオリジナル袋にお入れし、リボンと革タグをお付けします。\u003c\/li\u003e\n            \u003cli\u003e革+リボンに刻印されたメッセージは「For You」「Happy Birthday」「Thank You」などがあります。\u003c\/li\u003e\n            \u003cli\u003eキーチャームとして使える革タグをお付けしています。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e天然素材の特性上、以下の点にご留意ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n            \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"content-section\"\u003e\n        \u003cp class=\"body-text\"\u003e商品コード: WS079\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369827074107,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"32 ブラウン","offer_id":43369827106875,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"42 レッド","offer_id":43369827139643,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"62 ネイビー","offer_id":43369827172411,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"72 グリーン","offer_id":43369827205179,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369827237947,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_2a836e63-2dd7-4086-a8b7-60fd212e69a4.jpg?v=1774948227"},{"product_id":"187617529","title":"【栃木 \/ JEANS】 ミニ トラッカーウォレット用 ベルトループ付 ストラップ（24.5-25cm） \/ WA397","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e当店売り上げNo.1栃木レザー ミニトラッカーウォレット用ストラップ\u003c\/h3\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_00c.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"栃木レザー ミニトラッカーウォレット用ストラップ メイン画像\"\u003e\n    \u003cp class=\"body-text\"\u003eb3Laboの定番カラーで作った1枚革のラッカーウォレット用ストラップ。既存商品と合わせやすく、色を揃えるだけでなくコンビネーションも楽しめます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e手元を飾る栃木レザー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e落下防止の\u003cstrong\u003e安心感\u003c\/strong\u003eを美しく纏う\u003cstrong\u003e本革ストラップ\u003c\/strong\u003e。手首に優しくフィットし、大切なミニ財布をスマートに携帯できます。多彩なカラーでスタイルを格上げする逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_717867f8-574a-46b4-b0b0-173b234cf09f.jpg?v=1774948230\" class=\"img-fluid d-block w-100 product-img\" alt=\"手元を飾る栃木レザー\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e豊かな彩りと安心感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e育てる愉しみ本革\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e厚みのある栃木レザー「JEANS」は、使い込むほどに\u003cstrong\u003e艶と深み\u003c\/strong\u003eを増します。\u003cstrong\u003e360度回転する真鍮製ナスカン\u003c\/strong\u003eが、日常使いの\u003cstrong\u003e快適さ\u003c\/strong\u003eを高める品質の証です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_25eae70a-b8f3-4db1-8280-bc0a02a5d060.jpg?v=1774948229\" class=\"img-fluid d-block w-100 product-img\" alt=\"育てる愉しみ本革\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e本物の質感と技\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e紛失を防ぐ安心機能\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eスライドパーツを調節すれば、手首にしっかり固定され、大切なアイテムの\u003cstrong\u003e落下を未然に防ぎます\u003c\/strong\u003e。移動中も\u003cstrong\u003eスマート\u003c\/strong\u003eで\u003cstrong\u003e安全\u003c\/strong\u003e、日常に確かな\u003cstrong\u003eセキュリティ\u003c\/strong\u003eをもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_b1c5f8d8-1473-4f14-ad87-22f464bc1816.jpg?v=1774948229\" class=\"img-fluid d-block w-100 product-img\" alt=\"紛失を防ぐ安心機能\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマートな紛失対策\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品へのこだわり\u003c\/h3\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"製品へのこだわり1\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"製品へのこだわり2\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"製品へのこだわり3\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日々の使用を快適に\u003c\/h3\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"日々の使用を快適に1\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"日々の使用を快適に2\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"日々の使用を快適に3\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"日々の使用を快適に4\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"日々の使用を快適に5\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eさまざまなスタイルに\u003c\/h3\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_09.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"さまざまなスタイルに1\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_10.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"さまざまやスタイルに2\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_11.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"さまざまなスタイルに3\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_12.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"さまざまなスタイルに4\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e誤魔化しのない誠実なものづくり\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e1枚革を使用した、贅沢な作り。タンニンレザーならではのハリと硬さを持った革が、徐々に柔らかくなります。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e適度にオイルを含んだ『JEANS』は、艶も出やすく経年変化を楽しむのにもオススメの栃木レザーです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e革と一緒に味が出る真鍮パーツ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e自由に回転する真鍮製のレバーナスカン。トラッカーウォレット用ストラップですが、IDケース・パスケースやミニ財布等を取り付けられます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e真鍮はくすみや黒ずみといったアンティークな変化を楽しめます。独特の重みがあり、革の風合いと合わさることで風格とも言える良さが出てくる金属です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003ePRODUCT INTRODUCTION\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e使うほどに味わいを増す上質本革ストラップ\u003c\/strong\u003e\u003cbr\u003e手元に、確かな品質を・・・本革が織りなす、あなただけのストラップ。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e上質な本革を贅沢に使用したこのストラップは、日常にさりげない高級感と落下防止の\u003cstrong\u003e安心感\u003c\/strong\u003eをプラスしてくれます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e使い込むほどに柔らかく手首のラインに馴染み、色艶を深めていく本革ならではの\u003cstrong\u003e経年変化（エイジング）\u003c\/strong\u003eは、まさにあなたと共に時を刻む相棒です。本物の革製品の魅力をぜひご堪能ください。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eこだわりの素材と確かな品質\u003c\/strong\u003e\u003cbr\u003e厳選された\u003cstrong\u003e高品質な本革\u003c\/strong\u003eを使用し、職人が一つひとつ丁寧に仕上げました。使うほどに増す光沢、そして革本来の豊かな香り。五感で感じられる本物の素材感が、あなたの心を満たします。耐久性にも優れており、長くご愛用いただける逸品です。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e使うほどに、あなただけの風合いに\u003c\/strong\u003e\u003cbr\u003e本革の最大の魅力は、「\u003cstrong\u003e育てる楽しさ\u003c\/strong\u003e」にあります。日々の使用によって生まれる細かな色合いの変化は、使い手のライフスタイルを映し出し、世界に一つだけの\u003cstrong\u003eオリジナルの風合い\u003c\/strong\u003eへと育っていきます。使い始めのフレッシュな表情から、時間を経て深まる味わいまで、その過程すべてをお楽しみいただけます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eどんなシーンにも溶け込むシンプルデザイン\u003c\/strong\u003e\u003cbr\u003e当店取り扱いのミニトラッカーウォレット専用ではありますが、お持ちのお財布や、スマホケースにもお使いいただけます。無駄を削ぎ落とした極めてシンプルなデザインは、本物の高級牛革だからできる、唯一無二の一品です。ビジネスシーンからカジュアルな日常使いまで、どんなスタイルにも溶け込み、あなたの魅力を引き立てます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e大切な方への贈り物にも\u003c\/strong\u003e\u003cbr\u003e上質で飽きのこないデザインは、性別や年代を問わず喜ばれます。誕生日や記念日、父の日や母の日、敬老の日やクリスマスプレゼントなど、大切な方への\u003cstrong\u003e特別なギフト\u003c\/strong\u003eとしても最適です。当店ではギフト梱包も承っております。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e今すぐ本革が織りなす上質な毎日を始めてみませんか？\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eカラーバリエーション\u003c\/h3\u003e\n    \u003ch4 class=\"color-name\"\u003e33 ベージュ\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_col33.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: ベージュ\"\u003e\n    \u003ch4 class=\"color-name\"\u003e42 レッド\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_col42.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: レッド\"\u003e\n    \u003ch4 class=\"color-name\"\u003e62 ネイビー\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_col62.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: ネイビー\"\u003e\n    \u003ch4 class=\"color-name\"\u003e72 モスグリーン\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_col71.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: モスグリーン\"\u003e\n    \u003ch4 class=\"color-name\"\u003e91 ブラック\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_col91.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: ブラック\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e栃木レザー「JEANS」について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e栃木レザー社とは、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナー。栃木レザー社が手掛けるヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。\u003c\/p\u003e\n    \u003ch4 class=\"h4C\"\u003e『JEANS（ジーンズ）』\u003c\/h4\u003e\n    \u003cp class=\"body-text\"\u003eフレンドリーなカラー展開が楽しい、柔らかめのカラーレザーを使用。適度なオイルを含むため、最初はマットでカジュアルな印象ですが、使い込むにつれ素晴らしいツヤが生まれます。デニムのヒップラベルにも使われる馴染み深い革です。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e使い始めは『硬さ、きつさ』を感じるかもしれませんが、次第に負荷がかかっている部分から馴染んでまいります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品概要\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品名: 【栃木 \/ JEANS】 ミニ トラッカーウォレット用 ベルトループ付 ストラップ\u003c\/li\u003e\n          \u003cli\u003e商品コード: WA397\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e落下防止とスマートな携帯を両立する本革ストラップです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e手首に優しくフィットする本革製\u003c\/li\u003e\n          \u003cli\u003e大切なミニ財布の落下防止に\u003c\/li\u003e\n          \u003cli\u003e多彩なカラーでスタイルを格上げ\u003c\/li\u003e\n          \u003cli\u003e使い込むほどに艶と深みを増す栃木レザー「JEANS」\u003c\/li\u003e\n          \u003cli\u003e360度回転する真鍮製ナスカンで快適な日常使い\u003c\/li\u003e\n          \u003cli\u003eスライドパーツで手首にしっかり固定、紛失対策\u003c\/li\u003e\n          \u003cli\u003eIDケース・パスケースやミニ財布等にも取り付け可能\u003c\/li\u003e\n          \u003cli\u003e経年変化を楽しめる本革と真鍮パーツ\u003c\/li\u003e\n          \u003cli\u003e無駄を削ぎ落としたシンプルなデザイン\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_13.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ詳細図\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e男性にも使いやすい長めタイプです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e革幅：約0.8cm\u003c\/li\u003e\n          \u003cli\u003e長さ（全長）：約24.5-25.0cm ※スライド式ベルトループの調整により前後いたします。\u003c\/li\u003e\n          \u003cli\u003e長さ（革）：約22.0-22.5cm\u003c\/li\u003e\n          \u003cli\u003e金具のみ：約3.5cm\u003c\/li\u003e\n          \u003cli\u003eレバーナスカン（フック）内径：約0.8cm 360度回転式\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e使い始めは革のハリがあり、短く感じることもございますが、次第に柔らかくこなれてきます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材：栃木レザー（JEANS）\u003c\/li\u003e\n          \u003cli\u003e製造国：日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラー\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e全5色展開です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eベージュ\u003c\/li\u003e\n          \u003cli\u003eレッド 赤\u003c\/li\u003e\n          \u003cli\u003eネイビー 紺\u003c\/li\u003e\n          \u003cli\u003eモスグリーン 緑\u003c\/li\u003e\n          \u003cli\u003eブラック 黒\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e発送案内・ギフトについて\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e当店では環境に配慮し、簡易包装を心がけております。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n    \u003cp class=\"body-text\"\u003eギフトラッピングも承っております。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトラッピングイメージ\"\u003e\n    \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印いたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e僅かですが個体差があります。予めご了承くださいませ。\u003c\/li\u003e\n      \u003cli\u003eビースリーラボ取り扱いのミニトラッカーウォレットへの取り付けは、本体のお財布へカスタムリングの取り付けを推奨いたします。\u003c\/li\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"33 ベージュ","offer_id":43369827270715,"sku":"wa39733 ベージュ","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"42 レッド","offer_id":43369827303483,"sku":"wa39742 レッド","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"62 ネイビー","offer_id":43369827336251,"sku":"wa39762 ネイビー","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"72 モスグリーン","offer_id":43369827369019,"sku":"wa39772 モスグリーン","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369827401787,"sku":"wa39791 ブラック","price":2200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_717867f8-574a-46b4-b0b0-173b234cf09f.jpg?v=1774948230"}],"url":"https:\/\/b3labo-craft.we-shop.jp\/collections\/jeans.oembed","provider":"b3Labo craft","version":"1.0","type":"link"}