{"title":"レッド","description":"","products":[{"product_id":"189142457","title":"【オリジナルレザー \/ コロレッタ】 長札入れ ※刻印・カスタム不可 \/ WP505","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  \u003ch3 class=\"section-title\"\u003e【オリジナルレザー \/ コロレッタ】 長札入れ ※刻印・カスタム不可 \/ WP505\u003c\/h3\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厳選されたオリジナルレザー『コロレッタ』が、使い込むほどに深まる風合いと、変わらないスマートさを両立。大容量ながらも、手元にすっきりと収まるエレガントな長札入れです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_bfeb1a8a-542c-42d2-afdc-530298f6eb4c.jpg?v=1776221090\" 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厚さわずか1cm、約95gという軽量設計ながら、カード14枚と3つのフリーポケットを完備。スマートな見た目からは想像できない、\u003cstrong\u003e圧倒的な収納力\u003c\/strong\u003eで日常を支えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_8c066db0-1ac5-4438-af02-01c6e814eaf8.jpg?v=1776221090\" 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「いつもの1枚」に特等席を\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_360a33e6-a237-4929-9183-4432e069a672.jpg?v=1776221090\" class=\"img-fluid d-block w-100 product-img\" alt=\"カードの出し入れがスムーズなポケット\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e会計もスマートに、迷わず\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e革にこだわるビースリーラボのオリジナルレザー「コロレッタ」を使用。引っ掻きや汚れ、変形にもある程度強く、最初の風合いを長く保てる長財布です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e手に馴染む洗練された佇まい\u003c\/li\u003e\n          \u003cli\u003e大容量でありながらスマートに収まるエレガントなデザイン\u003c\/li\u003e\n          \u003cli\u003e軽量でポケットやバッグにストレスなく収まる\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e機能・収納力\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e驚きの薄さながら、日常使いに十分な収納力を備えています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/b3labo.sub.jp\/____ec-editor\/uploads\/wp_colo_long_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カードポケットとフリーポケットの説明図\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e左右合わせて14枚のカード入れ\u003c\/li\u003e\n          \u003cli\u003eお札や領収書が入るフリーポケットが左に1つ、右に2つ\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e頻繁に使うカードは、スムーズな出し入れが可能な特等席へ。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/b3labo.sub.jp\/____ec-editor\/uploads\/wp_colo_long_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"切り欠きポケットの説明図\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"point-list\"\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:\/\/b3labo.sub.jp\/____ec-editor\/uploads\/wp_colo_long_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"大ポケットの説明図\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e同シリーズの小銭入れとのセット使いもおすすめです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/b3labo.sub.jp\/____ec-editor\/uploads\/wp_colo_long_09.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"小銭入れとのセット使用例\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e豊富なカラー展開で、お好みの色をお選びいただけます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/b3labo.sub.jp\/____ec-editor\/uploads\/wp_colo_long_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"12イエロー、32ブラウンのカラーサンプル\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e12イエロー \/ 32ブラウン\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/b3labo.sub.jp\/____ec-editor\/uploads\/wp_colo_long_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"42レッド、43ピンクのカラーサンプル\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e42レッド \/ 43ピンク\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/b3labo.sub.jp\/____ec-editor\/uploads\/wp_colo_long_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"61ブルーグリーン、82グレーのカラーサンプル\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e61ブルーグリーン \/ 82グレー\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/b3labo.sub.jp\/____ec-editor\/uploads\/wp_colo_long_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"91ブラックのカラーサンプル\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e91ブラック\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e商品の寸法については、以下の画像をご確認ください。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e縦：約18.5cm\u003c\/li\u003e\n          \u003cli\u003e横：約9cm\u003c\/li\u003e\n          \u003cli\u003e厚さ：約1cm\u003c\/li\u003e\n          \u003cli\u003e重さ：約95g\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/b3labo.sub.jp\/____ec-editor\/uploads\/wp_colo_long_11.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品のサイズ詳細図\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003ch3 class=\"section-title\"\u003e国産オリジナルレザー「コロレッタ」\u003c\/h3\u003e\n        \u003cp\u003e素材：牛本革（クロム＋植物タンニン混合鞣し）\u003c\/p\u003e\n        \u003cp\u003e姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから「播州鞣し」が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n        \u003cp\u003eColoretta（コロレッタ）は、タンニンレザーとクロムレザーの特性を「いいとこどり」した、b3Laboオリジナルの新しいレザーです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e革らしい風合いを楽しみながらも美しい色を長く楽しめます。\u003c\/li\u003e\n          \u003cli\u003e傷や汚れに強く、お手入れがほとんど不要です。\u003c\/li\u003e\n          \u003cli\u003eゆっくりと艶を帯びるエイジングも楽しめます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eお手入れ方法\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e革専用のクリームやオイルを薄く伸ばしながら塗り込み、乾いた布で磨いてください。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフトラッピングについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード: WP505\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    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e環境保護のため、簡易包装での発送にご協力をお願いいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e※本商品は刻印・カスタム不可です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"12イエロー","offer_id":43369808232507,"sku":"WP50512イエロー","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"32ブラウン","offer_id":43369808265275,"sku":"WP50532ブラウン","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"42レッド","offer_id":43369808298043,"sku":"WP50542レッド","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"43ピンク","offer_id":43369808330811,"sku":"WP50543ピンク","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"61ブルーグリーン","offer_id":43369808363579,"sku":"WP50561ブルーグリーン","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"82グレー","offer_id":43369808396347,"sku":"WP50582グレー","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"91ブラック","offer_id":43369808429115,"sku":"WP50591ブラック","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_bfeb1a8a-542c-42d2-afdc-530298f6eb4c.jpg?v=1776221090"},{"product_id":"155176299","title":"【イタリー \/ ミネルバボックス】長財布 \/ WP462 WP099","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  \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_bf7a9d6a-06f4-4422-97d1-47603f9f29c8.jpg?v=1776220037\" 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でありながら、カードは6枚、小銭、お札もしっかりと収納できます。必要なものをスマートに取り出せる機能美が、日々のビジネスシーンを快適にサポート。無駄を省いたシンプルさが、使い勝手の良さを際立たせます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_1f168329-b60a-442b-b613-d20d8b4fa7cc.jpg?v=1776220037\" 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\"\u003eWALDESが紡ぐヴィンテージの趣\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e細部に宿るこだわりが、製品の価値を高めます。1930年代の技術を復刻した\u003cstrong\u003eWALDESファスナー\u003c\/strong\u003eは、非鉄金属のエレメントが重厚感を醸し出し、使い込むほどに独特な表情へと変化。革と共に時を刻む喜びをお届けします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_7df759f3-5b19-4ca9-a8f4-4ef95675a1e4.jpg?v=1776220037\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e時と共に味わい深いディテール\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e世界最高峰のイタリーレザー・ミネルバボックスの良さを最大限に引き出すために、とことんシンプルに拘りました。\u003c\/p\u003e\n        \u003cp\u003eマチのない薄型設計ですが、あえて革の厚みを残した革好きのためのお財布です。\u003c\/p\u003e\n        \u003cp\u003eこだわりの国産ファスナー WALDES（ウォルデス）\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e1930〜1950年代のヴィンテージジッパーをリアルに復刻。\u003c\/li\u003e\n          \u003cli\u003eジッパーの歴史の中でも一番古い製法で、エレメント素材にアルミ、丹銅、洋白といった非鉄金属を使用。\u003c\/li\u003e\n          \u003cli\u003eプレス成形されたエレメントは重厚感に溢れ、メッキを施していないため素材との経年変化を楽しめる。\u003c\/li\u003e\n          \u003cli\u003e昔ながらの力織機で製造した綿糸100％テープを使用。\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イタリーレザー「Minerva Box」\u003c\/p\u003e\n        \u003cp\u003eイタリーレザー\/イタリアンレザーとは、イタリアのトスカーナ地方で伝統のバケッタ製法によって鞣された牛革のこと。オイルを多く含ませることで、柔らかく耐久性もあり、素晴らしい色艶が出ることも特徴です。植物タンニンのみでなめした『ハンドマーク』品質保証タグが発行されます。\u003c\/p\u003e\n        \u003cp\u003e『Minerva Box（ミネルバボックス）』\u003c\/p\u003e\n        \u003cp\u003eバケッタ製法を現代に蘇らせた名門タンナー、Badalassi Carlo Srl（バダラッシカルロ社）の顔ともいうべき革、Minerva Box（ミネルバボックス）。自然の風合いを大切にし、牛筋骨等のオイルで柔らかさを出し、あえてシボ（シワ）加工が施されています。（シボの目立つ部分・目立たない部分がありますが素材の特性としてご理解ください）\u003c\/p\u003e\n        \u003cp\u003eイタリーレザーはオイルが多めに含まれており、しばらくはオイル・クリーム等のメンテナンスは必要ありません。丁寧にお使いいただくこと、可能なら軽くブラッシングされることできれいな経年変化が訪れます。表面が白っぽく乾燥を感じる場合に少量のクリーム等でお手入れしてください。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材：イタリーレザー(MinervaBox)\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サイズ（約）：縦18.5cm × 横8.5cm × 厚み1cm\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小銭入れ×1\u003c\/li\u003e\n          \u003cli\u003e札入れ×1\u003c\/li\u003e\n          \u003cli\u003eカードポケット×6\u003c\/li\u003e\n          \u003cli\u003e商品コード：WP462 \/ WP099\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\u003e12 イエロー\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP099\/WP099_MBLong_09.jpg\" class=\"img-fluid d-block w-100\" alt=\"イエローカラーの商品画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e32 ブラウン\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP099\/WP099_MBLong_10.jpg\" class=\"img-fluid d-block w-100\" alt=\"ブラウンカラーの商品画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e33 ベージュ\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP099\/WP099_MBLong_11.jpg\" class=\"img-fluid d-block w-100\" alt=\"ベージュカラーの商品画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e41 ワイン\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP099\/WP099_MBLong_12.jpg\" class=\"img-fluid d-block w-100\" alt=\"ワインカラーの商品画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e42 レッド\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP099\/WP099_MBLong_13.jpg\" class=\"img-fluid d-block w-100\" alt=\"レッドカラーの商品画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e43 ピンク\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP099\/WP099_MBLong_14.jpg\" class=\"img-fluid d-block w-100\" alt=\"ピンクカラーの商品画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e52 パープル\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP099\/WP099_MBLong_16.jpg\" class=\"img-fluid d-block w-100\" alt=\"パープルカラーの商品画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e61 ブルーグリーン\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP099\/WP099_MBLong_15.jpg\" class=\"img-fluid d-block w-100\" alt=\"ブルーグリーンカラーの商品画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e82 グレー\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP099\/WP099_MBLong_18.jpg\" class=\"img-fluid d-block w-100\" alt=\"グレーカラーの商品画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e91 ブラック\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP099\/WP099_MBLong_19.jpg\" class=\"img-fluid d-block w-100\" alt=\"ブラックカラーの商品画像\"\u003e\n        \u003c\/div\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    \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    \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\" alt=\"ラッピングイメージ\"\u003e\n    \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印した、オリジナルのギフトラッピングも承っております。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n      \u003cli\u003eファスナーヘッドに厚みがあるため、ボトムスの後ろポケット等に入れて持ち歩きますと、向かい合うカードに強く当たり、傷をつけてしまう場合がございますので、極力カバンに入れてお使いいただくことをおすすめいたします。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"12 イエロー","offer_id":43369809838139,"sku":"WP09912 イエロー","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"32 ブラウン","offer_id":43369809870907,"sku":"WP09932 ブラウン","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ","offer_id":43369809903675,"sku":"WP09933 ベージュ","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン","offer_id":43369809936443,"sku":"WP09941 ワイン","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"42 レッド","offer_id":43369809969211,"sku":"WP09942 レッド","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"43 ピンク","offer_id":43369810001979,"sku":"WP09943 ピンク","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"52 パープル","offer_id":43369810034747,"sku":"WP09952 パープル","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"61 ブルーグリーン","offer_id":43369810067515,"sku":"WP09961 ブルーグリーン","price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"82 グレー","offer_id":43369810100283,"sku":"WP09982 グレー","price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369810133051,"sku":"WP09991 ブラック","price":19800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_bf7a9d6a-06f4-4422-97d1-47603f9f29c8.jpg?v=1776220037"},{"product_id":"189132825","title":"【オリジナルレザー \/ コロレッタ】 二つ折り財布 ※刻印・カスタム不可 \/ WP506","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eコロレッタ 永く愛せる相棒\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e独自開発の「コロレッタ」レザーが、\u003cstrong\u003e豊かな表情\u003c\/strong\u003eと\u003cstrong\u003e優れた耐久性\u003c\/strong\u003eを両立しました。ミニマルなデザインながら、個性を引き立てるカラーバリエーションを揃えています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_9a571f98-9824-4807-8f4f-d562302e296f.jpg?v=1776221063\" 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約1.5cmの\u003cstrong\u003e驚異的な薄さ\u003c\/strong\u003eと約74gの\u003cstrong\u003e軽さ\u003c\/strong\u003eが、ポケットへの収まりの良さを叶えます。必要な機能を厳選したスマートな設計で、身軽に出かけられます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_cdb8836c-1e06-4e38-9461-4516a4e6c4c2.jpg?v=1776221063\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマートに持ち運ぶミニマル設計\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eこだわりの機能美、日々を豊かに\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e大きく開く小銭入れや、スムーズなカード収納など、細部にまで\u003cstrong\u003e使いやすさ\u003c\/strong\u003eを追求しました。\u003cstrong\u003e経年変化\u003c\/strong\u003eを楽しみながら、傷や汚れに強いコロレッタレザーが長く寄り添います。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_77071f72-3be4-4189-8601-9ae40bfef144.jpg?v=1776221063\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e触れるたびに感じる本物の質感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ・仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e二つ折り財布「コロレッタ」の基本情報です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦9.6cm × 横10cm × 厚み1.5cm\u003c\/li\u003e\n          \u003cli\u003e素材：国産オリジナルレザー（コロレッタ \/ 牛本革 コンビ鞣し）\u003c\/li\u003e\n          \u003cli\u003e仕様：小銭入れ×1 \/ 札入れ×1 \/ カードポケット×5\u003c\/li\u003e\n          \u003cli\u003e商品コード：WP506\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e個性を引き立てる豊富なカラーを取り揃えております。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Coloretta\/Short\/wp_colo_2ori_12.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        \u003cp\u003e本製品に使用されている「コロレッタ」レザーは、日本の皮革産業の中心地である姫路地区で鞣された、b3Laboオリジナルの新素材です。\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003e『Coloretta（コロレッタ）』の特長:\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eタンニンレザーとクロムレザーの特性を併せ持ち、\u003cstrong\u003e革らしい風合いと美しい色合い\u003c\/strong\u003eを両立。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e傷や汚れに強く\u003c\/strong\u003e、お手入れがほとんど不要なため、どなたにも扱いやすい。\u003c\/li\u003e\n          \u003cli\u003e使い込むほどに\u003cstrong\u003eゆっくりと艶\u003c\/strong\u003eを帯び、経年変化を楽しめます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフトラッピングについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e贈り物にも最適なギフトラッピングをご用意しております。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e工房から出るハギレを活かし、「For You」「Happy Birthday」などのメッセージを刻印した特別なラッピングをご利用いただけます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入の際の注意点\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材のため、多少の色差や筋跡などの\u003cstrong\u003e個体差\u003c\/strong\u003eがございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の特性上、水濡れや強い摩擦により\u003cstrong\u003e色移り\u003c\/strong\u003eする場合がございます。\u003c\/li\u003e\n      \u003cli\u003e環境保護のため、簡易包装（エコ梱包）でのお届けにご協力をお願いいたします。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"12イエロー","offer_id":43369810952251,"sku":"WP50612イエロー","price":17600.0,"currency_code":"JPY","in_stock":false},{"title":"32ブラウン","offer_id":43369810985019,"sku":"WP50632ブラウン","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"42レッド","offer_id":43369811017787,"sku":"WP50642レッド","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"43ピンク","offer_id":43369811050555,"sku":"WP50643ピンク","price":17600.0,"currency_code":"JPY","in_stock":false},{"title":"61ブルーグリーン","offer_id":43369811083323,"sku":"WP50661ブルーグリーン","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"82グレー","offer_id":43369811116091,"sku":"WP50682グレー","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"91ブラック","offer_id":43369811148859,"sku":"WP50691ブラック","price":17600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_9a571f98-9824-4807-8f4f-d562302e296f.jpg?v=1776221063"},{"product_id":"155176598","title":"【イタリー \/ ミネルバボックス】 二つ折り財布 \/ WP457 WP100","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e暮らしを彩る上質レザー\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eイタリーレザー「ミネルバボックス」が織りなす豊かな表情。オイルをたっぷりと含んだ柔らかな革が、持つほどに手に馴染み、日々に彩りを添えます。\u003cstrong\u003eシンプルながらも洗練されたデザイン\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_4fb67a23-4305-450e-907f-f09ad1294d68.jpg?v=1776755449\" 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縦横約10cmの\u003cstrong\u003eコンパクトなフォルム\u003c\/strong\u003eは、日本のお札サイズに合わせ計算し尽くされた理想的な寸法です。厚みもわずか1.8cmで、ポケットにもスマートに収まり、日常の所作を妨げません。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c57f8bad-dbf5-4f62-a736-8f287aacbe85.jpg?v=1776755449\" 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_e9e217f9-3d5e-4fe7-a59c-2b2dfe58b4a4.jpg?v=1776755449\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e小銭が見やすい機能性\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細・仕様\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eエコ配送について\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \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                \u003ch4 class=\"section-title\"\u003e日本円にちょうどいい。シンプル、コンパクト＆スタンダード。\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_02.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                \u003cp class=\"body-text\"\u003e他国に比べてサイズの大きな日本の紙幣に合わせ、大きくなりがちなお財布。b3Laboのミネルバ・ボックス ショートウォレットは、現実的で快適に使えるサイズという、ひとつの着地点をご提案します。\u003c\/p\u003e\n\n                \u003ch4 class=\"section-title\"\u003e考え抜いて辿り着いた、美しい正方形\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_11.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e高さはカードを入れた際のギリギリ。横幅は一番大きな紙幣の一万円札を少し余裕をもって出し入れしやすいサイズ。使いやすさを考えて最終的に導き出されたサイズが、縦横がほぼ10センチという正方形に近い形。一万円札の長さ16センチに対して、二つ折りを開いた状態で20センチ。コンパクトに機能をまとめ、シンプルな美しさを極めたお財布です。\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=\"section-title\"\u003e効率・コストよりも使いやすさを優先した札入れ\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_40.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                \u003cp class=\"body-text\"\u003eこれにより、まずは全体のサイズを数ミリ縮められます。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003eそして何よりも、折りたたたんだだけなので素直に開き、お札が取り出しやすくなりました。縫い合わせた場合のように左右からの挟み込まないため、理にかなった形です。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e縫い合わせの方がコストと生産都合の良いところ、使いやすさを優先しています。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eミネルバ・ボックス シリーズ\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e柔らかなオイルレザーの質感、シボ（皺）感、イタリアを感じさせるカラー。ミネルバ・ボックスの素晴らしさ全てをそのまま活かしたく、あえて直線で仕上げてあります。厚みを抑え、カラーバリエーションも豊富なことから、男性・女性を問わずお持ちいただいているシリーズです。\u003c\/p\u003e\n                \u003cp class=\"body-text 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                \u003ch4 class=\"section-title\"\u003eコインポケットの使いやすさ\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003eb3Laboのお財布でも定番となってきた、使いやすいボックス型。フラップ部分にカードを1枚入れることができ、これにより3つのメリットがあります。\u003c\/p\u003e\n\n                \u003ch4 class=\"section-title\"\u003eメリット（1）　大きく開き見やすく\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_13.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e硬いカードを1枚入れることで、折りたたまれたボックス型のマチが端まできれいに立ち上がり、小銭入れ全体が大きく開きます。隅々まで小銭を一覧できるため、無駄なく小銭を出し切りたい方にもおすすめです。\u003c\/p\u003e\n\n                \u003ch4 class=\"section-title\"\u003eメリット（2）　クセになる閉めやすさ\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_37.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\n                \u003ch4 class=\"section-title\"\u003eメリット（3）　長くきれいに使える\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_38.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                \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                \u003ch4 class=\"section-title\"\u003e素晴らしい革の良さを引き出すために\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003eミネルバ・ボックスという名高い革を使ったお財布のコンセプトとして、また、b3Laboの革小物づくりの精神として革そのものの良さを引き出すことにこだわりました。その答えが\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\n                \u003ch4 class=\"section-title\"\u003e（1）直線のデザイン\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_42.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\n                \u003ch4 class=\"section-title\"\u003e（2）必要な厚みは残すこと\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_12.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                \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\/MB\/WP100\/WP100_MBshort_06.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\n                \u003ch4 class=\"section-title\"\u003e色の変化の傾向\u003c\/h4\u003e\n                \u003cp class=\"body-text\"\u003eオイルが多く含まれるイタリーレザーは、総じて仕上がりの色が濃い傾向があります。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eイエロー・ベージュ・ピンク：日焼けを経て自然なキャメルブラウンに\u003c\/li\u003e\n                    \u003cli\u003eブラウン：ブラウンのまま色が濃くなっていきます\u003c\/li\u003e\n                    \u003cli\u003eレッド：鮮やかさはそのまま落ち着いた深みのあるダークレッドに\u003c\/li\u003e\n                    \u003cli\u003eワイン・パープル：色が深まり、最終的には黒に近いほど深い色に\u003c\/li\u003e\n                    \u003cli\u003eブルーグリーン：濃緑を経て最終的には黒に近いほど深い色に\u003c\/li\u003e\n                    \u003cli\u003eグレー：徐々に茶色みを帯び、渋いオリーブ色に\u003c\/li\u003e\n                    \u003cli\u003eチャコールグレー・黒：大きな変化は起こらず艶が出ます\u003c\/li\u003e\n                \u003c\/ul\u003e\n\n                \u003ch4 class=\"section-title\"\u003e61ブルーグリーンの経年変化\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_41.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                \u003cp class=\"body-text\"\u003e右のものはおよそ1年半ほどサンプルとして展示し、色だけが経年変化し艶は出ていない状態のものです。\u003c\/p\u003e\n\n                \u003ch4 class=\"section-title\"\u003e82グレー\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_44.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003eグリーンがかったグレーから徐々に茶色みを増していき、渋いオリーブ色のような色に変化。右のものは1年程経った色になります。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003eこちらはスタッフが実際に使って経年変化しました。この個体はミネルバ・ボックスとしてはよく見られる程度のシボがあります。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_43.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n\n                \u003ch4 class=\"section-title\"\u003eきれいな経年変化のために\u003c\/h4\u003e\n                \u003cp class=\"body-text\"\u003e実は、b3Laboのサイトに訪れる方のいくたりかは「ミネルバ・ボックスの経年変化は汚い？」という調べ物でいらっしゃっています。おそらくご自身できれいに育つものか不安に感じておられる方が多いのだと思います。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003eそこで展示で日焼け済みのお財布を3ヶ月程使用して実験したものが、上でお見せした82グレーです。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e使用上、革に凹凸が響かないよう札入れに入れるものを吟味したことと、水に濡らさないこと、カバンの中で鍵などと当たらないように気をつけたことのみです。特別なお手入れやブラッシングもせず、ランチの時間などに持ち歩き触っていました。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e丁寧に毎日使ってあげることが最高のメンテナンスとなります。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e革の個体差について\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_39.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\"\u003eb3Laboについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003ch4 class=\"section-title\"\u003e革の街・浅草橋の工房から\u003c\/h4\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\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e革小物・革ベルトのお店b3Labo（ビースリーラボ）は2009年に誕生しました。工房がある浅草橋は革問屋、金具屋、革加工職人など皮革に関わる様々な会社が集まる「革の街」。エプロン姿そのままの職人たちが材料の買い出しに行く姿も見られます。\u003c\/p\u003e\n\n                \u003ch4 class=\"section-title\"\u003e革小物への想い\u003c\/h4\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eプレゼントされて初めて革製品を使い始めた\u003c\/li\u003e\n                    \u003cli\u003e憧れの人の革財布がかっこいい\u003c\/li\u003e\n                    \u003cli\u003e柔らかく腰に馴染んだベルトに愛着が湧いて手放せない\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e革製品を使い始めるきっかけや思い出は人それぞれですが、そのどれもが一期一会の出会いから始まっています。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e“ずっと大切にしたい”と思えるアイテムと出会い、毎日を過ごし、一緒に年月を重ねていける……そんな温かみのあるただひとつの革製品を、もっと身近に。そういう思いを込めて、私たちは日々ものづくりをしています。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e製品サイズイメージ\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_17.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\/MB\/WP100\/WP100_MBshort_45.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_46.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/MB\/WP100\/WP100_MBshort_47_2.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                \u003cp class=\"body-text\"\u003e【 SPEC 】\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ（約）：縦9.6cm × 横10cm × 厚み1.8cm\u003c\/li\u003e\n                    \u003cli\u003e※厚みは最も厚い部分\u003c\/li\u003e\n                    \u003cli\u003e素材：イタリーレザー(MinervaBox)\u003c\/li\u003e\n                    \u003cli\u003e仕様：小銭入れ×1 \/ 札入れ×1 \/ カードポケット×5\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eラッピングについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eMinerva Boxとは\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003ch4 class=\"section-title\"\u003eイタリーレザー「Minerva Box」\u003c\/h4\u003e\n                \u003cp class=\"body-text\"\u003eイタリーレザー\/イタリアンレザーとは、イタリアのトスカーナ地方で伝統のバケッタ製法によって鞣された牛革のこと。オイルを多く含ませることで、柔らかく耐久性もあり、素晴らしい色艶が出ることも特徴です。植物タンニンのみでなめした『ハンドマーク』品質保証タグが発行されます。\u003c\/p\u003e\n\n                \u003ch4 class=\"section-title\"\u003e『Minerva Box（ミネルバボックス）』\u003c\/h4\u003e\n                \u003cp class=\"body-text\"\u003eバケッタ製法を現代に蘇らせた名門タンナー、Badalassi Carlo Srl（バダラッシカルロ社）の顔ともいうべき革、Minerva Box（ミネルバボックス）。自然の風合いを大切にし、牛筋骨等のオイルで柔らかさを出し、あえてシボ（シワ）加工が施されています。（シボの目立つ部分・目立たない部分がありますが素材の特性としてご理解ください）いわゆる『芳醇な革の香り』を最も楽しめるレザーの一つです。お手入れ頻度が低く、ただ使ううちに素晴らしい艶が出てきます。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e革のお手入れ方法\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eイタリーレザーはオイルが多めに含まれており、しばらくはオイル・クリーム等のメンテナンスは必要ありません。丁寧にお使いいただくこと、可能なら軽くブラッシングされることできれいな経年変化が訪れます。表面が白っぽく乾燥を感じる場合に少量のクリーム等でお手入れしてください。\u003c\/p\u003e\n            \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        \u003cp class=\"body-text\"\u003e【 ATTENTION 】\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\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"12 イエロー","offer_id":43369813803067,"sku":"WP45712 イエロー","price":17600.0,"currency_code":"JPY","in_stock":false},{"title":"32 ブラウン","offer_id":43369813835835,"sku":"WP45732 ブラウン","price":17600.0,"currency_code":"JPY","in_stock":false},{"title":"33 ベージュ","offer_id":43369813868603,"sku":"WP45733 ベージュ","price":17600.0,"currency_code":"JPY","in_stock":false},{"title":"41 ワイン","offer_id":43369813901371,"sku":"WP45741 ワイン","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"42 レッド","offer_id":43369813934139,"sku":"WP45742 レッド","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"43 ピンク","offer_id":43369813966907,"sku":"WP45743 ピンク","price":17600.0,"currency_code":"JPY","in_stock":false},{"title":"52 パープル","offer_id":43369813999675,"sku":"WP45752 パープル","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"61 ブルーグリーン","offer_id":43369814032443,"sku":"WP45761 ブルーグリーン","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー","offer_id":43369814065211,"sku":"WP45782 グレー","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369814097979,"sku":"WP45791 ブラック","price":17600.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_4fb67a23-4305-450e-907f-f09ad1294d68.jpg?v=1776755449"},{"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":"180203566","title":"【たつのレザー \/ プログレ】  カスタムできる ミニトラッカーウォレット \/ WP469","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ながら、\u003cstrong\u003e確かな収納力\u003c\/strong\u003eを誇り、あらゆるライフスタイルに彩りを加えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_3608b3ad-5ad7-4635-84ae-f69ba6c6fedc.jpg?v=1774948116\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e個性を彩る、洗練された選択\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e育てる愉しみ、革の物語\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eイタリアの技術協力から生まれた\u003cstrong\u003e「プログレ」レザー\u003c\/strong\u003eは、使い込むほどに\u003cstrong\u003e深い艶と風合いが増す特別な本革\u003c\/strong\u003eです。丹念に磨かれたコバの美しさからは、\u003cstrong\u003e熟練の職人による細部へのこだわり\u003c\/strong\u003eが息づいています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_7987106f-bbff-4cb3-8c4d-f152439635b0.jpg?v=1774948116\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e職人技が光る、上質の本物\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日常に溶け込む、機能美\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eコンパクトなサイズ\u003c\/strong\u003eは、ポケットや小さなバッグにもスマートに収まり、手ぶらでの外出を可能にします。男女問わず愛される\u003cstrong\u003e普遍的なデザイン\u003c\/strong\u003eは、\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_ab04ad17-72b1-4418-8d15-f651704eab55.jpg?v=1774948116\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマートに持ち歩く、自由な選択\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eミニトラッカーウォレット シリーズ紹介\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eカスタムで個性が出せる、人気のミニトラッカーウォレットは、現在革種違いの4種類を展開しております。いずれも植物タンニン100％で鞣された、エイジングを楽しめるおすすめの本革揃いです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\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        \u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e\n            \u003ch4\u003e〈栃木レザー〉JEANS（ジーンズ）\u003c\/h4\u003e\n            \u003cdiv class=\"spec-img-full\"\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            \u003c\/div\u003e\n            \u003cp\u003e元祖ミニトラッカーウォレットはこちら。スタンダードな表情の柔らかめの革で扱いやすく、ほとんどお手入れの必要がありません。毎日たくさん連れ歩くだけでどんどん艶が出て手に馴染んできます。\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003ch4\u003e〈栃木レザー〉ミシバクロップ\u003c\/h4\u003e\n            \u003cdiv class=\"spec-img-full\"\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            \u003c\/div\u003e\n            \u003cp\u003e牛を早く出荷する現代では希少となってしまった、しっかりとした年数の厚みを持った原皮を鞣した『ヌメ革』を使用しました。硬く張りのある革はお手入れのし甲斐もあり、革好きの憧れでもあります。\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003ch4\u003e〈たつのレザー〉プログレ\u003c\/h4\u003e\n            \u003cdiv class=\"spec-img-full\"\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            \u003c\/div\u003e\n            \u003cp\u003eイタリアの技術協力のもと、「今までの日本になかった革を」という熱意から生まれたワックスレザー。表面を磨りガラスのように加工した「銀スリ」の状態から、徐々に艶が出る変化を楽しめる革です。\u003c\/p\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003ch4\u003e〈イタリーレザー〉Pueblo × 栃木レザー\u003c\/h4\u003e\n            \u003cdiv class=\"spec-img-full\"\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            \u003c\/div\u003e\n            \u003cp\u003e華やかなイタリアンレザー「プエブロ」は、表面に引っかき跡を残し独特の表情を加えた個性派本革です。お手入れの必要がなく、経年変化も早く、質感・色はフォーマルにも耐える格調高さです。\u003c\/p\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        \u003ch4\u003e人気のトラッカーミニ財布に新革登場！\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_01-2.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e「小さな相棒」と大人気のカスタムできるトラッカーズミニウォレットに、鮮やかな色合いの新バージョンが登場。国産たつのレザー「プログレ」は、イタリア伝統製法の技術指導とタンナーの情熱によって生まれた新しい革です。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_02-1.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_03-1.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_11.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_12.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_13.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_23.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_15-2.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_22.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP469_P\/wp469_page2_16.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        \u003ch4\u003e国産 \/ たつのレザー「プログレ」\u003c\/h4\u003e\n        \u003cp\u003e姫路レザー・たつのレザーとは、兵庫県の姫路・たつのエリアで鞣された革の総称です。古くから『播州鞣し』が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n        \u003ch4\u003e『プログレ』\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        \u003ch4\u003eトラッカーミニ財布のカスタムお受けいたします\u003c\/h4\u003e\n        \u003cp\u003eトラッカーウォレットといえば、カスタムといっても過言ではありません。チェーンやコードの取り付けだけでなく、リングを取り付けると革に光り物がプラスされてドレッシーな印象になり、男性だけでなく女性にもおすすめのオプション加工です。\u003c\/p\u003e\n        \u003ch4\u003eカスタムA （片側リング取付）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\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        \u003c\/div\u003e\n        \u003cp\u003e今は必要がなくても、この加工をしておくことでいろんなものへの取り付けが可能になります。お気に入りのマスコット、アクティビティに手ぶらで挑みたい時にストラップを取り付けることができます。また大きめリングはポケットやカバンの中から引っ張り出す際に指をひっかけられて便利です。\u003c\/p\u003e\n        \u003ch4\u003eカスタムB・C\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\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        \u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e【カスタムB】ミニショルダー化に必須のカスタムです。\u003c\/li\u003e\n          \u003cli\u003e【カスタムC】ウォレットコードやウォレットチェーンを取り付けるのに最適。1950年代アメリカのトラック乗りが運転席から離れる際に忘れ物防止策としてカスタムしたことがきっかけだったそう。後にライダーたちに人気の火が燃え移り、『ライダースウォレット』+『ウォレットチェーン\/ウォレットコード』として現代に受け継がれました。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch4\u003eカスタムC （ホック頭出し\/貫通）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\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        \u003c\/div\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        \u003ch4\u003e刻印サービス\u003c\/h4\u003e\n        \u003cp\u003eご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。※作業に1〜2日いただきます。\u003c\/p\u003e\n        \u003ch4\u003e手打ち刻印 ￥1,100（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\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        \u003c\/div\u003e\n        \u003cp\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        \u003ch4\u003e3D刻印 ￥2,200（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\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        \u003c\/div\u003e\n        \u003cp\u003e高価で時間がかかる金属版ではなく樹脂製のオーダーメイド刻印です。アルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども。ガタつきのない、まるで印刷物のような刻印になります。\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      \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\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        \u003cdiv class=\"spec-img-full\"\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        \u003cp\u003eファスナー閉じ\u003c\/p\u003e\n        \u003cp\u003e商品コード: WP469\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\"\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":43369815507003,"sku":"WP46921 キャメル","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"42 ピンク","offer_id":43369815539771,"sku":"WP46942 ピンク","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"62 コバルトブルー","offer_id":43369815572539,"sku":"WP46962 コバルトブルー","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"72 ミッドグリーン","offer_id":43369815605307,"sku":"WP46972 ミッドグリーン","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー","offer_id":43369815638075,"sku":"WP46982 グレー","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369815670843,"sku":"WP46991 ブラック","price":8250.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_3608b3ad-5ad7-4635-84ae-f69ba6c6fedc.jpg?v=1774948116"},{"product_id":"175004532","title":"【栃木レザー \/ PullUp】 ミニウォレット \/ WP454","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e栃木レザーを纏う大人の選択\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e厳選された栃木レザーの質感と豊富なカラーバリエーションが、あなたの日常を豊かに彩ります。手に取るたびに感じる\u003cstrong\u003e本物の風合い\u003c\/strong\u003eが、愛着を育む逸品です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_a06ba7c2-e1fa-4c19-98ae-893e2fc72bc5.jpg?v=1776755322\" 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縦9cm、横11.5cm、厚み2.2cm。\u003cstrong\u003e計算し尽くされたサイズ感\u003c\/strong\u003eは、ポケットや小さなバッグにもスムーズにフィットし、スマートな振る舞いを叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_e0939b57-9f7e-4fe7-9dee-7bed2890f88e.jpg?v=1776755322\" class=\"img-fluid d-block w-100 product-img\" alt=\"無駄を削ぎ落とした機能美\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e無駄を削ぎ落とした機能美\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e育てる愉しみ、プルアップの表情\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e開くたびに現れる\u003cstrong\u003eプルアップレザー特有の濃淡\u003c\/strong\u003e。笹マチ付きポケットで紙幣も取り出しやすく、使い込むほどに深い色艶へと変化する経年変化を楽しめます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_3b6699be-4b0a-465f-b50f-038fa02d375a.jpg?v=1776755322\" class=\"img-fluid d-block w-100 product-img\" alt=\"手にするたび深まる風合い\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e手にするたび深まる風合い\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細・スペック\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本商品のサイズ詳細です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WP454\/WP454_pullup_miniwallet_01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニウォレットサイズ詳細図\"\u003e\n                \u003c\/div\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ（約）：縦9cm × 横11.5cm × マチ2.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                \u003cp\u003e本商品の素材と基本的な仕様です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材：栃木レザー(プルアップ)\u003c\/li\u003e\n                    \u003cli\u003e仕様：笹マチ付ポケット×1、カードポケット×3\u003c\/li\u003e\n                    \u003cli\u003e商品コード：WP454\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                \u003ch4 class=\"section-title\"\u003e栃木レザー社の革\u003c\/h4\u003e\n                \u003cp class=\"body-text\"\u003e栃木レザー社は、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナーです。有害な物質を排出する薬品類は一切使わず、タンニンを多く含むミモザの樹皮から抽出したエキスで鞣された革は、優れた風合いはもちろん、耐久性・吸湿性・放湿性を誇る最高のマテリアルです。\u003c\/p\u003e\n                \u003ch4 class=\"section-title\"\u003eプルアップ（Pull Up）\u003c\/h4\u003e\n                \u003cp class=\"body-text\"\u003e染色後にオイル加工された深い色合いが特徴的なオイルレザーで、しっとりと手に馴染みます。吟面を折り曲げた際にオイル分に偏りが生じ、一時的に濃淡が生じる現象を指します。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e全5色の豊富なカラーバリエーションをご用意しています。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WP454\/WP454_pullup_miniwallet_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニウォレット カラーバリエーション一覧\"\u003e\n                \u003c\/div\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e32 ライトブラウン\u003c\/li\u003e\n                    \u003cli\u003e31 ダークブラウン\u003c\/li\u003e\n                    \u003cli\u003e42 ワインレッド\u003c\/li\u003e\n                    \u003cli\u003e72 モスグリーン\u003c\/li\u003e\n                    \u003cli\u003e91 ブラック\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"caption-text text-end\"\u003e※画像はイメージです。実際の色味と異なる場合があります。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送・ギフトについて\u003c\/h3\u003e\n        \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\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=\"caption-text text-end\"\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        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"32 キャメル","offer_id":43369816227899,"sku":"wp45432 キャメル","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"31 ダークブラウン","offer_id":43369816260667,"sku":"wp45431 ダークブラウン","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"42 ワインレッド","offer_id":43369816293435,"sku":"wp45442 ワインレッド","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"72 モスグリーン","offer_id":43369816326203,"sku":"wp45472 モスグリーン","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369816358971,"sku":"wp45491 ブラック","price":12100.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_a06ba7c2-e1fa-4c19-98ae-893e2fc72bc5.jpg?v=1776755322"},{"product_id":"189142475","title":"【オリジナルレザー \/ コロレッタ】 コインケース ※刻印・カスタム不可 \/ WC395","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します。背面ポケットにはお札やカードも収まり、ビジネスシーンでの機能性も高めます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_31b0abc0-138d-468f-b459-d58b86221c14.jpg?v=1776221035\" 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わずか23g 理想の薄型軽量設計\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e縦横8cm、厚さ1cmという\u003cstrong\u003e極限の薄さ\u003c\/strong\u003eが、ポケットやバッグの中で場所を選びません。国産コロレッタレザーは、お手入れ要らずで使い込むほどに艶を増します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_3da62014-0cfc-4fd6-8d85-2bf1923f7a2e.jpg?v=1776221035\" 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_3d8ec8d3-b49c-4e89-a795-31f65f958b3e.jpg?v=1776221035\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eライフスタイルに溶け込む\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ・仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦8cm × 横8cm × 厚み1cm\u003c\/li\u003e\n          \u003cli\u003e素材：国産オリジナルレザー（コロレッタ）\u003c\/li\u003e\n          \u003cli\u003e仕様：小銭入れ×1 \/ 背面ミニポケット×1\u003c\/li\u003e\n          \u003cli\u003e商品コード：WC395\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\/Coloretta\/Coin\/wc_colo_coin_12.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        \u003cp\u003e「国産オリジナルレザー『コロレッタ』」\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003e姫路レザー\u003c\/strong\u003eとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eColoretta（コロレッタ）\u003c\/strong\u003eは、タンニンレザーとクロムレザーの特性を「いいとこどり」した、b3Laboオリジナルの新しいレザーです。「革らしい風合いを楽しみながらも、美しい色を気軽に長く楽しみたい」そんな想いを叶えるために生まれました。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e傷や汚れにある程度強くお手入れがほとんど必要ない\u003c\/li\u003e\n          \u003cli\u003eゆっくりと艶を帯びていくタンニンレザーの特徴も楽しめる\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eラッピングサービス\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e工房から出るハギレを活かして「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 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=\"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  \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  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"12イエロー","offer_id":43369816883259,"sku":"WC39512イエロー","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"32ブラウン","offer_id":43369816916027,"sku":"WC39532ブラウン","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"42レッド","offer_id":43369816948795,"sku":"WC39542レッド","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"43ピンク","offer_id":43369816981563,"sku":"WC39543ピンク","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"61ブルーグリーン","offer_id":43369817014331,"sku":"WC39561ブルーグリーン","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"82グレー","offer_id":43369817047099,"sku":"WC39582グレー","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"91ブラック","offer_id":43369817079867,"sku":"WC39591ブラック","price":4950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_31b0abc0-138d-468f-b459-d58b86221c14.jpg?v=1776221035"},{"product_id":"155139008","title":"【Pueblo×栃木レザー】 マネークリップ \/ WP459 WP492","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e二つの革が織りなす洗練美\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eイタリアのプエブロと日本の栃木レザー。異なる表情を持つ最高級素材が、使うほどに深まる\u003cstrong\u003e唯一無二の経年変化\u003c\/strong\u003eを約束します。薄型ながらも上質な存在感を放ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_832a4a51-224a-46be-bbbb-5730724bb23a.jpg?v=1774948137\" class=\"img-fluid d-block w-100 product-img\" alt=\"二つの革が織りなす洗練美\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマートに魅せる本革クリップ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e職人の息吹宿る上質レザー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eヤスリで丁寧に仕上げたプエブロの独特な表面は、使い込むほどに\u003cstrong\u003e艶を増し\u003c\/strong\u003e、あなただけの物語を刻みます。緻密な縫製が、長く愛用できる\u003cstrong\u003e堅牢さ\u003c\/strong\u003eを生み出しています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_0f51c5af-b51f-4ebf-a571-337ef6a785cf.jpg?v=1774948137\" 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した設計。マネークリップと6つのカードポケット、フリーポケットで、必要なものを\u003cstrong\u003eスマートに持ち運べます\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_92b45688-cd62-4aba-b30b-fd97d7019750.jpg?v=1774948137\" class=\"img-fluid d-block w-100 product-img\" alt=\"薄型で叶えるスマートな日常\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eミニマリストの選択、最上の携帯性\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e簡易包装について\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eエコな配送を心がけ、簡易包装でお届けいたします。\u003c\/p\u003e\n        \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    \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\/Pueblo\/WP288\/wp288_puemoneyclip_15.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"イタリアと日本の革を同時に楽しむマネークリップ\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e個性際立つイタリーレザー・Puebloは、革の吟面（表面）に細かくヤスリをかけたスクラッチ模様とマットな質感が特徴的です。オイルをたっぷり含み比較的早くツヤが出てくるため、目に見える変化が楽しい革でもあります。アクセントに配した栃木レザーは、本来ベルト用に作られた極厚の革を贅沢にも薄く漉いて使っています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP288\/wp288_puemoneyclip_17.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"お金数える\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eキャッシュレス化によってお財布が小型化していく中、マネークリップも見直されています。現金特に小銭を持たない方や、珍しい小物を試したい方、本当に気に入ったものだけを持つミニマリストの方にも選ばれています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP288\/wp288_puemoneyclip_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eあえて革らしい厚みを残したしっかりとした作り。磨き上げたコバの重なりの表情も楽しみの1つです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP288\/wp288_puemoneyclip_16.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品詳細\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eスペック詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の基本スペックです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦8.7cm × 横11cm × 厚み0.8cm\u003c\/li\u003e\n          \u003cli\u003e素材：イタリーレザー(pueblo) \/ 栃木レザー(ノーベル)\u003c\/li\u003e\n          \u003cli\u003e仕様：マネークリップ×1 \/ カードポケット×6 \/ フリーポケット×2\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\u003e6つのカラーからお選びいただけます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP288\/wp288_puemoneyclip_09.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\/Pueblo\/WP288\/wp288_puemoneyclip_10.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\/Pueblo\/WP288\/wp288_puemoneyclip_11.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\/Pueblo\/WP288\/wp288_puemoneyclip_12.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\/Pueblo\/WP288\/wp288_puemoneyclip_13.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\/Pueblo\/WP288\/wp288_puemoneyclip_14.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    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e革の特性と由来\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003ch4\u003eイタリーレザー「Pueblo」\u003c\/h4\u003e\n        \u003cp\u003eイタリーレザー\/イタリアンレザーとは、イタリアのトスカーナ地方で伝統のバケッタ製法によって鞣された牛革のこと。オイルを多く含ませることで、柔らかく耐久性もあり、素晴らしい色艶が出ることも特徴です。植物タンニンのみでなめした『ハンドマーク』品質保証タグが発行されます。\u003c\/p\u003e\n        \u003ch5\u003e『Pueblo（プエブロ）』\u003c\/h5\u003e\n        \u003cp\u003eバケッタ製法を現代に蘇らせた名門タンナー、Badalassi Carlo Srl（バダラッシカルロ社）の革、Pueblo（プエブロ）。表面を丁寧に荒らす加工をすることで、通常よりもエイジングが早い\/使い始めの状態と経年変化後のどちらも美しく変化が劇的、といった体験をユーザーにもたらし人気が高まっている革です。\u003c\/p\u003e\n        \u003cp\u003e※イタリーレザーはオイルが多めに含まれており、しばらくはオイル・クリーム等のメンテナンスは必要ありません。丁寧にお使いいただくこと、可能なら軽くブラッシングされることできれいな経年変化が訪れます。表面が白っぽく乾燥を感じる場合に少量のクリーム等でお手入れしてください。\u003c\/p\u003e\n\n        \u003ch4\u003e栃木レザー社の革「ノーベル」\u003c\/h4\u003e\n        \u003cp\u003e栃木レザー社とは、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナー。栃木レザー社が手掛けるヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。\u003c\/p\u003e\n        \u003ch5\u003e『ノーベル』\u003c\/h5\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        \u003cp\u003eご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。※作業に1〜2日いただきます。\u003c\/p\u003e\n        \u003ch4\u003e手打ち刻印 ￥1,100（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\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\" alt=\"手打ち刻印見本\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eシンプルで大ぶりな、温かみのある書体です。イニシャルや頭文字だけでも素敵です。\u003cu\u003e下の「【名入れ】手打ちイニシャル刻印」からご購入ください。\u003c\/u\u003e\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e大文字（ABCD〜Z）+　「.」「,」「-」が使えます。\u003cu\u003e小文字を希望される場合は3D刻印をご利用ください。\u003c\/u\u003e\n\u003c\/li\u003e\n          \u003cli\u003e一文字一文字手打ちするため、温かみある仕上がりです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e【名入れ】手打ちイニシャル刻印\u003c\/p\u003e\n\n        \u003ch4\u003e3D刻印 ￥2,200（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\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\" alt=\"3D刻印見本\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e高価で時間がかかる金属版ではなく樹脂製のオーダーメイド刻印です。アルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども。ガタつきのない、まるで印刷物のような刻印になります。\u003cu\u003e下の「【名入れ】3Dオーダー刻印」からご購入ください。\u003c\/u\u003e\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    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e関連商品・シリーズについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003ch4\u003eマネークリップ＆コインケースのセット使い\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_08.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=\"body-text\"\u003e\u003ca href=\"https:\/\/b3labo-craft.we-shop.jp\/products\/155139821?_pos=1\u0026amp;_sid=a1bb3c349\u0026amp;_ss=r\"\u003ePueblo コインケース\u003c\/a\u003e\u003c\/p\u003e\n\n        \u003ch4\u003ePueblo✕栃木レザーシリーズ\u003c\/h4\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        \u003cp\u003e製品を長くご愛用いただくための注意事項です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n          \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン×ブラウン","offer_id":43369817800763,"sku":"wp45931 ブラウン×ブラウン","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ブラウン","offer_id":43369817833531,"sku":"wp45933 ベージュ×ブラウン","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン×ブラウン","offer_id":43369817866299,"sku":"wp45941 ワイン×ブラウン","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルーグリーン×ブラウン","offer_id":43369817899067,"sku":"wp45962 ブルーグリーン×ブラウン","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー×ブラウン","offer_id":43369817931835,"sku":"wp45982 グレー×ブラウン","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369817964603,"sku":"wp45991 ブラック×ブラウン","price":17600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_2424a0b3-b16a-4d17-a74d-d5e934094f0c.jpg?v=1774948137"},{"product_id":"155139821","title":"【Pueblo×栃木レザー】 コインケース \/ WC390 362 403","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\u003e個性を纏うPuebloレザー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e手のひらに吸い付くようなイタリアンレザーPuebloの\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_ed79fd5b-c615-450a-8c6b-c110de2f2674.jpg?v=1774948140\" 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\u003eスマートさを纏う設計\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e縦7cm、横7.5cmの\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_2e4d2fe9-3e38-4767-86fc-cdb2412c1fa9.jpg?v=1774948141\" 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\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_5be97f55-fd66-4597-9a2c-3aa34a7f1cd8.jpg?v=1774948140\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e開けばわかる、その実力\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴と機能性\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e小さいながら日本とイタリア、両方の革の良さが楽しめるおすすめの商品です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e外装: 革の表面を目の細かいヤスリでスクラッチした個性的な革。\u003c\/li\u003e\n        \u003cli\u003e内装: 栃木レザー社がベルト用に開発したツヤのある厚革の表面だけを贅沢に使用。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e大きく開くボックス型コインケースで、中の小銭が見やすいだけでなく、鍵などの小物も一緒に収納できます。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e手のひらサイズでシンプルなほぼ正方形。\u003c\/li\u003e\n        \u003cli\u003e外装のPuebloはあえて3mmの厚みを残し、革そのものを持つ喜びを追求。\u003c\/li\u003e\n        \u003cli\u003eオイルをたっぷりと含んでいるため、特別なお手入れは不要。\u003c\/li\u003e\n        \u003cli\u003eポケットでの使用による摩擦で、驚くほどのツヤと早期のエイジングが楽しめます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_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サイズ（約）：縦7cm × 横7.5cm\u003c\/li\u003e\n        \u003cli\u003e素材：イタリーレザー(Pueblo) \/ 栃木レザー(ノーベル)\u003c\/li\u003e\n        \u003cli\u003e仕様：BOX型小銭入れ\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003ch4\u003eイタリーレザー「Pueblo」\u003c\/h4\u003e\n      \u003cp\u003eイタリアのトスカーナ地方で伝統のバケッタ製法によって鞣された牛革。オイルを多く含み、柔らかく耐久性に優れ、素晴らしい色艶が出ることが特徴です。植物タンニンのみでなめした『ハンドマーク』品質保証タグが発行されます。\u003c\/p\u003e\n      \u003cp\u003ePueblo（プエブロ）は、バダラッシカルロ社の革で、表面を丁寧に荒らす加工を施しています。これにより、通常よりもエイジングが早く、使い始めの状態と経年変化後のどちらも劇的に美しく変化する点が人気です。\u003c\/p\u003e\n      \u003cp\u003e※イタリーレザーはオイルが多めに含まれており、しばらくはオイル・クリーム等のメンテナンスは必要ありません。丁寧にお使いいただくこと、可能なら軽くブラッシングされることで、きれいな経年変化が訪れます。表面が白っぽく乾燥を感じる場合に少量のクリーム等でお手入れしてください。\u003c\/p\u003e\n      \u003ch4\u003e栃木レザー社の革「ノーベル」\u003c\/h4\u003e\n      \u003cp\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      \u003cp\u003e展開カラーは以下の通りです。\u003c\/p\u003e\n      \u003cp\u003e31 ブラウン×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_16.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003cp\u003e33 ベージュ×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_17.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003cp\u003e41 ワイン×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_18.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003cp\u003e62 ブルーグリーン×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_19.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003cp\u003e82 グレー×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_20.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003cp\u003e91 ブラック×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_21.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\"\u003ePueblo×栃木レザーシリーズ\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e革工業が盛んなイタリア・トスカーナ州の中でも、伝統的な鞣し製法【バケッタ製法】で実績の有る、バダラッシ・カルロ社のプエブロに、日本が誇る栃木レザー社のノーベルを合わせました。質感の異なる最高の素材を組み合わせたシリーズです。\u003c\/p\u003e\n      \u003ch4\u003eマネークリップとコインケースのセット使い\u003c\/h4\u003e\n      \u003cp\u003e大きく開いて使いやすいコインケースとのセット使いで、より便利にお使いいただけます。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC323\/WC233_PueNewCoin_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e\n        \u003ca href=\"https:\/\/b3labo-craft.we-shop.jp\/products\/155139008?_pos=1\u0026amp;_sid=2b4afaed1\u0026amp;_ss=r\"\u003ePueblo マネークリップはこちら\u003c\/a\u003e\n      \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\u003e工房から出るハギレを活かして、「For You」「Happy Birthday」などのメッセージを刻印したラッピングを提供しております。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \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    \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":"31 ブラウン×ブラウン","offer_id":43369817997371,"sku":"wc36231 ブラウン×ブラウン","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ブラウン","offer_id":43369818030139,"sku":"wc36233 ベージュ×ブラウン","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン×ブラウン","offer_id":43369818062907,"sku":"wc36241 ワイン×ブラウン","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルーグリーン×ブラウン","offer_id":43369818095675,"sku":"wc36262 ブルーグリーン×ブラウン","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー×ブラウン","offer_id":43369818128443,"sku":"wc36282 グレー×ブラウン","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369818161211,"sku":"wc36291 ブラック×ブラウン","price":6600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_ed79fd5b-c615-450a-8c6b-c110de2f2674.jpg?v=1774948140"},{"product_id":"181908591","title":"【 姫路レザー 】 インテリアみたいなショルダートート \/ WR343","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e姫路レザーが魅せる品格\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eしなやかな\u003cstrong\u003e姫路レザー\u003c\/strong\u003eが、日常にリュクスな輝きを添える。手に取るたび感じる\u003cstrong\u003e上質な質感\u003c\/strong\u003eは、持つ人の個性を際立たせるパートナー。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_b9ce7979-15e0-46f9-9321-807760b5d44c.jpg?v=1774948142\" 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スマートな2WAYスタイル\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e手持ちでも肩掛けでも、装いに合わせて表情を変える。\u003cstrong\u003eA5サイズ\u003c\/strong\u003eが収まる適度なサイズ感は、どこへでも連れて行きたくなる相棒に。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_8265e1c0-ff92-462d-b5f3-29adf9f39400.jpg?v=1774948142\" 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_c5d92dc9-a3c8-4a31-9771-b407541d6e8f.jpg?v=1774948142\" class=\"img-fluid d-block w-100 product-img\" alt=\"バッグの内部収納例。スマートフォン、財布、手帳などを収納\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e荷物がすっきり収まる\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eインテリアのようにお部屋に馴染む、落ち着いたデザインのショルダートートバッグです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e上質な姫路レザーを使用し、経年変化も楽しめます\u003c\/li\u003e\n        \u003cli\u003e手持ちと肩掛けの2WAYでスタイルに合わせて使い分け可能\u003c\/li\u003e\n        \u003cli\u003eA5サイズが収納できる普段使いに最適なサイズ感\u003c\/li\u003e\n        \u003cli\u003e見た目以上の収納力で、お出かけに必要なものをスマートに収納\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e※サイズは概寸です。個体差があるため、目安としてご参照ください。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e横幅: 35cm\u003c\/li\u003e\n        \u003cli\u003e高さ: 19cm\u003c\/li\u003e\n        \u003cli\u003eマチ: 12cm\u003c\/li\u003e\n        \u003cli\u003eハンドル高さ: 12cm\u003c\/li\u003e\n        \u003cli\u003eショルダー長さ: 80～160cm (無段階調節)\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003c!-- サイズ表画像があれば以下に追加\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"__IMG_SIZE_CHART__\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズチャート\"\u003e\n      \u003c\/div\u003e\n      --\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e素材: 姫路レザー\u003c\/li\u003e\n        \u003cli\u003e生産国: 日本\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品名: インテリアみたいなショルダートート\u003c\/li\u003e\n        \u003cli\u003e商品コード: WR343\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369818226747,"sku":"WR34321 キャメル","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"31 ダークブラウン","offer_id":43369818259515,"sku":"WR34331 ダークブラウン","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"42 ガーネット","offer_id":43369818292283,"sku":"WR34342 ガーネット","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"61 ナイトブルー","offer_id":43369818325051,"sku":"WR34361 ナイトブルー","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"91 ランプブラック","offer_id":43369818357819,"sku":"WR34391 ランプブラック","price":28600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_b9ce7979-15e0-46f9-9321-807760b5d44c.jpg?v=1774948142"},{"product_id":"174301881","title":"【姫路レザー \/ バッカス】 横型トートバッグ \/ WR264","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  \u003ch3 class=\"section-title\"\u003e【姫路レザー \/ バッカス】 横型トートバッグ \/ WR264\u003c\/h3\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_734ee888-da29-4c49-88ee-5580453cdec2.jpg?v=1774948147\" 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縦横35cmのゆとりあるサイズは、書類や日常品をしっかり収納。\u003cstrong\u003e長めのハンドルは肩掛けも軽快で\u003c\/strong\u003e、ビジネスシーンから普段使いまで、頼れる存在です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_e699b7ac-bbec-413f-ae0a-a6c96ed5ddb5.jpg?v=1774948147\" class=\"img-fluid d-block w-100 product-img\" alt=\"理想を叶える収納力\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e理想を叶える収納力\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e細部へのこだわりと機能美\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e内部はファスナーポケットと二つのオープンポケットで整理整頓が容易です。\u003cstrong\u003e底鋲付きで、床置きも安心\u003c\/strong\u003e。本革の風合いを損なわない、使いやすい生地の内装も魅力です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_a8239f34-eac3-4f7c-858e-c8aef49eaf1b.jpg?v=1774948147\" 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=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_11_W.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\"\u003e大きなハンドルは長身の男性が肩にかけても余裕があります。根本はカン（金具）が入っており、左右に倒れるため保管場所の高さに困ることはありません。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_10_W.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\"\u003e『バッカス』は鞣し剤のタンニンと仕上げのオイルを限界まで含ませた、非常にリッチな感触の柔らかい革です。ハンドルを握ると断面が硬いバッグもありますが、『バッカストート』は革そのものの\u003cstrong\u003eふくよかな手触り\u003c\/strong\u003eを楽しんでいただけます。また、オイルが多いため、多少の引っかき傷で白くなった部分が出ても、\u003cstrong\u003eオイルがすぐに移動して目立たなくしてくれます\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_09_W.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\"\u003eサイズが大きなトートだけに、床置きになる場合も。そんな時にも\u003cstrong\u003e5箇所の底鋲で底面を支えます\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_12_W.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\"\u003e片方にはファスナーポケット、もう片方には2つに区切ったオープンポケットのシンプルな構成。本革トートですが、\u003cstrong\u003e内側は使いやすい生地を採用\u003c\/strong\u003eしました。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_08_W.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    \u003ch4 class=\"section-title\"\u003e32 キャメル\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_02_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション キャメル\"\u003e\n    \u003ch4 class=\"section-title\"\u003e31 ブラウン\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_03_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション ブラウン\"\u003e\n    \u003ch4 class=\"section-title\"\u003e42 レッド\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_04_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション レッド\"\u003e\n    \u003ch4 class=\"section-title\"\u003e62 ブルー\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_05_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション ブルー\"\u003e\n    \u003ch4 class=\"section-title\"\u003e72 グリーン\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_06_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション グリーン\"\u003e\n    \u003ch4 class=\"section-title\"\u003e91 ブラック\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Bacchus\/WR264\/WR264_BacchusTote_07_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション ブラック\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品スペック\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eサイズ（約）：縦35cm × 横35cm × マチ12cm\u003c\/li\u003e\n        \u003cli\u003e素材：姫路レザー（Bacchus \/ バッカス）\u003c\/li\u003e\n        \u003cli\u003e仕様：内側オープンポケット×2 \/ 内側ファスナーポケット×1\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴・機能\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e姫路レザー「バッカス」の持つ独特の魅力を最大限に引き出す、機能性とデザイン性を兼ね備えたトートバッグです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e姫路レザー「バッカス」の豊かな表情\u003c\/li\u003e\n        \u003cli\u003e大胆なシワ模様が個性を際立たせる\u003c\/li\u003e\n        \u003cli\u003e長めのハンドルで肩掛けも楽々\u003c\/li\u003e\n        \u003cli\u003eハンドルが左右に倒れ、収納しやすい\u003c\/li\u003e\n        \u003cli\u003e非常にリッチで柔らかな感触の革\u003c\/li\u003e\n        \u003cli\u003e革本来のふくよかな手触りを楽しめる\u003c\/li\u003e\n        \u003cli\u003eオイルが傷を目立たなくする\u003c\/li\u003e\n        \u003cli\u003e底鋲付きで床置きも安心\u003c\/li\u003e\n        \u003cli\u003e内側にファスナーポケットとオープンポケットを装備\u003c\/li\u003e\n        \u003cli\u003e使いやすい生地の内装\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003ch4\u003e姫路レザーとは\u003c\/h4\u003e\n      \u003cp\u003e姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきた同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n      \u003ch4\u003e『Bacchus（バッカス）』\u003c\/h4\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=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/gift_setsumei_16.jpg\" class=\"img-fluid d-block w-100\" alt=\"大型商品のラッピングについて\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e保護用の白い不織布にお入れし、包装資材として、お渡し用の紙袋とリボンを一緒にお送りいたします。リボンは解かずに取り付けるタイプをご用意。ボールチェーンでメッセージ刻印入りのタグが揺れるデザインです。スタッフが1つ1つ手作りしております。※お客様でセットしていただく包装です。\u003c\/p\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    \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  \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\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"32 キャメル","offer_id":43369818554427,"sku":"wr26432 キャメル","price":52800.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン","offer_id":43369818587195,"sku":"wr26431 ブラウン","price":52800.0,"currency_code":"JPY","in_stock":false},{"title":"42 レッド","offer_id":43369818619963,"sku":"wr26442 レッド","price":52800.0,"currency_code":"JPY","in_stock":false},{"title":"62 ブルー","offer_id":43369818652731,"sku":"wr26462 ブルー","price":52800.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン","offer_id":43369818685499,"sku":"wr26472 グリーン","price":52800.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369818718267,"sku":"wr26491 ブラック","price":52800.0,"currency_code":"JPY","in_stock":false},{"title":"41 ワイン","offer_id":43369818751035,"sku":"wr26441 ワイン","price":52800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_734ee888-da29-4c49-88ee-5580453cdec2.jpg?v=1774948147"},{"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":"174709397","title":"【栃木レザー \/ PullUp】 スマホポーチ \/ WR321","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【栃木レザー \/ PullUp】 スマホポーチ \/ WR321\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            落ち着いたカラーと使いやすいデザインの本革スマホポーチ。ほどよくラフでカジュアルな斜め掛けポシェットは、表面の凹凸が職人たちの手仕事の証。同じ表情が2つとない、\u003cstrong\u003e個体差を楽しむ\u003c\/strong\u003eショルダーポーチです。前面を膨らませた形状で、見た目よりも収納力が高いとご好評いただいております。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - ブロック1 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e大人の休日を彩る本革\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            体に寄り添う自然なフォルムは、どんなファッションにもすんなり溶け込みます。\u003cstrong\u003e男女問わず使える\u003c\/strong\u003eデザインが、日々の装いに上質な軽やかさをもたらします。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_31190738-0640-4972-afba-46295298bcd4.jpg?v=1774948163\" 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!-- 商品解説セクション (Main) - ブロック2 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e日常に馴染む理想のサイズ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            縦19.5cm、横15.5cmのコンパクトな佇まいながら、前面の膨らみで\u003cstrong\u003e見た目以上の収納力\u003c\/strong\u003eを実現。スマートフォンだけでなく、必要なものがすっぽり収まる設計です。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_f265c90d-d676-472a-9264-e6bde02277ab.jpg?v=1774948163\" 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!-- 商品解説セクション (Main) - ブロック3 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e栃木レザーが魅せる表情\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            オイルをたっぷり含んだプルアップレザーは、使い込むほどに\u003cstrong\u003e深みを増す個体差\u003c\/strong\u003eが魅力です。職人の手仕事が生み出す唯一無二の表情を、ぜひお楽しみください。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_7acd1df1-0591-4235-867f-c05d7017d9bf.jpg?v=1774948164\" 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!-- 商品解説セクション (Main) - 詳細説明ブロック --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e男女で使える長めのショルダー紐\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WR321\/174709397_o2.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"長めのショルダー紐\"\u003e\n        \u003cp class=\"body-text\"\u003e\n            あえて長めに作ったショルダー紐は、お好みの長さにカットして、糸がほつれてこないようにライターなどで炙って処理していただくことができます。もちろん、首の後ろで余った部分を結んでもお使いいただけます。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eフォルムを引き締める白ヌメ革ライン\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WR321\/174709397_o3.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"白ヌメ革ラインのディテール\"\u003e\n        \u003cp class=\"body-text\"\u003e\n            全体に丸みを帯びたフォルムを引き締めるのが、サイドに走るベージュのラインです。厚みのある白ヌメを縫い込むことで、スポーティでよりカジュアルな印象をプラスしつつ、バッグ全体の強度を格段に高めました。丈夫な厚いヌメ革をプラスしたことで、男性職人しか表に返す作業を行えないほどの頑丈なポーチが出来上がりました。作業中についた革の凹凸は、そのまま本革らしい表情としてこのスマホショルダーの顔となっています。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e便利でかわいいカードポケット\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WR321\/174709397_o4.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"背面カードポケット\"\u003e\n        \u003cp class=\"body-text\"\u003e\n            背面ポケットのデザインも、本体に合わせてぷっくりと丸くデザインされています。機能としては不必要かもしれませんが、このスマホポーチの『丸い』形を踏襲してこだわった部分です。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e体にフィットする着用感\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WR321\/174709397_o5.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"体にフィットする着用イメージ\"\u003e\n        \u003cp class=\"body-text\"\u003e\n            スマホショルダー表面の下部に2本の斜めのダーツ（つまみ＆ステッチ）が入っており、内部空間は見た目以上。それに対して、裏面はフラットで、体にぴったりと沿ったフィット感が得られ\u003cstrong\u003e安心感があります\u003c\/strong\u003e。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e薄型でもしっかり収納\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WR321\/174709397_o6.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"収納イメージ\"\u003e\n        \u003cp class=\"body-text\"\u003e\n            大きなスマートフォン、文庫本、お財布を入れてもまだまだ余裕があります。あたりの柔らかな革のショルダー紐のおかげで、重くなってしまっても食い込みが軽減されます。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eポーチごとタッチ可能\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WR321\/174709397_o7.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ポーチごとタッチ機能\"\u003e\n        \u003cp class=\"body-text\"\u003e\n            背面ポケットには交通系カード等を入れて、カードを出さずにスマホポーチごとタッチすることができます。カードを取り出す際は、カードの下の切り欠き部分から覗くカードを上に押すとスムーズです。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eその他のディテール\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WR321\/174709397_o8.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"細部の作り込み\"\u003e\n        \u003cp class=\"body-text\"\u003e\n            丁寧に、革に無理な力がかからないように設計・製造されたショルダーポーチです。職人の手仕事の温もりを感じる仕上がりは、お出かけ時の気持ちをもっと楽しいものにしてくれます。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - カラーバリエーション --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eカラーバリエーション\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            お好みに合わせて選べる、多彩なカラーバリエーションをご用意しました。\n        \u003c\/p\u003e\n        \u003cdiv class=\"product-colors\"\u003e\n            \u003ch4\u003e32 キャメル\u003c\/h4\u003e\n            \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WR321\/wr321_color_32.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"キャメルカラー\"\u003e\n            \u003ch4\u003e31 ブラウン\u003c\/h4\u003e\n            \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WR321\/wr321_color_31.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラウンカラー\"\u003e\n            \u003ch4\u003e42 レッド\u003c\/h4\u003e\n            \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WR321\/wr321_color_42.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"レッドカラー\"\u003e\n            \u003ch4\u003e72 グリーン\u003c\/h4\u003e\n            \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WR321\/wr321_color_72.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"グリーンカラー\"\u003e\n            \u003ch4\u003e91 ブラック\u003c\/h4\u003e\n            \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WR321\/wr321_color_91.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラックカラー\"\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細・スペック\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本製品のサイズは以下の通りです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ（約）：縦19.5cm × 横15.5cm マチ3cm\u003c\/li\u003e\n                    \u003cli\u003eストラップ：約130cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・仕様\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e厳選された素材と機能的な仕様です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材：栃木レザー(プルアップ)\u003c\/li\u003e\n                    \u003cli\u003e仕様：背面カードポケット×1\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材について：栃木レザー「Pull Up」\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e日本が世界に誇るタンナー、栃木レザー社の革についてご説明します。\u003c\/p\u003e\n                \u003ch4\u003e栃木レザー社の革\u003c\/h4\u003e\n                \u003cp\u003e\n                    栃木レザー社は、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナーです。栃木レザー社が手掛ける本ヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。通常はドラムを回し短時間で済ませる鞣しの工程を、じっくりと時間と手間をかけて行い、その品質で世界に名を轟かせています。有害な物質を排出する薬品類は一切使わず、タンニンを多く含むミモザの樹皮から抽出したエキスで鞣された革は、風合いが優れていることはもちろんのこと、耐久性や吸湿性・放湿性を誇る最高のマテリアルです。\n                \u003c\/p\u003e\n                \u003ch4\u003ePull Up（プルアップ）\u003c\/h4\u003e\n                \u003cp\u003e\n                    染色後にオイル加工された深い色合いが特徴的なオイルレザーです。オイルを含んだ革独特のソフト感でしっとりと手に馴染みます。プルアップとは、吟面を折り曲げた時にオイル分に偏りが生じ、一時的に濃淡が生じる現象を指します。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\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        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e注意事項\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eご購入前に以下の点をご確認ください。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n                    \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e簡易包装について\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e地球環境に配慮し、簡易包装を心がけております。ご理解とご協力をお願いいたします。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"32 キャメル","offer_id":43369821241403,"sku":"WR32132 ライトブラウン","price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"31 ダークブラウン","offer_id":43369821274171,"sku":"WR32131 ダークブラウン","price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"42 ワインレッド","offer_id":43369821306939,"sku":"WR32142 ワインレッド","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"72 モスグリーン","offer_id":43369821339707,"sku":"WR32172 モスグリーン","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369821372475,"sku":"WR32191 ブラック","price":11000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_31190738-0640-4972-afba-46295298bcd4.jpg?v=1774948163"},{"product_id":"155134499","title":"【Pueblo×栃木レザー】 スクエアキーケース \/ WC367、WC386","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イタリアのPuebloと日本の栃木レザー。二つの個性が出会うことで、手にするたびに異なる表情と深みが生まれます。あなただけの\u003cstrong\u003eエイジング体験\u003c\/strong\u003eがここから始まります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_1f5541ce-ad15-4e73-b3b8-3ab03681d4fe.jpg?v=1774948171\" 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わずか1.5cmの厚みが叶える、日常に寄り添うミニマルなデザインです。ポケットや小さなバッグにもすっぽり収まり、\u003cstrong\u003eスマートな所作\u003c\/strong\u003eを演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_6ce490be-9ad7-4e3b-aa90-41a0570316af.jpg?v=1774948170\" 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ネジ式で鍵の着脱は驚くほど簡単に行えます。最大6枚まで快適に収納でき、大切な鍵を\u003cstrong\u003e安全かつスムーズに管理\u003c\/strong\u003eできます。日々使うたびに感じる、安心と利便性をお届けします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_5858762d-6857-47b7-8834-b2c45939cd7c.jpg?v=1774948170\" 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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード：WC367, WC386\u003c\/li\u003e\n          \u003cli\u003eサイズ（約）：縦10.5cm × 横3.5cm × 厚み1.5cm\u003c\/li\u003e\n          \u003cli\u003e素材：イタリーレザー(Pueblo) \/ 栃木レザー(ノーベル)\u003c\/li\u003e\n          \u003cli\u003e仕様：ネジ式キーホルダーパーツ×2\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シンプルでコンパクトな見た目ながら、通常の鍵なら最大8枚程も収納可能です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e快適にお使いいただくには6枚までがおすすめです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_05.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        \u003cp class=\"body-text\"\u003e鍵の取り付け方は非常に簡単です。\u003c\/p\u003e\n        \u003cul class=\"step-list\"\u003e\n          \u003cli\u003eネジを外します。\u003c\/li\u003e\n          \u003cli\u003e鍵を入れます。\u003c\/li\u003e\n          \u003cli\u003e元通りにセットするだけです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_15.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        \u003cp class=\"body-text\"\u003e本体のPueblo（プエブロ）はイタリアから輸入した原厚そのまま。革そのものの良さを味わっていただける製品です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eまれに、裏側にタンナーが入れたds数が入ったものもございますが、製品の個性として扱っております。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_14.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\"\u003ePuebloと栃木レザーについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e異なる特徴を持つ二種類の革が出会うことで、より魅力的なエイジングが楽しめます。\u003c\/p\u003e\n        \u003ch4\u003eイタリーレザー「Pueblo」\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003eイタリーレザーとは、イタリアのトスカーナ地方で伝統のバケッタ製法によって鞣された牛革のこと。オイルを多く含ませることで、柔らかく耐久性もあり、素晴らしい色艶が出ることも特徴です。植物タンニンのみでなめした「ハンドマーク」品質保証タグが発行されます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e「Pueblo（プエブロ）」は、バケッタ製法を現代に蘇らせた名門タンナー、Badalassi Carlo Srl（バダラッシカルロ社）の革です。表面を丁寧に荒らす加工をすることで、通常よりもエイジングが早く、使い始めの状態と経年変化後のどちらも美しく変化が劇的という体験をユーザーにもたらし人気が高まっている革です。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e※イタリーレザーはオイルが多めに含まれており、しばらくはオイル・クリーム等のメンテナンスは必要ありません。丁寧にお使いいただくこと、可能なら軽くブラッシングされることで、きれいな経年変化が訪れます。表面が白っぽく乾燥を感じる場合に少量のクリーム等でお手入れしてください。\u003c\/p\u003e\n        \u003ch4\u003e栃木レザー社の革「ノーベル」\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003e栃木レザー社とは、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナーです。栃木レザー社が手掛けるヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e「ノーベル」は、昔ながらのピット槽に一ヶ月ほどもじっくりと漬け込む正真正銘の「ヌメ革」です。「革の締まり・革の密度」が飛び抜けて優れており、アイテムを長くお使いいただくための品質にも直結します。表面を熱と圧力で滑らかに加工しており、強靭さと端正さを併せ持つ革です。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e使い始めは「硬さ、きつさ」を感じるかもしれませんが、次第に負荷がかかっている部分から馴染んでまいります。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\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\u003e31 ブラウン×ブラウン\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e33 ベージュ×ブラウン\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e41 ワイン×ブラウン\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e62 ブルーグリーン×ブラウン\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e82 グレー×ブラウン\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_11.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e91 ブラック×ブラウン\n            \u003cdiv class=\"spec-img-full\"\u003e\n              \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_12.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\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        \u003cp class=\"body-text\"\u003eご自分用はもちろん、プレゼントにも最適な刻印サービスをご用意しております。お名前や誕生日などの記念日、メッセージなどを刻印できます。（※作業に1〜2日いただきます。）\u003c\/p\u003e\n        \u003ch4\u003e手打ち刻印　1,100円（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\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        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eシンプルで大ぶりな、温かみのある書体です。イニシャルや頭文字だけでも素敵に仕上がります。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e大文字（A〜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        \u003ch4\u003e3D刻印　2,200円（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\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        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e高価で時間がかかる金属版ではなく樹脂製のオーダーメイド刻印です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eアルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども対応可能です。\u003c\/li\u003e\n          \u003cli\u003eガタつきのない、まるで印刷物のような刻印になります。\u003c\/li\u003e\n          \u003cli\u003e書体を選べるほか、小ぶりでまとまった刻印が可能です。\u003c\/li\u003e\n          \u003cli\u003eお作りした版は2年間保管し、二度目以降は無料で刻印できます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\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        \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\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印いたします。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \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\"\u003ePueblo×栃木レザー キーケースは、多くの方に革の良さを知っていただきたいという想いから、革の入門編として価格設定にこだわりました。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC150\/wc150_pueblokeycase_03.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  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e発送案内\u003c\/h3\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003eエコな配送を心がけております。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン×ブラウン","offer_id":43369822126139,"sku":"wc36731 ブラウン×ブラウン","price":4290.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ブラウン","offer_id":43369822158907,"sku":"wc36733 ベージュ×ブラウン","price":4290.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン×ブラウン","offer_id":43369822191675,"sku":"wc36741 ワイン×ブラウン","price":4290.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルーグリーン×ブラウン","offer_id":43369822224443,"sku":"wc36762 ブルーグリーン×ブラウン","price":4290.0,"currency_code":"JPY","in_stock":false},{"title":"82 グレー×ブラウン","offer_id":43369822257211,"sku":"wc36782 グレー×ブラウン","price":4290.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369822289979,"sku":"wc36791 ブラック×ブラウン","price":4290.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_1f5541ce-ad15-4e73-b3b8-3ab03681d4fe.jpg?v=1774948171"},{"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":"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":"189142491","title":"【オリジナルレザー \/ コロレッタ】 手帳型カードケース ※刻印・カスタム不可 \/ WC396","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    \u003ch1 class=\"product-title\"\u003e【オリジナルレザー \/ コロレッタ】 二つ折りカードケース \/ WC396\u003c\/h1\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eスマートに整理、日常を彩る二つ折りカードケース\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e開けば一目瞭然、8枚のカードとフリーポケットに紙幣も収納。どこへでも持ち運びやすいコンパクト設計で、必要な時にさっと取り出せ、日常のあらゆるシーンを\u003cstrong\u003eスマートに彩ります\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_3a7eeb59-6341-4379-8e06-54c318b7994e.jpg?v=1776221000\" 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わずか8mmの洗練、国産オリジナルレザーの質感\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e厚みわずか0.8cmというスリムな作りは、スーツの内ポケットやミニバッグにも無理なく収まります。約50gの軽やかさは、まるで持っていることを忘れるほど。国産オリジナルレザー「コロレッタ」が生み出す、\u003cstrong\u003eしなやかさと上質感が手の中に広がります\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_b1696577-752e-44e9-ac78-ebbaec972b52.jpg?v=1776221000\" 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_a854821c-7ee9-4e76-bb3a-ecf051948af8.jpg?v=1776221000\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eあなただけの物語を刻む一点もの\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細・スペック\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e基本情報・仕様\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ（約）：縦12.5cm × 横8cm × 厚み0.8cm\u003c\/li\u003e\n                    \u003cli\u003e素材：国産オリジナルレザー（コロレッタ）\u003c\/li\u003e\n                    \u003cli\u003e仕様：フリーポケット×2 \/ カードポケット×8\u003c\/li\u003e\n                    \u003cli\u003e商品コード：WC396\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e豊富なカラー展開で、あなたのスタイルに合った一点をお選びいただけます。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Coloretta\/Card\/wc_colo_card_11.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                \u003cp\u003e本製品に使用されている「コロレッタ」は、日本の皮革産業の中心地である兵庫県姫路地区で鞣された革を使用しています。\u003c\/p\u003e\n                \u003ch4\u003e姫路レザーについて\u003c\/h4\u003e\n                \u003cp\u003e古くから『播州鞣し』が行われてきた兵庫県姫路地区は、現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨し、広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n                \u003ch4\u003eColoretta（コロレッタ）とは\u003c\/h4\u003e\n                \u003cp\u003eColoretta（コロレッタ）は、タンニンレザーとクロムレザーの特性を「いいとこどり」した、b3Laboオリジナルの新しいレザーです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e革らしい風合いを楽しみながらも、美しい色を気軽に長く楽しめる\u003c\/li\u003e\n                    \u003cli\u003e傷や汚れにある程度強く、お手入れがほとんど不要なため使いやすい\u003c\/li\u003e\n                    \u003cli\u003e使用するほどにゆっくりと艶を帯びていく経年変化も楽しめる\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e発送・ギフト案内\u003c\/h3\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e環境に配慮した簡易包装\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \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\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eギフトラッピングについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e大切な方への贈り物に、メッセージ刻印サービスもご用意しております。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\"\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        \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\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"12イエロー","offer_id":43369824583739,"sku":"WC39612イエロー","price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"32ブラウン","offer_id":43369824616507,"sku":"WC39632ブラウン","price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"42レッド","offer_id":43369824649275,"sku":"WC39642レッド","price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"43ピンク","offer_id":43369824682043,"sku":"WC39643ピンク","price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"61ブルーグリーン","offer_id":43369824714811,"sku":"WC39661ブルーグリーン","price":9350.0,"currency_code":"JPY","in_stock":false},{"title":"82グレー","offer_id":43369824747579,"sku":"WC39682グレー","price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"91ブラック","offer_id":43369824780347,"sku":"WC39691ブラック","price":9350.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_3a7eeb59-6341-4379-8e06-54c318b7994e.jpg?v=1776221000"},{"product_id":"189750153","title":"【Pueblo×栃木レザー】 名刺入れ ※刻印不可 \/ WC402","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イタリアンレザー「Pueblo」と日本の銘品「栃木レザー」が織りなす、\u003cstrong\u003e唯一無二の存在感\u003c\/strong\u003e。手にするたびに、その上質な質感と深みのある表情が、あなたの品格を高めます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_407b2d9b-04ab-4b72-84ec-1164dd4ac622.jpg?v=1774948197\" class=\"img-fluid d-block w-100 product-img\" alt=\"Pueblo×栃木レザー名刺入れ イメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e第一印象を格上げする逸品\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e使い込むほどに深まる革の芸術\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e伝統的なバケッタ製法で鞣されたプエブロの\u003cstrong\u003e劇的な経年変化\u003c\/strong\u003eと、栃木レザーが誇る\u003cstrong\u003e緻密な堅牢さ\u003c\/strong\u003e。二つの革が時を刻むごとに、あなただけの物語を語り始めます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_ab23b38d-5b65-4e55-b83d-c701221fa8bf.jpg?v=1774948197\" class=\"img-fluid d-block w-100 product-img\" alt=\"Pueblo×栃木レザー名刺入れ エイジングイメージ\"\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_4c293ef0-72ee-4620-b88b-70cc4a149a38.jpg?v=1774948196\" class=\"img-fluid d-block w-100 product-img\" alt=\"Pueblo×栃木レザー名刺入れ 収納イメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eビジネスを加速させる相棒\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細情報\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品名・商品コード\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本製品の基本情報です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品名: 【Pueblo×栃木レザー】 名刺入れ ※刻印不可\u003c\/li\u003e\n                    \u003cli\u003e商品コード: WC402\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e商品の外寸です。手採寸のため、多少の誤差はご容赦ください。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e縦: 約7.5cm\u003c\/li\u003e\n                    \u003cli\u003e横: 約11.5cm\u003c\/li\u003e\n                    \u003cli\u003e厚み: 約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                \u003cp\u003e使用されている素材と、製品の主な仕様です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材: イタリーレザー(Pueblo) \/ 栃木レザー\u003c\/li\u003e\n                    \u003cli\u003e仕様: 大容量ポケット×1 \/ 薄型ポケット×2\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\"\u003ePueblo（プエブロ）について\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eバケッタ製法を現代に蘇らせた名門タンナー、Badalassi Carlo Srl（バダラッシカルロ社）の革、Pueblo（プエブロ）。表面に細かく起毛加工を施し、独特のスクラッチ模様が魅力的な個性派レザーです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eオイルレザー特有の経年変化の速さ\u003c\/li\u003e\n                    \u003cli\u003e起毛の艶消し状態から輝くような艶が出る劇的な体験\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e栃木レザーについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e栃木レザー社は、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナーです。栃木レザー社が手掛けるヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e昔ながらのピット槽でじっくりと漬け込む正真正銘の「ヌメ革」\u003c\/li\u003e\n                    \u003cli\u003e革の締まりと密度が飛び抜けて優れており、高い耐久性\u003c\/li\u003e\n                    \u003cli\u003e表面を熱と圧力で滑らかに加工した強靭さと端正さ\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eお手入れ方法・ご使用上の注意\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e使い始めは硬さやきつさを感じるかもしれませんが、次第に負荷がかかっている部分から馴染んでまいります。\u003c\/p\u003e\n                \u003cp\u003eイタリーレザーはオイルが多めに含まれており、しばらくはオイル・クリーム等のメンテナンスは必要ありません。水濡れや強い摩擦を避けてご使用ください。可能であれば軽くブラッシングすることで、きれいな経年変化が期待できます。表面が白っぽく乾燥を感じる場合は、少量のクリーム等でお手入れしてください。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \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=\"caption-text text-end\"\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            \u003cli\u003e刻印を入れた裏側のPuebloの繊細な模様が消えてしまうため、本商品への名入れはできません。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン×ブラウン","offer_id":43369824813115,"sku":"WC40231 ブラウン×ブラウン","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ブラウン","offer_id":43369824845883,"sku":"WC40233 ベージュ×ブラウン","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン×ブラウン","offer_id":43369824878651,"sku":"WC40241 ワイン×ブラウン","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルーグリーン×ブラウン","offer_id":43369824911419,"sku":"WC40262 ブルーグリーン×ブラウン","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー×ブラウン","offer_id":43369824944187,"sku":"WC40282 グレー×ブラウン","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369824976955,"sku":"WC40291 ブラック×ブラウン","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"【限定】61 ネイビー×ブラウン","offer_id":43520705691707,"sku":"WC402【限定】61 ネイビー×ブラウン","price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_407b2d9b-04ab-4b72-84ec-1164dd4ac622.jpg?v=1774948197"},{"product_id":"155198915","title":"【栃木レザー】Fun 名刺ケース \/ WC341 WC399","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e出会いを彩る 栃木レザー名刺ケース\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e多彩なカラーバリエーションが、ビジネスシーンに\u003cstrong\u003e自信と個性を添えます\u003c\/strong\u003e。手触り豊かな栃木レザーの質感が、持つ人の品格を引き立てます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_118319ce-cb00-49d2-8427-fdede3df1723.jpg?v=1774948200\" 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縦11cm、横8cm、厚み1.3cm。このコンパクトな設計が、ポケットやバッグに\u003cstrong\u003e心地よく収まり\u003c\/strong\u003e、軽快な毎日をサポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_b21b30f5-338c-4f53-9906-2f87efd6e7d2.jpg?v=1774948201\" 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メインポケットには名刺が約60枚収納可能。フラップ裏と前面の2つのポケットで、受け取った名刺や予備名刺を\u003cstrong\u003eスマートに整理できます\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_9f38da4e-69cd-40d5-be51-7e47d9cf13fb.jpg?v=1774948200\" class=\"img-fluid d-block w-100 product-img\" alt=\"名刺ケースの収納イメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eきめ細やかな気配り\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e詳細情報\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eエコ包装への取り組み\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e環境に配慮し、簡易包装を心がけております。ご理解とご協力をお願いいたします。\u003c\/p\u003e\n                \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        \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カジュアルさと大容量を兼ね備え、6色のカラーからお選びいただける名刺入れです。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_08_muji.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"選べる6色の名刺入れ\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003eカチッとしたビジネス用から、カジュアルスタイルに合うアクセントカラー、革マニアが楽しむヌメ革まで。多様なカラーで選ぶ喜びを提供します。\u003c\/p\u003e\n\n                \u003ch4\u003e2種類の異なる栃木レザー\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_00.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"2種類の栃木レザー\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e経年変化が楽しみなヌメ革のブラウンをベースにカラーレザーを組み合わせた4色と、ヌメ革のみの2色。どちらも素晴らしい経年変化を楽しめる製品です。\u003c\/p\u003e\n\n                \u003ch4\u003eカラーレザーの経年変化\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_12_muji.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーレザーの経年変化\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003eキャメル・赤・グリーンなどのカラーは、経年により落ち着きとツヤが増し、ともに歩んだ年月を感じさせる色へと変化します。\u003c\/p\u003e\n\n                \u003ch4\u003e充実の大容量 + 2つのポケット\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_09_muji.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"大容量とポケット\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e大きなメインポケットを中心としたシンプルな構造で、たくさんの名刺を収納可能。カードケースやキャッシュレス財布としてもご活用いただけます。\u003c\/p\u003e\n\n                \u003ch4\u003e最大名刺約60枚分の大ポケット\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_10_muji.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"名刺収納枚数\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003eマチを広げると一般的な名刺が50〜60枚収納できます。革の特性上、使用するにつれて革が馴染み、薄く使う場合は薄く、たくさん入れる場合は膨らんだ状態で経年変化します。\u003c\/p\u003e\n\n                \u003ch4\u003e前面とフラップ裏のポケット\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_11_muji.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"前面とフラップ裏ポケット\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e頂いた名刺とご自身の名刺を分けて収納できる、マチのないポケットです。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eコンパクトながらも必要十分な収納力を備えたサイズ感です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ図\"\u003e\n                \u003c\/div\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ（約）：縦11cm × 横8cm × 厚み1.3cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eお好みに合わせて選べる6色の多彩なカラー展開です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"キャメル×ブラウン\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e21 キャメル×ブラウン\u003c\/p\u003e\n\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラウン×ブラウン\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e31 ブラウン×ブラウン\u003c\/p\u003e\n\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ベージュ×ベージュ\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e33 ベージュ×ベージュ\u003c\/p\u003e\n\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"レッド×ブラウン\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e42 レッド×ブラウン\u003c\/p\u003e\n\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"モスグリーン×ブラウン\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e71 モスグリーン×ブラウン\u003c\/p\u003e\n\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC341\/WC341_FunMeishi_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラック×ブラウン\"\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e91 ブラック×ブラウン\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材と仕様\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e製品の素材と収納に関する詳細情報です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材：栃木レザー(JEANS)栃木レザー(Earth Leather)\u003c\/li\u003e\n                    \u003cli\u003e仕様：マチ付き大ポケット×1 \/ フロントポケット×1 \/ フラップ裏ポケット×1\u003c\/li\u003e\n                \u003c\/ul\u003e\n\n                \u003ch4\u003e栃木レザー社の革「EarthLeather \/ JEANS」\u003c\/h4\u003e\n                \u003cp\u003e栃木レザー社は、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナーです。タンニンを多く含むミモザの樹皮から抽出したエキスで、じっくりと時間をかけて鞣された革は、優れた風合い、耐久性、吸湿性・放湿性を誇ります。\u003c\/p\u003e\n\n                \u003ch4\u003eEarth Leather（アースレザー）\u003c\/h4\u003e\n                \u003cp\u003e昔ながらのピット槽に一ヶ月ほど漬け込む正真正銘の『ヌメ革』です。革の締まりと密度が飛び抜けて優れており、アイテムを長くお使いいただくための品質に直結します。革本来の風合いを存分に楽しめる、ヌメ革らしいヌメ革です。\u003c\/p\u003e\n\n                \u003ch4\u003eJEANS（ジーンズ）\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                \u003cp\u003e長く製品をご愛用いただくためのお手入れ方法と、修理サービスのご案内です。\u003c\/p\u003e\n                \u003ch4\u003eお手入れ方法\u003c\/h4\u003e\n                \u003cp\u003e毎日使う革小物は、手からの湿気や油分で自然に補われる傾向にありますが、長くお使いいただくためには、1年に2回程度の水分・油分補給が必要です。コロンブス社のコンディショニングクリームをおすすめします。\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                \u003cp\u003eb3Laboの実店舗でもクリームメンテナンスサービスを行っておりますので、ぜひお気軽にお立ち寄りください。\u003c\/p\u003e\n\n                \u003ch4\u003eオールレザーだからこそ長く使える\u003c\/h4\u003e\n                \u003cp\u003e裏生地を使わずすべてを革で作った革小物は、メンテナンスや修理をしながら10年以上タフに使えるのがメリットです。良質な革、高品質のパーツを使っているため、摩耗した部分だけを取り替えて長くお使いいただけます。\u003c\/p\u003e\n                \u003cp\u003e修理が必要な際は、お近くのb3Labo店舗にお持ちいただくか、下記窓口までご連絡ください。\u003c\/p\u003e\n                \u003cp class=\"text--center\"\u003e\n                    \u003ca href=\"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSdhq0kHP5GcFrNeY9To2kFf6aCOiLvC-lb-PRok6PBWKSHuIw\/viewform\" class=\"button arrow\"\u003eb3Labo 修理受付窓口\u003c\/a\u003e\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e刻印サービスについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eプレゼントや記念品に最適な、お名前やメッセージを刻印できるサービスです。（作業に1〜2日いただきます）\u003c\/p\u003e\n                \u003ch4\u003e手打ち刻印　1,100円（税込）\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\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\" alt=\"手打ち刻印見本\"\u003e\n                \u003c\/div\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e大文字（ABCD〜Z）、記号「.」「,」「-」が使用可能です。小文字をご希望の場合は3D刻印をご利用ください。\u003c\/li\u003e\n                    \u003cli\u003e一文字ずつ手打ちするため、温かみのある仕上がりになります。\u003c\/li\u003e\n                    \u003cli\u003eご注文時に入力欄からご依頼ください。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003ch4\u003e3D刻印　2,200円（税込）\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\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\" alt=\"3D刻印見本\"\u003e\n                \u003c\/div\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e工房の3Dプリンターで作るオーダーメイド刻印です。\u003c\/li\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                    \u003cli\u003e下の「オプション3D刻印購入」からご購入ください。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"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                \u003cp\u003e革小物・革ベルトのお店b3Labo（ビースリーラボ）は2009年に誕生しました。工房がある浅草橋は、革問屋、金具屋、革加工職人など皮革に関わる様々な会社が集まる「革の街」です。\u003c\/p\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                \u003ch4\u003e革小物への想い\u003c\/h4\u003e\n                \u003cp\u003e革製品を使い始めるきっかけや思い出は人それぞれですが、そのどれもが一期一会の出会いから始まっています。“ずっと大切にしたい”と思えるアイテムと出会い、毎日を過ごし、一緒に年月を重ねていける……そんな温かみのあるただひとつの革製品を、もっと身近に。そういう思いを込めて、私たちは日々ものづくりをしています。\u003c\/p\u003e\n\n                \u003ch4\u003eFun シリーズ\u003c\/h4\u003e\n                \u003cp\u003e「人生に楽しみを」をコンセプトに、生活の中で何気なく使うレザーアイテムを提案するシリーズです。栃木のカラーレザーとヌメ革を使い、カジュアルな2トーンを含む6色のカラー展開。ご自身用や、贈り物のお相手のために選ぶ喜びを感じていただければ幸いです。\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                \u003cp\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 product-img\" alt=\"ギフトラッピングイメージ\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n            \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル×ブラウン","offer_id":43369825140795,"sku":"wc34121 キャメル×ブラウン","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン×ブラウン","offer_id":43369825173563,"sku":"wc34131 ブラウン×ブラウン","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ベージュ","offer_id":43369825206331,"sku":"wc34133 ベージュ×ベージュ","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"42 レッド×ブラウン","offer_id":43369825239099,"sku":"wc34142 レッド×ブラウン","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"71 モスグリーン×ブラウン","offer_id":43369825271867,"sku":"wc34171 モスグリーン×ブラウン","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369825304635,"sku":"wc34191 ブラック×ブラウン","price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_118319ce-cb00-49d2-8427-fdede3df1723.jpg?v=1774948200"},{"product_id":"155197198","title":"【栃木レザー】Fun 二つ折りパスケース \/ WC346 397","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縦11cm、横8cm、厚み1cmの\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_da8d0b1f-7d63-4882-a079-4e65b0358d4e.jpg?v=1774948217\" 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にまとめ、あなたの日常を\u003cstrong\u003eサポート\u003c\/strong\u003eします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_94ebad33-62a3-4fa2-805e-8d72bfa6079e.jpg?v=1774948217\" 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\u003eDカン\u003c\/strong\u003eに別売りのストラップを取り付ければ、バッグの中でも\u003cstrong\u003e見つけやすく\u003c\/strong\u003e、うっかり\u003cstrong\u003e紛失を防ぎ\u003c\/strong\u003eます。大切なパスケースを\u003cstrong\u003eスマート\u003c\/strong\u003eに持ち運び、日々の移動を\u003cstrong\u003eもっと軽やか\u003c\/strong\u003eに。あなたの毎日を\u003cstrong\u003eサポートする頼れる存在\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_dc1e240b-d4e2-4c81-8b22-4ceefca671ff.jpg?v=1774948217\" class=\"img-fluid d-block w-100 product-img\" alt=\"パスケースのDカン使用例\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e紛失を防ぎ快適な移動\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e簡易包装について\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \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    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e窓付きのパスケースは通勤・通学の定期券区間など開くだけで見せられ、マルチポケットには新幹線などのチケット等も保管できます。側面にＤカンが付属しており、マルチストラップを取り付けて紛失を防ぎながらご使用頂けます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e刻印サービスについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。※作業に1〜2日いただきます。\u003c\/p\u003e\n\n        \u003ch4\u003e手打ち刻印　1,100円（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\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\" alt=\"手打ち刻印の書体見本\"\u003e\n        \u003c\/div\u003e\n        \u003cp\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\u003e【名入れ】手打ちイニシャル刻印\u003c\/p\u003e\n\n        \u003ch4\u003e3D刻印　2,200円（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\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\" alt=\"3D刻印の書体見本\"\u003e\n        \u003c\/div\u003e\n        \u003cp\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\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\u003e21 キャメル×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC077\/WC077_Fun2oriPass_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"キャメル×ブラウンのパスケース\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e31 ブラウン×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC077\/WC077_Fun2oriPass_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラウン×ブラウンのパスケース\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e33 ベージュ×ベージュ（ヌメ）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC077\/WC077_Fun2oriPass_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ベージュ×ベージュ（ヌメ）のパスケース\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e42 レッド×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC077\/WC077_Fun2oriPass_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"レッド×ブラウンのパスケース\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e61 ネイビー×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC077\/WC077_Fun2oriPass_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ネイビー×ブラウンのパスケース\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e71 モスグリーン×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC077\/WC077_Fun2oriPass_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"モスグリーン×ブラウンのパスケース\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e91 ブラック×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC077\/WC077_Fun2oriPass_08.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\"\u003eFUNシリーズについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eいかにもヌメ革といった革本来のプレーンな表情を持ったアースレザーと、カジュアルな表情が特徴のカラー展開豊富なジーンズを合わせたシリーズ。2種類の栃木レザーの、それぞれ異なる経年変化が楽しめる、バイカラーで構成したラインナップが中心。軽めのくっきりとしたカラーのステッチもアクセントとなっており、小物として取り入れやすいカジュアルテイストが特徴です。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦11cm × 横8cm × 厚み1cm\u003c\/li\u003e\n          \u003cli\u003e素材：栃木レザー(JEANS) \/ 栃木レザー(Earth Leather)\u003c\/li\u003e\n          \u003cli\u003e仕様：パスケース×1 \/ カードポケット×1 \/ 内ポケット×2 \/ Dカン×1\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフトラッピングについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \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        \u003ch4\u003e栃木レザー社の革「ノーベル \/ Jeans」\u003c\/h4\u003e\n        \u003cp\u003e栃木レザー社とは、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナー。栃木レザー社が手掛けるヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。\u003c\/p\u003e\n\n        \u003ch4\u003eJEANS（ジーンズ）\u003c\/h4\u003e\n        \u003cp\u003eフレンドリーなカラー展開が楽しい、柔らかめのカラーレザーを使用。適度なオイルを含むため、最初はマットでカジュアルな印象ですが、使い込むにつれ素晴らしいツヤが生まれます。デニムのヒップラベルにも使われる馴染み深い革です。\u003c\/p\u003e\n\n        \u003ch4\u003eEarth Leather（アースレザー）\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  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル×ブラウン","offer_id":43369826320443,"sku":"WC34621 キャメル×ブラウン","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン×ブラウン","offer_id":43369826353211,"sku":"WC34631 ブラウン×ブラウン","price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"33 ベージュ×ベージュ（ヌメ）","offer_id":43369826385979,"sku":"WC34633 ベージュ×ベージュ（ヌメ）","price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"42 レッド×ブラウン","offer_id":43369826418747,"sku":"WC34642 レッド×ブラウン","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"61 ネイビー×ブラウン","offer_id":43369826451515,"sku":"WC34661 ネイビー×ブラウン","price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"71 モスグリーン×ブラウン","offer_id":43369826484283,"sku":"WC34671 モスグリーン×ブラウン","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369826517051,"sku":"WC34691 ブラック×ブラウン","price":6050.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_f48163f9-c3c2-40f7-8265-78d4e5bd56c0.jpg?v=1774948217"},{"product_id":"155201336","title":"【栃木レザー】Fun ショートストラップ \/ WA021 WA395","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e育てる革、日常を豊かに\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e使い始めは張りがある触り心地でも、使い込むほどにしなやかに変化。\u003cstrong\u003e本物の栃木レザー\u003c\/strong\u003eが、あなただけの物語を刻み、日々の暮らしに深く寄り添います。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_442ee220-e3a7-4602-8308-ef930c7135ba.jpg?v=1774948224\" class=\"img-fluid d-block w-100 product-img\" alt=\"栃木レザーが魅せる風合い\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e栃木レザーが魅せる風合い\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e堅牢な金具、細部への拘り\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e強固なナスカンと丸カンは、パスケースや鍵をしっかりホールド。熟練の技が光る丁寧なステッチが、長く愛用できる確かな品質を物語ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_0252fa73-87d4-4696-b996-baa126624767.jpg?v=1774948224\" class=\"img-fluid d-block w-100 product-img\" alt=\"精巧な金具が紡ぐ信頼\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e精巧な金具が紡ぐ信頼\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e装いに差をつける彩り\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e表情豊かなキャメルは、カジュアルながらも上品な印象を与えます。鍵やパスケースを繋ぐだけでなく、さりげないファッションアクセントとしても活躍します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_40a04b15-59ac-4b51-a83a-06c4e5583fab.jpg?v=1774948224\" class=\"img-fluid d-block w-100 product-img\" alt=\"スタイル引き立つカラー\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスタイル引き立つカラー\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細・特徴\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴と使い方\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e同シリーズのパスケースに着けてコード付きカードケースとしての使用がお勧めですが、鍵をつけてキーコードとしての使用や、バックに取り付けて括り紐としての使用もでき、発想次第で様々な使い方が出来るアイテムです。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e使い始めは多少張りのある触り心地ですが、使い込む程しなやかになり、使い心地が増してくる製品です。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp class=\"body-text\"\u003e21 キャメル\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155201336.jpg?cmsp_timestamp=20201030174438\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: キャメル\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp class=\"body-text\"\u003e31 ブラウン\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155201336_o2.jpg?cmsp_timestamp=20201030174438\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp class=\"body-text\"\u003e33 ベージュ\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155201336_o4.jpg?cmsp_timestamp=20201030174438\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: ベージュ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp class=\"body-text\"\u003e42 レッド\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155201336_o6.jpg?cmsp_timestamp=20201030174438\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: レッド\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp class=\"body-text\"\u003e71 モスグリーン\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155201336_o8.jpg?cmsp_timestamp=20201030174438\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: モスグリーン\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp class=\"body-text\"\u003e91 ブラック\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155201336_o10.jpg?cmsp_timestamp=20201030174438\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: ブラック\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eFUNシリーズについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eいかにもヌメ革といった革本来のプレーンな表情を持ったアースレザーと、カジュアルな表情が特徴のカラー展開豊富なジーンズを合わせたシリーズ。2種類の栃木レザーの、それぞれ異なる経年変化が楽しめる、バイカラーで構成したラインナップが中心。はっきりと見えるステッチもアクセントとなっており、小物として取り入れやすいカジュアルテイストが特徴です。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e全長: 約43.4cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: 栃木レザー(JEANS) \/ 栃木レザー(Earth Leather)\u003c\/li\u003e\n          \u003cli\u003e仕様: ナスカン×1 \/ 丸カン×1\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e栃木レザー社の革「Jeans」\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e日本を代表する、栃木レザーの中でもカラー展開が豊富なシリーズです。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e抜群の感触、こだわりの天然皮革「フルベジタブルタンニングレザー」。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e南米産のミモザの樹皮から抽出されたタンニン剤で、じっくりなめしあげた純正のヌメ革です。適度なオイルを含みますが、最初はツヤが控えめでマット。カジュアルな表情から、使い込むにつれ徐々に素晴らしいツヤが生まれる革です。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e栃木レザー社の革「Earth Leather」\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eアースレザーは革本来の風合いを存分に楽しめる、ヌメ革らしいヌメ革です。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eヌメ革という素材にとことんこだわり、染色のみで実直に仕上げられています。また、ヌメ革らしいハード感を残しつつも、使いやすい柔らかさも併せ持っています。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e関連シリーズ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/etc\/p_cate_pueblo.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Puebloシリーズ\"\u003e\n          \u003cp class=\"body-text\"\u003e\u003ca href=\"\/collections\/PUEBLO\"\u003e＞Pueblo×栃木レザーシリーズはこちら＜\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/etc\/p_cate_calm.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Calmシリーズ\"\u003e\n          \u003cp class=\"body-text\"\u003e\u003ca href=\"\/collections\/CALM\"\u003e＞栃木レザー Calmシリーズはこちら＜\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/etc\/p_cate_over.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"OVER\/UNDERシリーズ\"\u003e\n          \u003cp class=\"body-text\"\u003e\u003ca href=\"\/collections\/OVER-UNDER\"\u003e＞栃木レザー OVER\/UNDERシリーズはこちら＜\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/etc\/p_cate_MB.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"MinervaBoxシリーズ\"\u003e\n          \u003cp class=\"body-text\"\u003e\u003ca href=\"\/collections\/%E3%83%9F%E3%83%8D%E3%83%AB%E3%83%90%E3%83%9C%E3%83%83%E3%82%AF%E3%82%B9\"\u003e＞イタリーレザー MinervaBoxシリーズはこちら＜\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/etc\/p_cate_mostro.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"モストロシリーズ\"\u003e\n          \u003cp class=\"body-text\"\u003e\u003ca href=\"\/collections\/MOSTRO\"\u003e＞姫路レザー モストロシリーズはこちら＜\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eラッピングサービス\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ラッピングサービス\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e当店では環境に配慮し、簡易包装を心がけております。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入の注意点\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"12 キャメル","offer_id":43369826877499,"sku":"wa02112 キャメル","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン","offer_id":43369826910267,"sku":"wa02131 ブラウン","price":3300.0,"currency_code":"JPY","in_stock":false},{"title":"33 ベージュ","offer_id":43369826943035,"sku":"wa02133 ベージュ","price":3300.0,"currency_code":"JPY","in_stock":false},{"title":"42 レッド","offer_id":43369826975803,"sku":"wa02142 レッド","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"71 モスグリーン","offer_id":43369827008571,"sku":"wa02171 モスグリーン","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369827041339,"sku":"wa02191 ブラック","price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_442ee220-e3a7-4602-8308-ef930c7135ba.jpg?v=1774948224"},{"product_id":"171379505","title":"【栃木 \/ JEANS】 ネックストラップ（48cm） \/ WS079","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e栃木レザーの品格をまとう\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e厳選された栃木レザー「JEANS」が織りなす上質な艶と手触り。\u003cstrong\u003e自由に回転する真鍮製ナスカン\u003c\/strong\u003eが、IDケースやミニ財布などをスマートに携帯する自由を叶えます。使うほどに深まる表情をお楽しみください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_2a836e63-2dd7-4086-a8b7-60fd212e69a4.jpg?v=1774948227\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e洗練された大人の小物\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e匠が仕立てる一枚革の逸品\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e誤魔化しのない一枚革\u003c\/strong\u003eは、職人の誠実なものづくりの証。タンニンレザーならではの豊かなハリが、使い込むほど柔らかな風合いへと変化し、所有する喜びを深めます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c261f487-6a02-4331-b7a9-33ad98a8416f.jpg?v=1774948226\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e本革が語る物語\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e動きを妨げない機能美\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e男性にも使いやすい\u003cstrong\u003e48cm長\u003c\/strong\u003e。革本来のハリは、次第に柔らかな風合いへ馴染み、IDケースなどをスマートに携帯する、日常に寄り添う機能美を提供します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_5fb3eeaf-e54b-4fba-8916-e4868f265184.jpg?v=1774948226\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e日常に溶け込む快適さ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e製品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eb3Laboの定番カラーで作られた一枚革のネックストラップ。既存商品と合わせやすく、色を揃えるだけでなくコンビネーションも楽しめます。\u003c\/p\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_03-1.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003cp\u003e誤魔化しのない誠実なものづくり。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e贅沢な一枚革を使用\u003c\/li\u003e\n                    \u003cli\u003eタンニンレザー特有のハリと硬さが徐々に柔らかく変化\u003c\/li\u003e\n                    \u003cli\u003e適度なオイルを含み、経年変化で艶が出る『JEANS』レザー\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\n                \u003cp\u003e革と一緒に味が出る真鍮パーツ。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e自由に回転する真鍮製レバーナスカン\u003c\/li\u003e\n                    \u003cli\u003eIDケース・パスケースやミニ財布等を取り付け可能\u003c\/li\u003e\n                    \u003cli\u003e真鍮のくすみや黒ずみでアンティークな変化を楽しめる\u003c\/li\u003e\n                    \u003cli\u003e独特の重みが革の風合いと合わさり風格を演出\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e男性にも使いやすい長めタイプです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e金具先端から：約48cm\u003c\/li\u003e\n                    \u003cli\u003eテープ幅：約1cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003e使い始めは革のハリがありますが、次第に柔らかくこなれてきます。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材：栃木レザー（JEANS）\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003ch3 class=\"section-title\"\u003e栃木レザー社の革 「Jeans」\u003c\/h3\u003e\n                \u003cp\u003e日本を代表する栃木レザーの中でもカラー展開が豊富なシリーズです。\u003c\/p\u003e\n                \u003cp\u003e抜群の感触、こだわりの天然皮革「フルベジタブルタンニングレザー」。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e南米産のミモザの樹皮から抽出されたタンニン剤でじっくりなめしあげた純正のヌメ革\u003c\/li\u003e\n                    \u003cli\u003e適度なオイルを含み、最初はツヤが控えめでマットな質感\u003c\/li\u003e\n                    \u003cli\u003eカジュアルな表情から、使い込むにつれ徐々に素晴らしいツヤが生まれる経年変化が楽しめる革\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003ch3 class=\"section-title\"\u003e栃木レザー社の革 「ノーベル」\u003c\/h3\u003e\n                \u003cp\u003e日本が誇る栃木レザーの中でも、特に手間暇を惜しまず鞣された革です。\u003c\/p\u003e\n                \u003cp\u003e厚革にたっぷりとオイルを含ませるには膨大な時間と手間がかかり、それゆえに栃木レザー以外のタンナーでは実現できないと言われています。\u003cbr\u003e革に圧力をかけて滑らかさに磨きをかけるグレージングという加工を施された表面には、独特のツヤと輝きが宿っています。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003ch3 class=\"section-title\"\u003e21 キャメル\u003c\/h3\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003ch3 class=\"section-title\"\u003e32 ブラウン\u003c\/h3\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003ch3 class=\"section-title\"\u003e42 レッド\u003c\/h3\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003ch3 class=\"section-title\"\u003e62 ネイビー\u003c\/h3\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003ch3 class=\"section-title\"\u003e72 グリーン\u003c\/h3\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003ch3 class=\"section-title\"\u003e91 ブラック\u003c\/h3\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/Jeans\/WS079\/WS079_JeansNeckStrap_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送・ラッピング案内\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eエコな配送を心がけております。簡易包装にご協力をお願いいたします。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \n        \u003ch3 class=\"section-title\"\u003eギフトラッピング\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e長くお使いいただける革小物は大切な方へのプレゼントに最適です。\u003cbr\u003eb3Laboオンラインストアでは無料でラッピングを承っております。同梱の手提げ袋はお渡しの際にご利用ください。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eb3Labo実店舗でのギフトラッピングに準じています。工房から出るハギレを活かした「メッセージ刻印入り革」や「革タグ」をお付けいたします。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003eオリジナル箱またはオリジナル袋にお入れし、リボンと革タグをお付けします。\u003c\/li\u003e\n            \u003cli\u003e革+リボンに刻印されたメッセージは「For You」「Happy Birthday」「Thank You」などがあります。\u003c\/li\u003e\n            \u003cli\u003eキーチャームとして使える革タグをお付けしています。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e天然素材の特性上、以下の点にご留意ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n            \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"content-section\"\u003e\n        \u003cp class=\"body-text\"\u003e商品コード: WS079\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369827074107,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"32 ブラウン","offer_id":43369827106875,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"42 レッド","offer_id":43369827139643,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"62 ネイビー","offer_id":43369827172411,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"72 グリーン","offer_id":43369827205179,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369827237947,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_2a836e63-2dd7-4086-a8b7-60fd212e69a4.jpg?v=1774948227"},{"product_id":"187617529","title":"【栃木 \/ JEANS】 ミニ トラッカーウォレット用 ベルトループ付 ストラップ（24.5-25cm） \/ WA397","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e当店売り上げNo.1栃木レザー ミニトラッカーウォレット用ストラップ\u003c\/h3\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_00c.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"栃木レザー ミニトラッカーウォレット用ストラップ メイン画像\"\u003e\n    \u003cp class=\"body-text\"\u003eb3Laboの定番カラーで作った1枚革のラッカーウォレット用ストラップ。既存商品と合わせやすく、色を揃えるだけでなくコンビネーションも楽しめます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e手元を飾る栃木レザー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e落下防止の\u003cstrong\u003e安心感\u003c\/strong\u003eを美しく纏う\u003cstrong\u003e本革ストラップ\u003c\/strong\u003e。手首に優しくフィットし、大切なミニ財布をスマートに携帯できます。多彩なカラーでスタイルを格上げする逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_717867f8-574a-46b4-b0b0-173b234cf09f.jpg?v=1774948230\" class=\"img-fluid d-block w-100 product-img\" alt=\"手元を飾る栃木レザー\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e豊かな彩りと安心感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e育てる愉しみ本革\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e厚みのある栃木レザー「JEANS」は、使い込むほどに\u003cstrong\u003e艶と深み\u003c\/strong\u003eを増します。\u003cstrong\u003e360度回転する真鍮製ナスカン\u003c\/strong\u003eが、日常使いの\u003cstrong\u003e快適さ\u003c\/strong\u003eを高める品質の証です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_25eae70a-b8f3-4db1-8280-bc0a02a5d060.jpg?v=1774948229\" class=\"img-fluid d-block w-100 product-img\" alt=\"育てる愉しみ本革\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e本物の質感と技\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e紛失を防ぐ安心機能\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eスライドパーツを調節すれば、手首にしっかり固定され、大切なアイテムの\u003cstrong\u003e落下を未然に防ぎます\u003c\/strong\u003e。移動中も\u003cstrong\u003eスマート\u003c\/strong\u003eで\u003cstrong\u003e安全\u003c\/strong\u003e、日常に確かな\u003cstrong\u003eセキュリティ\u003c\/strong\u003eをもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_b1c5f8d8-1473-4f14-ad87-22f464bc1816.jpg?v=1774948229\" class=\"img-fluid d-block w-100 product-img\" alt=\"紛失を防ぐ安心機能\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマートな紛失対策\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品へのこだわり\u003c\/h3\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"製品へのこだわり1\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"製品へのこだわり2\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"製品へのこだわり3\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日々の使用を快適に\u003c\/h3\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"日々の使用を快適に1\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"日々の使用を快適に2\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"日々の使用を快適に3\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"日々の使用を快適に4\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"日々の使用を快適に5\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eさまざまなスタイルに\u003c\/h3\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_09.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"さまざまなスタイルに1\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_10.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"さまざまやスタイルに2\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_11.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"さまざまなスタイルに3\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_12.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"さまざまなスタイルに4\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e誤魔化しのない誠実なものづくり\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e1枚革を使用した、贅沢な作り。タンニンレザーならではのハリと硬さを持った革が、徐々に柔らかくなります。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e適度にオイルを含んだ『JEANS』は、艶も出やすく経年変化を楽しむのにもオススメの栃木レザーです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e革と一緒に味が出る真鍮パーツ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e自由に回転する真鍮製のレバーナスカン。トラッカーウォレット用ストラップですが、IDケース・パスケースやミニ財布等を取り付けられます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e真鍮はくすみや黒ずみといったアンティークな変化を楽しめます。独特の重みがあり、革の風合いと合わさることで風格とも言える良さが出てくる金属です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003ePRODUCT INTRODUCTION\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e使うほどに味わいを増す上質本革ストラップ\u003c\/strong\u003e\u003cbr\u003e手元に、確かな品質を・・・本革が織りなす、あなただけのストラップ。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e上質な本革を贅沢に使用したこのストラップは、日常にさりげない高級感と落下防止の\u003cstrong\u003e安心感\u003c\/strong\u003eをプラスしてくれます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e使い込むほどに柔らかく手首のラインに馴染み、色艶を深めていく本革ならではの\u003cstrong\u003e経年変化（エイジング）\u003c\/strong\u003eは、まさにあなたと共に時を刻む相棒です。本物の革製品の魅力をぜひご堪能ください。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eこだわりの素材と確かな品質\u003c\/strong\u003e\u003cbr\u003e厳選された\u003cstrong\u003e高品質な本革\u003c\/strong\u003eを使用し、職人が一つひとつ丁寧に仕上げました。使うほどに増す光沢、そして革本来の豊かな香り。五感で感じられる本物の素材感が、あなたの心を満たします。耐久性にも優れており、長くご愛用いただける逸品です。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e使うほどに、あなただけの風合いに\u003c\/strong\u003e\u003cbr\u003e本革の最大の魅力は、「\u003cstrong\u003e育てる楽しさ\u003c\/strong\u003e」にあります。日々の使用によって生まれる細かな色合いの変化は、使い手のライフスタイルを映し出し、世界に一つだけの\u003cstrong\u003eオリジナルの風合い\u003c\/strong\u003eへと育っていきます。使い始めのフレッシュな表情から、時間を経て深まる味わいまで、その過程すべてをお楽しみいただけます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eどんなシーンにも溶け込むシンプルデザイン\u003c\/strong\u003e\u003cbr\u003e当店取り扱いのミニトラッカーウォレット専用ではありますが、お持ちのお財布や、スマホケースにもお使いいただけます。無駄を削ぎ落とした極めてシンプルなデザインは、本物の高級牛革だからできる、唯一無二の一品です。ビジネスシーンからカジュアルな日常使いまで、どんなスタイルにも溶け込み、あなたの魅力を引き立てます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e大切な方への贈り物にも\u003c\/strong\u003e\u003cbr\u003e上質で飽きのこないデザインは、性別や年代を問わず喜ばれます。誕生日や記念日、父の日や母の日、敬老の日やクリスマスプレゼントなど、大切な方への\u003cstrong\u003e特別なギフト\u003c\/strong\u003eとしても最適です。当店ではギフト梱包も承っております。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e今すぐ本革が織りなす上質な毎日を始めてみませんか？\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eカラーバリエーション\u003c\/h3\u003e\n    \u003ch4 class=\"color-name\"\u003e33 ベージュ\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_col33.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: ベージュ\"\u003e\n    \u003ch4 class=\"color-name\"\u003e42 レッド\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_col42.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: レッド\"\u003e\n    \u003ch4 class=\"color-name\"\u003e62 ネイビー\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_col62.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: ネイビー\"\u003e\n    \u003ch4 class=\"color-name\"\u003e72 モスグリーン\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_col71.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: モスグリーン\"\u003e\n    \u003ch4 class=\"color-name\"\u003e91 ブラック\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_col91.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: ブラック\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e栃木レザー「JEANS」について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e栃木レザー社とは、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナー。栃木レザー社が手掛けるヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。\u003c\/p\u003e\n    \u003ch4 class=\"h4C\"\u003e『JEANS（ジーンズ）』\u003c\/h4\u003e\n    \u003cp class=\"body-text\"\u003eフレンドリーなカラー展開が楽しい、柔らかめのカラーレザーを使用。適度なオイルを含むため、最初はマットでカジュアルな印象ですが、使い込むにつれ素晴らしいツヤが生まれます。デニムのヒップラベルにも使われる馴染み深い革です。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e使い始めは『硬さ、きつさ』を感じるかもしれませんが、次第に負荷がかかっている部分から馴染んでまいります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品概要\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品名: 【栃木 \/ JEANS】 ミニ トラッカーウォレット用 ベルトループ付 ストラップ\u003c\/li\u003e\n          \u003cli\u003e商品コード: WA397\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e落下防止とスマートな携帯を両立する本革ストラップです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e手首に優しくフィットする本革製\u003c\/li\u003e\n          \u003cli\u003e大切なミニ財布の落下防止に\u003c\/li\u003e\n          \u003cli\u003e多彩なカラーでスタイルを格上げ\u003c\/li\u003e\n          \u003cli\u003e使い込むほどに艶と深みを増す栃木レザー「JEANS」\u003c\/li\u003e\n          \u003cli\u003e360度回転する真鍮製ナスカンで快適な日常使い\u003c\/li\u003e\n          \u003cli\u003eスライドパーツで手首にしっかり固定、紛失対策\u003c\/li\u003e\n          \u003cli\u003eIDケース・パスケースやミニ財布等にも取り付け可能\u003c\/li\u003e\n          \u003cli\u003e経年変化を楽しめる本革と真鍮パーツ\u003c\/li\u003e\n          \u003cli\u003e無駄を削ぎ落としたシンプルなデザイン\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/shouhin_WA\/wrist-st_j\/wa_wrist_j_13.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ詳細図\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e男性にも使いやすい長めタイプです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e革幅：約0.8cm\u003c\/li\u003e\n          \u003cli\u003e長さ（全長）：約24.5-25.0cm ※スライド式ベルトループの調整により前後いたします。\u003c\/li\u003e\n          \u003cli\u003e長さ（革）：約22.0-22.5cm\u003c\/li\u003e\n          \u003cli\u003e金具のみ：約3.5cm\u003c\/li\u003e\n          \u003cli\u003eレバーナスカン（フック）内径：約0.8cm 360度回転式\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e使い始めは革のハリがあり、短く感じることもございますが、次第に柔らかくこなれてきます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材：栃木レザー（JEANS）\u003c\/li\u003e\n          \u003cli\u003e製造国：日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラー\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e全5色展開です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eベージュ\u003c\/li\u003e\n          \u003cli\u003eレッド 赤\u003c\/li\u003e\n          \u003cli\u003eネイビー 紺\u003c\/li\u003e\n          \u003cli\u003eモスグリーン 緑\u003c\/li\u003e\n          \u003cli\u003eブラック 黒\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e発送案内・ギフトについて\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e当店では環境に配慮し、簡易包装を心がけております。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n    \u003cp class=\"body-text\"\u003eギフトラッピングも承っております。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトラッピングイメージ\"\u003e\n    \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印いたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e僅かですが個体差があります。予めご了承くださいませ。\u003c\/li\u003e\n      \u003cli\u003eビースリーラボ取り扱いのミニトラッカーウォレットへの取り付けは、本体のお財布へカスタムリングの取り付けを推奨いたします。\u003c\/li\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"33 ベージュ","offer_id":43369827270715,"sku":"wa39733 ベージュ","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"42 レッド","offer_id":43369827303483,"sku":"wa39742 レッド","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"62 ネイビー","offer_id":43369827336251,"sku":"wa39762 ネイビー","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"72 モスグリーン","offer_id":43369827369019,"sku":"wa39772 モスグリーン","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369827401787,"sku":"wa39791 ブラック","price":2200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_717867f8-574a-46b4-b0b0-173b234cf09f.jpg?v=1774948230"},{"product_id":"173549716","title":"【イタリー \/ Sibilla】 ペンケース ※刻印・カスタム不可 \/ WC350","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  \u003cp class=\"product-name\"\u003e【イタリー \/ Sibilla】 ペンケース \u003csmall\u003e※刻印・カスタム不可 \/ WC350\u003c\/small\u003e\u003c\/p\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e厳選カラー、上質を贈る\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e厳選された\u003cstrong\u003eイタリーレザー\u003c\/strong\u003eと\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_743450bb-26d8-448e-9c1e-ba66970f58f2.jpg?v=1774948241\" 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\u003e15cm定規もゆとりを持って収まり\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_f32e7cbf-d25e-481d-83d0-8706502bc11d.jpg?v=1774948241\" 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だけが持つ、細部にまで行き届いた\u003cstrong\u003e職人たちの矜持が息づいています\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_0692e153-c54f-46cb-8dc2-09af492d89ce.jpg?v=1774948241\" class=\"img-fluid d-block w-100 product-img\" alt=\"ペンケースのコバやステッチの拡大写真\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e職人の技が光る逸品\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品の仕様と詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特長・コンセプト\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e革工房 b3Laboが原点に立ち返り、一切の妥協をせずに作り上げた製品。久々の新作ペンケースとなります。\u003c\/p\u003e\n        \u003cp\u003e手に取り、ご覧いただければそのクオリティにきっとご納得いただけると自負するペンケースです。\u003c\/p\u003e\n        \u003cp\u003eイタリアと日本の美しい革を組み合わせた、手にとって頂きたい革のペンケースです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_00f.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"美しい革のペンケース\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材のこだわり\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品は、イタリー革「Sibilla（シビラ）」と栃木レザー「ノーベル」という、厳選された二種類の革を組み合わせています。\u003c\/p\u003e\n        \u003ch4\u003eイタリー革「Sibilla（シビラ）」について\u003c\/h4\u003e\n        \u003cp\u003eイタリア・トスカーナ地方の伝統製法を受け継ぐタンナーの老舗・TEMPESTI社（テンペスティ）が手掛けた革。蝋が馴染みきった時の透明感に溢れた艶には特別な満足感があります。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_15.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"イタリー革 Sibilla の拡大画像\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e栃木レザー「ノーベル」について\u003c\/h4\u003e\n        \u003cp\u003e底面と引手、アクセントとなる部分にはダークブラウン色の栃木レザーを使用。手間暇を惜しまずに作り上げられた強靭で美しい革は、ファッションの本場の名を欲しいままにするイタリーレザーと組み合わせても遜色のない存在感を放ちます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_11.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"栃木レザー ノーベル の拡大画像\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e収納力とサイズ感\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e見た目以上の大容量で、必要なペンやマーカーがたくさん入るだけでなく、長さも十分。\u003c\/p\u003e\n        \u003cp\u003e一般的に使われている15cm定規も余裕を持って出し入れできるサイズです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_00a.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\n\u003cstrong\u003eサイズ（約）\u003c\/strong\u003e：縦20.5cm × 横4cm × 高さ6cm\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e素材\u003c\/strong\u003e：イタリーレザー(Sibilla) \/ 栃木レザー（ノーベル）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ペンケースのサイズ詳細図\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーションとワックスによる変化\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e白っぽい革の色は丁寧に塗り込まれたワックス加工が表に出たもの。綿布で擦ることで剥がし、早く仕上げることもできますし、そのままお使いいただいて自然に剥がれ馴染んでいく様子を楽しむこともできます。\u003c\/p\u003e\n        \u003cp\u003eワックスが染み込んだ革は堅牢性が高く、また透明感ある輝きがあります。お手入れの頻度も低く、その点からも非常におすすめの革です。\u003c\/p\u003e\n\n        \u003ch4\u003eワックス下の色見本\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ワックス下の革の色見本 32ブラウン×ブラウン\/41レッド×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_09.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ワックス下の革の色見本 62ブルー×ブラウン\/72グリーン×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_10.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ワックス下の革の色見本 82 グレー×ブラウン\/91 ブラック×ブラウン\"\u003e\n        \u003c\/div\u003e\n\n        \u003ch4\u003e各カラーバリエーションの紹介\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション 32ブラウン×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション 41レッド×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション 62ブルー×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション 72グリーン×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション 82 グレー×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Sibilla\/WC350\/WC350-_SibillaPenCase_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション 91 ブラック×ブラウン\"\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イタリーレザー「Sibilla」詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eイタリーレザー\/イタリアンレザーとは、イタリアのトスカーナ地方で伝統のバケッタ製法によって鞣された牛革のこと。植物タンニンのみでなめした「ハンドマーク」品質保証タグが発行されます。\u003c\/p\u003e\n        \u003cp\u003e非常に難しい革の染色において、まるで布かのように華やかなカラー表現も多く、世界中から愛される革を多く送りだしています。\u003c\/p\u003e\n        \u003ch4\u003eSibilla（シビラ）\u003c\/h4\u003e\n        \u003cp\u003e老舗タンナー・テンペスティ社による、軽やかな色合いの蝋引きレザー。使用部位は硬く締まったショルダー部分のみにこだわり、100％植物タンニンで鞣し丹念にワックスがかけられた、見た目とは裏腹に堅牢な革です。\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        \u003cp\u003e栃木レザー社とは、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナー。栃木レザー社が手掛けるヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。\u003c\/p\u003e\n        \u003ch4\u003e『ノーベル』\u003c\/h4\u003e\n        \u003cp\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  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送とラッピングのご案内\u003c\/h3\u003e\n    \u003cp\u003eお客様に環境に配慮した簡易包装での配送を心がけております。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n    \u003c\/div\u003e\n    \u003cp\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 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=\"basic-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":"32 ブラウン×ブラウン","offer_id":43369830514747,"sku":"wc35032 ブラウン×ブラウン","price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"41 レッド×ブラウン","offer_id":43369830547515,"sku":"wc35041 レッド×ブラウン","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルー×ブラウン","offer_id":43369830580283,"sku":"wc35062 ブルー×ブラウン","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン×ブラウン","offer_id":43369830613051,"sku":"wc35072 グリーン×ブラウン","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー×ブラウン","offer_id":43369830645819,"sku":"wc35082 グレー×ブラウン","price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック×ブラウン","offer_id":43369830678587,"sku":"wc35091 ブラック×ブラウン","price":8800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_743450bb-26d8-448e-9c1e-ba66970f58f2.jpg?v=1774948241"},{"product_id":"155146927","title":"【栃木 \/ マルチカラー】  Under ペンケース ※刻印・カスタム不可 \/ WS095 WS102","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\"\u003e100%植物タンニン鞣しの栃木レザーが織りなす、豊かな色彩。使い込むほどに深まる風合いは、\u003cstrong\u003e唯一無二のパートナーへ育ちます。\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_1a214650-43e4-4152-b3fc-8d78020ea698.jpg?v=1774948243\" 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_e9a28006-e807-493c-9626-109419947873.jpg?v=1774948244\" 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\u003eYKK復刻のヴィンテージファスナーが、開閉のたびに確かな品質を伝えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_643b28af-acb0-4387-8ccd-5c309261e7b3.jpg?v=1774948244\" 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\u003e100％植物タンニンの伝統製法で鞣された『栃木レザー \/ JEANS』を使ったカジュアルなペンケース。\u003c\/p\u003e\n        \u003cp\u003e手に触れる頻度の高いペンケースというアイテムゆえに、比較的早めに経年変化（エイジング）を楽しんでいただけます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WS003\/WS003_OverPenCase_01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cp\u003e本体サイドの革は薄めに漉いて、底面に元厚の革を使うことでかっちりとした形を保ち、机の上に置いた時に抜群の安定感です。こういった厚みのコントラストも本革の小物ならではの楽しみです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WS003\/WS003_OverPenCase_11.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e収納力\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e見た目よりも大容量です。以下の筆記具が収まります。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e一般的な15cm定規\u003c\/li\u003e\n          \u003cli\u003e4色フリクション\u003c\/li\u003e\n          \u003cli\u003eシャープペンシル\u003c\/li\u003e\n          \u003cli\u003e消しゴム\u003c\/li\u003e\n          \u003cli\u003eラインマーカー ✕4本\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WS003\/WS003_OverPenCase_18.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・部品へのこだわり\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eスライダーに刻まれた「UNIVERSAL」は、品質で絶大な信頼を誇るYKKが作った特別なファスナーの証。\u003c\/p\u003e\n        \u003cp\u003eかつて愛された1940〜50年代のアメリカ製ヴィンテージジッパー”Old American”(“オールドアメリカン”)を元に復刻されたファスナーです。アメリカの老舗ファスナーメーカー・UNIVERSAL社がYKKの傘下に入ったため実現しました。ポリエステルテープではなくコットンテープにこだわり、プレススライダー・ヴィンテージ上下止etc.雰囲気、見た目は当時のままに、品質は現代のYKK高品質に置き換えられています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WS003\/WS003_OverPenCase_19.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦5cm × 横20cm × 幅4cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WS003\/WS003_OverPenCase_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e豊富なカラーからお選びいただけます。\u003c\/p\u003e\n        \u003ch4\u003e33 ベージュ×ベージュ\u003c\/h4\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WS003\/WS003_OverPenCase_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003ch4\u003e42 レッド×レッド\u003c\/h4\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WS003\/WS003_OverPenCase_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003ch4\u003e61 ネイビー×キャメル\u003c\/h4\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WS003\/WS003_OverPenCase_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003ch4\u003e72 グリーン×ブラウン\u003c\/h4\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WS003\/WS003_OverPenCase_13.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003ch4\u003e91 ブラック×ブラック\u003c\/h4\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WS003\/WS003_OverPenCase_16.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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材：栃木レザー(JEANS)\u003c\/li\u003e\n          \u003cli\u003e商品コード：WS095 \/ WS102\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\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eエコな配送を心がけます\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eギフトラッピングも承っております。工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印いたします。\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\"\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":"33 ベージュ×ベージュ","offer_id":43369830711355,"sku":"ws09533 ベージュ×ベージュ","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"42 レッド×レッド","offer_id":43369830744123,"sku":"ws09542 レッド×レッド","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"61 ネイビー×キャメル","offer_id":43369830776891,"sku":"ws09561 ネイビー×キャメル","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン×ブラウン","offer_id":43369830809659,"sku":"ws09572 グリーン×ブラウン","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラック","offer_id":43369830842427,"sku":"ws09591 ブラック×ブラック","price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_1a214650-43e4-4152-b3fc-8d78020ea698.jpg?v=1774948243"},{"product_id":"187311499","title":"【栃木レザー \/ PullUp】 眼鏡ケース（マグネット式） \/ WC372 WC389","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_bf71e075-de5e-4d78-93c6-7988fff60c1a.jpg?v=1774948252\" 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_5b522db9-62e6-464e-a937-ae4873b9e248.jpg?v=1774948251\" 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_edc13c19-f0fa-4261-ad92-c12abb19d800.jpg?v=1774948258\" 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        \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WC372\/wc372_01_00.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003e上質な栃木レザーを活かして、絶妙なカーブを描く立体に仕上げました。やわらかなフォルムが手によく馴染み、読書の時間を特別なものにしてくれます。\u003c\/p\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WC372\/wc372_01_01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WC372\/wc372_01_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WC372\/wc372_01_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"body-text\"\u003eプレゼントにも喜ばれる、お相手に合わせて選べるカラー。この革は特にきれいに刻印が入り、名入れもおすすめです。\u003c\/p\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WC372\/naire_pullup_megane.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\/PullUp\/WC372\/wc372_01_04.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\/PullUp\/WC372\/wc372_01_05.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\/PullUp\/WC372\/wc372_01_06.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\/PullUp\/WC372\/wc372_01_07.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ロゴ\u0026lt;革の美しさ。\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WC372\/wc372_01_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製品の詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e商品の寸法は以下の通りです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e縦：約7cm\u003c\/li\u003e\n                    \u003cli\u003e横：約16.8cm\u003c\/li\u003e\n                    \u003cli\u003e厚み：約4cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WC372\/wc372_01_09.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                \u003cp\u003e厳選された素材と機能的な仕様で、長くご愛用いただけます。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材：栃木レザー（プルアップ）\u003c\/li\u003e\n                    \u003cli\u003e仕様：内側ノーズパッド（革製）付\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eお好みに合わせてお選びいただける豊富なカラーをご用意しました。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e32 キャメル\u003c\/p\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WC372\/wc372_color_32.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003cp class=\"body-text\"\u003e31 ブラウン\u003c\/p\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WC372\/wc372_color_31.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003cp class=\"body-text\"\u003e42 レッド\u003c\/p\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WC372\/wc372_color_42.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003cp class=\"body-text\"\u003e61 ネイビー\u003c\/p\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WC372\/wc372_color_61.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003cp class=\"body-text\"\u003e72 グリーン\u003c\/p\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WC372\/wc372_color_72.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003cp class=\"body-text\"\u003e91 ブラック\u003c\/p\u003e\n                \u003cimg src=\"http:\/\/b3labo.sub.jp\/PullUp\/WC372\/wc372_color_91.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革について：栃木レザー「Pull Up」\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e日本が世界に誇るタンナー、栃木レザー社による上質な革「Pull Up」を使用しています。\u003c\/p\u003e\n                \u003cp\u003e\u003cstrong\u003e栃木レザー社の革\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cp\u003e栃木レザー社は、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナーです。栃木レザー社が手掛ける本ヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。通常はドラムを回し短時間で済ませる鞣しの工程を、じっくりと時間と手間をかけて行い、その品質で世界に名を轟かせています。\u003c\/p\u003e\n                \u003cp\u003e有害な物質を排出する薬品類は一切使わず、タンニンを多く含むミモザの樹皮から抽出したエキスで鞣された革は、風合いが優れていることはもちろんのこと、耐久性や吸湿性・放湿性を誇る最高のマテリアルです。\u003c\/p\u003e\n                \u003cp\u003e\u003cstrong\u003ePull Up（プルアップ）\u003c\/strong\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                \u003cp\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\"\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        \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    \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商品コード: WC372 WC389\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"32 キャメル","offer_id":43369831104571,"sku":"WC37232 キャメル","price":12100.0,"currency_code":"JPY","in_stock":false},{"title":"31 ダークブラウン","offer_id":43369831137339,"sku":"WC37231 ダークブラウン","price":12100.0,"currency_code":"JPY","in_stock":false},{"title":"42 ワインレッド","offer_id":43369831170107,"sku":"WC37242 ワインレッド","price":12100.0,"currency_code":"JPY","in_stock":false},{"title":"61 ネイビー","offer_id":43369831202875,"sku":"WC37261 ネイビー","price":12100.0,"currency_code":"JPY","in_stock":false},{"title":"72 モスグリーン","offer_id":43369831235643,"sku":"WC37272 モスグリーン","price":12100.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369831268411,"sku":"WC37291 ブラック","price":12100.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_bf71e075-de5e-4d78-93c6-7988fff60c1a.jpg?v=1774948252"}],"url":"https:\/\/b3labo-craft.we-shop.jp\/collections\/red.oembed","provider":"b3Labo craft","version":"1.0","type":"link"}