{"title":"メンズ","description":"様々なシーンにふさわしいメンズベルトを揃えました。","products":[{"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":"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":"ak15ta-c0004","title":"ANNAK アマンダオイルレザー スライドバックルベルト 30mm幅","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をご体験ください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/DSC_1871_5be2311f-50d9-4837-808b-94773a554aab.jpg?v=1718008750\" 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選び抜かれた質感 2色のレザー\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\/files\/DSC_1874_4f6e7ac2-dfc7-470c-922e-07752cf6774b.jpg?v=1718008750\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラックとチョコの2色展開ベルト\"\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\/files\/DSC_2079_f1b22fc9-eb2c-48af-802e-7ec8bc74bd5e.jpg?v=1718008750\" class=\"img-fluid d-block w-100 product-img\" alt=\"フリーカットで調整可能なベルト\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eギフトにも最適なフリーカット\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \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\"\u003eAK15TA-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このベルト最大の特徴は「どこでも締めれるベルト」であることです。バックルにはピンがなく、もちろんベルト帯にもピンを通す穴は1つも開いておりません。ただバックルにスライドさせるだけの非常にシンプルなデザインです。\u003cstrong\u003eピン穴のダメージとは無縁\u003c\/strong\u003eです。\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\/0769\/2959\/7752\/files\/DSC_1871_ef47b37a-9916-4ed6-b961-479331ad4f49_480x480.jpg?v=1715146917\" 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        \u003cp class=\"body-text\"\u003e帯の真ん中部分がゆるやかに盛り上がった、「\u003cstrong\u003eフェザー\u003c\/strong\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\/0769\/2959\/7752\/files\/IMG-1945_faad4a96-18c0-41f8-9f65-7e0934419931_480x480.jpg?v=1705379536\" class=\"img-fluid d-block w-100 product-img\" alt=\"ベルトの芯材にも牛革を使用\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eバックルは型から作成したANNAKオリジナルバックルを採用\u003c\/strong\u003e。ベルト帯のカラーはブラックとチョコの2色。バックルカラーはブラックにはシルバーを、チョコには真鍮色を採用しました。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/DSC_1874_f5c48ab7-2214-4e32-b754-033fe2861a90_480x480.jpg?v=1705379624\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラックとチョコのバックルカラー\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e締めた際に\u003cstrong\u003eピン穴が目立たず、非常にスタイリッシュ\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/DSC_2079_cbd33bf3-f655-4b12-a6ba-4b5878c8de14_480x480.jpg?v=1715148119\" class=\"img-fluid d-block w-100 product-img\" alt=\"ピン穴がなくスタイリッシュな装着感\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eスーツスタイル、カジュアルスタイルと、どちらにもしっかりマッチする1本です。フリーサイズで、ご自身のサイズに合わせてカットも可能なのでギフトにも最適な1本です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eピン穴レスでどこでもフィット\u003c\/li\u003e\n          \u003cli\u003e微調整自在で快適な締め心地\u003c\/li\u003e\n          \u003cli\u003e熟練の技が光る上質な素材感\u003c\/li\u003e\n          \u003cli\u003eスタイリッシュで長く使えるデザイン\u003c\/li\u003e\n          \u003cli\u003eギフトにも最適なフリーカット仕様\u003c\/li\u003e\n        \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を、裏革には国内鞣しのヌメ革を使用しました。芯材にも牛革を使用しております。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e【アマンダオイルレザー】\u003c\/strong\u003eたっぷりとオイルを含ませたフルタンニンレザーを鞣しの途中に、薬品で表面を縮ませるシュリンク加工を施します。シュリンク加工後、革の表面に圧力をかけながら棒状のガラス玉を高速運動させ、上品なツヤを持たせるグレージング加工を施します。アマンダオイルレザーは丈夫で、傷が目立ちにくい、絶妙な色ムラなどの特徴を兼ね備えた革です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表革: アマンダオイルレザー\u003c\/li\u003e\n          \u003cli\u003e裏革: 国内鞣しヌメ革\u003c\/li\u003e\n          \u003cli\u003e芯材: 牛革\u003c\/li\u003e\n          \u003cli\u003e金具: 真鍮\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eサイズは\u003cstrong\u003e全長約115cmまで対応可能\u003c\/strong\u003e。ウエストに合わせて、ご自身のサイズで\u003cstrong\u003eカットすることができる仕様\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e幅: 3.0cm\u003c\/li\u003e\n          \u003cli\u003eフリーサイズ: 全長115cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/IMG_6401_1.png?v=1717152226\" 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重量: 約185g\u003c\/li\u003e\n          \u003cli\u003e原産国: 日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003eプレゼントでご購入の際には、ラッピングいたしますので、ぜひご利用ください。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック \/ FREE","offer_id":30005756264547,"sku":"2-1","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"チョコ \/ FREE","offer_id":30005756297315,"sku":"2-2","price":12100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_1871_5be2311f-50d9-4837-808b-94773a554aab.jpg?v=1788407528"},{"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":"dd1212","title":"DADY ベンズレザースタンダードベルト  40mm幅","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\" style=\"font-size: 14px;\"\u003e日本最大の革産地、姫路で鞣した最高峰\u003cstrong\u003eベンズレザー\u003c\/strong\u003e。厚み5～6mmの極上素材が、使い込むほどに光沢と色艶を深め、自分だけの表情へと変化します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/IMG_2747.jpg?v=1712799638\" class=\"img-fluid d-block w-100 product-img\" alt=\"姫路ベンズレザーベルト\"\u003e\n        \u003cp class=\"caption-text text-end\" style=\"font-size: 14px;\"\u003eDADYが贈る、本物の証\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e40mm幅が魅せる、大人の品格\u003c\/h3\u003e\n        \u003cp class=\"body-text\" style=\"font-size: 14px;\"\u003e堂々たる\u003cstrong\u003e40mm幅\u003c\/strong\u003eが、いつものカジュアルスタイルを格上げします。腰元から放たれる圧倒的な存在感が、着こなしに深みと洗練された印象をもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DADY2022_0143_design_a1c15c25-bfa8-4738-877b-2ad43776a5c1.jpg?v=1712799638\" class=\"img-fluid d-block w-100 product-img\" alt=\"40mm幅のベルト着用イメージ\"\u003e\n        \u003cp class=\"caption-text text-end\" style=\"font-size: 14px;\"\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\" style=\"font-size: 14px;\"\u003eコバは通常の倍以上の時間をかけ、裏面は熱処理でしなやかに。DADYは目に見えない部分にも妥協せず、熟練の職人技で、\u003cstrong\u003e唯一無二の完成度\u003c\/strong\u003eを追求しています。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DADY2022_0349_design_6e6d561a-98ab-4af1-bb3e-3a0def3594d2.jpg?v=1693468408\" class=\"img-fluid d-block w-100 product-img\" alt=\"ベルトのコバ部分と裏面の加工\"\u003e\n        \u003cp class=\"caption-text text-end\" style=\"font-size: 14px;\"\u003e輝き選ぶ、あなたの一本\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② 動画セクション (Video) --\u003e\n    \u003cdiv class=\"video-wrapper\"\u003e\n        \u003ciframe title=\"ベルトパターンオーダー #dady #ダディ #ベルト #since1925 #factory #leather #浅草 #蔵前 #madeinjapan #ハンドメイド #howtoorder\" src=\"https:\/\/www.youtube.com\/embed\/1MsOByZY41E\" height=\"560\" width=\"320\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\"\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ③ スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特長・仕様\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003ch3 class=\"section-title\" style=\"font-size: 14px;\"\u003e商品コード\u003c\/h3\u003e\n            \u003cp class=\"body-text\" style=\"font-size: 14px;\"\u003e\u003cstrong\u003eDD1212\u003c\/strong\u003e\u003c\/p\u003e\n\n            \u003ch3 class=\"section-title\" style=\"font-size: 14px;\"\u003e素材と品質へのこだわり\u003c\/h3\u003e\n            \u003cul class=\"benefit-list\" style=\"font-size: 14px;\"\u003e\n                \u003cli\u003e日本最大の革産地、兵庫県・姫路で鞣した\u003cstrong\u003eDADYオリジナルオイルレザー\u003c\/strong\u003eを使用。\u003c\/li\u003e\n                \u003cli\u003e牛革の中では最高ランクに属する、背中から尻にかけての部位\u003cstrong\u003e「ベンズレザー」\u003c\/strong\u003eを採用。\u003c\/li\u003e\n                \u003cli\u003e厚み5～6mmの極厚素材ながら、初めからしなやか。使い込むほどに柔らかさ、光沢、色艶が増す\u003cstrong\u003e経年変化\u003c\/strong\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                \u003cli\u003e革の特性を十二分に生かした\u003cstrong\u003eシンプルなデザイン\u003c\/strong\u003eで、永くご愛用いただけます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003ch3 class=\"section-title\" style=\"font-size: 14px;\"\u003eオーダーと購入について\u003c\/h3\u003e\n            \u003cul class=\"point-list\" style=\"font-size: 14px;\"\u003e\n                \u003cli\u003eこちらの商品は\u003cstrong\u003eオーダー品\u003c\/strong\u003eです。在庫が無い場合はお届けまで約2週間ほどお時間を頂戴いたします。ギフトの際など、日数にご注意ください。\u003c\/li\u003e\n                \u003cli\u003eベルトサイズは\u003cstrong\u003e全10サイズ\u003c\/strong\u003e、バックルカラーは\u003cstrong\u003eシルバー、ブラスの2色\u003c\/strong\u003eからお選びいただけます。\u003c\/li\u003e\n                \u003cli\u003e店頭やイベントではメジャーベルトをご用意しております。丁度のサイズをお選びいただきオーダーください。お渡しまで約2週間ほどで発送となります。\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            \u003ch3 class=\"section-title\" style=\"font-size: 14px;\"\u003eベルト幅\u003c\/h3\u003e\n            \u003cp class=\"body-text\" style=\"font-size: 14px;\"\u003e4cm\u003c\/p\u003e\n            \u003ch3 class=\"section-title\" style=\"font-size: 14px;\"\u003e各サイズ詳細\u003c\/h3\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\" style=\"font-size: 14px;\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003cth\u003e全長\u003c\/th\u003e\n                            \u003cth\u003e中心穴まで\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e0\u003c\/td\u003e\n\u003ctd\u003e85cm\u003c\/td\u003e\n\u003ctd\u003e70cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e1\u003c\/td\u003e\n\u003ctd\u003e90cm\u003c\/td\u003e\n\u003ctd\u003e75cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e2\u003c\/td\u003e\n\u003ctd\u003e95cm\u003c\/td\u003e\n\u003ctd\u003e80cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e3\u003c\/td\u003e\n\u003ctd\u003e100cm\u003c\/td\u003e\n\u003ctd\u003e85cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e4\u003c\/td\u003e\n\u003ctd\u003e105cm\u003c\/td\u003e\n\u003ctd\u003e90cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e5\u003c\/td\u003e\n\u003ctd\u003e110cm\u003c\/td\u003e\n\u003ctd\u003e95cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e6\u003c\/td\u003e\n\u003ctd\u003e115cm\u003c\/td\u003e\n\u003ctd\u003e100cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e7\u003c\/td\u003e\n\u003ctd\u003e120cm\u003c\/td\u003e\n\u003ctd\u003e105cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e8\u003c\/td\u003e\n\u003ctd\u003e125cm\u003c\/td\u003e\n\u003ctd\u003e110cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e9\u003c\/td\u003e\n\u003ctd\u003e130cm\u003c\/td\u003e\n\u003ctd\u003e115cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\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\" style=\"font-size: 14px;\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003e素材:\u003c\/strong\u003e 牛革\/真鍮\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e重量:\u003c\/strong\u003e 約265g\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e原産国:\u003c\/strong\u003e 日本\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- ⑤ 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\" style=\"font-size: 14px;\"\u003eご注意\u003c\/h3\u003e\n        \u003cp class=\"body-text\" style=\"font-size: 14px;\"\u003e汗や摩擦により移染する恐れがあります。淡色系の衣類を着用の際にはご注意ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック\/シルバー \/ 0","offer_id":40266644193379,"sku":"40-1","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/シルバー \/ 1","offer_id":40266644226147,"sku":"40-2","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/シルバー \/ 2","offer_id":40266646650979,"sku":"40-3","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/シルバー \/ 3","offer_id":40266646683747,"sku":"40-4","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/シルバー \/ 4","offer_id":40266646716515,"sku":"40-5","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/シルバー \/ 5","offer_id":40266646749283,"sku":"40-6","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/シルバー \/ 6","offer_id":40266646782051,"sku":"40-7","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/シルバー \/ 7","offer_id":40266646814819,"sku":"40-8","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/シルバー \/ 8","offer_id":40266646847587,"sku":"40-9","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/シルバー \/ 9","offer_id":40266646880355,"sku":"40-10","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/ブラス \/ 0","offer_id":40266646913123,"sku":"40-11","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/ブラス \/ 1","offer_id":40266646945891,"sku":"40-12","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/ブラス \/ 2","offer_id":40266646978659,"sku":"40-13","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/ブラス \/ 3","offer_id":40266647011427,"sku":"40-14","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/ブラス \/ 4","offer_id":40266647044195,"sku":"40-15","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/ブラス \/ 5","offer_id":40266647076963,"sku":"40-16","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/ブラス \/ 6","offer_id":40266647109731,"sku":"40-17","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/ブラス \/ 7","offer_id":40266647142499,"sku":"40-18","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/ブラス \/ 8","offer_id":40266647175267,"sku":"40-19","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/ブラス \/ 9","offer_id":40266647208035,"sku":"40-20","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/シルバー \/ 0","offer_id":40266647240803,"sku":"40-21","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/シルバー \/ 1","offer_id":40266647273571,"sku":"40-22","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/シルバー \/ 2","offer_id":40266647306339,"sku":"40-23","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/シルバー \/ 3","offer_id":40266647339107,"sku":"40-24","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/シルバー \/ 4","offer_id":40266647371875,"sku":"40-25","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/シルバー \/ 5","offer_id":40266647404643,"sku":"40-26","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/シルバー \/ 6","offer_id":40266647437411,"sku":"40-27","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/シルバー \/ 7","offer_id":40266647470179,"sku":"40-28","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/シルバー \/ 8","offer_id":40266647502947,"sku":"40-29","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/シルバー \/ 9","offer_id":40266647535715,"sku":"40-30","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/ブラス \/ 0","offer_id":40266647568483,"sku":"40-31","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/ブラス \/ 1","offer_id":40266647601251,"sku":"40-32","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/ブラス \/ 2","offer_id":40266647634019,"sku":"40-33","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/ブラス \/ 3","offer_id":40266647666787,"sku":"40-34","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/ブラス \/ 4","offer_id":40266647699555,"sku":"40-35","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/ブラス \/ 5","offer_id":40266647732323,"sku":"40-36","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/ブラス \/ 6","offer_id":40266647765091,"sku":"40-37","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/ブラス \/ 7","offer_id":40266647797859,"sku":"40-38","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/ブラス \/ 8","offer_id":40266647830627,"sku":"40-39","price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"ヌメ\/ブラス \/ 9","offer_id":40266647863395,"sku":"40-40","price":16500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_2747_cd6f8ff8-7178-457f-978a-aee09720ad54.jpg?v=1788407650"},{"product_id":"dd1211","title":"DADY ベンズレザークイックリリースバックルベルト  33mm幅","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日本最大の革産地・姫路で鞣されたDADYオリジナルオイルレザーを使用。厚みのあるベンズレザーは初めからしなやかで、使うほどに深まる艶と色合いが、\u003cstrong\u003e所有する喜びをもたらします\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/IMG_2760.jpg?v=1712799622\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e育てる愉しみ 日本の革ベルト\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eワンアクションで魅せる 大人のクイックリリース\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e英国の消火用ホース金具に由来するファイヤーマンバックルを搭載。ベルトを反らせず\u003cstrong\u003eワンアクションで外せる\u003c\/strong\u003eため、大切な吟面を傷つけることなく、日常の着脱をスマートに演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DADY2022_0271_design_2c114a61-e6db-42a3-ba71-e309e1a31bd3.jpg?v=1712799622\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eスムーズな着脱 日常に風格を\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e熟練の技が光る 緻密なコバ仕立て\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eヌメ・ブラックの帯にオイルを入れ、ヴィンテージ感を宿す独特の表情へ。通常の倍以上の時間をかけたコバ磨きや裏面の熱処理が、\u003cstrong\u003e唯一無二のベルトに丁寧さと美しさをもたらします\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DADY2022_0348_design_e7b71f7f-5ba2-478c-b4e5-03109fd982b0.jpg?v=1693467657\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eこだわりの真鍮バックルと革の融合\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 動画セクション (Video) --\u003e\n    \u003cdiv class=\"video-wrapper\"\u003e\n        \u003ciframe width=\"320\" height=\"560\" src=\"https:\/\/www.youtube.com\/embed\/kRaNhaz3qvc\" title=\"簡単に外せるベルト！ #dady #ファイヤーマンバックルベルト #クイックリリースバックル\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\n        \u003ciframe width=\"320\" height=\"560\" src=\"https:\/\/www.youtube.com\/embed\/1MsOByZY41E\" title=\"ベルトパターンオーダー #dady #ダディ #ベルト #since1925 #factory #leather #浅草 #蔵前 #madeinjapan #ハンドメイド #howtoorder\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の基本情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品コード：DD1211\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=\"benefit-list\"\u003e\n                \u003cli\u003e日本最大の革産地・姫路で鞣したDADYオリジナルオイルベンズレザー使用\u003c\/li\u003e\n                \u003cli\u003e牛革最高ランク「ベンズレザー」は厚み5～6mm、初めからしなやか\u003c\/li\u003e\n                \u003cli\u003e使うほどに柔らかく、光沢を増しながら色目も変化する経年変化が楽しめる\u003c\/li\u003e\n                \u003cli\u003e英国の消火用ホース金具由来「ファイヤーマンバックル」搭載\u003c\/li\u003e\n                \u003cli\u003eベルトを反らせずワンアクションで外せるため、大切な吟面を傷めない\u003c\/li\u003e\n                \u003cli\u003eヌメ、ブラックの帯にオイルを入れ、ヴィンテージ感を宿す独特な表情\u003c\/li\u003e\n                \u003cli\u003e裏面はアイロンでの熱処理、コバは通常の倍以上の時間を費やし磨き上げ\u003c\/li\u003e\n                \u003cli\u003e丁寧に仕上がり、唯一無二の存在感を放つベルト\u003c\/li\u003e\n                \u003cli\u003e革の特性を十二分に生かしたシンプルなデザインで、永くご愛用いただけます\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eベルト幅：約3.3cm (33mm)\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003cth\u003e全長\u003c\/th\u003e\n                            \u003cth\u003e中心穴まで\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e0サイズ\u003c\/td\u003e\n\u003ctd\u003e85cm\u003c\/td\u003e\n\u003ctd\u003e70cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e1サイズ\u003c\/td\u003e\n\u003ctd\u003e90cm\u003c\/td\u003e\n\u003ctd\u003e75cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e2サイズ\u003c\/td\u003e\n\u003ctd\u003e95cm\u003c\/td\u003e\n\u003ctd\u003e80cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e3サイズ\u003c\/td\u003e\n\u003ctd\u003e100cm\u003c\/td\u003e\n\u003ctd\u003e85cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e4サイズ\u003c\/td\u003e\n\u003ctd\u003e105cm\u003c\/td\u003e\n\u003ctd\u003e90cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e5サイズ\u003c\/td\u003e\n\u003ctd\u003e110cm\u003c\/td\u003e\n\u003ctd\u003e95cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e6サイズ\u003c\/td\u003e\n\u003ctd\u003e115cm\u003c\/td\u003e\n\u003ctd\u003e100cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e7サイズ\u003c\/td\u003e\n\u003ctd\u003e120cm\u003c\/td\u003e\n\u003ctd\u003e105cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e8サイズ\u003c\/td\u003e\n\u003ctd\u003e125cm\u003c\/td\u003e\n\u003ctd\u003e110cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e9サイズ\u003c\/td\u003e\n\u003ctd\u003e130cm\u003c\/td\u003e\n\u003ctd\u003e115cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003eベルトサイズは全部で10サイズからお選びいただけます。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・重量\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材：牛革 \/ 真鍮\u003c\/li\u003e\n                \u003cli\u003e重量：約255g\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バックルカラーは以下の2色からお選びいただけます。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eシルバー\u003c\/li\u003e\n                \u003cli\u003eブラス\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e発送・オーダーに関するご案内\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003eこちらの商品はオーダー品です。在庫が無い場合はお届けまで約2週間ほどお時間を頂戴いたします。ギフトの際など、日数にご注意ください。\u003c\/li\u003e\n            \u003cli\u003e店頭やイベントではメジャーベルトをご用意しております。丁度のサイズをお選びいただきオーダーください。お渡しまで約2週間ほどで発送となります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003eオイル入れや熱処理により、ベルトの表情や幅のサイズに若干の個体差が生じる場合があります。予めご了承ください。\u003c\/li\u003e\n            \u003cli\u003e汗や摩擦により移染する恐れがあります。淡色系の衣類を着用の際にはご注意ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック\/シルバー \/ 0","offer_id":40266649141347,"sku":"40-1","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック\/シルバー \/ 1","offer_id":40266649174115,"sku":"40-2","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック\/シルバー \/ 2","offer_id":40266649206883,"sku":"40-3","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック\/シルバー \/ 3","offer_id":40266649239651,"sku":"40-4","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック\/シルバー \/ 4","offer_id":40266649272419,"sku":"40-5","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック\/シルバー \/ 5","offer_id":40266649305187,"sku":"40-6","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック\/シルバー \/ 6","offer_id":40266649337955,"sku":"40-7","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック\/シルバー \/ 7","offer_id":40266649370723,"sku":"40-8","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック\/シルバー \/ 8","offer_id":40266649403491,"sku":"40-9","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック\/シルバー \/ 9","offer_id":40266649436259,"sku":"40-10","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック\/ブラス \/ 0","offer_id":40266649469027,"sku":"40-11","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック\/ブラス \/ 1","offer_id":40266649501795,"sku":"40-12","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック\/ブラス \/ 2","offer_id":40266649534563,"sku":"40-13","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック\/ブラス \/ 3","offer_id":40266649567331,"sku":"40-14","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック\/ブラス \/ 4","offer_id":40266649600099,"sku":"40-15","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック\/ブラス \/ 5","offer_id":40266649632867,"sku":"40-16","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック\/ブラス \/ 6","offer_id":40266649665635,"sku":"40-17","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック\/ブラス \/ 7","offer_id":40266649698403,"sku":"40-18","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック\/ブラス \/ 8","offer_id":40266649731171,"sku":"40-19","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック\/ブラス \/ 9","offer_id":40266649763939,"sku":"40-20","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ\/シルバー \/ 0","offer_id":40266649796707,"sku":"40-21","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ\/シルバー \/ 1","offer_id":40266649829475,"sku":"40-22","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ\/シルバー \/ 2","offer_id":40266649862243,"sku":"40-23","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ\/シルバー \/ 3","offer_id":40266649895011,"sku":"40-24","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ\/シルバー \/ 4","offer_id":40266649927779,"sku":"40-25","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ\/シルバー \/ 5","offer_id":40266649960547,"sku":"40-26","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ\/シルバー \/ 6","offer_id":40266649993315,"sku":"40-27","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ\/シルバー \/ 7","offer_id":40266650026083,"sku":"40-28","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ\/シルバー \/ 8","offer_id":40266650058851,"sku":"40-29","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ\/シルバー \/ 9","offer_id":40266650091619,"sku":"40-30","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ\/ブラス \/ 0","offer_id":40266650124387,"sku":"40-31","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ\/ブラス \/ 1","offer_id":40266650157155,"sku":"40-32","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ\/ブラス \/ 2","offer_id":40266650189923,"sku":"40-33","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ\/ブラス \/ 3","offer_id":40266650222691,"sku":"40-34","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ\/ブラス \/ 4","offer_id":40266650255459,"sku":"40-35","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ\/ブラス \/ 5","offer_id":40266650288227,"sku":"40-36","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ\/ブラス \/ 6","offer_id":40266650320995,"sku":"40-37","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ\/ブラス \/ 7","offer_id":40266650353763,"sku":"40-38","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ\/ブラス \/ 8","offer_id":40266650386531,"sku":"40-39","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ\/ブラス \/ 9","offer_id":40266650419299,"sku":"40-40","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_2760.jpg?v=1788407653"},{"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%a1%e3%83%b3%e3%82%ba.oembed","provider":"ANNAK ONLINE SHOP","version":"1.0","type":"link"}