{"title":"ショルダーバッグ","description":"","products":[{"product_id":"174369552","title":"【姫路レザー \/ モストロ】ショルダーバッグ \/ WR319 WR350 WR384","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\n      商品名: 【姫路レザー \/ モストロ】ショルダーバッグ\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e休日を格上げする本革バッグ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      姫路レザー「Mostro」の\u003cstrong\u003e柔らかな質感\u003c\/strong\u003eが、カジュアルながらも洗練された印象を与えます。大きすぎず小さすぎない絶妙なサイズ感で、週末のお出かけをスマートに彩るパートナーとなるでしょう。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_308822ce-b630-4c14-b1d3-cc05d051b3bc.jpg?v=1774948152\" 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\n      B5サイズも無理なく収まる\u003cstrong\u003e余裕の収納力\u003c\/strong\u003e。4.5cmのマチと充実した内ポケットで、お出かけに必要なものをすっきり整理できます。ショルダーを外せば、クラッチバッグとしても活躍します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_3aed2296-420b-49f2-ac50-8d1fba093bae.jpg?v=1774948151\" 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\n      引っ張りやすい革の引き手と、可動域の広い丸カンで\u003cstrong\u003eスムーズな開閉\u003c\/strong\u003eを実現。斜め45度に配されたDカンは、身体の動きに自然にフィットし、肩にかけた時の自由度と快適さを追求しました。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_ac6dc2d8-71f4-4052-a0b6-6e133b3ed335.jpg?v=1774948152\" 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\n      モストロシリーズならではの表情豊かなカラーを取り揃えました。\n    \u003c\/p\u003e\n\n    \u003ch4\u003e21 キャメル\u003c\/h4\u003e\n    \u003cp class=\"body-text\"\u003eモストロのキャメルは、少し濃いめの落ち着いたカラーです。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_04_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー キャメル\"\u003e\n\n    \u003ch4\u003e72 グリーン\u003c\/h4\u003e\n    \u003cp class=\"body-text\"\u003e白っぽいロウが馴染みきると、吸い込まれるような深いグリーンになります。一目惚れ買いの多いカラーです。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_05_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー グリーン\"\u003e\n\n    \u003ch4\u003e82 グレー\u003c\/h4\u003e\n    \u003cp class=\"body-text\"\u003e落ち着いた中間色で幅広い層から支持されています。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_06_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー グレー\"\u003e\n\n    \u003ch4\u003e91 ブラック\u003c\/h4\u003e\n    \u003cp class=\"body-text\"\u003e定番人気のカラーです。新品の状態ではマットですが、透明感あるブラックに変化します。\u003c\/p\u003e\n    \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_07_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー ブラック\"\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        \u003ch4\u003eMostro シリーズ\u003c\/h4\u003e\n        \u003cp\u003e滑らかな触り心地を追求した姫路レザーを使用したシリーズ。一枚一枚、丁寧にワックスをかけた白っぽい表面が、使ううちにどんどんと透明感を感じるツヤに変わっていく楽しみと、日常に取り入れやすいカジュアルテイストの商品が多いことから、b3Laboにおいて不動の定番人気となっているレザーです。\u003c\/p\u003e\n        \u003cp\u003eシリーズ一覧\u003c\/p\u003e\n\n        \u003ch4\u003e細部へのこだわり\u003c\/h4\u003e\n        \u003cp\u003eコンパクトに見えても、B5サイズが入りマチも7.5cmとしっかりめのサイズです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_08_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"収納イメージ1\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eフロントのファスナーポケットの他、内側に大きめのポケットが2つあります。6インチ以上の大型のスマホや、文庫本サイズの書籍がすっぽりと入り、読書がお好きな方の装いにもおすすめです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_09_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"収納イメージ2\"\u003e\n        \u003c\/div\u003e\n\n        \u003ch4 class=\"h3C\"\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\/Mostro\/WR319\/WR319_Mostroshoulder_00.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ファスナーと引き手\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eファスナーの引き手部分には、引っ張りやすい革パーツ。普通はDカンを使うところ、あえて大きめの丸カンに、くるっと大きめに結んだ引き手がアクセントに。程よいカジュアルテイストを演出しています。\u003c\/p\u003e\n\n        \u003ch4\u003eファスナー開閉のストレスを減らす\u003c\/h4\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_10_W.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使いやすいショルダーバッグへのこだわり\u003c\/h4\u003e\n        \u003cp\u003eショルダー紐を外して、本体だけを持つこともできます。ショルダー紐取付のDカンがバッグの裏側にあるため、すっきりとした外観。大きめのクラッチバッグとしても違和感なく使えます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_12_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"クラッチバッグスタイル\"\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003eモストロショルダーバッグでは裏側に厚手のテープを採用しており安心しており、汗染みや衣類との擦れを気にすることなくお使いいただけます。しっかりとした厚みのテープと革が合わさることで、肩への食い込みを緩和するはたらきも。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_14_W.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"しっかりとしたショルダー紐\"\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003eDカンの取り付け角度を『上向き』ではなく『斜め45°』に。これにより、バッグを肩にかけた時の動きの快適さ、自由度が上がっています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"http:\/\/b3labo.sub.jp\/Mostro\/WR319\/WR319_Mostroshoulder_13_W.jpg\" class=\"img-fluid d-block w-100 product-img\" 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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ（約）：縦22.5cm × 横33cm(開口部) × マチ4.5cm\u003c\/li\u003e\n          \u003cli\u003eストラップ長さ：67.5〜125cm\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e姫路レザー\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch4\u003e仕様\u003c\/h4\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e外側ファスナーポケット×1\u003c\/li\u003e\n          \u003cli\u003e内ポケット×2\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch4 class=\"h3C\"\u003e姫路レザー「Mostro」\u003c\/h4\u003e\n        \u003cp\u003e姫路レザーとは、兵庫県の姫路地区で鞣された革の総称です。古くから『播州鞣し』が行われてきたという同地区は現在でも日本の皮革産業の中心地です。様々なタンナーが切磋琢磨して広くアパレル業界を担う革の生産・開発を続けています。\u003c\/p\u003e\n        \u003ch4 class=\"h4C\"\u003e『Mostro（モストロ）』\u003c\/h4\u003e\n        \u003cp\u003eタンニンで鞣し上げた革に手作業でオイルを浸透させ、表面をパラフィン（ロウ）加工した革です。\u003c\/p\u003e\n        \u003cp\u003e薄くロウのかかった白っぽい表面が、使用に伴いロウが浸透しつややかな透明感をもたらすことで革本来の色を引き出しつつ、同時にタンニンレザー特有の経年変化も起こるという多重の変化を楽しむことができます。その経年変化からイタリア語の「化ける」「化け物」を意味する「モストロ」の名がついています。\u003c\/p\u003e\n\n        \u003ch4\u003eタンニンレザーについて\u003c\/h4\u003e\n        \u003cp\u003eこちらの商品に使用している革は、世界の9割以上を占める『クロムレザー』と比べ、水濡れ等による染みが起きやすい特性があります。\u003c\/p\u003e\n        \u003cp\u003e古くからの伝統技法による100％植物由来の鞣し剤で作られた『タンニンレザー』は、使い込むと味とツヤが出る『経年変化』が起こりますが、その分汗や雨で水染み等の変化も起きやすい、繊細な素材です。\u003c\/p\u003e\n        \u003cp\u003e雨や汗の多い季節は使う前に防水スプレーをかけておいたり、ハンドル等よく握る部分には手汚れが付く前にケアクリームを塗っておくと長くきれいにお使いいただけます。\u003c\/p\u003e\n\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctr\u003e\n              \u003cth\u003eタンニンレザー\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cul class=\"point-list\"\u003e\n                  \u003cli\u003e色艶の経年変化が楽しめます。\u003c\/li\u003e\n                  \u003cli\u003e水染み等の変化も起こります。\u003c\/li\u003e\n                  \u003cli\u003e定期的なメンテナンスが必要です。\u003c\/li\u003e\n                \u003c\/ul\u003e\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003eクロムレザー\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cul class=\"point-list\"\u003e\n                  \u003cli\u003e薬品で鞣された経年変化しない革\u003c\/li\u003e\n                  \u003cli\u003e水に濡れても変化はありません。\u003c\/li\u003e\n                  \u003cli\u003eメンテナンスはほとんど不要です。\u003c\/li\u003e\n                \u003c\/ul\u003e\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/table\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eWR319\u003c\/li\u003e\n          \u003cli\u003eWR350\u003c\/li\u003e\n          \u003cli\u003eWR384\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    \u003ch4\u003e簡易包装のおことわり\u003c\/h4\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\n    \u003ch4\u003e大型商品のラッピング\u003c\/h4\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 product-img\" alt=\"大型商品のラッピング説明\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003e保護用の白い不織布にお入れし、包装資材として、お渡し用の紙袋とリボンを一緒にお送りいたします。リボンは解かずに取り付けるタイプをご用意。ボールチェーンでメッセージ刻印入りのタグが揺れるデザインです。スタッフが1つ1つ手作りしております。お客様でセットしていただく包装です。\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":43369819308091,"sku":"WR31921 キャメル","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"72 グリーン","offer_id":43369819340859,"sku":"WR31972 グリーン","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"82 グレー","offer_id":43369819373627,"sku":"WR31982 グレー","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369819406395,"sku":"WR31991 ブラック","price":27500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_308822ce-b630-4c14-b1d3-cc05d051b3bc.jpg?v=1774948152"},{"product_id":"170773706","title":"【シライデザインコラボ】 帆布×栃木レザー ショルダーディスクバッグ \/ WR301","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白井要一氏とb3Labo、二つの匠が織りなす\u003cstrong\u003eユニークなラウンドフォルム\u003c\/strong\u003e。日常に新たな発見と喜びを添える、大人のための逸品です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_91e005aa-a4c4-4a9c-adfe-81bfc47c0d1f.jpg?v=1774948156\" 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\"\u003e4号帆布の\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_6734eeb8-6ea1-4349-a372-cd3ab3732dfe.jpg?v=1774948157\" 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_458c1c14-bcd4-4539-85ee-05765566abf3.jpg?v=1774948156\" class=\"img-fluid d-block w-100 product-img\" alt=\"お出かけに最適なサイズのショルダーバッグ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eお出かけを彩る絶妙なバランス\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e詳細情報\u003c\/h3\u003e\n        \n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴とコンセプト\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e白井要一氏とb3Laboのコラボレーションにより、遊び心と機能性を兼ね備えた大人の帆布ショルダーバッグが誕生しました。1985年の誕生以来、数々のグッドデザイン賞を受賞してきたシライデザイン社の帆布製品と、b3Laboが得意とする栃木レザーが融合した、唯一無二のアイテムです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eグッドデザイン賞受賞歴を持つシライデザインとb3Laboの協業\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こだわりの素材とユニークなデザインが特徴です。本体には、きれいめになりすぎない風合いと丈夫さを併せ持つ4号帆布を使用。随所に配されたレザーは、最高峰の品質を誇る栃木レザーです。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e本体素材は風合いと丈夫さを両立した4号帆布\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シンプルながら細部にまでセンスが光るデザインは、白井要一氏だからこそ成せる業。長年の経験に裏打ちされた機能性と、洗練された美意識が融合した逸品です。\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            \u003c\/div\u003e\n        \u003c\/details\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\u003eWR301\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幅: 約24cm\u003c\/li\u003e\n                    \u003cli\u003e高さ: 約27cm\u003c\/li\u003e\n                    \u003cli\u003eマチ: 約12.5cm\u003c\/li\u003e\n                    \u003cli\u003eテープ幅: 約5cm\u003c\/li\u003e\n                \u003c\/ul\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\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        \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_16.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"大型商品のラッピング説明画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e保護用の白い不織布にお入れし、包装資材として、お渡し用の紙袋とリボンを一緒にお送りいたします。リボンは解かずに取り付けるタイプをご用意。ボールチェーンでメッセージ刻印入りのタグが揺れるデザインです。スタッフが1つ1つ手作りしております。※お客様ご自身でセットしていただく包装です。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"山本洋品雑貨","offers":[{"title":"33 ベージュ","offer_id":43369820094523,"sku":"WR30133 ベージュ","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"71 モスグリーン","offer_id":43369820127291,"sku":"WR30171 モスグリーン","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"91 ブラック","offer_id":43369820160059,"sku":"WR30191 ブラック","price":27500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/7714\/8731\/files\/download_91e005aa-a4c4-4a9c-adfe-81bfc47c0d1f.jpg?v=1774948156"}],"url":"https:\/\/b3labo-craft.we-shop.jp\/collections\/shoulder-bag.oembed","provider":"b3Labo craft","version":"1.0","type":"link"}