{"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":"155040322","title":"【栃木 \/ インナーマルチカラー】  Over ロングウォレット \/ WP445 495 519","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    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e遊び心あふれる大人の選択肢\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e差し込んだカードが隠す、内装の個性的なマルチカラーデザイン。カードポケット12、札入れ2、小銭入れ1の充実した収納力で、スマートな毎日をサポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_3fe54225-6c27-482c-b64d-0f3cbdc4eac4.jpg?v=1776221165\" 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_da1d5b5c-7001-44ab-9380-ab0ae676f662.jpg?v=1776221165\" 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_9e224b7a-75ee-4de5-bc09-627ffdbd7af8.jpg?v=1776221165\" 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遊び心を持った大人をイメージしてOver長財布はつくられました。一枚革のシンプルな外装に対して、カラフルな内装のコントラスト。そして本当に鍵がさせるキーカバーが特徴です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Over長財布 全体像\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Over長財布 内側詳細\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Over長財布 ディテール\"\u003e\u003c\/div\u003e\n                \u003cp\u003e外側も内側も、全てに日本が誇る栃木レザーのみを使用しています。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"栃木レザー使用箇所\"\u003e\u003c\/div\u003e\n                \u003cp\u003eこのお財布1つをポケットに押し込んで身軽にお出かけいただけます。\u003c\/p\u003e\n                \u003cp\u003e伝統的なライダースウォレットの流れを汲む、しっかりとした革の手応えが特徴です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_10.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ライダースウォレット風デザイン\"\u003e\u003c\/div\u003e\n                \u003cp\u003eライダースと呼ばれる、厚革で作る重厚感あるオールドアメリカンスタイルのお財布を、きれいめアメリカンカジュアルにアレンジしました。ほどよく厚みを残し、“革を持つ”喜びをしっかりと感じられるお財布に仕上がっています。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"厳選された栃木レザー\"\u003e\u003c\/div\u003e\n                \u003cp\u003eしっかりと目の詰まった本物の栃木レザーを厳選して使用。お手入れしながら10年使っていただけるお財布です。\u003c\/p\u003e\n                \u003cp\u003e配色で見せるカードポケットもデザインのポイントです。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"マルチカラーのカードポケット\"\u003e\u003c\/div\u003e\n                \u003cp\u003e右側のカード段はカラフルですが、カードを挿すとほとんど隠れるため、どなたにもお使いいただきやすい親しみのあるお財布です。\u003c\/p\u003e\n                \u003cp\u003e本当に鍵を挿せるキーカバーも特徴です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"キーカバーと刻印\"\u003e\u003c\/div\u003e\n                \u003cp\u003eこのキーカバーの刻印が、b3Laboの製品である証です。\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サイズ（約）：縦19cm × 横9.5cm × 厚み2.5cm\u003c\/li\u003e\n                    \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n                    \u003cli\u003e小銭入れ×1\u003c\/li\u003e\n                    \u003cli\u003eカードポケット×12\u003c\/li\u003e\n                    \u003cli\u003e内ポケット×3\u003c\/li\u003e\n                    \u003cli\u003e札入れ×2\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素材のこだわり：栃木レザー\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e栃木レザー社は、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナーです。栃木レザー社が手掛けるヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。\u003c\/p\u003e\n                \u003cp\u003e本製品では以下の2種類の栃木レザーを使用しています。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eノーベル: 昔ながらのピット槽に一ヶ月ほどもじっくりと漬け込む正真正銘の「ヌメ革」。革の締まりと密度が飛び抜けて優れており、アイテムを長くお使いいただくための品質にも直結します。表面を熱と圧力で滑らかに加工しており、強靭さと端正さを併せ持つ革です。\u003c\/li\u003e\n                    \u003cli\u003eJEANS（ジーンズ）: フレンドリーなカラー展開が楽しい、柔らかめのカラーレザー。適度なオイルを含むため、最初はマットでカジュアルな印象ですが、使い込むにつれ素晴らしいツヤが生まれます。デニムのヒップラベルにも使われる馴染み深い革です。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003e使い始めは硬さやきつさを感じるかもしれませんが、次第に負荷がかかっている部分から馴染んでまいります。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e4色のカラーバリエーションをご用意しております。\u003c\/p\u003e\n                \u003cp\u003eキャメル\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_11.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Over長財布 キャメル\"\u003e\u003c\/div\u003e\n                \u003cp\u003eブラウン\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_12.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Over長財布 ブラウン\"\u003e\u003c\/div\u003e\n                \u003cp\u003eネイビー\u003c\/p\u003e\n                \u003cp\u003e※ネイビーは緑がかった濃い色になります。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_13.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Over長財布 ネイビー\"\u003e\u003c\/div\u003e\n                \u003cp\u003eブラック\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP280\/WP280_14.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Over長財布 ブラック\"\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                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_xxx\/xxx_banner_custom.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カスタマイズオプションバナー\"\u003e\u003c\/div\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eハトメ穴加工: 2つ折りの折れ目部分にハトメ穴をつけます。穴が金属で補強されるので、ストラップやお気に入りのマスコットなどを取り付けることができます。\u003c\/li\u003e\n                    \u003cli\u003eドロップハンドル取り付け: 2つ折りの折れ目部分にドロップハンドルをつけます。飾りをつけるだけでなく、ウォレットコードなどを取り付けたい時に便利です。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003eカスタムオプションはこちら\u003c\/p\u003e\n                \n                \u003cp class=\"body-text\"\u003e刻印サービス\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003eご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。作業に1〜2日いただきます。\u003c\/p\u003e\n                \n                \u003cp class=\"body-text\"\u003e手打ち刻印 ￥1,100（税込）\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_1.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"手打ち刻印見本\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003eシンプルで大ぶりな、温かみのある書体です。イニシャルや頭文字だけでも素敵です。\u003c\/p\u003e\n                \u003cul class=\"basic-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                \u003cp class=\"body-text\"\u003e3D刻印 ￥2,200（税込）\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_2.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"3D刻印見本\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e高価で時間がかかる金属版ではなく樹脂製のオーダーメイド刻印です。アルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども。ガタつきのない、まるで印刷物のような刻印になります。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e書体を選べるほか、小ぶりでまとまった刻印が可能です。\u003c\/li\u003e\n                    \u003cli\u003eお作りした版は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\u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトラッピングイメージ\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印いたします。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \n        \u003cp class=\"body-text\"\u003e商品コード: WP445 495 519\u003c\/p\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\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\u003c\/div\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\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"12 キャメル","offer_id":43369808691259,"sku":"wp44512 キャメル","price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン","offer_id":43369808724027,"sku":"wp44531 ブラウン","price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"61 ネイビー","offer_id":43369808756795,"sku":"wp44561 ネイビー","price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369808789563,"sku":"wp44591 ブラック","price":26400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_58d9bed0-711b-41fb-bd9b-c87337725382.jpg?v=1776221165"},{"product_id":"155258999","title":"【栃木レザー】Grandpa ラウンドファスナー長財布 ※刻印・カスタム不可 \/ WP439 494 525","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    \u003ch1 class=\"product-name\"\u003e【栃木レザー】Grandpa ラウンドファスナー長財布\u003c\/h1\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_4599dbb1-dca7-4c3a-a928-6343fde3cb8e.jpg?v=1776221193\" 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_b6fe9d08-39ff-4509-8879-b0e498be5710.jpg?v=1776221193\" 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引き手にさりげなく刻まれたb3Laboのロゴが、本物へのこだわりを語ります。スムーズな開閉を約束するファスナー、そして堅牢な構造は、永年の使用に耐える安心感をもたらし、持つ人のスタイルを格上げします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_dd440af7-dc76-4612-8004-7f9849c490be.jpg?v=1776221193\" 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\u003eb3Laboの定番皮革、\u003cstrong\u003e栃木レザーをフルに使用\u003c\/strong\u003eしたラウンドファスナーウォレットです。\u003c\/p\u003e\n                \u003cp\u003e裏生地を使用せず、張りが有りながらも手に良く馴染む皮革を使用し、ずっしりとした重厚感が特長です。ぼってりとしがちなラウンドファスナータイプのウォレットですが、透明感のある革と相まってスッキリとした印象も受けます。\u003c\/p\u003e\n                \u003cp\u003eb3Laboのロゴは引き手部分に刻印。贅沢な一枚革を楽しんでいただくため、本体には一切刻印を入れておりません。使い込む程に愛着の増すお財布です。\u003c\/p\u003e\n                \u003ch4\u003eGrandpaシリーズについて\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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ（約）：縦10cm × 横19cm × 厚み2.5cm\u003c\/li\u003e\n                    \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n                    \u003cli\u003e仕様：小銭入れ×1 \/ カードポケット×12 \/ 内ポケット×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\u003e各色の風合いを写真でご確認ください。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Grandpa\/WP439\/wp092_color_21.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"21 キャメルの長財布\"\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\/Grandpa\/WP439\/wp092_color_31.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"31 ブラウンの長財布\"\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\/Grandpa\/WP439\/wp092_color_61.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"61 ネイビーの長財布\"\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\/Grandpa\/WP439\/wp092_color_91.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"91 ブラックの長財布\"\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\u003e日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナー、栃木レザー社が手掛けるヌメ革についてご紹介します。\u003c\/p\u003e\n                \u003cp\u003e\u003cstrong\u003e「ノーベル」\u003c\/strong\u003eは、昔ながらのピット槽に一ヶ月ほどもじっくりと漬け込む正真正銘の『ヌメ革』です。『革の締まり・革の密度』が飛び抜けて優れており、アイテムを長くお使いいただくための品質にも直結します。表面を熱と圧力で滑らかに加工しており、強靭さと端正さを併せ持つ革です。\u003c\/p\u003e\n                \u003cp\u003e使い始めは硬さやきつさを感じるかもしれませんが、次第に負荷がかかっている部分から馴染んでまいります。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cp class=\"product-code\"\u003e商品コード: WP439 494 525\u003c\/p\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            \u003cp class=\"caption-text text-center\"\u003e環境に配慮し、エコな簡易包装を心がけております。\u003c\/p\u003e\n        \u003c\/div\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            \u003cp class=\"caption-text text-center\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印したギフト対応も可能です。\u003c\/p\u003e\n        \u003c\/div\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        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369809018939,"sku":"WP43921 キャメル","price":25300.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン","offer_id":43369809051707,"sku":"WP43931 ブラウン","price":25300.0,"currency_code":"JPY","in_stock":false},{"title":"61 ネイビー","offer_id":43369809084475,"sku":"WP43961 ネイビー","price":25300.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369809117243,"sku":"WP43991 ブラック","price":25300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_4599dbb1-dca7-4c3a-a928-6343fde3cb8e.jpg?v=1776221193"},{"product_id":"155154871","title":"【栃木レザー】Calm 長財布 \/ WP440 497 WP441 498 WP526","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_87e43629-75c1-456e-9d05-37db3cae9da4.jpg?v=1776221219\" 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大容量ながらもスマートに整頓できる設計。カードポケット10枚、小銭入れ、札入れを備え、使い始めの心地よい硬さから、\u003cstrong\u003eしなやかに手に馴染む変化\u003c\/strong\u003eを心ゆくまでお楽しみください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_e3501bc2-4e40-4b15-b477-35c61c7eaee4.jpg?v=1776221219\" 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\"\u003e10年先も寄り添う逸品\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e選び抜かれた栃木レザーの\u003cstrong\u003e堅牢さが、この財布の確かな品質を物語ります\u003c\/strong\u003e。丹念なお手入れと修理を重ねることで、10年後も変わらず、あなたの人生に深く寄り添う存在となるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c7fa252a-459b-433b-ab3e-073188ef44e2.jpg?v=1776221219\" 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        \u003cp class=\"body-text\"\u003e「きちんと感もありつつ革らしい。The 革のお財布」がコンセプトです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP042\/wp042_calmlong_01.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP042\/wp042_calmlong_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      \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\/Calm\/WP042\/wp042_calmlong_03.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お手入れや時には修理を重ねて、10年お使いいただける、b3Laboが自信を持っておすすめするお財布です。\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ご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。※作業に1〜2日いただきます。\u003c\/p\u003e\n        \u003ch4 class=\"section-title\"\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大文字（ABCD〜Z）と「.」「,」「-」が使えます。小文字を希望される場合は3D刻印をご利用ください。\u003c\/li\u003e\n          \u003cli\u003e一文字一文字手打ちするため、温かみある仕上がりです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text text--center\"\u003e【名入れ】手打ちイニシャル刻印\u003c\/p\u003e\n\n        \u003ch4 class=\"section-title\"\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お作りした版は2年間保管し、二度目以降は無料で刻印できます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text text--center\"\u003e【名入れ】3Dオーダー刻印\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eその他カスタムオプション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_xxx\/xxx_banner_custom.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch4 class=\"section-title\"\u003eハトメ穴加工\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003e2つ折りの折れ目部分にハトメ穴をつけます。穴が金属で補強されるので、ストラップやお気に入りのマスコットなどを取り付けることができます。\u003c\/p\u003e\n        \u003ch4 class=\"section-title\"\u003eドロップハンドル取り付け\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003e2つ折りの折れ目部分にドロップハンドルをつけます。飾りをつけるだけでなく、ウォレットコードなどを取り付けたい時に。\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\/Calm\/WP042\/wp042_calmlong_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch4 class=\"section-title\"\u003eブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP042\/wp042_calmlong_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch4 class=\"section-title\"\u003eネイビー\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP042\/wp042_calmlong_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch4 class=\"section-title\"\u003eブラック\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP042\/wp042_calmlong_10.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        \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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦10cm × 横18.7cm × 厚み2cm\u003c\/li\u003e\n          \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n          \u003cli\u003e仕様：小銭入れ×1 \/ 札入れ×1 \/ カードポケット×10 \/ 内ポケット×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        \u003ch4 class=\"section-title\"\u003e栃木レザー社の革「ノーベル」\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003e栃木レザー社とは、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナー。栃木レザー社が手掛けるヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。\u003c\/p\u003e\n        \u003ch5 class=\"section-title\"\u003e「ノーベル」の特徴\u003c\/h5\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  \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":43369809150011,"sku":"wp44021 キャメル","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"31 ダークブラウン","offer_id":43369809182779,"sku":"wp44031 ダークブラウン","price":22000.0,"currency_code":"JPY","in_stock":false},{"title":"61 ネイビー","offer_id":43369809215547,"sku":"wp44061 ネイビー","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369809248315,"sku":"wp44091 ブラック","price":22000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_87e43629-75c1-456e-9d05-37db3cae9da4.jpg?v=1776221219"},{"product_id":"155164095","title":"受注生産（〜3ヶ月程度） 【栃木 \/ ミシバクロップ】 トラッカーウォレット（ロング） \/ WP512","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_fe5b15c9-6a50-4052-b06c-7e02bbbbc043.jpg?v=1774948067\" 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縦9.3cm、横19cm、厚み2.5cmの洗練されたフォルムは、まさに永年の愛用を前提とした設計です。壊れにくい堅牢な作りは、使い込むほどに手に馴染むパートナーとなるでしょう。\u003cstrong\u003e革の密度が、時を超えて輝きを増す基盤となります。\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_0d6ca97b-d36b-43ed-9fcb-d85e375dd83d.jpg?v=1774948065\" 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カード5枚、札入れ、小銭入れにフリーポケット2つ。この緻密な設計が、日常の支払いをスムーズにし、必要なものをスマートに取り出せる快適さを提供します。\u003cstrong\u003e唯一無二の刻印を施し、あなただけのパートナーに育ててください。\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_01427e4d-220b-43ef-a020-efa3f4cc5491.jpg?v=1774948066\" 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      \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こちらの製品は受注生産となります。発送までお時間を頂戴いたします。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e在庫がある場合はすぐに発送いたします。\u003c\/li\u003e\n        \u003cli\u003e基本的に次回の革入荷時の受注生産となります。\u003c\/li\u003e\n        \u003cli\u003e発送まで2〜3ヶ月程度お時間を頂戴いたします。\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      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e厚革ベルトとして開発された極厚の革を、お財布として使いやすい厚みに調整して仕上げました。長く愛されている、厚革ウォレットの1つのスタンダードな形です。\u003c\/li\u003e\n        \u003cli\u003e本体とコインポケットを少し内側で縫い合わせた構造のため、ポケットの柔軟性が高く、見た目よりも容量が大きいのも特徴です。お財布が厚くなりがちな方にもおすすめです。\u003c\/li\u003e\n        \u003cli\u003e壊れにくい堅牢な作りも特徴です。内側に布を使ったお財布に比べ、革のお財布はメンテナンス・修理をしながら長くお使いいただけます。金具にもこだわり、ファスナーは安心のYKK製を使用しております。\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=\"point-list\"\u003e\n        \u003cli\u003e素材を活かして適度な厚みを残して仕上げており、革らしさを楽しむのにぴったりです。\u003c\/li\u003e\n        \u003cli\u003e非常に柔軟性に優れた構造で、長く愛されている、厚革ウォレットの1つのスタンダードな形です。\u003c\/li\u003e\n        \u003cli\u003eb3Laboの店舗ではミシバクロップのベルトも定番商品として販売しております。\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ご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。作業に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シンプルで大ぶりな、温かみのある書体です。イニシャルや頭文字だけでも素敵です。\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\u003e【名入れ】手打ちイニシャル刻印\u003c\/p\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      \u003cp\u003e高価で時間がかかる金属版ではなく樹脂製のオーダーメイド刻印です。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eアルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども対応しています。ガタつきのない、まるで印刷物のような刻印になります。\u003c\/li\u003e\n        \u003cli\u003e書体を選べるほか、小ぶりでまとまった刻印が可能です。\u003c\/li\u003e\n        \u003cli\u003eお作りした版は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      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_xxx\/xxx_banner_custom.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"その他のおすすめカスタム\"\u003e\n      \u003c\/div\u003e\n      \u003ch4\u003eハトメ穴加工\u003c\/h4\u003e\n      \u003cp\u003e2つ折りの折れ目部分にハトメ穴をつけます。穴が金属で補強されるので、ストラップやお気に入りのマスコットなどを取り付けることができます。\u003c\/p\u003e\n      \u003ch4\u003eドロップハンドル取り付け\u003c\/h4\u003e\n      \u003cp\u003e2つ折りの折れ目部分にドロップハンドルをつけます。飾りをつけるだけでなく、ウォレットコードなどを取り付けたい時に。\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\u003e31ブラウン\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mishiba\/WP401\/WP401_MishibaLong_17.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション 31ブラウン\"\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\/Mishiba\/WP401\/WP401_MishibaLong_18.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション 33ベージュ\"\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\/Mishiba\/WP401\/WP401_MishibaLong_19.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スペック\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eサイズ（約）：縦9.3cm × 横19cm × 厚み2.5cm\u003c\/li\u003e\n        \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n        \u003cli\u003e仕様：小銭入れ×1 \/ カードポケット×5 \/ 札入れ×1 \/ フリーポケット×2\u003c\/li\u003e\n        \u003cli\u003e商品コード: WP512\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=\"point-list\"\u003e\n        \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n        \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eラッピングについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ラッピングイメージ\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印いたします。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \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    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン","offer_id":43369809379387,"sku":null,"price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ","offer_id":43369809412155,"sku":null,"price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369809444923,"sku":null,"price":27500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_fe5b15c9-6a50-4052-b06c-7e02bbbbc043.jpg?v=1774948067"},{"product_id":"155138859","title":"【Pueblo×栃木レザー】 ラウンドファスナー長財布 ※刻印・カスタム不可 \/ WP455 493 517","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に変えます。Puebloと栃木レザーの表情豊かなコントラストが、\u003cstrong\u003e唯一無二の品格\u003c\/strong\u003eを漂わせます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_f41387dc-3fb5-49ab-9e6a-5b1369c0b09e.jpg?v=1774948069\" 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ポケットに収まる姿も、所作を美しく見せる佇まい。独特の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_3ac0a987-4c80-4d77-b682-59f51511a006.jpg?v=1774948070\" 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\u003eYKKエクセラファスナー\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_2554532d-af66-4b1a-bf7b-0dba311ba13e.jpg?v=1774948069\" class=\"img-fluid d-block w-100 product-img\" alt=\"YKKエクセラファスナーの拡大画像\"\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サイズ（約）：縦10cm × 横20cm × 厚み2.2cm\u003c\/li\u003e\n          \u003cli\u003e素材：イタリーレザー(Pueblo) \/ 栃木レザー(ノーベル)\u003c\/li\u003e\n          \u003cli\u003e仕様：小銭入れ×1 \/ 札入れ×1 \/ マネーホルダー×1 \/ カードポケット×8 \/ 内ポケット×1\u003c\/li\u003e\n          \u003cli\u003e商品コード：WP455 493 517\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\/Pueblo\/WP289\/wp289_puelong_25.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"日本とイタリアの革\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eあえて厚みを残したPuebloの外装、それに対して薄く加工した内装の栃木レザー。日本とイタリアの最高の革、両方の良さを楽しめます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e今やイタリーレザーの代表格と言っても過言ではない、バダラッシカルロ社のPueblo（プエブロ）と、栃木レザーの中でも特に手間暇かけられた最高の革の出会いです。\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\/Pueblo\/WP289\/wp289_puelong_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        \u003cp class=\"body-text\"\u003eその理由は、革1枚でも十分なところを、2枚の革を丁寧に張り合わせて両表に加工したこと。なめらかな革で出来た札入れに、お札が滑るように吸い込まれていきます。\u003c\/p\u003e\n\n        \u003cp class=\"body-text\"\u003e片マチの開放による様々なメリット\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eサイズが大きめの日本紙幣に嬉しい、片方のマチがオープンになったお札入れ。紙幣の端がマチに引っかかってきちんと下まで入り切らずに、ファスナーにお札が噛んでしまった経験はないでしょうか？Pueblo×栃木レザーロングウォレットでは、片方のマチをなくすことでラウンドファスナーウォレットの宿命とも言える「ギリギリサイズ」に余裕をもたせました。内装の滑らかな革質と合わせて、これでもうファスナーが紙幣を噛むことはありません。\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\/WP289\/wp289_puelong_31.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        \u003cp class=\"body-text\"\u003eアクセントカラーにもなっている仕切り板（マネーホルダー）を使って、メモ、領収書などを分けて管理できます。もちろん高額紙幣の仕分けにも便利。ここに一番大きなサイズの一万円札を挟んでおくことで、紙幣の端が折れることや、ファスナーが噛んでしまう事故も防ぐことができます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_32.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"マネーホルダーの使用例\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_33.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 class=\"body-text\"\u003eお手入れ不要、美しい経年変化\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_30.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"プエブロ革の経年変化イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e経年変化が早く、失敗知らずの革・プエブロ\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eイタリアの個性派レザー代表とも言えるプエブロは、表面をわざと荒らし、マットなつや消しの表情に仕上げた革です。「荒らした」といっても細かなワイヤーブラシの繊細な動きによるスクラッチ模様を描いており、荒々しさは皆無でむしろさらりとした優しい手触りが印象的な革です。使うにつれ、部分部分で独特のスクラッチ模様を残しつつ色を深め、およそ3ヶ月ほどで驚くほどのツヤが出てくる経年変化が楽しめます。どちらかというとゆっくり育てる栃木レザー等のヌメ革と比べ、目に見える変化が早いという意味でもおすすめのレザーです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_22.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"革の吟スリ加工\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eこのように革の表面をヤスリなどで加工することを「吟スリ」と言います。Pueblo（プエブロ）はあえて革本来のツヤを消した状態から、およそ3ヶ月前後ではっきりとしたツヤが出てきますが、「ある日突然、急に驚くほどのツヤが出てきた」といった経年変化（エイジング）を体験する方が多くいらっしゃいます。その急激な変化への驚き・喜びにもかかわらず、特別なお手入れは当面の間必要ありません。そのため、初心者の方にも安心してお使いいただき、本革のエイジングの醍醐味を楽しめる革となっております。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eプエブロレザーのお手入れ方法\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003ePuebloを新品の状態を手にとっていただくと、少しひんやり、さらりとした感触、しっとりとした重さを感じます。プエブロにはオイルがたっぷり含まれており、アイテムや使用環境にもよりますが、基本的に1〜3年ほどはクリームやオイルを使ったメンテナンスは不要です。できれば時々はレザー用のブラシ等で革と革の隙間や、縫い目などを重点的にホコリを落とし、その後全体にブラッシングする程度でよく、数あるレザーの中でも経年変化の失敗が起こりにくいレザーです。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eもしも、よく曲げ伸ばしする部分が白っぽくなってきた場合は乾燥してきたサインです。その場合はお近くのb3Labo店舗にクリームメンテナンス（無料）を依頼するか、革小物用のコンディショニングクリームなどのケア剤を使ったお手入れがおすすめです。\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\"\u003e\u003cstrong\u003e職人の技と最高のパーツ、そして完成度の高さ\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_18.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布の品質\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e堅牢な作りに加え、使用したパーツも一級品。ファスナーはYKK社の中でも高品質ラインナップのエクセラを使用。エレメント１つ１つに入念な磨きをかけ、美しさと滑らかな手触りを追及した高級感漂うファスナーです。毎日使うお財布だからこそ、引っ掛かりのない確かな素材を採用しています。引き手部分はなめらかに輝くb3Laboのオリジナル刻印入り。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_21.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"YKKエクセラファスナーとロゴ\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eオールレザーのお財布だからこそとことんまで長く使える\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eすべてを革で作ったお財布のメリット、それは「修理しながら、10年以上もタフに使える」こと。真に良質な革、高品質のパーツを使っているため、使用するうちに摩耗してしまったパーツだけを取り替えてずっとお使いいただけます。修理が必要になった際は、お近くのb3Labo店舗にお持ちいただくか、ご連絡下さい。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e2017年の登場以来修理戻りゼロの実績\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e様々な修理依頼品が持ち込まれるb3Laboの工房において、このPueblo×栃木レザーのラウンド長財布はただの1つも不具合を起こして戻ってきたことはありません。お財布を作り上げる工房の職人の腕はもとより、非常に完成度の高い安定した製品であることの証左であり、b3Laboがを自信もってオススメする一品です。\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\/Pueblo\/WP289\/wp289_puelong_02.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 class=\"body-text\"\u003e\u003cstrong\u003e31 ブラウン×ブラウン\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"31 ブラウン×ブラウンの財布\"\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e33 ベージュ×ブラウン\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"33 ベージュ×ブラウンの財布\"\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e41 ワイン×ブラウン\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"41 ワイン×ブラウンの財布\"\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e62 ブルーグリーン×ブラウン\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"62 ブルーグリーン×ブラウンの財布\"\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e82 グレー×ブラウン\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"82 グレー×ブラウンの財布\"\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e91 ブラック×ブラウン\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"91 ブラック×ブラウンの財布\"\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\u003eイタリーレザー「Pueblo」\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eイタリーレザー\/イタリアンレザーとは、イタリアのトスカーナ地方で伝統のバケッタ製法によって鞣された牛革のこと。オイルを多く含ませることで、柔らかく耐久性もあり、素晴らしい色艶が出ることも特徴です。植物タンニンのみでなめした『ハンドマーク』品質保証タグが発行されます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e『Pueblo（プエブロ）』\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eバケッタ製法を現代に蘇らせた名門タンナー、Badalassi Carlo Srl（バダラッシカルロ社）の革、Pueblo（プエブロ）。表面を丁寧に荒らす加工をすることで、通常よりもエイジングが早い\/使い始めの状態と経年変化後のどちらも美しく変化が劇的、といった体験をユーザーにもたらし人気が高まっている革です。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e※イタリーレザーはオイルが多めに含まれており、しばらくはオイル・クリーム等のメンテナンスは必要ありません。丁寧にお使いいただくこと、可能なら軽くブラッシングされることできれいな経年変化が訪れます。表面が白っぽく乾燥を感じる場合に少量のクリーム等でお手入れしてください。\u003c\/p\u003e\n\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e栃木レザー社の革「ノーベル」\u003c\/strong\u003e\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        \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        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n          \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフト・ラッピング\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトラッピングイメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cp 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\u003c!-- \/content-section (Specs) --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン×ブラウン","offer_id":43369809641531,"sku":"wp49331 ブラウン×ブラウン","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ブラウン","offer_id":43369809674299,"sku":"wp49333 ベージュ×ブラウン","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン×ブラウン","offer_id":43369809707067,"sku":"wp49341 ワイン×ブラウン","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルーグリーン×ブラウン","offer_id":43369809739835,"sku":"wp49362 ブルーグリーン×ブラウン","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー×ブラウン","offer_id":43369809772603,"sku":"wp49382 グレー×ブラウン","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369809805371,"sku":"wp49391 ブラック×ブラウン","price":38500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_f41387dc-3fb5-49ab-9e6a-5b1369c0b09e.jpg?v=1774948069"},{"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":"155132130","title":"【姫路レザー \/ モストロ】長財布 \/ WP450 509 522","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eモストロ革が魅せる豊かな彩り\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e姫路レザー「モストロ」が織りなす、やわらかな風合いと深みのある色合い。使うほどに表情を変え、あなただけの逸品へと育ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_39699847-1fa1-473f-9996-a97dfe621ace.jpg?v=1774948075\" 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縦19cm、横9.5cm、厚み2.5cmの洗練された設計。バッグの中でもかさばらず、手にしっくりと馴染む理想的なサイズ感が魅力です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_18fce139-0e9c-42a7-8318-b088257fb946.jpg?v=1774948074\" 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_300d1975-f300-4085-bfce-9aa63861f3d5.jpg?v=1774948074\" 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姫路のタンナーによる「Mostro（モストロ）」を使ったカジュアルテイストのお財布。ストイックすぎず、程よくフレンドリーな雰囲気が幅広い支持を得ています。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_08.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    \u003cp class=\"body-text\"\u003e外側のコインポケットは16.5×8.5cmと、小型のスマートフォンなら入ってしまうサイズ。大きく開くことができ、視認性も抜群です。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_15.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\/Mostro\/WP327\/WP327_MostroLong_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e外側のカードポケットにはICカードを\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e交通系ICカードやよく使うタッチ決済カードを入れておき、財布を開かずに読み取る事が出来ます。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\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    \u003cp class=\"body-text\"\u003eどこもかしこも柔らかな袋縫いウォレット。ハリ・コシの強い革とは異次元の収納力です。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_16.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    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_17.jpg\" class=\"img-fluid d-block w-100 product-img\"\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    \u003cp class=\"body-text\"\u003e経年変化により、透明感のある艶ともちもちとした手触りに変化。お手入れもそれほど必要でなく、リピーターになる方が多い革です。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_30.jpg\" class=\"img-fluid d-block w-100 product-img\"\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    \u003ch4 class=\"section-title\"\u003e21 キャメル\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_18.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003ch4 class=\"section-title\"\u003e31 ブラウン\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_20.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003ch4 class=\"section-title\"\u003e43 ピンク\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_22.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003ch4 class=\"section-title\"\u003e62 ネイビー\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_24.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003ch4 class=\"section-title\"\u003e72 グリーン\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_26.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003ch4 class=\"section-title\"\u003e91 ブラック\u003c\/h4\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP327\/WP327_MostroLong_28.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\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\n\u003cstrong\u003eサイズ（約）\u003c\/strong\u003e: 縦19cm × 横9.5cm × 厚み2.5cm\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e素材\u003c\/strong\u003e: 姫路レザー（Mostro）\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e仕様\u003c\/strong\u003e:\n          \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e小銭入れ×2 (内側・外側)\u003c\/li\u003e\n            \u003cli\u003eフリーポケット (札入れ)×3\u003c\/li\u003e\n            \u003cli\u003eカードポケット×12\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革の特性とMostro（モストロ）について\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003ch4 class=\"section-title\"\u003e姫路レザー「Mostro」とは\u003c\/h4\u003e\n      \u003cp class=\"body-text\"\u003e姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n      \u003ch4 class=\"section-title\"\u003eMostro（モストロ）の特徴\u003c\/h4\u003e\n      \u003cp class=\"body-text\"\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      \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  \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    \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":43369810165819,"sku":"WP45021 キャメル","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン","offer_id":43369810198587,"sku":"WP45031 ブラウン","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"43 ピンク","offer_id":43369810231355,"sku":"WP45043 ピンク","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"62 ネイビー","offer_id":43369810264123,"sku":"WP45062 ネイビー","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン","offer_id":43369810296891,"sku":"WP45072 グリーン","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369810329659,"sku":"WP45091 ブラック","price":16500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_39699847-1fa1-473f-9996-a97dfe625ace.jpg?v=1774948075"},{"product_id":"182472894","title":"【姫路レザー \/ モストロ】 天溝がま口財布 ※刻印・カスタム不可 \/ S:WP470-503-523  L:WP471-504-524","description":"\u003c!--★★　簡易包装のおことわり　★★--\u003e\n\u003csection\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" width=\"100%\" border=\"0\" alt=\"エコな配送を心がけます\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"spacer15\"\u003e\u003c!-- ★spacer --\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\n\u003c!--★★　本文　★★--\u003e\n\n\n\n\n\n\u003c!--★★　カラバリ　★★--\u003e\n\u003csection\u003e\n\u003ch2 class=\"h2C\"\u003eカラーバリエーション\u003c\/h2\u003e\n\u003cp\u003e\n\u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP470-471\/wp470-471_color_01.jpg\" width=\"100%\" border=\"0\"\u003e\u003cbr\u003e\n\u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP470-471\/wp470-471_color_02.jpg\" width=\"100%\" border=\"0\"\u003e\u003cbr\u003e\n\u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP470-471\/wp470-471_color_03.jpg\" width=\"100%\" border=\"0\"\u003e\n\u003c\/p\u003e\n\u003c!--★--\u003e\n\u003c\/section\u003e\n\n\n\u003c!--★★　スペック＆アテンション　★★--\u003e\n\u003csection\u003e\n\u003cp\u003e\n【 SPEC 】\u003cbr\u003e\nサイズ（約）：縦10.5cm × 横20cm × 厚み1.5cm\u003cbr\u003e\n素材：姫路レザー（Mostro）\u003cbr\u003e\n仕様：小銭入れ×1 \/ フリーエリア(札入れ)×2 \/ カードポケット×10 \n\u003c\/p\u003e\n\u003cp\u003e\n【 ATTENTION 】\u003cbr\u003e\n・天然素材の為、多少の色差・筋跡などの個体差がございます。\u003cbr\u003e\n・素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/p\u003e\n\u003c\/section\u003e\n\n\n\u003c!--★★　ラッピング 財布・小物　★★--\u003e\n\u003csection\u003e\n\u003cp\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" width=\"100%\" border=\"0\"\u003e\u003c\/p\u003e\n\u003cp\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印。\u003c\/p\u003e\n\u003c\/section\u003e\n\n\n\n\n\n\n\n\n\n\u003c!--★★　革説明　★★--\u003e\n\u003csection\u003e\n\u003cdiv class=\"box3\"\u003e\n\u003ch3 class=\"h3C\"\u003e\n\u003cspan style=\"font-size:0.6em; font-weight: 600;\"\u003e姫路レザー\u003c\/span\u003e\u003cspan style=\"font-size:1em; font-weight: 600;\"\u003e「Mostro」\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003c!-- ★姫路レザー部分 --\u003e\n\u003cp\u003e姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n\u003cdiv class=\"spacer15\"\u003e\u003c!-- ★spacer --\u003e\u003c\/div\u003e\n\u003c!-- ★★Mostro（モストロ） --\u003e\n\u003ch4 class=\"h4C\"\u003e『Mostro（モストロ）』\u003c\/h4\u003e\n\u003cp\u003eタンニンで鞣し上げた革に手作業でオイルを浸透させ、表面をパラフィン（ロウ）加工した革です。\u003cbr\u003e\n薄くロウのかかった白っぽい表面が、使用に伴いロウが浸透しつややかな透明感をもたらすことで革本来の色を引き出しつつ、同時にタンニンレザー特有の経年変化も起こるという多重の変化を楽しむことができます。\u003cbr\u003e\nその経年変化からイタリア語の「化ける」「化け物」を意味する「モストロ」の名がついています。\u003c\/p\u003e\n\u003cdiv class=\"spacer15\"\u003e\u003c!-- ★spacer --\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\n\n","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル \/ ロング","offer_id":43369810559035,"sku":"WP470-47121 キャメルロング","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"21 キャメル \/ ショート","offer_id":43369810591803,"sku":"WP470-47121 キャメルショート","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン \/ ロング","offer_id":43369810624571,"sku":"WP470-47131 ブラウンロング","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン \/ ショート","offer_id":43369810657339,"sku":"WP470-47131 ブラウンショート","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"43 ピンク \/ ロング","offer_id":43369810690107,"sku":"WP470-47143 ピンクロング","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"43 ピンク \/ ショート","offer_id":43369810722875,"sku":"WP470-47143 ピンクショート","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルー \/ ロング","offer_id":43369810755643,"sku":"WP470-47162 ブルーロング","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルー \/ ショート","offer_id":43369810788411,"sku":"WP470-47162 ブルーショート","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン \/ ロング","offer_id":43369810821179,"sku":"WP470-47172 グリーンロング","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン \/ ショート","offer_id":43369810853947,"sku":"WP470-47172 グリーンショート","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック \/ ロング","offer_id":43369810886715,"sku":"WP470-47191 ブラックロング","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック \/ ショート","offer_id":43369810919483,"sku":"WP470-47191 ブラックショート","price":15400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_28a58cbc-dccd-4738-88ab-781e469e987a.jpg?v=1774948077"},{"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":"189399592","title":"【Pueblo×栃木レザー】 二つ折り財布 ※刻印不可 \/ WP513 529","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\"\u003ePuebloと栃木レザー、異なる魅力を持つ二つの素材が出会い、唯一無二の表情を創り出しました。時とともに深まる色艶は、まさに持つ人の個性を映し出す\u003cstrong\u003eキャンバス\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_402d7f68-d257-4cee-82e3-75c7b11c2f81.jpg?v=1774948082\" 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厚み約2.7cmの\u003cstrong\u003eスマートな設計\u003c\/strong\u003eは、どんなポケットにもすっきりと収まります。小銭入れと札入れに加え、カードポケット3つと隠しポケットを完備し、日常使いに必要な収納力を確保しました。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_8589af76-8616-49e0-ae04-770cf9f23497.jpg?v=1774948083\" 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シンプルなカード3枚構成に加え、サイドの隠しポケットは大切な身分証や予備のカードをスマートに収納。日々の支払いをスムーズにし、あなたの所作をより\u003cstrong\u003e洗練されたもの\u003c\/strong\u003eへと導きます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_5f48bdfa-5a80-4287-a879-fe90a11d8803.jpg?v=1774948082\" 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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e商品名:\u003c\/strong\u003e 【Pueblo×栃木レザー】 二つ折り財布\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e商品コード:\u003c\/strong\u003e WP513 529\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eサイズ（約）:\u003c\/strong\u003e 縦9cm × 横11cm × 厚み2.7cm\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e素材:\u003c\/strong\u003e イタリーレザー(Pueblo) \/ 栃木レザー\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e仕様:\u003c\/strong\u003e 小銭入れ×1 \/ 札入れ×1 \/ カードポケット×3 \/ 隠しポケット×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\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_00.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_10.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        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP_2ori\/pue_2ori_08.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\"\u003ePueblo×栃木レザーシリーズについて\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イタリーレザー「Pueblo」について\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eb3Laboで使用するイタリーレザー\/イタリアンレザーは、主にイタリアのトスカーナ地方で伝統のバケッタ製法によって鞣された牛本革です。オイルを多く含ませた贅沢な重みと柔らかさ、革としての耐久性、華やかなカラーに素晴らしい色艶が出る美しさも特徴です。植物タンニンのみでなめした『ハンドマーク』品質保証タグが発行されます。\u003c\/p\u003e\n        \u003cp\u003ePueblo（プエブロ）は、バケッタ製法を現代に蘇らせた名門タンナー、Badalassi Carlo Srl（バダラッシカルロ社）の革です。表面に細かく起毛加工を施し、独特のスクラッチ模様が魅力的な個性派レザーです。オイルレザー特有の経年変化の速さ、起毛の艶消し状態から輝くような艶が出る劇的な体験をユーザーにもたらし人気が高まっています。\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\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\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    \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e当店では、環境に配慮した簡易包装を心がけております。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入の前にご確認ください\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch4\u003e刻印サービスについて\u003c\/h4\u003e\n    \u003cp class=\"body-text\"\u003e本商品は、刻印を入れた裏側のPuebloの繊細な模様が消えてしまうため、名入れはできません。予めご了承ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン×ブラウン","offer_id":43369811181627,"sku":"WP51331 ブラウン×ブラウン","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ブラウン","offer_id":43369811214395,"sku":"WP51333 ベージュ×ブラウン","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン×ブラウン","offer_id":43369811247163,"sku":"WP51341 ワイン×ブラウン","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルーグリーン×ブラウン","offer_id":43369811279931,"sku":"WP51362 ブルーグリーン×ブラウン","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー×ブラウン","offer_id":43369811312699,"sku":"WP51382 グレー×ブラウン","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369811345467,"sku":"WP51391 ブラック×ブラウン","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"【限定】61 ネイビー×ブラウン","offer_id":43369811378235,"sku":"WP513【限定】61 ネイビー×ブラウン","price":20900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_402d7f68-d257-4cee-82e3-75c7b11c2f81.jpg?v=1774948082"},{"product_id":"155146519","title":"【栃木 \/ インナーマルチカラー】  Over 2つ折り財布 \/ WP446 496 520","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  \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_cb1f1a38-f0ca-4bf0-aaf4-24fd98203d55.jpg?v=1774948086\" 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縦9cm、横11cmの\u003cstrong\u003eコンパクトな設計\u003c\/strong\u003e。カード3枚、小銭、お札を効率的に収納でき、日々の使い勝手を考慮した実用的なつくりです。軽快な支払いを実現します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_b6814cc4-dce5-4f0a-a00c-c7eda6afe635.jpg?v=1774948086\" 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_5dd4da33-489e-4654-95a2-2262867adde6.jpg?v=1774948085\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e使うほどに深まる革の表情\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eスタンダードでクセの無い、使いやすい二つ折り財布です。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP080\/WP080_OverShort_16.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e外装及び内装のベースカラーはハリのある栃木レザーを使用。最初は硬く感じる革も、使い込むことで手に馴染み、ツヤが増していきます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP080\/WP080_OverShort_22.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eシンプルな一枚革の外装に対して、目を引くインナーカラー。一見派手に感じるカラフルなカード段は、挿したカードにより大部分が隠れます。端からチラリと見える彩りがさり気なく、持つ人を選ばないので大人の方でも違和感なくお持ちいただけます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP080\/WP080_OverShort_33.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eしっかりと目の詰まった本物の栃木レザーを厳選して使用。お手入れしながら10年使っていただけるお財布です。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP080\/WP080_OverShort_35.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 class=\"body-text\"\u003e主な製品仕様は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦9cm × 横11cm × 厚み2.7cm\u003c\/li\u003e\n          \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n          \u003cli\u003e仕様：小銭入れ×1 \/ 札入れ×1 \/ カードポケット×3 \/ 内ポケット×2\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003eサイズ詳細図\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP080\/WP080_OverShort_34.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 class=\"body-text\"\u003e21 キャメル\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP080\/WP080_OverShort_18.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e32 ブラウン\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP080\/WP080_OverShort_19.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e61 ネイビー\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP080\/WP080_OverShort_20.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e91 ブラック\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WP080\/WP080_OverShort_21.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栃木レザー「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        \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        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/166734346_o2.jpg?cmsp_timestamp=20220218135035\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eOverインナーカードケース\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ご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。※作業に1〜2日いただきます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e手打ち刻印　￥1,100（税込）\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_1.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eシンプルで大ぶりな、温かみのある書体です。イニシャルや頭文字だけでも素敵です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e大文字（ABCD〜Z）、「.」、「,」、「-」が使えます。\u003c\/li\u003e\n          \u003cli\u003e小文字を希望される場合は3D刻印をご利用ください。\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\"\u003e3D刻印　￥2,200（税込）\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_2.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\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お作りした版は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\u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \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\u003eWP446 496 520\u003c\/li\u003e\n        \u003c\/ul\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\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\u003c\/div\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\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"12 キャメル","offer_id":43369812197435,"sku":"wp44612 キャメル","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"31 ダークブラウン","offer_id":43369812230203,"sku":"wp44631 ダークブラウン","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"61 ネイビー","offer_id":43369812262971,"sku":"wp44661 ネイビー","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369812295739,"sku":"wp44691 ブラック","price":15400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_cb1f1a38-f0ca-4bf0-aaf4-24fd98203d55.jpg?v=1774948086"},{"product_id":"166734346","title":"【栃木 \/ インナーマルチカラー】 Overインナーカードケース \/ WC360","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_041b4ff6-63f7-4c21-ab8e-1a0aabedb911.jpg?v=1776755512\" 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\u003e0.7cmの薄さ\u003c\/strong\u003eで、かさばりがちな財布の中にもスマートにフィット。カード4枚と隠しポケット1つを無理なく収納し、日々の使い心地を格段に向上させます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_69cf1c87-75c3-4765-a853-b44419f94ca4.jpg?v=1776755512\" 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_66de5dc2-cb23-4e92-a54d-c72dcace6f7d.jpg?v=1776755512\" 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\/OVER\/WC294\/wc294_Over_innercardcase_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"インナーカードケースの商品画像\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WC294\/wc294_Over_innercardcase_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"インナーカードケースの機能説明\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e他シリーズでの使用例\u003c\/h4\u003e\n        \u003cp\u003eWP090 Calm二つ折り財布:\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e※非推奨ですがどうしてもカードポケットを増やしたい場合には使えます。\u003c\/li\u003e\n          \u003cli\u003e差し込み部分が隠しポケットではなくスライドギミックがあるため、稼働がスムーズではなくなります。\u003c\/li\u003e\n          \u003cli\u003e21キャメル、31ブラウン、91ブラックのみ本体色が同じです。\u003c\/li\u003e\n          \u003cli\u003e61ネイビーのみ風合いの違う革です。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WC294\/wc294_Over_innercardcase_10.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"WP090 Calm二つ折り財布との組み合わせ例1\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WC294\/wc294_Over_innercardcase_11.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"WP090 Calm二つ折り財布との組み合わせ例2\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eWP091 Calm二つ折り財布（小銭入れなし）:\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\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\/OVER\/WC294\/wc294_Over_innercardcase_12.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"WP091 Calm二つ折り財布（小銭入れなし）との組み合わせ例1\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WC294\/wc294_Over_innercardcase_13.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"WP091 Calm二つ折り財布（小銭入れなし）との組み合わせ例2\"\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サイズ（約）：縦7.2cm × 横10.1cm × 厚み0.7cm ※閉じた状態\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WC294\/wc294_Over_innercardcase_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\"\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\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n          \u003cli\u003e仕様：カードポケット×4 \/ カードポケット(大)×1\u003c\/li\u003e\n          \u003cli\u003e商品コード：WC360\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\u003e12 キャメル\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WC294\/wc294_Over_innercardcase_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション：キャメル\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e32 ダークブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/WC294\/wc294_Over_innercardcase_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\/OVER\/WC294\/wc294_Over_innercardcase_06.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\/OVER\/WC294\/wc294_Over_innercardcase_07.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工房から出るハギレを活かして、「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  \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    \u003cp\u003e当店では、環境に配慮し簡易包装を心がけております。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369812328507,"sku":"WC36021 キャメル","price":5390.0,"currency_code":"JPY","in_stock":false},{"title":"32 ダークブラウン","offer_id":43369812361275,"sku":"WC36032 ダークブラウン","price":5390.0,"currency_code":"JPY","in_stock":false},{"title":"61 ネイビー","offer_id":43369812394043,"sku":"WC36061 ネイビー","price":5390.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369812426811,"sku":"WC36091 ブラック","price":5390.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_041b4ff6-63f7-4c21-ab8e-1a0aabedb911.jpg?v=1776755512"},{"product_id":"155155123","title":"【栃木レザー】Calm　2つ折り財布 \/ WP442 499 529 WP443 500","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驚くほど180°開く設計が、日常の動作を\u003cstrong\u003eストレスフリー\u003c\/strong\u003eに。札入れの仕切りは会計をスマートにこなし、使う人の所作まで美しく引き立てます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_2cf0df30-2bdf-4c23-9d24-3d13b7a2f07f.jpg?v=1774948091\" 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縦9cm、横11cm。手のひらに収まる絶妙なサイズ感は、ポケットやバッグの中で邪魔になりません。日常に溶け込む、\u003cstrong\u003e洗練されたミニマルデザイン\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_50e3ba52-b517-4ab4-9a87-81f3b5b83aab.jpg?v=1774948090\" 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_b93bc688-699c-4d94-8173-423e861bfddc.jpg?v=1774948091\" 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\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP043\/WP043_CalmShort_01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eシンプルに革小物らしさを追求したスタンダードシリーズ「Calm」の2つ折り財布。開閉を\u003cstrong\u003eストレスなく\u003c\/strong\u003e行える中央スライドギミックと、札入れの中のさりげない冊仕切りの数々による使いやすさが特徴。外観は1枚革、刻印も内側に一箇所のみの徹底したシンプルデザイン。何にも邪魔されず、栃木レザーの良さを存分に味わっていただける製品です。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP043\/WP043_CalmShort_13.jpg\" class=\"img-fluid d-block w-100 product-img\"\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\"\u003e180°開く、珍しい2つ折り財布\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP043\/WP043_CalmShort_14.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e一般的な2つ折り財布は、構造上完全に開きません。ですがCalm2つ折り財布は中央部分に\u003cstrong\u003eスライド構造\u003c\/strong\u003eを採用。新品でも完全に平らになるまで開きます。※内部はスライド構造のため、隠しポケットはありません。\u003c\/p\u003e\n        \u003cdiv class=\"youtube\"\u003e\n            \u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/eeKMFicRPiA\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\u003c\/iframe\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        \u003cp class=\"body-text\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP043\/WP043_CalmShort_11.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP043\/WP043_CalmShort_12.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e完全に開くということは、札入れの中の\u003cstrong\u003e視認性も良く\u003c\/strong\u003eなります。さらに、内部には2つ折り財布としては珍しく、大 × 1、小 × 2の仕切り板を備えており、開きやすさを活かした仕分けが可能です。\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\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP043\/WP043_CalmShort_15.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eしっかりと目の詰まった本物の栃木レザーを厳選して使用。お手入れしながら\u003cstrong\u003e10年\u003c\/strong\u003e使っていただけるお財布です。非常にハリ・腰に富んだ革なので、使い始めは写真のように開いた状態ですがお使いいただくうちに閉じるようになります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e刻印サービス\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。※作業に1〜2日いただきます。\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title\"\u003e手打ち刻印 ￥1,100（税込）\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\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\u003c\/p\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大文字（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        \u003cp class=\"body-text\"\u003e\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\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e高価で時間がかかる金属版ではなく樹脂製のオーダーメイド刻印です。アルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども。\u003cstrong\u003eガタつきのない\u003c\/strong\u003e、まるで印刷物のような刻印になります。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e下の「【名入れ】3Dオーダー刻印」からご購入ください。\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\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eカラーバリエーション\u003c\/h3\u003e\n        \u003ch3 class=\"section-title\"\u003e21 キャメル\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP043\/WP043_CalmShort_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003ch3 class=\"section-title\"\u003e31 ブラウン\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP043\/WP043_CalmShort_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003ch3 class=\"section-title\"\u003e61 ネイビー\u003c\/h3\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP043\/WP043_CalmShort_05.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\/Calm\/WP043\/WP043_CalmShort_06.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\/_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\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縦: 約9cm\u003c\/li\u003e\n                    \u003cli\u003e横: 約11cm\u003c\/li\u003e\n                    \u003cli\u003e厚み: 約2.5cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e仕様\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e収納箇所の詳細です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e小銭入れ: 1\u003c\/li\u003e\n                    \u003cli\u003e札入れ: 1 (内部に仕切りあり)\u003c\/li\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\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                \u003c\/ul\u003e\n                \u003cp\u003e「栃木レザー」は、1937年創業の世界に誇る日本のタンナー栃木レザー株式会社による革です。通常はドラムで短時間で済ませる鞣しの工程を、じっくりと時間と手間をかけて行い、その品質で世界に名を轟かせています。有害な物質を排出する薬品類は一切使わず、タンニンを多く含むミモザの樹皮から抽出したエキスで鞣された革は、風合いが優れていることはもちろんのこと、耐久性や吸湿性・放湿性を誇る最高の素材です。\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\u003eWP442 499 529 WP443 500\u003c\/li\u003e\n                \u003c\/ul\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\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\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e簡易包装にご協力ください。エコな配送を心がけております。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n            \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369812885563,"sku":"wp44221 キャメル","price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"31 ダークブラウン","offer_id":43369812918331,"sku":"wp44231 ダークブラウン","price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"61 ネイビー","offer_id":43369812951099,"sku":"wp44261 ネイビー","price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369812983867,"sku":"wp44291 ブラック","price":18700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_2cf0df30-2bdf-4c23-9d24-3d13b7a2f07f.jpg?v=1774948091"},{"product_id":"155164206","title":"受注生産（〜3ヶ月程度）【栃木 \/ ミシバクロップ】 トラッカーウォレット（ミドル） \/ WP511","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\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_9d96672d-bc03-425d-8d6a-062a99a9316a.jpg?v=1774948093\" 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\u003e5つのカードポケット\u003c\/strong\u003eとフリーポケットで、抜群の収納力を実現しています。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_e8876bec-d594-4b7e-a78d-6bd0909a567e.jpg?v=1774948094\" 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_18ce93c0-e73e-4acc-a65b-d7c1fe3b299e.jpg?v=1774948093\" 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\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                    \u003cli\u003e仕切り板付きで、お札とレシートの分離や紙幣の仕分けが可能\u003c\/li\u003e\n                    \u003cli\u003e壊れにくい堅牢な作り。革財布ならではのメンテナンス・修理で長く愛用可能\u003c\/li\u003e\n                    \u003cli\u003e安心のYKK製ファスナーを使用\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植物タンニン100％で鞣された極厚の革\u003c\/li\u003e\n                    \u003cli\u003eベルト用に開発され、染料のみの最低限の加工でマットな表情\u003c\/li\u003e\n                    \u003cli\u003e使い込むほどに艶が生まれ、色が深まるエイジングが楽しめる\u003c\/li\u003e\n                    \u003cli\u003eb3Labo店舗でもベルトとして定番販売されている実績ある革\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選べる3色のカラー展開です。使い込むほどに深まる風合いをお楽しみください。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e31 ブラウン\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155164206_o7.jpg?cmsp_timestamp=20201029095305\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e33 ベージュ\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155164206_o10.jpg?cmsp_timestamp=20201029095305\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e91 ブラック\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155164206_o13.jpg?cmsp_timestamp=20201029095305\" 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=\"basic-list\"\u003e\n                    \u003cli\u003e縦：約10.3cm\u003c\/li\u003e\n                    \u003cli\u003e横：約14cm\u003c\/li\u003e\n                    \u003cli\u003e厚み：約3.2cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e栃木レザー\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カードポケット：5\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ギフトラッピングについて\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\u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\u003c!-- \/content-section (商品詳細・スペック) --\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        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e在庫がある場合はすぐに発送いたします。\u003c\/li\u003e\n            \u003cli\u003e基本的に次回の革入荷時の受注生産となります。\u003c\/li\u003e\n            \u003cli\u003e発送まで2〜3ヶ月程度お時間を頂戴いたします。\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\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\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!-- 商品コード --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003cp class=\"body-text text-muted\"\u003e商品コード: WP511\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン","offer_id":43369813114939,"sku":null,"price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ","offer_id":43369813147707,"sku":null,"price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369813180475,"sku":null,"price":24200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_9d96672d-bc03-425d-8d6a-062a99a9316a.jpg?v=1774948093"},{"product_id":"155164292","title":"受注生産（〜3ヶ月程度） 【栃木 \/ ミシバクロップ】 トラッカー二つ折り財布 \/ WP510","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e栃木レザーが織りなす究極の佇まい\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e極厚の栃木レザー「ミシバクロップ」を贅沢に採用。その\u003cstrong\u003e堅牢な革\u003c\/strong\u003eは、使い込むほどに深い艶をまとい、\u003cstrong\u003e唯一無二の表情\u003c\/strong\u003eへと育ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_aad8abfb-9d9b-4323-9aae-6e712d32ad50.jpg?v=1774948095\" 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縦9.5cm、横11.5cm、厚み3.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_08e80462-cc42-4d07-9d4f-182f43d836d0.jpg?v=1774948096\" 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\u003eYKK製ファスナー\u003c\/strong\u003eが、日々の開閉を滑らかにサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_76573087-0d8a-420b-bbf5-a9599264eabe.jpg?v=1774948095\" 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 class=\"body-text\"\u003e栃木レザーの中でも最も上質なヌメ革で作られたミドルウォレット。厚革ベルトとして開発された極厚の革を、お財布として使いやすい厚みに調整して仕上げました。長く愛されている、厚革ウォレットの1つのスタンダードな形です。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eカードポケットは3つと少ないながら、トラッカーウォレット特有の柔軟性の高い構造で複数枚入れていただくことができます。（お使いいただくうちに革が馴染み、さらにカードが入るようになります。）\u003c\/li\u003e\n        \u003cli\u003e壊れにくい堅牢な作りも特徴です。内側に布を使ったお財布に比べ、革のお財布はメンテナンス・修理をしながら長くお使いいただけます。そのため金具にもこだわり、ファスナーは安心のYKK製を使用しております。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003ch3 class=\"section-title\"\u003eミシバクロップシリーズ\u003c\/h3\u003e\n      \u003cp class=\"body-text\"\u003e栃木レザー社のベルト用の厚革「ミシバクロップ」を使ったトラッカーウォレット型のシリーズ。素材を活かして適度な厚みを残して仕上げており、革らしさを楽しむのにぴったりです。非常に柔軟性に優れた構造で、長く愛されている、厚革ウォレットの1つのスタンダードな形です。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eb3Laboの店舗ではミシバクロップのベルトも定番商品として販売しております。\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サイズ（約）：縦9.5cm × 横11.5cm × 厚み3.5cm\u003c\/li\u003e\n        \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n        \u003cli\u003e仕様：小銭入れ×1 \/ 札入れ×1 \/ カードポケット×3\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\"\u003e31 ブラウン\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155164292_o6.jpg?cmsp_timestamp=20230119174432\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e33 ベージュ\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155164292_o7.jpg?cmsp_timestamp=20230119174432\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e91 ブラック\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/155164292_o8.jpg?cmsp_timestamp=20230119174432\" 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植物タンニン100％で鞣された極厚の革です。ベルト用に開発されており、染料のみの最低限の加工でマットな表情に仕上げられています。使い込むほどに艶が生まれて、色が変わっていく変化を楽しめる革です。\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\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e発送案内\u003c\/h3\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発送まで2〜3ヶ月程度お時間を頂戴いたします。\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    \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":43369813213243,"sku":null,"price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ","offer_id":43369813246011,"sku":null,"price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369813278779,"sku":null,"price":22000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_aad8abfb-9d9b-4323-9aae-6e712d32ad50.jpg?v=1774948095"},{"product_id":"165970257","title":"【Pueblo×栃木レザー】 L字ファスナーハーフ財布 ※刻印・カスタム不可 \/ WP456","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003ch2\u003e【Pueblo×栃木レザー】 L字ファスナーハーフ財布\u003c\/h2\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e理想を叶えるスマートサイズ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e縦8.5cm、横11cmのコンパクト設計でありながら、\u003cstrong\u003e見た目以上の収納力\u003c\/strong\u003eを実現。長財布から移行したい方も、現金やカードの収納を諦める必要はありません。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_069506e8-31db-4424-94bc-2b39e2cbd6c2.jpg?v=1774948099\" 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、約3ヶ月で驚くほどのツヤが生まれます。あなただけの経年変化をお愉しみください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_829cb349-148c-4a37-a2ff-34bed47f7fa5.jpg?v=1774948099\" 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大きく開くL字ファスナーと計算された内部構造で、\u003cstrong\u003eお札も小銭もカードもスムーズに取り出し可能\u003c\/strong\u003e。日々の会計をスマートに変える、ストレスフリーな設計です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_8b835c72-d701-4900-bc88-76cba6c1b829.jpg?v=1774948099\" 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長財布から移行を考えつつ、現金もカードも諦めたくない方へ。ハーフサイズのL字ウォレットながら容量の確保にもこだわっており、それほど『小さい』と感じるお財布ではありません。革の厚みをある程度残してありますし、内装も全て革、布地を一切使っていないため、そういったお財布に比べてしっかりとした革の重みを感じます。b3Laboでずっと提供し続けてきた「革そのものの良さ」を大切に作っています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_13.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e小さいお財布に変えよう、と探し出すと、ついどんどん小さな方へ目が行ってしまうもの。その結果、現金が少ししか入らなかったり、カード枚数が少なかったりと、諦めることもたくさん出てきて迷ってしまいます。\u003c\/p\u003e\n        \u003cp\u003ePueblo×栃木レザー　L字ファスナーショートウォレットは、セカンド財布用途ではなく、小型でもしっかりとしたメインのお財布をお探しの方へおすすめです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_28.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e左右のフリーエリアで振り分ける他、アクセントになっている仕切り板（マネーホルダー）で高額紙幣やメモ・領収書などを分けて管理できます。二つ折りにした一万円札を縦に入れても大丈夫。ファスナーの高さまではこんなに余裕があります。\u003c\/p\u003e\n        \u003cp\u003eお札の入れ方のご提案:\u003c\/p\u003e\n        \u003cul class=\"step-list\"\u003e\n          \u003cli\u003e全てのお札を二つ折りにしてサイドに寄せる、オーソドックスな方法です。\u003c\/li\u003e\n          \u003cli\u003eお札を入れる時に小銭入れの下をくぐらせる方法。お札を取り出す際は端をつまんで引っ張るとするりと出てきます。\u003cbr\u003e※この型の財布を使用中のスタッフの多くはこの方法に落ち着きました。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_29.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_16.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n        \u003c\/div\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\/Pueblo\/WP419\/wp419_puebloshort_28.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\"\u003eL字ファスナー財布比較\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\/Pueblo\/WP419\/wp419_puebloshort_27.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth\u003e\u003c\/th\u003e\n                \u003cth\u003ePueblo×栃木\u003c\/th\u003e\n                \u003cth\u003eモストロ\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e素　　材\u003c\/td\u003e\n                \u003ctd\u003eすべて革\u003c\/td\u003e\n                \u003ctd\u003e革と布生地\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e外ポケット\u003c\/td\u003e\n                \u003ctd\u003eあり\u003c\/td\u003e\n                \u003ctd\u003eあり\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e内容量\u003c\/td\u003e\n                \u003ctd\u003eカード・紙幣・小銭も入れる用のサイズ\u003c\/td\u003e\n                \u003ctd\u003eメインはカードと小銭や鍵入れ。お札は三つ折りで少量持てます。\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eおすすめ\u003c\/td\u003e\n                \u003ctd\u003eまだまだ現金決済が多い方\u003c\/td\u003e\n                \u003ctd\u003eほとんどキャッシュレス決済で、お金は念のために持つ方\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\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\/WP419\/wp419_puebloshort_26.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eお財布を開いた時に、とにかく大きく開くことが特徴。Pueblo×栃木レザーのL字ファスナー短財布は小銭入れにもマチをつけております。これによって、3つのマチが重なり厚みが出てしまいますが、コインポケットの中の小銭へのアクセスが快適です。通常、小銭入れ部分はマチ無しの2つ程度ですが、使う際の利便性も諦めずに盛り込みました。それに対してマチのないL字ファスナーでは開きが小さく、カードをメインで使う方に特化したお財布と言えます。\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\/Pueblo\/WP289\/wp289_puelong_30.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e経年変化が早く、失敗知らずの革・プエブロ\u003c\/p\u003e\n        \u003cp\u003eイタリアの個性派レザー代表とも言えるプエブロは、表面をわざと荒らし、マットなつや消しの表情に仕上げた革です。「荒らした」といっても細かなワイヤーブラシの繊細な動きによるスクラッチ模様を描いており、荒々しさは皆無でむしろさらりとした優しい手触りが印象的な革です。使うにつれ、部分部分で独特のスクラッチ模様を残しつつ色を深め、およそ3ヶ月ほどで驚くほどのツヤが出てくる経年変化が楽しめます。どちらかというとゆっくり育てる栃木レザー等のヌメ革と比べ、目に見える変化が早いという意味でもおすすめのレザーです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_22.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eこのように革の表面をヤスリなどで加工することを「吟スリ」と言います。Pueblo（プエブロ）はあえて革本来のツヤを消した状態から、およそ3ヶ月前後ではっきりとしたツヤが出てきますが、「ある日突然、急に驚くほどのツヤが出てきた」といった経年変化（エイジング）を体験する方が多くいらっしゃいます。その急激な変化への驚き・喜びにもかかわらず、特別なお手入れは当面の間必要ありません。そのため、初心者の方にも安心してお使いいただき、本革のエイジングの醍醐味を楽しめる革となっております。\u003c\/p\u003e\n        \u003cp\u003eプエブロレザーのお手入れ方法:\u003c\/p\u003e\n        \u003cp\u003ePuebloを新品の状態を手にとっていただくと、少しひんやり、さらりとした感触、しっとりとした重さを感じます。プエブロにはオイルがたっぷり含まれており、アイテムや使用環境にもよりますが、基本的に1〜3年ほどはクリームやオイルを使ったメンテナンスは不要です。できれば時々はレザー用のブラシ等で革と革の隙間や、縫い目などを重点的にホコリを落とし、その後全体にブラッシングする程度でよく、数あるレザーの中でも経年変化の失敗が起こりにくいレザーです。\u003c\/p\u003e\n        \u003cp\u003eもしも、よく曲げ伸ばしする部分が白っぽくなってきた場合は乾燥してきたサインです。その場合はお近くのb3Labo店舗にクリームメンテナンス（無料）を依頼するか、革小物用のコンディショニングクリームなどのケア剤を使ったお手入れがおすすめです。\u003c\/p\u003e\n        \u003cp\u003eコンディショニングクリーム\u003c\/p\u003e\n\n        \u003cp\u003eイタリーレザー「Pueblo」\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バケッタ製法を現代に蘇らせた名門タンナー、Badalassi Carlo Srl（バダラッシカルロ社）の革。\u003c\/li\u003e\n          \u003cli\u003e表面を丁寧に荒らす加工をすることで、通常よりもエイジングが早い\/使い始めの状態と経年変化後のどちらも美しく変化が劇的、といった体験をユーザーにもたらし人気が高まっています。\u003c\/li\u003e\n          \u003cli\u003e※イタリーレザーはオイルが多めに含まれており、しばらくはオイル・クリーム等のメンテナンスは必要ありません。丁寧にお使いいただくこと、可能なら軽くブラッシングされることできれいな経年変化が訪れます。表面が白っぽく乾燥を感じる場合に少量のクリーム等でお手入れしてください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003ch3\u003e\n\u003cspan style=\"font-size: 0.6em; font-weight: 600;\"\u003e栃木レザー社の革\u003c\/span\u003e\u003cspan style=\"font-size: 1em; font-weight: 600;\"\u003e「ノーベル」\u003c\/span\u003e\n\u003c\/h3\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        \u003cp\u003e使い始めは『硬さ、きつさ』を感じるかもしれませんが、次第に負荷がかかっている部分から馴染んでまいります。\u003c\/p\u003e\n        \u003cp\u003ePueblo✕栃木レザーシリーズは、革工業が盛んなイタリア・トスカーナ州の中でも、伝統的な鞣し製法【バケッタ製法】で実績の有る、バダラッシ・カルロ社のプエブロに、日本が誇る栃木レザー社のノーベルを合わせました。質感の異なる最高の素材を組み合わせたシリーズです。\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商品コード：WP456\u003c\/li\u003e\n          \u003cli\u003eサイズ（約）：縦8.5cm × 横11cm × 厚み2.7cm\u003c\/li\u003e\n          \u003cli\u003e素材：イタリーレザー(Pueblo) \/ 栃木レザー(ノーベル)\u003c\/li\u003e\n          \u003cli\u003e仕様：小銭入れ×1 \/ 札入れ×1 \/ 仕切り板×1 \/ 内側カードポケット×6 \/ 外側カードポケット×1\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\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    \u003cdiv\u003e\n      \u003cp\u003e31 ブラウン×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラウン\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cp\u003e33 ベージュ×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ベージュ×ブラウン\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cp\u003e41 ワイン×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_09.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ワイン×ブラウン\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cp\u003e62 ブルーグリーン×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_10.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブルーグリーン×ブラウン\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cp\u003e82 グレー×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_11.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"グレー×ブラウン\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cp\u003e91 ブラック×ブラウン\u003c\/p\u003e\n      \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP419\/wp419_puebloshort_12.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラック×ブラウン\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3\u003e配送・ギフト案内\u003c\/h3\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\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3\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\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン×ブラウン","offer_id":43369813606459,"sku":"wp45631 ブラウン×ブラウン","price":25300.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ブラウン","offer_id":43369813639227,"sku":"wp45633 ベージュ×ブラウン","price":25300.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン×ブラウン","offer_id":43369813671995,"sku":"wp45641 ワイン×ブラウン","price":25300.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルーグリーン×ブラウン","offer_id":43369813704763,"sku":"wp45662 ブルーグリーン×ブラウン","price":25300.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー×ブラウン","offer_id":43369813737531,"sku":"wp45682 グレー×ブラウン","price":25300.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369813770299,"sku":"wp45691 ブラック×ブラウン","price":25300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c079d7c1-a131-4173-b0ea-d01101328488.jpg?v=1774948098"},{"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":"155129610","title":"【姫路レザー \/ モストロ】2つ折り財布 \/ WP449 508 521","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姫路レザー「Mostro」の柔らかな手触りは、まるで\u003cstrong\u003e猫の肉球\u003c\/strong\u003eのよう。ワックスオイルが醸し出す透明感ある艶が、あなただけの物語を紡ぎます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_b8c5bbad-d659-4325-8a07-9d29cf8c6515.jpg?v=1776755394\" 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、横11.5cm、厚み3.2cmのコンパクト設計。日常に寄り添うサイズ感で、小さなバッグにも、ポケットにも、すっきりと収まります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_2db98de4-d923-4b67-81ee-2632f4eac571.jpg?v=1776755394\" 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小銭入れが大きく開き、カードポケットは10枚。札入れ横のファスナーポケットにはレシートやクーポンも。\u003cstrong\u003eスマートに整理整頓\u003c\/strong\u003eが叶います。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_80317c88-6bbb-4870-84ca-ca72748e7431.jpg?v=1776755394\" 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 class=\"body-text\"\u003eなめらか柔らか大容量。リピート率No.1の多機能革財布。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e姫路レザー『Mostro（モストロ）』を使ったカジュアルテイストのお財布。比較的お手入れの必要性が低いにも関わらず、ワックスオイルのかかった革は素晴らしい艶に変化していきます。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_23.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                \u003cp class=\"body-text\"\u003e小銭入れも大きく開く、柔らかな本体\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_13.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                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\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\/Mostro\/WP328\/WP328_MostroShort_08.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                \u003cp class=\"body-text\"\u003e交通系ICカード専用ポケット\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_05.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                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_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 class=\"body-text\"\u003e落ち着いた和モダンに合う豊富なカラーをご用意しました。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cp class=\"body-text\"\u003e21 キャメル\u003c\/p\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_16.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cp class=\"body-text\"\u003e31 ブラウン\u003c\/p\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_17.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cp class=\"body-text\"\u003e43 ピンク\u003c\/p\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_18.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cp class=\"body-text\"\u003e62 ネイビー\u003c\/p\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_20.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cp class=\"body-text\"\u003e72 グリーン\u003c\/p\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_21.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cp class=\"body-text\"\u003e91 ブラック\u003c\/p\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WP328\/WP328_MostroShort_22.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=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード: WP449 508 521\u003c\/li\u003e\n                    \u003cli\u003eサイズ（約）：縦10cm × 横11.5cm × 厚み3.2cm\u003c\/li\u003e\n                    \u003cli\u003e素材：姫路レザー\u003c\/li\u003e\n                    \u003cli\u003e仕様：\n                        \u003cul class=\"basic-list\"\u003e\n                            \u003cli\u003e小銭入れ×1\u003c\/li\u003e\n                            \u003cli\u003e札入れ×1\u003c\/li\u003e\n                            \u003cli\u003eカードポケット×10\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                \u003cp class=\"body-text\"\u003e姫路レザー「Mostro」について\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから「播州鞣し」が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢utiveして広くアパレル業界を担う革の生産・開発を続けています。\u003c\/li\u003e\n                    \u003cli\u003e『Mostro（モストロ）』：タンニンで鞣し上げた革に手作業でオイルを浸透させ、表面をパラフィン（ロウ）加工した革です。薄くロウのかかった白っぽい表面が、使用に伴いロウが浸透しつややかな透明感をもたらすことで革本来の色を引き出しつつ、同時にタンニンレザー特有の経年変化も起こるという多重の変化を楽しむことができます。その経年変化からイタリア語の「化ける」「化け物」を意味する「モストロ」の名がついています。\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    \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    \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":"21 キャメル","offer_id":43369814130747,"sku":"WP44921 キャメル","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン","offer_id":43369814163515,"sku":"WP44931 ブラウン","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"43 ピンク","offer_id":43369814196283,"sku":"WP44943 ピンク","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"62 ネイビー","offer_id":43369814229051,"sku":"WP44962 ネイビー","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン","offer_id":43369814261819,"sku":"WP44972 グリーン","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369814294587,"sku":"WP44991 ブラック","price":15400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_b8c5bbad-d659-4325-8a07-9d29cf8c6515.jpg?v=1776755394"},{"product_id":"181348902","title":"【栃木レザー \/ ミシバクロップ】 カスタムできる ミニトラッカーウォレット \/ WP480 507 532","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限られたスペースに必要な機能が凝縮され、スマートな所作を叶えます。カード、紙幣、小銭も過不足なく収納でき、日常に溶け込む上質感が魅力です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_89cfd278-dae8-4777-8b75-01dc99c2c3e6.jpg?v=1774948107\" 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_0c407708-8de4-4537-846b-19b08a9977d2.jpg?v=1774948106\" 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_9193c9b7-525e-4431-a4c0-229b7d37e333.jpg?v=1774948107\" 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!-- 商品詳細ギャラリーセクション --\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=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP480_P\/wp480_01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニトラッカーウォレット詳細画像1\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP480_P\/wp480_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニトラッカーウォレット詳細画像2\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP480_P\/wp480_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニトラッカーウォレット詳細画像3\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP480_P\/wp480_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニトラッカーウォレット詳細画像4\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP480_P\/wp480_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニトラッカーウォレット詳細画像5\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP480_P\/wp480_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニトラッカーウォレット詳細画像6\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP480_P\/wp480_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニトラッカーウォレット詳細画像7\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP480_P\/wp480_09.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニトラッカーウォレット詳細画像8\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP480_P\/wp480_10.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニトラッカーウォレット詳細画像9\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP480_P\/wp480_11.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニトラッカーウォレット詳細画像10\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP480_P\/wp480_12.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニトラッカーウォレット詳細画像11\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP480_P\/wp480_13.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニトラッカーウォレット詳細画像12\"\u003e\n  \u003c\/div\u003e\n\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商品名: 栃木レザー \/ ミシバクロップ カスタムできる ミニトラッカーウォレット\u003c\/li\u003e\n          \u003cli\u003e商品コード: WP480 507 532\u003c\/li\u003e\n          \u003cli\u003eサイズ: 約11cm × 7.3cm × 厚み 1.5cm\u003c\/li\u003e\n          \u003cli\u003e仕様: 背面カードポケット×1、内部カードポケット×1（カード1〜10枚収納）、フリーポケット×1（お札は三つ折りまたは二つ折り）、ミニポケット×1\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材と特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e「ミシバクロップ」は、本ヌメ革を使用したミニトラッカーウォレットの新バージョンです。植物タンニン100%で鞣された、エイジングを楽しめる本革です。\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/WP480_P\/wp480_00_w.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニトラッカーウォレットメイン画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"caption-text text-end\"\u003e人気のトラッカーミニ財布に本ヌメ革バージョン登場！\u003c\/p\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\" alt=\"ファスナー閉じの様子\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"caption-text text-end\"\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=\"point-list\"\u003e\n          \u003cli\u003eカスタムA（片側リング取付）: いろんなものへの取り付けが可能。お気に入りのマスコットやストラップ、また、大きめリングはポケットやカバンからの取り出しに便利です。\u003c\/li\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\" alt=\"カスタムA 片側リング取付例\"\u003e\n          \u003c\/div\u003e\n          \u003cli\u003eカスタムB・C: カスタムBはミニショルダー化に必須、カスタムCはウォレットコードやウォレットチェーンの取り付けに最適です。\u003c\/li\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\" alt=\"カスタムB・C例\"\u003e\n          \u003c\/div\u003e\n          \u003cli\u003eカスタムC（ホック頭出し\/貫通）: 隠しホックを通常のホックに変更するカスタムです。金属のきらめきが加わり、引き締まった印象になります。※フラップ裏側の収納スペースは使えなくなります。\u003c\/li\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\" alt=\"カスタムC ホック頭出し\/貫通例\"\u003e\n          \u003c\/div\u003e\n        \u003c\/ul\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ご自身や贈る方のお名前、誕生日などの記念日、メッセージなどを刻印できます。（作業に1〜2日いただきます）\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e手打ち刻印（1,100円 税込）: シンプルで大ぶりな温かみのある書体です。大文字（A〜Z）、「.」「,」「-」が使用可能。小文字を希望される場合は3D刻印をご利用ください。一文字一文字手打ちするため、温かみある仕上がりです。\u003c\/li\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 class=\"body-text\"\u003e【名入れ】イニシャル刻印\u003c\/p\u003e\n          \u003cli\u003e3D刻印（2,200円 税込）: 高価で時間のかかる金属版ではなく樹脂製のオーダーメイド刻印。アルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども対応可能。ガタつきのない、まるで印刷物のような刻印になります。書体を選べるほか、小ぶりでまとまった刻印が可能です。お作りした版は2年間保管し、二度目以降は無料で刻印できます。\u003c\/li\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 class=\"body-text\"\u003e【名入れ】3Dオーダー刻印\u003c\/p\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革の耐久性について (ミシバクロップ vs JEANS)\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\u003eJEANS: 頻繁なオイルケアが不要、かつ、オイルがある程度、予め入っている事で最初から柔らかく、どなたでも扱いやすいと同時に、言い換えれば、予めある程度の経年変化が起きている状態とも言えます。\u003c\/li\u003e\n          \u003cli\u003eミシバクロップ: オイルが入っていないヌメ革のため、JEANSに比べ革にハリがあり、硬い状態からのスタートとなります。特にオイルやクリームを使用したお手入れを極力行わないでご使用いただくと、 ゆっくりと革へ油分が補われ、より長くご使用いただける傾向がございます。もしも油分を足すお手入れを頻繁に行われる場合は、すぐにJEANSに近い状態となります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003eあくまで参考となりますが、修理などで拝見する10年もののお財布では、オイルレザーは革自体の限界が近い物が多いですが、オイルやクリームを控えめにしてご使用されたヌメ革製品の方は、修理後も長く使えそうな物が多い傾向がございます。\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カスタムで個性が出せる人気のミニトラッカーウォレットは、現在革種違いの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\" alt=\"ミニトラッカーウォレットシリーズ比較\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n            \u003ch3\u003e〈栃木レザー〉JEANS（ジーンズ）\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_navi\/cate_1_3_saifu_mini_jeans_650x650.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"JEANSミニトラッカーウォレット\"\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003ch3\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_navi\/cate_1_3_saifu_mini_mishiba_650x650.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミシバクロップミニトラッカーウォレット\"\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003ch3\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_navi\/cate_1_3_saifu_mini_progre_650x650.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"プログレミニトラッカーウォレット\"\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003ch3\u003e〈イタリーレザー〉Pueblo × 栃木レザー\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_navi\/cate_1_3_saifu_mini_MTW-pue_650x650.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"Pueblo×栃木レザーミニトラッカーウォレット\"\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/trucker_custom.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニトラッカーウォレットカスタム案内\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"caption-text text-end\"\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        \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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e「For You」「Happy Birthday」などのメッセージを刻印。\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":43369814327355,"sku":"wp48031 ブラウン","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ（ヌメ）","offer_id":43369814360123,"sku":"wp48033 ベージュ（ヌメ）","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369814392891,"sku":"wp48091 ブラック","price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_89cfd278-dae8-4777-8b75-01dc99c2c3e6.jpg?v=1774948107"},{"product_id":"185954595","title":"【Pueblo×栃木レザー】 カスタムできる ミニトラッカーウォレット \/ WP489","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_97bc71fd-a40a-4bb4-a991-89e464b26ecc.jpg?v=1774948110\" 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_dd987585-ff79-4f69-8351-555cd0c0d3f8.jpg?v=1774948110\" 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_7db5cc81-5f72-43c8-b5b1-1ca8b6b96948.jpg?v=1774948109\" 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\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_00w.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\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eディテール\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e経年変化\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_11.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスペックイメージ\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_12.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eカラーバリエーション1\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_13.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eカラーバリエーション2\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/Pueblo_P\/mtw_pue_14.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eカラーバリエーション3\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/_TRUCKER_WALLET\/all\/fastoji.jpg\" 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  \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: 【Pueblo×栃木レザー】 カスタムできる ミニトラッカーウォレット\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e商品コード\u003c\/strong\u003e: WP489\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e素材\u003c\/strong\u003e: 牛本革 (100%植物タンニン鞣し) Pueblo × 栃木レザー\u003c\/li\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=\"sub-list\"\u003e\n            \u003cli\u003e背面カードポケット ×1\u003c\/li\u003e\n            \u003cli\u003e内部カードポケット ×1 (カード 1～10枚収納)\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      \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カスタムで個性が出せる、人気のミニトラッカーウォレットは、現在革種違いの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\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\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\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\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\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eカスタムオプション\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eトラッカーウォレットといえば、カスタムといっても過言ではありません。チェーンやコードの取り付けだけでなく、リングを取り付けると革に光り物がプラスされてドレッシーな印象になり、男性だけでなく女性にもおすすめのオプション加工です。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/trucker_custom.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003c\/div\u003e\n\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\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      \u003cp\u003e【カスタムB】ミニショルダー化に必須のカスタムです。\u003c\/p\u003e\n      \u003cp\u003e【カスタムC】ウォレットコードやウォレットチェーンを取り付けるのに最適。1950年代アメリカのトラック乗りが運転席から離れる際に忘れ物防止策としてカスタムしたことがきっかけだったそう。後にライダーたちに人気の火が燃え移り、『ライダースウォレット』+『ウォレットチェーン\/ウォレットコード』として現代に受け継がれました。\u003c\/p\u003e\n\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      \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\"\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\"\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      \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      \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\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン×ブラウン","offer_id":43369814425659,"sku":"wp48931 ブラウン×ブラウン","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ブラウン","offer_id":43369814458427,"sku":"wp48933 ベージュ×ブラウン","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン×ブラウン","offer_id":43369814491195,"sku":"wp48941 ワイン×ブラウン","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルーグリーン×ブラウン","offer_id":43369814523963,"sku":"wp48962 ブルーグリーン×ブラウン","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー×ブラウン","offer_id":43369814556731,"sku":"wp48982 グレー×ブラウン","price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369814589499,"sku":"wp48991 ブラック×ブラウン","price":15400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_97bc71fd-a40a-4bb4-a991-89e464b26ecc.jpg?v=1774948110"},{"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":"155129339","title":"【姫路レザー \/ モストロ】L字ファスナーミニ財布 \/ WC355 WC400","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姫路レザー「Mostro」のなめらかな手触りと独特の風合いが魅力。使い込むほどにロウが溶け込み、あなただけの艶やかな表情へと変化していく、\u003cstrong\u003e育てる喜びを体験できるミニ財布\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_a16d78e7-1709-4fc7-ae97-0539e8c29abb.jpg?v=1774948125\" 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スマートなL字開閉で瞬時にアクセス\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eL字ファスナーを開けば、硬貨はもちろん、二つ折りの紙幣やカードもスマートに収納。小さくても\u003cstrong\u003e驚くほどの収納力\u003c\/strong\u003eを発揮し、会計時もスムーズな所作を叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_7581dec2-1b83-4cde-8388-acb296c8ebb8.jpg?v=1774948124\" 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\"\u003eICカードもスマートにタッチ決済\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e外側のカードポケットは、交通系ICカードや定期券の収納に最適です。お財布をかざすだけで改札もスムーズに通過でき、普段使いの\u003cstrong\u003e利便性を飛躍的に高めます\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_44de8b60-9050-4f2f-8e3f-d7b2461dbfc2.jpg?v=1774948125\" 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なめらかな手触りにこだわったヌメ革【Mostro】を使用した、多機能ウォレットシリーズのミニウォレットです。小さいながらもお財布とパスケースの役割を果たします。\u003c\/p\u003e\n        \u003cp\u003eL字ファスナーで大きく開くコインポケットの両脇には、カードや二つ折りのお札を収納可能。外側カードポケットには交通系ICカードや定期券を入れられ、お財布をかざすだけで読み取りが可能です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e小銭入れ: 1\u003c\/li\u003e\n          \u003cli\u003e外側カードポケット: 1\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e縦: 約8.5cm\u003c\/li\u003e\n          \u003cli\u003e横: 約11.3cm\u003c\/li\u003e\n          \u003cli\u003e厚み: 約1.8cm\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        \u003c\/ul\u003e\n        \u003cp\u003e姫路レザーとは：\u003cbr\u003e兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきた同地区は、現在でも日本の皮革産業の中心地であり、様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n        \u003cp\u003eMostro（モストロ）とは：\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        \u003cp\u003e天然皮革の風合いを活かした、深みのある6色展開です。\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        \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      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e環境保護のため、簡易包装での発送を心がけております。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \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":43369816555579,"sku":"WC355-21 キャメル","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン","offer_id":43369816588347,"sku":"WC355-31 ブラウン","price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"43 ピンク","offer_id":43369816621115,"sku":"WC355-43 ピンク","price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"62 ネイビー","offer_id":43369816653883,"sku":"WC355-62 ネイビー","price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"72 グリーン","offer_id":43369816686651,"sku":"WC355-72 グリーン","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369816719419,"sku":"WC355-91 ブラック","price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_a16d78e7-1709-4fc7-ae97-0539e8c29abb.jpg?v=1774948125"},{"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":"155156337","title":"【栃木レザー】Calm マネークリップ \/ WP458 518","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縦9cm、横12cm、厚みわずか0.9cmの洗練された設計です。カードとお札を入れてもこの薄さを保ち、ジャケットの内ポケットやシャツの胸ポケットにもすっきりと収まります。必要なものだけをスマートに持ち歩ける、究極の\u003cstrong\u003eミニマリズム\u003c\/strong\u003eを体現します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_05357444-fd2e-4e2d-8fa6-0e1d19812ed9.jpg?v=1774948132\" 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です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_f9c70dc1-1901-4e65-940d-15cb0e23d6ff.jpg?v=1774948133\" 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_1dffc6ca-d681-4ae0-8099-d9ad1e107963.jpg?v=1774948132\" 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商品コード: WP458 518\u003c\/li\u003e\n        \u003cli\u003eサイズ（約）: 縦9cm × 横12cm × 厚み0.9cm\u003c\/li\u003e\n        \u003cli\u003e素材: 栃木レザー\u003c\/li\u003e\n        \u003cli\u003e仕様: マネークリップ×1 \/ カードポケット×3 \/ フリーポケット×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\/Calm\/WP045\/WP045_CalmManyCrip_01.jpg\" alt=\"きれいめヌメ革、栃木レザーのマネークリップ\"\u003e\n      \u003c\/div\u003e\n      \u003ch4 class=\"sub-section-title\"\u003eきれいめヌメ革、栃木レザーのマネークリップ\u003c\/h4\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\/Calm\/WP045\/WP045_CalmManyCrip_08.jpg\" 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\/Calm\/WP045\/WP045_CalmManyCrip_04.jpg\" alt=\"マネークリップを胸ポケットに入れたイメージ\"\u003e\n      \u003c\/div\u003e\n      \u003ch4 class=\"sub-section-title\"\u003e胸ポケットにも入る薄さ\u003c\/h4\u003e\n      \u003cp\u003eカードとお札を入れても厚みは1cm程度。ジャケットの内ポケット、シャツの胸ポケットにもすっきりとおさまります。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP045\/WP045_CalmManyCrip_03.jpg\" alt=\"マネークリップの薄さ詳細\"\u003e\n      \u003c\/div\u003e\n\n      \u003ch4 class=\"sub-section-title\"\u003e栃木レザーについて\u003c\/h4\u003e\n      \u003cp\u003e「栃木レザー」は、1937年創業の世界に誇る日本のタンナー栃木レザー株式会社による革です。\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      \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 class=\"sub-section-title\"\u003e21 キャメル\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP045\/WP045_CalmManyCrip_13.jpg\" alt=\"キャメルカラーのマネークリップ\"\u003e\n      \u003c\/div\u003e\n      \u003ch4 class=\"sub-section-title\"\u003e31 ブラウン\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP045\/WP045_CalmManyCrip_15.jpg\" alt=\"ブラウンカラーのマネークリップ\"\u003e\n      \u003c\/div\u003e\n      \u003ch4 class=\"sub-section-title\"\u003e91 ブラック\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP045\/WP045_CalmManyCrip_17.jpg\" 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※作業に1〜2日いただきます。\u003c\/p\u003e\n      \u003ch4 class=\"sub-section-title\"\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\" alt=\"手打ち刻印見本\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eシンプルで大ぶりな、温かみのある書体です。イニシャルや頭文字だけでも素敵です。\u003c\/p\u003e\n      \u003cp\u003e\u003cu\u003e下の「【名入れ】手打ちイニシャル刻印」からご購入ください。\u003c\/u\u003e\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e大文字（ABCD〜Z）と「.」「,」「-」が使えます。\u003c\/li\u003e\n        \u003cli\u003e小文字を希望される場合は3D刻印をご利用ください。\u003c\/li\u003e\n        \u003cli\u003e一文字一文字手打ちするため、温かみある仕上がりです。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"text--center\"\u003e【名入れ】手打ちイニシャル刻印\u003c\/p\u003e\n\n      \u003ch4 class=\"sub-section-title\"\u003e3D刻印　￥2,200（税込）\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_2.jpg\" alt=\"3D刻印見本\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e高価で時間がかかる金属版ではなく樹脂製のオーダーメイド刻印です。\u003c\/p\u003e\n      \u003cp\u003eアルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども。ガタつきのない、まるで印刷物のような刻印になります。\u003c\/p\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=\"text--center\"\u003e【名入れ】3Dオーダー刻印\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e関連商品のご案内\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003ch4 class=\"sub-section-title\"\u003eマネークリップ＆コインケースのセット使い\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP045\/WP045_CalmManyCrip_07.jpg\" alt=\"マネークリップとコインケースのセット\"\u003e\n      \u003c\/div\u003e\n      \u003ch4 class=\"sub-section-title\"\u003eお釣り銭や鍵を収納できるコインケース\u003c\/h4\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お手入れしながら10年使っていただけるマネークリップ＆コインケースです。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP045\/WP045_CalmManyCrip_05.jpg\" alt=\"コインケース内部の収納例\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"text--center\"\u003eCalm コインケース\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    \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\" 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\" 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":"21 キャメル","offer_id":43369817604155,"sku":"wp45821 キャメル","price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"31 ダークブラウン","offer_id":43369817636923,"sku":"wp45831 ダークブラウン","price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369817669691,"sku":"wp45891 ブラック","price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_6f7c42f8-cb6b-404d-9ffd-0591c4778477.jpg?v=1774948133"},{"product_id":"155156706","title":"【栃木レザー】Calm　コインケース（ミニポケット付き） \/ WC344 404","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ポケットに忍ばせてもかさばらない、約6.9cm×7.8cmの\u003cstrong\u003eコンパクトな薄型設計\u003c\/strong\u003e。スマートな所作が叶い、日常を軽やかに彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_5917b107-d784-4ffb-8133-adefe7c358c3.jpg?v=1774948134\" 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_ede298e4-f2bf-4143-adf4-b8169e287745.jpg?v=1774948133\" 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_eb4986c7-0a70-4774-89da-34d98912fe32.jpg?v=1774948133\" 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\u003eパンツの前ポケットにも収まる、栃木レザーの薄型コインケースです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC029\/WC029_CalmCoin_12.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\/Calm\/WC029\/WC029_CalmCoin_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC029\/WC029_CalmCoin_08.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        \u003cp\u003e前面のミニポケットには家の鍵、もしもの時のお札、お買い物のメモ、ちいさなチケット、お守り、常備薬などを入れておくことができます。\u003c\/p\u003e\n        \u003ch4\u003e鍵の特等席に\u003c\/h4\u003e\n        \u003cp\u003eコインケースに鍵を入れたい方におすすめなのがこのコインケースの前ポケット。車のキーといった大きなものは入りませんが、一般的な家の鍵や自転車の鍵が収納できます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC029\/WC029_CalmCoin_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003ch4\u003e小さくたためばお札も入ります\u003c\/h4\u003e\n        \u003cp\u003e小銭だけでは心もとない思いをすることも。ですがこのコインケースにはもしもの時のお札を入れておくことができます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP045\/WP045_CalmManyCrip_06.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        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC029\/WC029_CalmCoin_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\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\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP045\/WP045_CalmManyCrip_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003ch4\u003e薄く持てるマネークリップ\u003c\/h4\u003e\n        \u003cp\u003eかさばる小銭はコインケースに逃がして、マネークリップの方はしっかりとした革を使いながら、胸ポケットに入れられる薄さです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WP045\/WP045_CalmManyCrip_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cp\u003eしっかりと目の詰まった本物の栃木レザーを厳選して使用。お手入れしながら10年使っていただけるマネークリップ＆コインケースです。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e関連商品: Calm マネークリップ\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ご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。（※作業に1〜2日いただきます。）\u003c\/p\u003e\n        \u003ch4\u003e手打ち刻印　￥1,100（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_1.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\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        \u003cul class=\"point-list\"\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\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\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        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e関連商品: 【名入れ】3Dオーダー刻印\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e製品のカラーラインナップをご紹介します。\u003c\/p\u003e\n        \u003ch4\u003e21 キャメル\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC029\/WC029_CalmCoin_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003ch4\u003e31 ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC029\/WC029_CalmCoin_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003ch4\u003e91 ブラック\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC029\/WC029_CalmCoin_05.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        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cp\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印します。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ・素材・仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦6.9cm × 横7.8cm × 厚み1.9cm\u003c\/li\u003e\n          \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n          \u003cli\u003e仕様：小銭入れ×1 \/ ポケット×1\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材について（栃木レザー）\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e「栃木レザー」は、1937年創業の世界に誇る日本のタンナー栃木レザー株式会社による革です。\u003c\/p\u003e\n        \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        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード：WC344 404\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369817702459,"sku":"wc34421 キャメル","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"31 ダークブラウン","offer_id":43369817735227,"sku":"wc34431 ダークブラウン","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369817767995,"sku":"wc34491 ブラック","price":4950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_e4130665-508d-4fb7-ac57-7251cd796643.jpg?v=1774948134"},{"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":"169940555","title":"【栃木レザー \/ ミシバクロップ】 キーリング \/ WA356","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_a9a21246-e73e-40c3-a3ef-f7114a81be2b.jpg?v=1774948173\" 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_70bca47d-7287-4154-851f-b1ba32a67074.jpg?v=1774948173\" 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_35a0ee4a-6f12-413c-8a4d-6ba1a02283d5.jpg?v=1774948173\" 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    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mishiba\/WA355WA356\/WA355_WA356_MishibaKeyHolder_11.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\"\u003e店頭入荷の度に品薄となる「サドルベルト」に使用している「\u003cstrong\u003eミシバクロップ\u003c\/strong\u003e」。多くの食用牛と違い、ゆっくりと育てられた牛のみが持つ分厚い皮から作られる希少な革です。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eいわゆる「ヌメ革」と呼ばれる、多くの革好きを魅了してやまない「\u003cstrong\u003e育てる革\u003c\/strong\u003e」でもあります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e職人の確かな手仕事\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eワイルドな仕上がりを好まれることが多いミシバクロップですが、長く使っていただけるように細部まで丁寧に作り込んでいます。革を貼り合わせて革ウラを見せず、サイドの\u003cstrong\u003eコバ（断面）も美しく磨き上げました\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e贈り物としても申し分ないクオリティです。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mishiba\/WA355WA356\/WA355_WA356_MishibaKeyHolder_08.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つだけ大きなフック。ここには\u003cstrong\u003eメインの鍵\u003c\/strong\u003eを取り付けることを想定しています。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mishiba\/WA355WA356\/WA355_WA356_MishibaKeyHolder_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\/Mishiba\/WA355WA356\/WA355_WA356_MishibaKeyHolder_12.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ベルトに取り付けても\"\u003e\n    \u003cp class=\"body-text\"\u003eバッグやベルトに取り付けて使える、\u003cstrong\u003eジャンパーホック式\u003c\/strong\u003e。開閉はベロの部分を押し上げて、片手でも開くことができます。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mishiba\/WA355WA356\/WA355_WA356_MishibaKeyHolder_13.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\/Mishiba\/WA355WA356\/WA355_WA356_MishibaKeyHolder_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    \u003ch3 class=\"section-title\"\u003e通常バージョン\u003c\/h3\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mishiba\/WA355WA356\/WA355_WA356_MishibaKeyHolder_14.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"通常バージョンカラー\"\u003e\n    \u003cp class=\"body-text\"\u003e31 ブラウン \/ 33 ベージュ（ヌメ）\/ 91 ブラック\u003c\/p\u003e\n    \u003ch3 class=\"section-title\"\u003eホワイトワックスバージョン\u003c\/h3\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mishiba\/WA355WA356\/WA355_WA356_MishibaKeyHolder_15.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ホワイトワックスバージョンカラー\"\u003e\n    \u003cp class=\"body-text\"\u003e31 ブラウン WhiteWAX \/ 33 ベージュ（ヌメ） WhiteWAX \/ 91 ブラック WhiteWAX\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\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!-- スペック・詳細セクション (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\n\u003cstrong\u003eサイズ（約）\u003c\/strong\u003e：全長17cm \/ ベルト部分 縦9 × 横2cm \/ リング外径 2.5cm \/ キー取り付け金具部分 6.5cm\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e素材\u003c\/strong\u003e：栃木レザー\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e仕様\u003c\/strong\u003e：キーフック小×3 \/ キーフック大×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 class=\"body-text\"\u003e「栃木レザー」は、1937年創業の世界に誇る日本のタンナー栃木レザー株式会社による革です。通常はドラムで短時間で済ませる鞣しの工程を、じっくりと時間と手間をかけて行い、その品質で世界に名を轟かせています。\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\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\"\u003eWA356\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e発送について\u003c\/h3\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\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    \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":43369822814267,"sku":"wa35631 ブラウン","price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"33 ベージュ","offer_id":43369822847035,"sku":"wa35633 ベージュ","price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369822879803,"sku":"wa35691 ブラック","price":5500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_a9a21246-e73e-40c3-a3ef-f7114a81be2b.jpg?v=1774948173"},{"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":"155158522","title":"【栃木レザー】Calm　靴ベラキーホルダー \/ WA389","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e栃木レザーの証明\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e伝統と技術が息づく\u003cstrong\u003e栃木レザー\u003c\/strong\u003e製。一点一点\u003cstrong\u003e丁寧に作られた証\u003c\/strong\u003eが、この\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_0a65dcea-9b9b-4764-8692-c924600bb7e1.jpg?v=1774948178\" 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へと育ちます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_5021cd36-b8c2-43ff-bac8-97311cf578ba.jpg?v=1774948177\" 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\u003e3つのキーリング\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_c147006f-3a42-4249-b55e-fdde764b40a2.jpg?v=1774948178\" 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\/Calm\/WA151\/WA151_CalmShoehorn_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\/Calm\/WA151\/WA151_CalmShoehorn_01.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\/Calm\/WA151\/WA151_CalmShoehorn_04.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 class=\"body-text\"\u003e\u003cstrong\u003e21 キャメル\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WA151\/WA151_CalmShoehorn_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: 21 キャメル\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e\u003cstrong\u003e31 ブラウン\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WA151\/WA151_CalmShoehorn_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: 31 ブラウン\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e\u003cstrong\u003e61 ネイビー\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WA151\/WA151_CalmShoehorn_09.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー: 61 ネイビー\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e\u003cstrong\u003e91 ブラック\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WA151\/WA151_CalmShoehorn_10.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ギフトラッピングについて\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        \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● 商品コード: WA389\u003c\/li\u003e\n                    \u003cli\u003e● サイズ（約）: 全長12.7cm × 横3.7cm\u003c\/li\u003e\n                    \u003cli\u003e● 素材: 栃木レザー \/ 真鍮\u003c\/li\u003e\n                    \u003cli\u003e● 仕様: 靴ベラ×1 \/ キーリング×3\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「栃木レザー」は、1937年創業の世界に誇る日本のタンナー栃木レザー株式会社による革です。通常はドラムで短時間で済ませる鞣しの工程を、じっくりと時間と手間をかけて行い、その品質で世界に名を轟かせています。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e有害な物質を排出する薬品類は一切使わず、タンニンを多く含むミモザの樹皮から抽出したエキスで鞣された革は、風合いが優れていることはもちろんのこと、耐久性や吸湿性・放湿性を誇る最高のマテリアルです。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e発送について\u003c\/h3\u003e\n        \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    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e▶ 天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n            \u003cli\u003e▶ 素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369823109179,"sku":"WA38921 キャメル","price":4950.0,"currency_code":"JPY","in_stock":false},{"title":"31 ダークブラウン","offer_id":43369823141947,"sku":"WA38931 ダークブラウン","price":4950.0,"currency_code":"JPY","in_stock":false},{"title":"61 ネイビー","offer_id":43369823174715,"sku":"WA38961 ネイビー","price":4950.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369823207483,"sku":"WA38991 ブラック","price":4950.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_0a65dcea-9b9b-4764-8692-c924600bb7e1.jpg?v=1774948178"},{"product_id":"155157992","title":"【栃木レザー】Calm　キーケース \/ WC345 405","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縦6cm、横11cm、厚み2cmという絶妙なサイズ感は、ポケットやバッグの中でかさばることなく、常にスマートな印象を保ちます。手にした瞬間にしっくりと馴染む、\u003cstrong\u003e計算し尽くされたデザイン\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_b7088485-1e4b-46de-b0b8-cb3483fe9dc4.jpg?v=1774948180\" 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しっとりとした手触りの2mm厚の栃木レザーが、本物だけが持つ\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_244bb9ee-f0be-4a85-8e96-7df074895897.jpg?v=1774948180\" 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本の鍵（大1、小3）をしっかりと包み込むデザインは、鞄の中の貴重品を傷つける心配がありません。鍵がぶつかり合う金属音も軽減し、スマートな所作を演出します。必要な時にサッと鍵を取り出せる、\u003cstrong\u003e機能的な収納力\u003c\/strong\u003eを備えています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_d4aca451-7951-4e19-bea7-fc3c4c069d56.jpg?v=1774948180\" 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    \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最もスタンダードな、鍵を包み込む形のキーケースです。鍵を取り付けやすさを重視した金具を採用しており、合計4本の鍵が取り付けられます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC103\/wc103_calmkeycase_01.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\/Calm\/WC103\/wc103_calmkeycase_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\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=\"http:\/\/b3labo.sub.jp\/Calm\/WC103\/wc103_calmkeycase_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\/Calm\/WC103\/wc103_calmkeycase_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"section-title\"\u003e老若男女を選ばずお使いいただけるデザイン\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e裏生地を使用しない2mm厚の革を使用し、タフにお使い頂けるデザインです。高級感あるツヤがオフィシャルな装いにもさり気なくマッチします。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC103\/wc103_calmkeycase_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ご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。（※作業に1〜2日いただきます。）\u003c\/p\u003e\n        \u003ch3 class=\"section-title\"\u003e手打ち刻印　1,100円（税込）\u003c\/h3\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        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eシンプルで大ぶりな、温かみのある書体です。イニシャルや頭文字だけでも素敵です。\u003c\/li\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        \u003ch3 class=\"section-title\"\u003e3D刻印　2,200円（税込）\u003c\/h3\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        \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        \u003ch3 class=\"section-title\"\u003e21 キャメル\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC103\/wc103_calmkeycase_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"section-title\"\u003e31 ブラウン\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC103\/wc103_calmkeycase_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"section-title\"\u003e91 ブラック\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC103\/wc103_calmkeycase_10.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        \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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦6cm × 横11cm × 厚み2cm\u003c\/li\u003e\n          \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n          \u003cli\u003e仕様：キーリング×3 \/ キーリング大×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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e「栃木レザー」は、1937年創業の世界に誇る日本のタンナー栃木レザー株式会社による革です。通常はドラムで短時間で済ませる鞣しの工程を、じっくりと時間と手間をかけて行い、その品質で世界に名を轟かせています。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e有害な物質を排出する薬品類は一切使わず、タンニンを多く含むミモザの樹皮から抽出したエキスで鞣された革は、風合いが優れていることはもちろんのこと、耐久性や吸湿性・放湿性を誇る最高のマテリアルです。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cp class=\"body-text\"\u003e商品コード: WC345 405\u003c\/p\u003e\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\" alt=\"エコな配送を心がけます\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e当店では環境に配慮し、簡易包装を心がけております。\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    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369823240251,"sku":"wc34521 キャメル","price":6490.0,"currency_code":"JPY","in_stock":true},{"title":"31 ダークブラウン","offer_id":43369823273019,"sku":"wc34531 ダークブラウン","price":6490.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369823305787,"sku":"wc34591 ブラック","price":6490.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c133d561-a1b5-4c0d-969f-a6172e5cff81.jpg?v=1774948181"},{"product_id":"169114452","title":"【栃木レザー】Grandpa　ラウンドキーケース \/ WC271 398","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_886dae42-5fc1-4b0a-b718-72fe47f8491.jpg?v=1774948181\" 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縦10.5cm、横7.3cm、厚み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_de160773-ae72-4949-95fc-2a271409f05.jpg?v=1774948182\" 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_49abf894-8644-4b66-a8e4-4c67c6dd20b9.jpg?v=1774948182\" 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\"\u003eGrandpaシリーズについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e栃木レザーのしっかりとした革を楽しむことができるGrandpaシリーズ。\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\u003e4つの豊富なカラーからお選びいただけます。\u003c\/p\u003e\n        \u003cp\u003e21キャメル\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/169114452_o4.jpg?cmsp_timestamp=20220712174056\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cp\u003e31ブラウン\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/169114452_o5.jpg?cmsp_timestamp=20220712174056\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cp\u003e61ネイビー\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/169114452_o6.jpg?cmsp_timestamp=20220712174056\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cp\u003e91ブラック\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/169114452_o7.jpg?cmsp_timestamp=20220712174056\" 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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eカードポケット×1\u003c\/li\u003e\n          \u003cli\u003eキーフック×4\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縦：約10.5cm\u003c\/li\u003e\n          \u003cli\u003e横：約7.3cm\u003c\/li\u003e\n          \u003cli\u003e厚み：約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        \u003cp\u003e「栃木レザー」は、1937年創業の世界に誇る日本のタンナー栃木レザー株式会社による革です。\u003c\/p\u003e\n        \u003cp\u003e通常はドラムで短時間で済ませる鞣しの工程を、じっくりと時間と手間をかけて行い、その品質で世界に名を轟かせています。\u003c\/p\u003e\n        \u003cp\u003e有害な物質を排出する薬品類は一切使わず、タンニンを多く含むミモザの樹皮から抽出したエキスで鞣された革は、風合いが優れていることはもちろんのこと、耐久性や吸湿性・放湿性を誇る最高のマテリアルです。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフトラッピングについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印したラッピングが可能です。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 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\u003eWC271 398\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\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    \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\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":43369823338555,"sku":"wc27121 キャメル","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン","offer_id":43369823371323,"sku":"wc27131 ブラウン","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"61 ネイビー","offer_id":43369823404091,"sku":"wc27161 ネイビー","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369823436859,"sku":"wc27191 ブラック","price":8250.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_886dae42-5fc1-4b0a-b718-72fe47f89491.jpg?v=1774948181"},{"product_id":"165778048","title":"【栃木レザー \/ JEANS】 スマートキーケース \/ WC315","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e栃木レザーが彩る日常を演出\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e本物を愛し、日常に上質さと機能性を求める大人に。\u003cstrong\u003e上質な栃木レザーJEANS\u003c\/strong\u003eが魅せる、表情豊かなカラーバリエーションは、使い込むほどに深まる風合いで、あなただけの物語を刻む大切な相棒となります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c4af079f-6067-47cd-9003-a9e8c575fd99.jpg?v=1774948184\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eこだわりの革小物、個性豊かな選択\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e大切なスマートキーを優しく包む\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eお使いのスマートキーを傷や衝撃からしっかりと保護する、計算されたサイズ設計です。手のひらに心地よく収まる\u003cstrong\u003eコンパクトな設計\u003c\/strong\u003eで、カバンやポケットの中でもかさばらず、スマートな携帯性を叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_5179dcdd-2419-42f0-a3a1-f2d7388eb273.jpg?v=1774948183\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e機能を追求したミニマルな形状\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e迷わず使える両面フラップ構造\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eどちらの面からも迷うことなくスムーズに開閉できる、使う人に寄り添った\u003cstrong\u003e画期的なデザイン\u003c\/strong\u003eです。スマートな操作性を実現し、誕生日や記念日など、大切な人への心に残る贈り物としても最適です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_4eb0ffab-1df4-4dbf-8f59-035f9a00dc99.jpg?v=1774948185\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e利便性と贈る喜びを兼ね備える\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e大切なスマートキーを丈夫な栃木レザーがしっかりと包み込む、両表タイプのスマートキーケースです。表にも裏にも同じようにフラップがあるので、迷わず開閉できます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/165778048_o7.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e手のひらに心地よく収まるコンパクト設計です。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/165778048_o1.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦8.5cm × 横4.5cm × 厚み2cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e栃木レザー(JEANS)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e贈り物・刻印サービス\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e使用頻度の高い、よく触るアイテムなので経年変化が早く楽しめます。家族などそれぞれのカラーで揃えても楽しいですね。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e金具の周囲、ステッチの上以外はほぼ全域に刻印を入れることも可能です。記念の折のお品物にもぜひどうぞ。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。（作業に1〜2日いただきます。）\u003c\/p\u003e\n\n        \u003ch4 class=\"sub-section-title\"\u003e手打ち刻印 ￥1,100（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_1.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eシンプルで大ぶりな、温かみのある書体です。イニシャルや頭文字だけでも素敵です。\u003c\/li\u003e\n          \u003cli\u003e大文字（ABCD〜Z）、「.」「,」「-」が使えます。（小文字を希望される場合は3D刻印をご利用ください。）\u003c\/li\u003e\n          \u003cli\u003e一文字一文字手打ちするため、温かみある仕上がりです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text text-center\"\u003e【名入れ】手打ちイニシャル刻印\u003c\/p\u003e\n\n        \u003ch4 class=\"sub-section-title\"\u003e3D刻印 ￥2,200（税込）\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/kokuin_setsumei_2.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e高価で時間がかかる金属版ではなく樹脂製のオーダーメイド刻印です。\u003c\/li\u003e\n          \u003cli\u003eアルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども。ガタつきのない、まるで印刷物のような刻印になります。\u003c\/li\u003e\n          \u003cli\u003e書体を選べるほか、小ぶりでまとまった刻印が可能です。\u003c\/li\u003e\n          \u003cli\u003eお作りした版は2年間保管し、二度目以降は無料で刻印できます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text text-center\"\u003e【名入れ】3Dオーダー刻印\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003ch4 class=\"sub-section-title\"\u003e21 キャメル\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/165778048_o2.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n        \u003ch4 class=\"sub-section-title\"\u003e31 ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/165778048_o3.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n        \u003ch4 class=\"sub-section-title\"\u003e61 ネイビー\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/165778048_o4.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n        \u003ch4 class=\"sub-section-title\"\u003e72 グリーン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/165778048_o4.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n        \u003ch4 class=\"sub-section-title\"\u003e91 ブラック\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01456\/290\/product\/165778048_o6.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフトラッピング\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印いたします。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100\" alt=\"エコな配送を心がけます\"\u003e\u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e環境保護のため、簡易包装を心がけております。ご理解とご協力をお願いいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然素材の為、多少の色差や筋跡などの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369823469627,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"31 ブラウン","offer_id":43369823502395,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"61 ネイビー","offer_id":43369823535163,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"72 グリーン","offer_id":43369823567931,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369823600699,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c4af079f-6067-47cd-9003-a9e8c575fd99.jpg?v=1774948184"},{"product_id":"167112703","title":"【姫路レザー \/ モストロ】キーケース \/ WC356 WC401","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_0c9b12c4-c5c9-4e4f-9433-3e73eac5169a.jpg?v=1774948185\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eエイジングを楽しむ本革キーケース\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e掌に収まるスマートな存在感\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e縦11.4cm、横6.3cmのコンパクトなサイズ感。厚みわずか2.2cmで、ポケットや小さなバッグにもすっきりと収まり、スマートな毎日をサポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_bca1978e-35d3-4a78-bce9-ea9b8969a734.jpg?v=1774948185\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e洗練されたスリムデザイン\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e賢く鍵をまとめる機能美\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e3つのキーフックと便利なボールチェーンで、大切な鍵をしっかりと整理。内ポケットが2つあり、カードやスマートキーなど、小物も\u003cstrong\u003eスマートに収納できる機能的なデザイン\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_a19c498e-fc34-4bed-a2cb-5039f6969aa9.jpg?v=1774948186\" 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なめらかな手触りにこだわったヌメ革【Mostro】を使用したキーケースです。\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        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e姫路レザー「Mostro」\u003c\/p\u003e\n                \u003cp\u003e姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n                \u003ch4\u003e『Mostro（モストロ）』\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                \u003cp\u003e様々な表情を見せるモストロレザーの豊富なカラーをご用意しました。\u003c\/p\u003e\n                \u003cp\u003e\u003cstrong\u003e21 キャメル\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WC152\/WC152_keycase_Mostro_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n                \u003cp\u003e\u003cstrong\u003e31 ブラウン\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WC152\/WC152_keycase_Mostro_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n                \u003cp\u003e\u003cstrong\u003e43 ピンク\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WC152\/WC152_keycase_Mostro_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n                \u003cp\u003e\u003cstrong\u003e62 ネイビー\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WC152\/WC152_keycase_Mostro_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n                \u003cp\u003e\u003cstrong\u003e72 グリーン\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WC152\/WC152_keycase_Mostro_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n                \u003cp\u003e\u003cstrong\u003e91 ブラック\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WC152\/WC152_keycase_Mostro_07.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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ（約）：縦11.4cm × 横6.3cm × 厚み2.2cm\u003c\/li\u003e\n                    \u003cli\u003e素材：姫路レザー\u003c\/li\u003e\n                    \u003cli\u003e仕様：内ポケット×2 \/ 3連キーフック×1 \/ ボールチェーン×1\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003e商品コード: WC356 WC401\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\u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\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 class=\"body-text\"\u003e環境保護のため、簡易包装を心がけております。ご理解とご協力をお願いいたします。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n            \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369823797307,"sku":"WC35621 キャメル","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン","offer_id":43369823830075,"sku":"WC35631 ブラウン","price":7700.0,"currency_code":"JPY","in_stock":false},{"title":"43 ピンク","offer_id":43369823862843,"sku":"WC35643 ピンク","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"62 ネイビー","offer_id":43369823895611,"sku":"WC35662 ネイビー","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン","offer_id":43369823928379,"sku":"WC35672 グリーン","price":7700.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369823961147,"sku":"WC35691 ブラック","price":7700.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_0c9b12c4-c5c9-4e4f-9433-3e73eac5169a.jpg?v=1774948185"},{"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":"181069880","title":"【イタリーレザー \/ Pueblo】 名刺入れ（帯付き） \/ WC371","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\"\u003ePuebloが魅せる好印象\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e指先に吸い付くような\u003cstrong\u003ePuebloレザーの柔らかな感触\u003c\/strong\u003e。初対面でも好印象を与える、洗練された佇まいを演出します。ビジネスシーンを彩る多様なカラー展開も魅力です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_5f899330-4182-4bc3-b4c9-c3b72f11b75d.jpg?v=1774948190\" 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厚みわずか0.8cm。ポケットに入れてもかさばらない、\u003cstrong\u003eミニマルデザイン\u003c\/strong\u003eです。メインポケットに加え、背面ポケットも備え、ビジネスの効率化を追求しました。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_4523b50d-9ba0-48b3-8307-ab2621ce76b8.jpg?v=1774948190\" 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背面ポケットにはICカードもスムーズに収納\u003c\/strong\u003eできます。日々の通勤やちょっとした買い物も、この一つで快適に過ごせます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_51512e08-5dfe-4ba5-999a-67d760e96891.jpg?v=1774948190\" 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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ（約）：縦8cm × 横11cm × 厚み0.8cm\u003c\/li\u003e\n                    \u003cli\u003e素材：イタリーレザー(pueblo)\u003c\/li\u003e\n                    \u003cli\u003e仕様：本体ポケット×1 \/ 背面ポケット×1\u003c\/li\u003e\n                    \u003cli\u003e商品コード：WC371\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\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC_meishi-slim\/WC371_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"名刺入れ詳細1\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC_meishi-slim\/WC371_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"名刺入れ詳細2\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC_meishi-slim\/WC371_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"名刺入れ詳細3\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC_meishi-slim\/WC371_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"名刺入れ詳細4\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eビジネスシーンを彩る多様なカラー展開です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC_meishi-slim\/WC371_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"名刺入れカラーバリエーション1\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC_meishi-slim\/WC371_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"名刺入れカラーバリエーション2\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC_meishi-slim\/WC371_09.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"名刺入れカラーバリエーション3\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eイタリーレザーについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eb3Laboで使用するイタリーレザー\/イタリアンレザーは、主にイタリアのトスカーナ地方で伝統のバケッタ製法によって鞣された牛本革です。\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                \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\"\u003ePueblo（プエブロ）の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\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                    \u003cli\u003e起毛の艶消し状態から輝くような艶が出る劇的な体験\u003c\/li\u003e\n                \u003c\/ul\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\u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトラッピングイメージ\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印したラッピングが可能です。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e環境負荷軽減のため、簡易包装での配送を心がけております。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \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\u003cstrong\u003e刻印を入れた裏側のPuebloの繊細な模様が消えてしまうため、本商品への名入れはできません。\u003c\/strong\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"31 ブラウン","offer_id":43369824387131,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"33 ベージュ","offer_id":43369824419899,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"41 ワイン","offer_id":43369824452667,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"62 ブルーグリーン","offer_id":43369824485435,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"82 グレー","offer_id":43369824518203,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック","offer_id":43369824550971,"sku":null,"price":8250.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_5f899330-4182-4bc3-b4c9-c3b72f11b75d.jpg?v=1774948190"},{"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":"155157687","title":"【栃木レザー】 Calm 名刺入れ（大容量タイプ） \/ WC358-359-411 WC391-392","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_14eb25e4-3f8e-4b24-98b7-8d4145651bce.jpg?v=1774948198\" 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縦7.5cm、横11.5cm、厚み2cm。この寸法により、鞄やポケット内でかさばらず、商談や移動の際にも、\u003cstrong\u003eスムーズな取り出し\u003c\/strong\u003eが可能です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_d76d57d6-c3ff-4966-8cac-929a984747d7.jpg?v=1774948199\" 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枚収容するメインポケット。革のカドは、内容量に合わせて形状が調整され、使い込むほどに持ち手の使い方に\u003cstrong\u003e馴染む物理的な変化\u003c\/strong\u003eが起こります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_998c529a-a52b-433d-85b8-1f877067e365.jpg?v=1774948198\" 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=\"http:\/\/b3labo.sub.jp\/Calm\/WC030\/WC030_CalmCardCase_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    \u003cp class=\"body-text\"\u003e老若男女、いくつになっても使える、シンプル×上質な革を使った名刺入れ。\u003cstrong\u003e革の良さを引き出す\u003c\/strong\u003eためにスタンダードを突き詰めた一品です。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC030\/WC030_CalmCardCase_09.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へと変化します。まるで人間とともに時を歩むような、そんな楽しみ方ができるのは日本最高峰と呼び声の高い栃木レザーの品質への信頼と、職人の手仕事のおかげです。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC030\/WC030_CalmCardCase_21.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。周囲を見回してもすぐには巡り会えない、少しレアな存在です。栃木レザーの名刺入れのような、本当に良い革の経年変化（エイジング）に気付けるようなお相手なら、最高のお話のきっかけになるかもしれません。\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  \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革小物・革ベルトのお店b3Labo（ビースリーラボ）は2009年に誕生しました。工房がある浅草橋は革問屋、金具屋、革加工職人など皮革に関わる様々な会社が集まる\u003cstrong\u003e「革の街」\u003c\/strong\u003e。 エプロン姿そのままの職人たちが材料の買い出しに行く姿も見られます。\u003c\/p\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\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  \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「栃木レザー」Calm 名刺入れ（大容量タイプ）の基本情報です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード: WC358-359-411 WC391-392\u003c\/li\u003e\n          \u003cli\u003eサイズ（約）: 縦7.5cm × 横11.5cm × 厚み2cm\u003c\/li\u003e\n          \u003cli\u003e素材: 栃木レザー\u003c\/li\u003e\n          \u003cli\u003e仕様: 名刺入れ×1 \/ カードポケット×1\u003c\/li\u003e\n          \u003cli\u003e一般的な名刺サイズで約60枚収納\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『Calm名刺入れ』を長くご愛用いただくために、必要な機能をしっかりと盛り込みました。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC030\/WC030_CalmCardCase_18.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"名刺入れの使いやすさ\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e60枚もの名刺が入る大容量\u003c\/h4\u003e\n        \u003cp\u003eメインの大ポケットには、最大60枚（※一般的な名刺55×91mmサイズの名刺）が入ります。秘密はカド部分の革を薄く調整していること。最初は折りたたんでお届けするこのカド部分が、名刺をたくさん入れた場合は伸びて全体が厚くなり、あまり枚数を持たない方の場合は内容量に合わせて縮んだ状態で革が馴染みます。買ったばかりの革は「これから育てる」段階であり、持ち主の使い方に合わせて徐々にカタチが落ち着いていく様子を楽しんでいただけます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC030\/WC030_CalmCardCase_22.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"60枚収納の大容量\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e頂いた名刺を分けられる仕切り\u003c\/h4\u003e\n        \u003cp\u003eメインの大ポケットの他、2つのマチなしポケットを備えています。頂いた名刺は自分の名刺と分けて保管したり、ご自分のサブ名刺を忍ばせておいたりとご自由にお使いいただけます。「フラップ側のポケットは浅い方が使いやすいのでは？」と仰る方もいらっしゃるかと思いますが、この深さがあるからこそ、表側の革に段差が出ず、平滑で美しい経年変化につながります。また、深いポケットの出し入れにきつさを感じるのは最初のうちで、徐々に革がやわらかく馴染み、扱いやすくなってまいります。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC030\/WC030_CalmCardCase_23.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"仕切りポケットの活用例\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e控えめなブランドロゴ\u003c\/h4\u003e\n        \u003cp\u003e外装は素晴らしい滑らかさの一枚革。ロゴは外からは見えず、フラップを開いた左下部分に小さく入れております。まずは革の良さを全面に押し出す、b3Laboの姿勢を表しています。また、ロゴの反対側、右側に刻印で名入れをするサービスもご用意しております。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC030\/WC030_CalmCardCase_24.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        \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        \u003cp\u003e革製品を長くお使いいただくために、1年に2回〜は水分・油分を補うケアが必要です。（お手入れの頻度は使用条件などで異なります）\u003c\/p\u003e\n        \u003cp\u003eb3Laboではコロンブス社のコンディショニングクリームをおすすめしております。水分がたっぷり入ったゲルタイプは初めてのお手入れでも失敗が起こりにくいメリットがあります。\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        \u003cp\u003eb3Laboの実店舗でもクリームメンテナンスサービスを行っておりますので、ぜひお気軽にお立ち寄りください。\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\u003e21 キャメル\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC030\/WC030_CalmCardCase_25.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\/Calm\/WC030\/WC030_CalmCardCase_26.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\/Calm\/WC030\/WC030_CalmCardCase_27.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\/Calm\/WC030\/WC030_CalmCardCase_28.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ご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。※作業に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シンプルな大ぶりの大文字で、イニシャルや頭文字だけでも素敵です。\u003c\/p\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\" alt=\"3D刻印見本\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e工房の3Dプリンターで作るオーダーメイド刻印です。アルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども。ガタつきのない、まるで印刷物のような刻印になります。\u003c\/p\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\"\u003eCalmシリーズについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e滑らかに加工された表面を『穏やかに凪いだ海』に喩えたCalmシリーズは、ビジネスシーン・プライベートとどのような場面でもお使いいただけます。シンプルなフォルムは服装やシーンを選ばず、オンオフ・シーンを問わずお使いいただけるアイテムとなっております。\u003c\/p\u003e\n        \u003cp\u003eシリーズ一覧\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフトラッピング\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_WRAP\/gift_small_03_1pera.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトラッピングイメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e工房から出るハギレを活かして「For You」「Happy Birthday」などのメッセージを刻印。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \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\u003e簡易包装にご協力をお願いいたします。\u003c\/p\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/file003.shop-pro.jp\/PA01456\/290\/img_shouhin\/option\/eco_simplepacking.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"エコな配送を心がけます\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (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    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369825009723,"sku":"WC35821 キャメル","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"31 ダークブラウン","offer_id":43369825042491,"sku":"WC35831 ダークブラウン","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"61 ネイビー","offer_id":43369825075259,"sku":"WC35861 ネイビー","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369825108027,"sku":"WC35891 ブラック","price":8250.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_14eb25e4-3f8e-4b24-98b7-8d4145651bce.jpg?v=1774948198"},{"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":"166670723","title":"【栃木 \/ インナーマルチカラー】 Overカードケース \/ WC292-363 WC425","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  \u003ch2\u003e【栃木 \/ インナーマルチカラー】 Overカードケース \/ WC292-363 WC425\u003c\/h2\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_c5eed7cb-7f10-444c-b0e5-d23025ab2dff.jpg?v=1774948204\" 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約1.3cmの薄型設計\u003c\/strong\u003eで、どんなポケットにもスマートに収まります。必要なカードへスムーズにアクセスでき、日々の暮らしを軽やかに演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_a0b3fe69-f0cb-45c8-88fe-e5e34aff7ada.jpg?v=1774948203\" 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\"\u003e10枚収納 カード整理の決定版\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e縦13.8cm、横8cmの絶妙なサイズ感。\u003cstrong\u003e10のカードポケットと2つの大ポケット\u003c\/strong\u003eを備え、あらゆるカードを効率的に収納します。あなたのビジネスやプライベートをスマートにサポートする、頼れる一枚です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_acfd62c8-7de9-4d69-9f40-f075d7f0911f.jpg?v=1774948204\" 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内側のマルチカラーが魅力的。栃木レザーの2つ折りカードケースです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/card-2ori\/wc292_Overcardcase_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\/OVER\/card-2ori\/wc292_Overcardcase_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\/OVER\/card-2ori\/wc292_Overcardcase_10.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"厳選された栃木レザーのアップ画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eしっかりと目の詰まった本物の栃木レザーを厳選して使用。お手入れしながら10年使っていただけるカードケースです。\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ご自分や差し上げる方のお名前、誕生日などの記念日、メッセージなどを刻印できます。作業に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 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        \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 class=\"body-text\"\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\u003e21キャメル\u003c\/h4\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/card-2ori\/wc292_Overcardcase_05.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\/OVER\/card-2ori\/wc292_Overcardcase_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ダークブラウン色のカードケース\"\u003e\n        \u003ch4\u003e61 ネイビー\u003c\/h4\u003e\n        \u003cimg src=\"http:\/\/b3labo.sub.jp\/OVER\/card-2ori\/wc292_Overcardcase_07.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\/OVER\/card-2ori\/wc292_Overcardcase_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラック色のカードケース\"\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サイズ（約）：縦13.8cm × 横8cm × 厚み1.3cm\u003c\/li\u003e\n          \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n          \u003cli\u003e仕様：カードポケット×10 \/ カードポケット(大)×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素材について：栃木レザー「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ギフトラッピング\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  \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!-- 発送案内セクション (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  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"12 キャメル","offer_id":43369825697851,"sku":"wc29212 キャメル","price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"32 ダークブラウン","offer_id":43369825730619,"sku":"wc29232 ダークブラウン","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"61 ネイビー","offer_id":43369825763387,"sku":"wc29261 ネイビー","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369825796155,"sku":"wc29291 ブラック","price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_c5eed7cb-7f10-444c-b0e5-d23025ab2dff.jpg?v=1774948204"},{"product_id":"155158094","title":"【栃木レザー】Calm 薄型パスケース \/ WC342 409","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_27d73157-ad26-4cda-b5d2-fcf148b3cfa3.jpg?v=1774948206\" 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約10.5cm×7.5cmの\u003cstrong\u003eコンパクト\u003c\/strong\u003eなサイズは、スーツのポケットや小さなバッグにも\u003cstrong\u003eスマート\u003c\/strong\u003eに収まります。Dカンにストラップを取り付ければ、紛失防止や手ぶらでの移動もスムーズに。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_693ae761-5178-4c95-9f83-a119168344cb.jpg?v=1774948206\" 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パスケースだけでなく、中央ポケットには折りたたんだ紙幣やICカードセパレーターも収納可能。これ一つで、\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_dd3d79b6-39e5-47a3-8345-da56530eab0a.jpg?v=1774948206\" 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\/Calm\/WC079\/WC079_CalmPass_03.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    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC079\/WC079_CalmPass_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"パスケースとストラップの組み合わせイメージ\"\u003e\n    \u003cp class=\"body-text\"\u003eCalmマルチストラップとのセット使いで、バッグのハンドルに取り付けられます。カバンの中での迷子、落とし物対策に。（画像は21キャメル）\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eCalm ストラップ\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    \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 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    \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 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    \u003ch4\u003e21 キャメル\u003c\/h4\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Calm\/WC079\/WC079_CalmPass_05.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\/Calm\/WC079\/WC079_CalmPass_06.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\/Calm\/WC079\/WC079_CalmPass_07.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    \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\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サイズ（約）：縦10.5cm × 横7.5cm × 厚み0.4cm\u003c\/li\u003e\n          \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n          \u003cli\u003e仕様：パスケース×2 \/ 中央ポケット×1\u003c\/li\u003e\n          \u003cli\u003e商品コード：WC342 409\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材について：栃木レザー\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e「栃木レザー」は、1937年創業の世界に誇る日本のタンナー栃木レザー株式会社による革です。通常はドラムで短時間で済ませる鞣しの工程を、じっくりと時間と手間をかけて行い、その品質で世界に名を轟かせています。有害な物質を排出する薬品類は一切使わず、タンニンを多く含むミモザの樹皮から抽出したエキスで鞣された革は、風合いが優れていることはもちろんのこと、耐久性や吸湿性・放湿性を誇る最高のマテリアルです。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e天然素材の為、多少の色差・筋跡などの個体差がございます。\u003c\/li\u003e\n          \u003cli\u003e素材の風合いを活かした商品の為、水濡れや強い摩擦により色移りする場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e環境への配慮：簡易包装について\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"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  \u003c\/div\u003e\n\u003c!-- \/content-section --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル","offer_id":43369825828923,"sku":"wc34221 キャメル","price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"31 ダークブラウン","offer_id":43369825861691,"sku":"wc34231 ダークブラウン","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369825894459,"sku":"wc34291 ブラック","price":4400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_27d73157-ad26-4cda-b5d2-fcf148b3cfa3.jpg?v=1774948206"},{"product_id":"167010145","title":"【Pueblo×栃木レザー】 薄型パスケース \/ WC369","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffefc; \n      font-family: \"Shippori Mincho\", serif, Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddcea;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #1c1c1c; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a67c5240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddcea;\n      border-radius: 0px;\n      background-color: #fffefc; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffefc; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #a67c52; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddcea; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #fffefc; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #a67c52; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a67c52; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #a67c52; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddcea; th, td { padding: 12px 8px; border: 1px solid #dddcea; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #dddcea; background: #fffefc; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e贈り物に最適、選べる上質革小物\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e鮮やかな\u003cstrong\u003eプエブロレザー\u003c\/strong\u003eと深みのある\u003cstrong\u003e栃木レザー\u003c\/strong\u003eが織りなす、洗練されたコントラスト。大切な方への心に残る贈り物にふさわしい逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_84a09f95-5086-46f2-8906-293a321fdf2c.jpg?v=1774948210\" 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\u003e0.4cm\u003c\/strong\u003e。ポケットやバッグの中でかさばらない極限まで薄さを追求し、毎日の通勤・通学をスマートに彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_ed240233-ccda-4b0c-8b81-97aed99185b2.jpg?v=1774948209\" 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\u003eICカードセパレーター\u003c\/strong\u003eも使用可能。\u003cstrong\u003eDカン\u003c\/strong\u003eでストラップを付ければ、さらに使い方が広がります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_ff4d9ad6-8cc4-4467-9341-573617b6ae59.jpg?v=1774948210\" 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=\"basic-list\"\u003e\n          \u003cli\u003e商品コード: WC369\u003c\/li\u003e\n          \u003cli\u003eサイズ（約）: 縦10.5cm × 横7.5cm × 厚み0.4cm\u003c\/li\u003e\n          \u003cli\u003e素材: イタリーレザー(Pueblo) \/ 栃木レザー(ノーベル)\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_18_muji.jpg\" class=\"img-fluid d-block w-100\" alt=\"プエブロの独特の模様\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003ePueblo（プエブロ）は、あえて革表面を細かな金属ブラシで擦り、独特の表情を生み出した革です。最初はさらりとしたマットな質感で、艶を失った状態から始まり、およそ3ヶ月前後ではっきりとしたツヤが出るドラマチックな変化への驚きや喜びが体験できます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WP289\/wp289_puelong_30.jpg\" class=\"img-fluid d-block w-100\" alt=\"経年変化の例\"\u003e\n        \u003c\/div\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_00.jpg\" class=\"img-fluid d-block w-100\" 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\/WC295\/wc295_passcase_pueblo_19_muji.jpg\" class=\"img-fluid d-block w-100\" alt=\"ICカードセパレーター使用例\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e表と裏のパスケース用ポケットの他に、中央には一番大きくて深いポケットがあります。ここに磁気を遮断するICカードセパレーターを入れれば、表と裏で2枚のカードを使い分けられます。（※カードやセパレーターの注意書きに従ってお使いください。）また、「もしもの時」のためのお札を入れておくこともできます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_15_muji.jpg\" class=\"img-fluid d-block w-100\" alt=\"Dカン\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eサイドに縫い込んだDカン（金具）により、ネックストラップを取り付けたり、お手持ちのリールキーホルダーを取り付けたりと、使い方が広がります。（ストラップは別売です。）\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作業に1〜2日いただきます。\u003c\/li\u003e\n        \u003c\/ul\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\" alt=\"手打ち刻印見本\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eシンプルな大ぶりの大文字で、イニシャルや頭文字だけでも素敵です。\u003c\/li\u003e\n          \u003cli\u003e大文字（ABCD〜Z）と「.」「,」「-」が使えます。小文字を希望される場合は3D刻印をご利用ください。\u003c\/li\u003e\n          \u003cli\u003e一文字一文字手打ちするため、温かみある仕上がりです。\u003c\/li\u003e\n          \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\" alt=\"3D刻印見本\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"point-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      \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プエブロにはオイルがたっぷり含まれており、基本的に1〜3年ほどはクリームやオイルを使ったメンテナンスは不要です。できれば時々はレザー用のブラシ等で革と革の隙間や縫い目などを重点的にホコリを落とし、その後全体にブラッシングする程度で十分です。\u003c\/p\u003e\n        \u003cp\u003e特に小物の場合は毎日触れる手からのわずかな水分や油分だけで十分な場合も多く、クリームやオイルを使ったケアが逆にPuebloの寿命を縮めてしまうこともございます。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eもしも、よく曲げ伸ばしする部分が白っぽくなってきた場合は乾燥してきたサインです。その場合はお近くのb3Labo店舗にクリームメンテナンス（無料）を依頼するか、革小物用のコンディショニングクリームなどのケア剤を使ったお手入れがおすすめです。\u003c\/li\u003e\n          \u003cli\u003eイタリーレザーはオイルが多めに含まれており、しばらくはオイル・クリーム等のメンテナンスは必要ありません。丁寧にお使いいただくこと、可能なら軽くブラッシングされることできれいな経年変化が訪れます。表面が白っぽく乾燥を感じる場合に少量のクリーム等でお手入れしてください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eパスケースのサイズ詳細はこちらの図をご参照ください。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_02.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お好みに合わせて選べる多彩なカラーバリエーションをご用意しています。\u003c\/p\u003e\n        \u003ch4\u003e31 ブラウン×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_03.jpg\" class=\"img-fluid d-block w-100\" 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\/Pueblo\/WC295\/wc295_passcase_pueblo_04.jpg\" class=\"img-fluid d-block w-100\" alt=\"ベージュ×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e41 ワイン×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_05.jpg\" class=\"img-fluid d-block w-100\" alt=\"ワイン×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e62 ブルーグリーン×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_06.jpg\" class=\"img-fluid d-block w-100\" alt=\"ブルーグリーン×ブラウン\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e82 グレー×ブラウン\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Pueblo\/WC295\/wc295_passcase_pueblo_07.jpg\" class=\"img-fluid d-block w-100\" 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\/Pueblo\/WC295\/wc295_passcase_pueblo_08.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革小物・革ベルトのお店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\" alt=\"工房風景\"\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e革小物への想い\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        \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\" alt=\"ラッピング例\"\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\" 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":"31 ブラウン×ブラウン","offer_id":43369825927227,"sku":"wc36931 ブラウン×ブラウン","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"33 ベージュ×ブラウン","offer_id":43369825959995,"sku":"wc36933 ベージュ×ブラウン","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"41 ワイン×ブラウン","offer_id":43369825992763,"sku":"wc36941 ワイン×ブラウン","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"62 ブルーグリーン×ブラウン","offer_id":43369826025531,"sku":"wc36962 ブルーグリーン×ブラウン","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー×ブラウン","offer_id":43369826058299,"sku":"wc36982 グレー×ブラウン","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック×ブラウン","offer_id":43369826091067,"sku":"wc36991 ブラック×ブラウン","price":5500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_84a09f95-5086-46f2-8906-293a321fdf2c.jpg?v=1774948210"},{"product_id":"155198384","title":"【栃木レザー】Fun 薄型パスケース \/ WC343","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  \u003ch2\u003e【栃木レザー】Fun 薄型パスケース \/ WC343\u003c\/h2\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\/FUN\/WC343\/WC343_FunTanPass_00.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"body-text\"\u003eご自分用にも、プレゼントにも。カジュアルで気取らない本革パスケースです。選べるカラーは6つ、そのうち4つは2色の組み合わせが楽しく、革に対して敷居の高さを感じる方にもおすすめのアイテムです。\u003c\/p\u003e\n\n    \u003ch3 class=\"section-title\"\u003eスマートなミニマル設計\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eわずか0.3cmの極薄設計が、ポケットやバッグの中でかさばらない\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\/155198384_o1.webp?v=1776309842\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e洗練された携帯性\u003c\/p\u003e\n\n    \u003ch3 class=\"section-title\"\u003e栃木レザーの本格品質\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e日本が誇る栃木レザー製のJEANSとEarth Leatherが織りなす、\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\/155198384_o2.webp?v=1776309842\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e趣きある表情へ育む\u003c\/p\u003e\n\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\/155198384_o4.webp?v=1776309842\" 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    \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\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\n        \u003ch3 class=\"section-title\"\u003eFun シリーズ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e「人生に楽しみを」———生活の中で、何気なく使うレザーアイテムを提案するシリーズです。栃木のカラーレザーとヌメ革を使い、カジュアルな2トーンを含めた6色のカラー展開。ご自身用や、贈り物のお相手のために選ぶ喜びを感じていただければ幸いです。\u003c\/p\u003e\n        \u003cp class=\"body-text text--center\"\u003eシリーズ一覧\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title\"\u003eシンプルで長く使える\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC343\/WC343_FunTanPass_11_muji.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eカードは表に1枚、裏返してもう1枚。隠しポケットもなく、シンプルなつくりだからこそタフにずっと使えるアイテムです。\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title\"\u003eサイドの金具にはストラップ等を取付け可能\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC343\/WC343_FunTanPass_12_muji.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eしっかりと本体に縫い込んだDカン（サイドの金具）には、お手持ちのネックストラップやカラビナ、リールキーホルダーを取り付けて便利にお使いいただけます。\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title\"\u003e同じシリーズのストラップとの組み合わせ\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC343\/WC343_FunTanPass_13_muji.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC343\/WC343_FunTanPass_14_muji.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 text--center\"\u003eFun ショートストラップ\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\"\u003eサイズ\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC343\/WC343_FunTanPass_01.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=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦10.5cm × 横7.5cm × 厚み0.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        \u003ch3 class=\"section-title\"\u003e素材\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e使用している素材についてご説明します。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材：栃木レザー(JEANS) \/ 栃木レザー(Earth Leather)\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003ch3 class=\"section-title\"\u003e栃木レザー社の革「Jeans \/ EarthLeather」\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e栃木レザー社とは、日本が世界に誇るフルベジタブルタンニン鞣し専門のタンナー。栃木レザー社が手掛ける本ヌメ革の総称を「栃木レザー」と呼び、素晴らしい経年変化（エイジング）を遂げる革として愛されています。通常はドラムを回し短時間で済ませる鞣しの工程を、じっくりと時間と手間をかけて行い、その品質で世界に名を轟かせています。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e有害な物質を排出する薬品類は一切使わず、タンニンを多く含むミモザの樹皮から抽出したエキスで鞣された革は、風合いが優れていることはもちろんのこと、耐久性や吸湿性・放湿性を誇る最高のマテリアルです。\u003c\/p\u003e\n\n        \u003ch4 class=\"section-title\"\u003e『JEANS（ジーンズ）』\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003eフレンドリーなカラー展開が楽しい、柔らかめのカラーレザーを使用。適度なオイルを含むため、最初はマットでカジュアルな印象ですが、使い込むにつれ素晴らしいツヤが生まれます。デニムのヒップラベルにも使われる馴染み深い革です。\u003c\/p\u003e\n\n        \u003ch4 class=\"section-title\"\u003e『Earth Leather（アースレザー）』\u003c\/h4\u003e\n        \u003cp class=\"body-text\"\u003e昔ながらのピット槽に一ヶ月ほどもじっくりと漬け込む正真正銘の『ヌメ革』。『革の締まり・革の密度』が飛び抜けて優れており、アイテムを長くお使いいただくための品質にも直結します。ヌメ革という素材にとことんこだわり、染色のみで実直に仕上げられており、革本来の風合いを存分に楽しめる、『ヌメ革らしい』ヌメ革です。また、ハード感を残しつつも、現代に合わせた使いやすい柔らかさも併せ持っています。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e使い始めは『硬さ、きつさ』を感じるかもしれませんが、次第に馴染んでまいります。\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title\"\u003e仕様\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e本製品の仕様は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eパスケース×1\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カラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003ch3 class=\"section-title\"\u003e全6色展開\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eお好みに合わせてお選びいただける、多彩なカラーをご用意しています。\u003c\/p\u003e\n        \u003ch3 class=\"section-title\"\u003e21 キャメル×ブラウン\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC343\/WC343_FunTanPass_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"section-title\"\u003e31 ブラウン×ブラウン\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC343\/WC343_FunTanPass_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"section-title\"\u003e33 ベージュ×ベージュ\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC343\/WC343_FunTanPass_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"section-title\"\u003e42 レッド×ブラウン\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC343\/WC343_FunTanPass_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"section-title\"\u003e71 モスグリーン×ブラウン\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC343\/WC343_FunTanPass_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"section-title\"\u003e91 ブラック×ブラウン\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/FUN\/WC343\/WC343_FunTanPass_07.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        \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        \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大文字（ABCD〜Z）+「.」「,」「-」が使えます。小文字を希望される場合は3D刻印をご利用ください。\u003c\/li\u003e\n          \u003cli\u003e一文字一文字手打ちするため、温かみある仕上がりです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003ch3 class=\"section-title\"\u003e3D刻印 ￥2,200（税込）\u003c\/h3\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工房の3Dプリンターで作るオーダーメイド刻印です。アルファベットだけでなく平仮名・カタカナ・画数の少ない漢字なども。ガタつきのない、まるで印刷物のような刻印になります。下の「オプション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 text--center\"\u003eオプション3D刻印購入\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title\"\u003eギフト・ラッピングサービス\u003c\/h3\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/_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        \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\/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        \u003ch3 class=\"section-title\"\u003e革小物への想い\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e「プレゼントされて初めて革製品を使い始めた」\u003cbr\u003e「憧れの人の革財布がかっこいい」\u003cbr\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  \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  \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    \u003cp class=\"body-text\"\u003e商品コード: WC343\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"21 キャメル×ブラウン","offer_id":43369826123835,"sku":"wc34321 キャメル×ブラウン","price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"91 ブラック×ブラウン","offer_id":43520620232763,"sku":"wc34391 ブラック×ブラウン","price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"71 モスグリーン×ブラウン","offer_id":43520620265531,"sku":"wc34371 モスグリーン×ブラウン","price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"42 レッド×ブラウン","offer_id":43520620298299,"sku":"wc34342 レッド×ブラウン","price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"33 ベージュ×ベージュ","offer_id":43520620331067,"sku":"wc34333 ベージュ×ベージュ","price":4180.0,"currency_code":"JPY","in_stock":true},{"title":"31 ブラウン×ブラウン","offer_id":43520620363835,"sku":"wc34331 ブラウン×ブラウン","price":4180.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/155198384.webp?v=1776309842"}],"url":"https:\/\/b3labo-craft.we-shop.jp\/collections\/brown.oembed?page=2","provider":"b3Labo craft","version":"1.0","type":"link"}