{"title":"レディース","description":"カジュアルからキレイ目まで幅広いラインナップで揃えました。","products":[{"product_id":"ak10ta-c0011","title":"ANNAK ハンドウォッシュカン付きナローベルト 15mm幅","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/P1030425_b8ce72a5-cddf-44f3-9b01-477798846d6a.jpg?v=1712796043\" class=\"img-fluid d-block w-100 product-img\" alt=\"ANNAKナローベルト\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eANNAKナローベルト\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e世界有数のタンナー\u003cstrong\u003e栃木レザー\u003c\/strong\u003eをベースに、職人の手で一枚ずつ洗いをかけて生まれるベルト。指で丁寧にシワを施し、磨き上げた革の表情が深みを与えます。\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e装いを格上げする細幅ベルト\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/P1030123_600x_88ed2888-74e8-4166-9749-5b6a40275c4a.jpg?v=1712796043\" class=\"img-fluid d-block w-100 product-img\" alt=\"着こなしのアクセント\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e着こなしのアクセント\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eボトムの有無を問わず、アウターの上からもウエストをマーク。コーディネートにアクセントを加え、全体の印象を引き締める効果を期待できます。\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e真鍮バックルの輝き、経年変化\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/P1030536_b7e0fe7c-f393-42dc-a7d7-5e4086154fe3.jpg?v=1684417043\" class=\"img-fluid d-block w-100 product-img\" alt=\"永く寄り添うベルト\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e永く寄り添うベルト\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eまん丸の\u003cstrong\u003e真鍮バックル\u003c\/strong\u003eが視線を集めます。一枚仕立てのベルトは剥離の心配がなく、使うほどに革と金具がそれぞれに深まる風合いを楽しめます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 動画セクション (Video) - 今回は入力データに動画情報がないため作成しません --\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世界有数のタンナー、\u003cstrong\u003e栃木レザー\u003c\/strong\u003eで鞣されたヌメ革をベースに作成した、アナックオリジナルオイルレザーを使用しました。製品にした後に手で洗いを掛け、1点1点指でシワをデザインし、乾燥後に手ミガキを施して完成する、独特な\u003cstrong\u003eヴィンテージ感\u003c\/strong\u003eが特徴の1枚仕立ての細巾ベルトです。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/P1030536_480x480.jpg?v=1657080184\" 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表裏2枚あわせと違い、剥離の心配が全くないレディースベルトでは珍しい\u003cstrong\u003e1枚仕立て\u003c\/strong\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=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/P1030123_600x_418a73d0-9d75-4b56-8d1f-e75b7148eb0_480x480.jpg?v=1657080217\" 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がアクセントに。シンプルですが、インパクトのある1本です。\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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e\u003cstrong\u003e幅:\u003c\/strong\u003e 1.5cm\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e\u003cstrong\u003eSサイズ:\u003c\/strong\u003e 全長95cm、中心穴まで80cm\u003c\/p\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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e\u003cstrong\u003e本体:\u003c\/strong\u003e 牛革\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e\u003cstrong\u003e金具:\u003c\/strong\u003e 真鍮\u003c\/p\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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e\u003cstrong\u003e商品コード:\u003c\/strong\u003e AK10TA-C0011\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e\u003cstrong\u003e重量:\u003c\/strong\u003e 約80g\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e\u003cstrong\u003e原産国:\u003c\/strong\u003e 日本\u003c\/p\u003e\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) - 今回は入力データに発送情報がないため作成しません --\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    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック \/ S","offer_id":29620846198883,"sku":"6-1","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"チョコ \/ S","offer_id":29620851310691,"sku":"6-2","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ S","offer_id":29620851343459,"sku":"6-3","price":7920.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ S","offer_id":29620851408995,"sku":"6-4","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ S","offer_id":29620851376227,"sku":"6-5","price":7920.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ S","offer_id":29620851441763,"sku":"6-6","price":7920.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/P1030427_82de60bb-902c-439d-86b9-2e68076834dc.jpg?v=1788407510"},{"product_id":"ak10ta-c0023","title":"ANNAK ハンドウォッシュ ピンなしスタッズベルト 25ｍｍ幅","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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が、他にない存在感を放つ一点。全長105cmのフリーサイズで、スタイルを選ばず着用いただけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/P1030045_9ce38606-5fde-4516-9358-b259bd872096.jpg?v=1684416877\" 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をベースに、ANNAKが独自に開発したオイルレザー。製品化後に丁寧に\u003cstrong\u003e手洗いと手磨き\u003c\/strong\u003eを重ね、革本来の魅力を最大限に引き出しました。剥離の心配がない\u003cstrong\u003e一枚仕立て\u003c\/strong\u003eで、長く愛用するほどに深まる風合いをお楽しみいただけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/P1030039_6c724210-2e05-4ac0-94cd-feec5f7f2bb6.jpg?v=1693468979\" 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幅2.5cmの\u003cstrong\u003e絶妙な細さ\u003c\/strong\u003eが、どんなボトムにも自然に溶け込みます。ゴールド、ブロンズ、シルバーをミックスしたスタッズが、さりげなく華やかな印象をプラス。ローウエストやウエストマークなど、一本で\u003cstrong\u003e多様なスタイリング\u003c\/strong\u003eが楽しめる万能な一本です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/P1030040_a7843efe-9b3f-4456-b29d-06a8d68a86ee.jpg?v=1693468979\" 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!-- 動画セクション (Video) - 今回は情報がないため作成しません --\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商品コード: \u003cstrong\u003eAK10TA-C0023\u003c\/strong\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世界有数のタンナー、栃木レザーをベースにしたANNAKオリジナルオイルレザー\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 class=\"body-text\"\u003e全長105cmのフリーサイズで、お好みの位置で留められる高い使い勝手を発揮します。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/P1030039_480x480.jpg?v=1630651672\" 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=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/P1030037_480x480.jpg?v=1630651706\" class=\"img-fluid d-block w-100 product-img\" alt=\"スタッズ部分の拡大\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e幅は2.5cmと、様々なボトムに合わせやすい細さで作成しました。フリーサイズなので、ローウエストやざっくりしたニットへのウエストマークなど、多様なスタイリングにお役立ていただけます。\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\n\u003cstrong\u003eサイズ:\u003c\/strong\u003e\u003cbr\u003e幅: 2.5cm\u003cbr\u003e全長: 105cm (フリーサイズ)\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e素材\/原料:\u003c\/strong\u003e\u003cbr\u003e牛革\u003cbr\u003e真鍮（金具）\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e重量:\u003c\/strong\u003e\u003cbr\u003e約125g\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e原産国:\u003c\/strong\u003e\u003cbr\u003e日本\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) - 今回は情報がないため作成しません --\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":"ANNAK SHOP","offers":[{"title":"ブラック","offer_id":30005238104163,"sku":"6-1","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"チョコ","offer_id":30005238136931,"sku":"6-2","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":30005238169699,"sku":"6-3","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー","offer_id":30005238202467,"sku":"6-4","price":12100.0,"currency_code":"JPY","in_stock":false},{"title":"レッド","offer_id":30005238235235,"sku":"6-5","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":40321804927075,"sku":"6-6","price":12100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/P1030045_ba02b087-a5ea-42c3-a762-1a53203f62a7.jpg?v=1788407522"},{"product_id":"ak11ta-c0029","title":"ANNAK ハンドウォッシュ 2つ折り両吟ベルト 25mm幅","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/P1030437_5dc62c0a-7823-4c92-9a25-b2900879d7b8.jpg?v=1684416865\" class=\"img-fluid d-block w-100 product-img\" alt=\"手洗いと手磨きを施されたベルト\"\u003e\n    \u003cp class=\"caption-text text-end\"\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/P1030528_ebf262fa-369f-45dc-bdca-8caa42947ead.jpg?v=1684416865\" class=\"img-fluid d-block w-100 product-img\" alt=\"二つ折りにされたベルトの断面\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eストレスフリーな肌触り\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e厚みある革を丁寧に二つ折りにし、\u003cstrong\u003e両面がなめらかな吟面を実現\u003c\/strong\u003e。\u003cstrong\u003e約85gの軽さ\u003c\/strong\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/P1030583_b949d668-0b0a-4bdf-beea-c0f6875ee7f6.jpg?v=1684416865\" class=\"img-fluid d-block w-100 product-img\" alt=\"ウエストマークされたベルト着用イメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e着こなしの主役になる\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eカジュアルからきれいめまで、\u003cstrong\u003e幅広いスタイルに自然と溶け込む25mm幅\u003c\/strong\u003e。ウエストをマークすることで、全体のバランスが整い、\u003cstrong\u003e装いに品格と洗練をもたらします\u003c\/strong\u003e。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② 動画セクション (Video) - 今回はデータがないため出力しません --\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e世界有数のタンナー、栃木レザーで鞣されたヌメ革をベースに作成した、アナックオリジナルオイルレザーを使用しています。\u003c\/li\u003e\n          \u003cli\u003e製品にした後に手で洗いを掛け、一点一点指でシワをデザインし、乾燥後に手ミガキを施すことで、独特なヴィンテージ感を演出します。\u003c\/li\u003e\n          \u003cli\u003e厚みがある革を薄く漉き、2つ折りにすることで両面が吟面になったデザインで、通常の1枚仕立てのベルトよりも柔らかく、軽いのが特徴です。\u003c\/li\u003e\n          \u003cli\u003e剣先を通す幅広のループや、片側のみに掛かっているステッチが印象的です。\u003c\/li\u003e\n          \u003cli\u003e両吟面（表面）にすることで、床面（ウラ面）による引っ掛かりが解消され、ニットワンピース等、トップスのウエストマークにもぴったりです。\u003c\/li\u003e\n          \u003cli\u003eパンツスタイルでも合わせやすい、やや細幅の25mmで、コーディネートの幅が広がるベルトです。\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幅：2.5cm\u003c\/li\u003e\n          \u003cli\u003eSサイズ：全長95cm、中心穴まで 80cm\u003c\/li\u003e\n          \u003cli\u003eMサイズ：全長100cm、中心穴まで 85cm\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重量：約85g\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 class=\"body-text\"\u003eAK11TA-C0029\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ④ 発送案内セクション (Shipping) - 今回はデータがないため出力しません --\u003e\n\n  \u003c!-- ⑤ 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003cp class=\"body-text\"\u003e汗や摩擦により移染する恐れがあります。淡色系の衣類を着用の際にはご注意ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"S \/ ブラック","offer_id":30005332246627,"sku":"10-1","price":8580.0,"currency_code":"JPY","in_stock":false},{"title":"S \/ チョコ","offer_id":30005332279395,"sku":"10-2","price":8580.0,"currency_code":"JPY","in_stock":false},{"title":"S \/ ブラウン","offer_id":30005332312163,"sku":"10-3","price":8580.0,"currency_code":"JPY","in_stock":false},{"title":"S \/ ネイビー","offer_id":30005332344931,"sku":"10-4","price":8580.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ レッド","offer_id":30005332377699,"sku":"10-5","price":8580.0,"currency_code":"JPY","in_stock":false},{"title":"M \/ ブラック","offer_id":30005332410467,"sku":"10-6","price":8580.0,"currency_code":"JPY","in_stock":false},{"title":"M \/ チョコ","offer_id":30005332443235,"sku":"10-7","price":8580.0,"currency_code":"JPY","in_stock":false},{"title":"M \/ ブラウン","offer_id":30005332476003,"sku":"10-8","price":8580.0,"currency_code":"JPY","in_stock":false},{"title":"M \/ ネイビー","offer_id":30005332508771,"sku":"10-9","price":8580.0,"currency_code":"JPY","in_stock":false},{"title":"M \/ レッド","offer_id":30005332541539,"sku":"10-10","price":8580.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/P1030437_95f86177-faba-4fc3-9188-9a7930e914e7.jpg?v=1788407524"},{"product_id":"ak16ta-c0085","title":"ANNAK プエブロレザー ガチャベルト","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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\/0769\/2959\/7752\/products\/DSC_0080_d564abc5-cacb-4da9-a63a-8a8d17feed77.jpg?v=1712796125\" 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\/0769\/2959\/7752\/products\/DSC_0159_9614e2ac-135e-4c3d-910f-c65fb84743fd.jpg?v=1712796125\" 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全長115cmのゆとりが、腰元にさりげないアクセントをプラスします。巻きつけて垂らすだけで、いつもの装いが\u003cstrong\u003e洗練された印象\u003c\/strong\u003eに。約87.5gという軽さで、一日中快適な着け心地を叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DSC_0045_647d4474-faa2-40f1-8de3-8632aebc7cf3.jpg?v=1684416836\" 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!-- 動画（Video\/Iframe）は入力データに含まれていないため、このセクションは作成しません --\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商品コード：AK16TA-C0085\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幅：2.5cm\u003c\/li\u003e\n                \u003cli\u003eフリーサイズ：全長115cm\u003c\/li\u003e\n                \u003cli\u003e重量：約87.5g\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e詳細説明\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eイタリアの名門タンナー『バダラッシカルロ社』の\u003cstrong\u003eバケッタ製法\u003c\/strong\u003eで作られた牛革・プエブロを使用。表面を金ブラシで毛羽立たせた質感が特徴のプエブロを、1枚仕立てで仕立てました。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eバックルは、テープベルトなどでお馴染みのガチャバックルを使用し、剣先にはエンドの金具を配しました。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_0159_480x480.jpg?v=1657084720\" 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=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_0164_480x480.jpg?v=1657084697\" class=\"img-fluid d-block w-100 product-img\" alt=\"バックルを外した状態のベルトと剣先の金具\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003eバックルを外すとご自身のサイズにカットすることが可能です。ベルト自体の全長が115cmと長めの設定なので、革の特性を生かして巻きつけて垂らしてあげるスタイリングが可能です。\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        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクションは入力データにないため、このセクションは作成しません --\u003e\n    \u003c!-- 注意事項セクションは入力データにないため、このセクションは作成しません --\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック","offer_id":30005661991011,"sku":"3-1","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"チョコ","offer_id":30005662023779,"sku":"3-2","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":30005662056547,"sku":"3-3","price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_0080_d564abc5-cacb-4da9-a63a-8a8d17feed77.jpg?v=1788407527"},{"product_id":"ak20ta-c0004","title":"ANNAK 引っ掛けナローベルト 15mm幅","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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アナックオリジナルバックルが輝く、しなやかな牛革ベルト。引っ掛けるだけの簡単な着脱で、48cmから92cmまで自由自在に長さ調整が可能。\u003cstrong\u003e忙しい朝も迷わず選べる一本\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/IMG_20200513_140207_2f8e41a8-629f-49f5-9cc1-e16cd0b5a1e9.jpg?v=1684416272\" 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\/0769\/2959\/7752\/products\/IMG_20200513_140813_4a2270ba-c3a1-42f2-9a81-e2f80f4801f2.jpg?v=1684416272\" 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します。たった1.5cm幅の細身のデザインが、着こなしを上品に引き締め、洗練された印象を与えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/IMG_20200513_145201_e6830a79-7ec4-43cf-91d0-eeb29a4c7d2e.jpg?v=1684416272\" 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!-- ② 動画セクション (Video) - 今回はデータがないため省略 --\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\"\u003eAK20TA-C0004\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アナックオリジナルバックルを使用したレディスベルトです。バックルに引っ掛けるだけの、締めるというより留める感覚のベルトです。フリーサイズで、48cmから92cmまで長さが自由に変更可能です。ウエストマーク用、パンツ用のベルトとして非常に使える1本です。裏面にはヌメ革が貼り合わせてあるので、移染の恐れが軽減しています。シンプルなので、様々なコーディネートでご使用いただけます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_20200513_140813_480x480.jpg?v=1657086643\" 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=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_20200513_145201_480x480.jpg?v=1657086685\" 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幅: 1.5cm\u003c\/li\u003e\n          \u003cli\u003eフリーサイズ: 最小48cm 〜 最大92cm\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金具: 真鍮\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約60g\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  \u003c\/div\u003e\n\n  \u003c!-- ④ 発送案内セクション (Shipping) - データがないため省略 --\u003e\n\n  \u003c!-- ⑤ 注意事項セクション (Notes) - データがないため省略 --\u003e\n\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック \/ F","offer_id":39247741223011,"sku":"4-1","price":8580.0,"currency_code":"JPY","in_stock":false},{"title":"チョコ \/ F","offer_id":39247741255779,"sku":"4-2","price":8580.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ F","offer_id":40096310591587,"sku":"4-3","price":8580.0,"currency_code":"JPY","in_stock":false},{"title":"シルバー \/ F","offer_id":39247741321315,"sku":"4-4","price":8580.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_20200513_140207_5d25c4b8-b2fb-494a-9a9f-0516a9c822d0.jpg?v=1788407588"},{"product_id":"ak22ta-c0001","title":"ANNAK クラシックベルト 18mm幅","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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姫路レザーと栃木レザーの両吟面仕上げが、深まる風合いと極上の手触り。ANNAK別注のピンクがかった優しいシルバーが、装いに気品を添え、永く愛せる一本です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/PhotoRoom_20221003_162143_8692e550-236c-40d8-8201-5e8bcbf539bd.jpg?v=1712799474\" 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スマートな佇まい、18mm幅の魅力\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e1.8cm幅のしなやかなベルトは、ウエストをスマートに引き締め、ビジネスからプライベートまで自然に馴染みます。装いの幅を広げ、洗練された印象を演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/PhotoRoom_20221003_163450_b9ea8dc9-7bc6-458f-9928-124c1165568d.jpg?v=1712799474\" class=\"img-fluid d-block w-100 product-img\" alt=\"スマートな18mm幅ベルトの着用イメージ\"\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\/0769\/2959\/7752\/products\/PhotoRoom_20221003_162321_204717b0-5e41-4a6d-a43a-aa110edaaba6.jpg?v=1684415792\" 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!-- 動画セクション (Video) - 入力データに動画がないため出力しません --\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            \u003cul class=\"point-list\"\u003e\n                \u003cli class=\"body-text\"\u003e表面は姫路レザー、裏面は栃木レザーのヌメ革を使用した両吟面仕様のクラシックベルトです。\u003c\/li\u003e\n                \u003cli class=\"body-text\"\u003eANNAK別注のオリジナルカラーである、\u003cstrong\u003eピンクがかった優しいシルバー\u003c\/strong\u003eです。\u003c\/li\u003e\n                \u003cli class=\"body-text\"\u003eつまみが立ち上がる、手で回せるネジを使用したシンプルな小さめのバックルを採用しています。\u003c\/li\u003e\n                \u003cli class=\"body-text\"\u003eネジを外してご自身で穴をあけ、カットすることで\u003cstrong\u003e長さの自由な変更が可能\u003c\/strong\u003eです。\u003c\/li\u003e\n                \u003cli class=\"body-text\"\u003eウエストマーク用、パンツ用のベルトとして幅広くご使用いただける一本です。\u003c\/li\u003e\n                \u003cli class=\"body-text\"\u003e裏面にはヌメ革が貼り合わせてあり、\u003cstrong\u003e移染の恐れが軽減\u003c\/strong\u003eされています。\u003c\/li\u003e\n                \u003cli class=\"body-text\"\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:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/PhotoRoom_20221003_162321_480x480.jpg?v=1664783142\" 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=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/PhotoRoom_20221003_162754_480x480.jpg?v=1664783159\" 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            \u003cul class=\"basic-list\"\u003e\n                \u003cli class=\"body-text\"\u003e\n\u003cstrong\u003e幅:\u003c\/strong\u003e 1.8cm\u003c\/li\u003e\n                \u003cli class=\"body-text\"\u003e\n\u003cstrong\u003eFサイズ:\u003c\/strong\u003e 全長97.5cm、中心穴まで 85cm\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 class=\"body-text\"\u003e\n\u003cstrong\u003e素材\/原料:\u003c\/strong\u003e 牛革\/真鍮\/キャスト\u003c\/li\u003e\n                \u003cli class=\"body-text\"\u003e\n\u003cstrong\u003e重量:\u003c\/strong\u003e 約60g\u003c\/li\u003e\n                \u003cli class=\"body-text\"\u003e\n\u003cstrong\u003e原産国:\u003c\/strong\u003e 日本\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eAK22TA-C0001\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) - 入力データに情報がないため出力しません --\u003e\n    \u003c!-- 注意事項セクション (Notes) - 入力データに情報がないため出力しません --\u003e\n\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック \/ F","offer_id":44479213731939,"sku":"4-1","price":8580.0,"currency_code":"JPY","in_stock":false},{"title":"チョコ \/ F","offer_id":44479213764707,"sku":"4-2","price":8580.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ F","offer_id":44479213797475,"sku":"4-3","price":8580.0,"currency_code":"JPY","in_stock":false},{"title":"シルバー \/ F","offer_id":44479213830243,"sku":"4-4","price":8580.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/PhotoRoom_20221003_163509_af0d97dd-2bad-4b5b-af5f-4980ec82ce3f.jpg?v=1788407638"},{"product_id":"ak18ta-c0103","title":"ANNAK 栃木レザー ラインステッチ入りベルト 25㎜幅","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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のヌメ革をベースにしたANNAKオリジナルオイルレザーを使用しています。約4mm厚の\u003cstrong\u003e一枚革\u003c\/strong\u003eが、使うほどに深まる豊かな表情を生み出し、日本の職人が丹精込めて仕立てた逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/PhotoRoom_20221003_171053_037a454a-3221-4c4b-a323-92dc408925ce.jpg?v=1712796366\" 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スタイルを彩る6色の個性\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e毎日を豊かにする\u003cstrong\u003e6色のカラーバリエーション\u003c\/strong\u003eが、装いに個性をプラスします。印象的な\u003cstrong\u003eラインステッチ\u003c\/strong\u003eが、カジュアルからジャケットスタイルまで幅広いコーディネートにアクセントを加える、ユニセックスで使える一本です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/PhotoRoom_20220927_161504_33a195c5-1f0f-458a-a573-37b1f42ff2f5.jpg?v=1712796366\" class=\"img-fluid d-block w-100 product-img\" alt=\"6色のベルトを並べたイメージ\"\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約4mmの厚みがありながら、手にした時に感じる\u003cstrong\u003eしなやかさ\u003c\/strong\u003e。一枚仕立てだからこそ、表裏の剥離の心配と無縁の\u003cstrong\u003e丈夫さ\u003c\/strong\u003eです。腰に巻けば心地よくフィットし、大切な方への贈り物にも最適でしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/PhotoRoom_20221003_172005_5c187d34-348e-47a8-98f0-521f6366083e.jpg?v=1712796366\" 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!-- 動画セクション (Video) - データがないため出力しません --\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=\"point-list\"\u003e\n          \u003cli\u003e世界有数のタンナー、\u003cstrong\u003e栃木レザー\u003c\/strong\u003eのヌメ革をベースとしたANNAKオリジナルオイルレザーを使用。\u003c\/li\u003e\n          \u003cli\u003e約4mm厚の\u003cstrong\u003e一枚革\u003c\/strong\u003eで仕立てており、2枚合わせの帯と違い、表と裏が剥離する心配がありません。\u003c\/li\u003e\n          \u003cli\u003e印象的な\u003cstrong\u003eラインステッチ\u003c\/strong\u003eを配しました。\u003c\/li\u003e\n          \u003cli\u003e剣先を内側に通すこともでき、安定感があり、ベルトループがないボトムやウエストマークにも活用できます。\u003c\/li\u003e\n          \u003cli\u003e厚みがありながらもしなやかさがあり、腰に巻いた時のフィット感は安心感があります。\u003c\/li\u003e\n          \u003cli\u003e帯が細めでシンプルなデザインのため、\u003cstrong\u003eユニセックス\u003c\/strong\u003eでカジュアルからジャケットスタイルまで、様々なシーンでご使用いただけます。\u003c\/li\u003e\n          \u003cli\u003e大切な方への\u003cstrong\u003eギフト\u003c\/strong\u003eにもおすすめです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/PhotoRoom_20221003_172357_480x480.jpg?v=1664785879\" 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=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/PhotoRoom_20220927_161504_480x480.jpg?v=1675761621\" class=\"img-fluid d-block w-100 product-img\" alt=\"ANNAK 栃木レザーベルトの6色のカラーバリエーション\"\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商品コード：AK18TA-C0103\u003c\/li\u003e\n          \u003cli\u003eベルト幅：2.5cm\u003c\/li\u003e\n          \u003cli\u003eSサイズ：全長95cm、中心穴まで 80cm\u003c\/li\u003e\n          \u003cli\u003eMサイズ：全長100cm、中心穴まで 85cm\u003c\/li\u003e\n          \u003cli\u003e重量：約150g\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金具：真鍮\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\n  \u003cdiv class=\"note-box\"\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\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"S \/ ブラック","offer_id":40096363184227,"sku":"12-1","price":9680.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ チョコ","offer_id":40096363216995,"sku":"12-2","price":9680.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ブラウン","offer_id":40096363249763,"sku":"12-3","price":9680.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ネイビー","offer_id":40096363282531,"sku":"12-4","price":9680.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ レッド","offer_id":40096363315299,"sku":"12-5","price":9680.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ グリーン","offer_id":40096365641827,"sku":"12-6","price":9680.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ブラック","offer_id":40096363348067,"sku":"12-7","price":9680.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ チョコ","offer_id":40096363380835,"sku":"12-8","price":9680.0,"currency_code":"JPY","in_stock":false},{"title":"M \/ ブラウン","offer_id":40096363413603,"sku":"12-9","price":9680.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ネイビー","offer_id":40096363446371,"sku":"12-10","price":9680.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ レッド","offer_id":40096363479139,"sku":"12-11","price":9680.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ グリーン","offer_id":40096365674595,"sku":"12-12","price":9680.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/PhotoRoom_20221003_171053_3e3b0b99-336a-4a3b-b3bc-3b8fb28a3a51.jpg?v=1788407640"},{"product_id":"dd1210","title":"DADY ベンズレザーロングナローベルト  18mm幅","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Mincho ProN\", \"Yu Mincho\", \"Times New Roman\", \"serif\", \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", \"sans-serif\"; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #cccccc;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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: 1px solid #cccccc; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a5644b40 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 #cccccc;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f8f8f8; 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: #a5644b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cccccc; 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: #f8f8f8; color: #666666; 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: #a5644b; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #a5644b; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #a5644b; 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 #cccccc; th, td { padding: 12px 8px; border: 1px solid #cccccc; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cccccc; background: #f8f8f8; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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。兵庫・姫路で鞣されたDADYオリジナル革と、倍以上の時間をかけたコバ磨きが、細部にまで洗練された美しさを宿します。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/IMG_2772.jpg?v=1712799652\" alt=\"職人の手業が光る逸品\" 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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e育む歓び、真鍮バックルの深み\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e5〜6mm厚の贅沢なベンズレザーは、使い始めからしなやかに身体に馴染みます。オイルと熱で生み出すヴィンテージ感が、使うほどに光沢と色艶を深め、あなただけの表情へと変化する\u003cstrong\u003e経年変化\u003c\/strong\u003eを楽しめます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/IMG_2776.jpg?v=1693468700\" alt=\"経年変化を楽しむ本革\" 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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eスタイル際立つ125cmロングベルト\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e全長125cmのロングデザインは、垂らしたり巻いたり、自由なアレンジを叶えます。約120gの軽やかさと、一点一点異なる表情が、装いに奥行きと個性を与えるでしょう。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/IMG_2772.jpg?v=1693468738\" alt=\"自由自在な着こなしを創造\" 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\u003c!-- ② 動画セクション (Video) - 今回はデータがないため作成しません --\u003e \u003c!-- ③ スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e日本最大の革の産地、兵庫県・姫路で鞣したDADYオリジナルオイルレザーを使用したベンズレザーベルトです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eベンズレザーとは、牛革の中では最高ランクに属し、牛の背中から尻にかけての部位の革を指します。厚みも5～6mmとかなり厚くなっております。\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\u003cp class=\"body-text\"\u003eヴィンテージ感がしっかり伝わる表情ですが、ウラやコバの仕上がりがとても丁寧に、キレイに仕上がり、まさに\u003cstrong\u003e唯一無二\u003c\/strong\u003eのベルトとなっております。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e革の特性を十二分に生かしたシンプルなデザインなので、永くご愛用いただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eベルトはフリーサイズの1サイズ。全長125cmと、かなり長くなっております。巻いた後に垂らしたり、剣先のアレンジを楽しみながらご使用いただけます。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e幅：1.8cm\u003c\/li\u003e\n\u003cli\u003eフリーサイズ：全長125cm\u003c\/li\u003e\n\u003cli\u003e対応サイズ：70cm～115cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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\u003cdetails class=\"spec-details\" open=\"\"\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商品コード：DD1210\u003c\/li\u003e\n\u003cli\u003e重量：約120g\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\" open=\"\"\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=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IKD8160_design_480x480.jpg?v=1676275411\" alt=\"バックルカラーイメージ\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eバックルカラーはシルバー、ブラスの2色からお選びいただけます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\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こちらの商品はオーダー品です。在庫がある時を除き、お届けまで約2週間ほどお時間を頂戴いたします。ギフトの際など、日数にご注意ください。\u003c\/p\u003e\n\u003c\/div\u003e\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":"ANNAK SHOP","offers":[{"title":"ブラック\/シルバー \/ Free","offer_id":40269332873315,"sku":"4-1","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/ブラス \/ Free","offer_id":40269333200995,"sku":"4-2","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/シルバー \/ Free","offer_id":40269333528675,"sku":"4-3","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/ブラス \/ Free","offer_id":40269333856355,"sku":"4-4","price":13200.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_2772_f7bf5a0e-f98f-4b5e-afc3-699e502c332e.jpg?v=1788407655"}],"url":"https:\/\/annak-shop.myshopify.com\/collections\/%e3%83%ac%e3%83%87%e3%82%a3%e3%83%bc%e3%82%b9.oembed","provider":"ANNAK ONLINE SHOP","version":"1.0","type":"link"}