{"title":"父の日ギフトセレクション","description":"父の日ギフトに最適なアイテムをセレクトしました。","products":[{"product_id":"originaloilleather-ak16ta-b0054","title":"ANNAK コンパクト２つ折りオールレザーウォレット","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\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世界有数の栃木レザーに別注した、アナックオリジナルオイルレザーが醸し出す深みのある光沢。革本来のキズやシボを活かし、使うほどに手に馴染む経年変化が楽しめます。重厚ながら約100gの軽さが、日常を豊かに彩ります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/IMG_2807.jpg?v=1712799550\" class=\"img-fluid d-block w-100 product-img\" alt=\"栃木レザーの光沢が美しいコンパクト財布\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e手のひらに宿る上質\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e10枚収納、ワンアクションで開く\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e「フラップを開ける」その\u003cstrong\u003eワンアクション\u003c\/strong\u003eで、カード10枚分の収納と紙幣が一望できます。会計時の焦りをなくし、洗練された動作へと導きます。すべてのパーツを革だけで丁寧に組み上げた、永く愛用できる堅牢な作りです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DSC_0740_R_a01e091e-5442-4686-baf8-a789613af105.jpg?v=1712799550\" class=\"img-fluid d-block w-100 product-img\" alt=\"カード10枚収納と紙幣を一望できる内部\"\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_0742_R_8df9a9fe-a20f-4d8c-8f14-62f2298450ef.jpg?v=1693468273\" 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    \u003cdiv class=\"video-wrapper\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/WwBkp7TZbG0\" height=\"315\" width=\"560\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" 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            \u003cp class=\"body-text\"\u003eAK16TA-B0054\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アナックオリジナルオイルレザーをすべてのパーツに使用したワンアクションコンパクト2つ折り財布。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e「\u003cstrong\u003eフラップを開ける\u003c\/strong\u003e」このワンアクションで中身が全て取り出すことのできる使い易さ、革だけで組み立て、重厚で丈夫なのに軽いのが特徴の財布です。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e【アナックオリジナルオイルレザー】\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e世界有数のタンナー、栃木レザーに別注して作成したアナックオリジナルオイルレザー。\u003c\/li\u003e\n                \u003cli\u003e有害な物質を一切使わずミモザの樹皮から抽出された樹脂のタンニンを使用したフルベジタブルタンニン鞣し。\u003c\/li\u003e\n                \u003cli\u003eしなやかさと耐久性をあげる為にたっぷりとオイルを含ませました。\u003c\/li\u003e\n                \u003cli\u003eオイルレザーならではのツヤ感と、革本来のキズやシボを残した仕上がりになっています。\u003c\/li\u003e\n                \u003cli\u003eご使用によって生じる経年変化が楽しめます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e主な機能\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003e留め具は中身の量によって調節可能\u003c\/strong\u003eなタテに2つ連なったスナップボタン。\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\/DSC_0746_R.jpg?v=1710809840\" class=\"img-fluid d-block w-100 product-img\" alt=\"留め具のスナップボタン\"\u003e\n            \u003c\/div\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eカード入れは10枚分。\u003c\/strong\u003e開くと8枚分のカード段と2つのカードポケットがあります。\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\/DSC_0740_R_480x480.jpg?v=1629874356\" class=\"img-fluid d-block w-100 product-img\" alt=\"10枚収納可能なカード入れ\"\u003e\n            \u003c\/div\u003e\n            \u003cul class=\"point-list\"\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            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_0742_R_480x480.jpg?v=1629874386\" 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        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ・重量・原産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e幅：10.5cm\u003c\/li\u003e\n                \u003cli\u003e奥行：2cm\u003c\/li\u003e\n                \u003cli\u003e高さ：10cm\u003c\/li\u003e\n                \u003cli\u003e重量：約100g\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=\"point-list\"\u003e\n                \u003cli\u003eブラック・チョコ・ブラウンは全てのパーツが1色の革ですが、ネイビーの内側はチョコ、レッド・グリーンの内側はブラウンと外・内の革が配色仕様となっております。\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\/DSC_0744_R.jpg?v=1710809898\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーションと配色例\"\u003e\n            \u003c\/div\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eカード段を革で作成しているため、馴染むまでは出し入れの際にきつく感じる場合があります。\u003c\/li\u003e\n                \u003cli\u003eご使用によって生じる経年変化が楽しめます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- ④ 発送案内セクション (Shipping) - 情報がないため出力しません。 --\u003e\n    \u003c!-- ⑤ 注意事項セクション (Notes) - 情報がないため出力しません。 --\u003e\n\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック","offer_id":29616300261475,"sku":"6-1","price":20900.0,"currency_code":"JPY","in_stock":false},{"title":"チョコ","offer_id":29618968199267,"sku":"6-2","price":20900.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン","offer_id":29618968232035,"sku":"6-3","price":20900.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー","offer_id":29618968297571,"sku":"6-4","price":20900.0,"currency_code":"JPY","in_stock":false},{"title":"レッド","offer_id":29618968264803,"sku":"6-5","price":20900.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン","offer_id":29618968330339,"sku":"6-6","price":20900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_2807_0d62b00d-1e48-4aea-b60b-14db5974446c.jpg?v=1788407511"},{"product_id":"ak16ta-d0052","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  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e本格プエブロレザー 上品な名刺入れ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eイタリアの銘革プエブロが魅せる、金ブラシで毛羽立たせた\u003cstrong\u003e独特の表情\u003c\/strong\u003e。手に取るたびに\u003cstrong\u003e深まる色艶\u003c\/strong\u003eが、ビジネスシーンに風格をもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DSC_0725_R_8a978f81-ee89-4e07-9ef8-aac107f3b0c4.jpg?v=1712796269\" class=\"img-fluid d-block w-100 product-img\" alt=\"ANNAK プエブロレザー 名刺入れ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e上質な革が語る品格\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e永く愛用 名刺入れ 日本製\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e内側は裏地を排した\u003cstrong\u003eオールレザー仕立て\u003c\/strong\u003eで、最も多い修理の心配もありません。日本の職人が丹念に作り上げた\u003cstrong\u003e堅牢な逸品\u003c\/strong\u003e。三色の豊かな表情から、あなたのビジネスパートナーを見つけてください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DSC_0729_R_b755e773-21a6-4b13-9820-112f2095dadd.jpg?v=1712796269\" 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コンパクトな奥行2cmながら、\u003cstrong\u003e2箇所の収納スペース\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\/DSC_0728_R_4fac4534-62aa-4d57-a925-9f3b197121c6.jpg?v=1712796269\" class=\"img-fluid d-block w-100 product-img\" alt=\"所作を彩る洗練デザイン\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e所作を彩る洗練デザイン\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 動画セクション (Video) - 今回は提供されたデータに動画が含まれていないため、このセクションは作成しません。 --\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \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\"\u003eAK16TA-D0052\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eイタリアの名門タンナー『バダラッシカルロ社』のバケッタ製法で作られた牛革・プエブロを使用。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e表面を金ブラシで毛羽立たせた質感が特徴のプエブロを、1枚仕立てで使用した名刺入れです。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eかぶせの留め具は見た目もシンプルなスナップボタン。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e収納スペースは2箇所。マチも2cmとコンパクトなサイズですが収納力は高いです。\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_0728_R_480x480.jpg?v=1634258635\" class=\"img-fluid d-block w-100 product-img\" alt=\"名刺入れの内部構造と収納スペース\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e内側は裏地ではなく、床面のオールレザー仕立てなので、修理で最も多いとされる、裏地が破ける心配もありません。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e革の特性を全面に、とことんシンプルに作成しました。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eユニセックスで使えるシンプルな名刺入れ、贈り物としてもおすすめです。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e幅：10.5cm\u003c\/li\u003e\n          \u003cli\u003e奥行：2cm\u003c\/li\u003e\n          \u003cli\u003e高さ：7cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\/原料\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e牛革\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e重量\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e約45g\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e原産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) - 提供されたデータに情報が含まれていないため、このセクションは作成しません。 --\u003e\n\n  \u003c!-- 注意事項セクション (Notes) - 提供されたデータに情報が含まれていないため、このセクションは作成しません。 --\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック","offer_id":29616322281571,"sku":"3-1","price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"チョコ","offer_id":29619600425059,"sku":"3-2","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":29619600457827,"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_0725_R_45cab7e0-3808-4d6a-a384-c0de163b774b.jpg?v=1788407517"},{"product_id":"originaloilleather-ak14ta-b0039","title":"ANNAK ギャルソンウォレット","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に別注した、\u003cstrong\u003eアナックオリジナルオイルレザー\u003c\/strong\u003eを贅沢に使用。ミモザの樹皮で丁寧に鞣された革は、\u003cstrong\u003eしなやかさ\u003c\/strong\u003eと\u003cstrong\u003e耐久性\u003c\/strong\u003eを併せ持ちます。使い込むほどに\u003cstrong\u003e深いツヤ\u003c\/strong\u003eと\u003cstrong\u003e風合い\u003c\/strong\u003eが増し、あなただけの\u003cstrong\u003e美しい経年変化\u003c\/strong\u003eが楽しめます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DSC_2006_7596e8c8-13ec-4509-ab60-a863156316ea.jpg?v=1712799464\" 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\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\u003e1円単位まで小銭をしっかり出し切れる\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\/DSC_2017_a682fb5c-81b4-4db5-a157-36945b861660.jpg?v=1712799464\" 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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e手元を彩る。スマートな所作\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e約250gの確かな重み\u003c\/strong\u003eが、手に取るたびに品質を語ります。中身の量に合わせて調節可能な\u003cstrong\u003e二連スナップボタン\u003c\/strong\u003eや、\u003cstrong\u003e19枚収納できるカード入れ\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\/2_3a90f597-1222-4858-ba22-61059c662999.jpg?v=1712799464\" 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\u003c!-- 動画セクション (Video) --\u003e\n\u003cdiv class=\"video-wrapper\"\u003e\n\u003ciframe width=\"359\" height=\"638\" src=\"https:\/\/www.youtube.com\/embed\/bQmuZE3zeAQ\" title=\"【メインの財布はこれに決まり！】#ギャルソン長財布 #財布の紹介 #ワンアクション #収納力 #ハンドメイド\"\u003e\u003c\/iframe\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/Lcj9GzF8WA\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\n\u003c\/div\u003e\n\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\u003cstrong\u003eAK14TA-B0039\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003eアナックオリジナルオイルレザー\u003c\/strong\u003eをすべてのパーツに使用した\u003cstrong\u003eギャルソン型ロングウォレット\u003c\/strong\u003e。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli class=\"point-list-item\"\u003e「\u003cstrong\u003e一目瞭然のコインポケット\u003c\/strong\u003e」がこの財布最大の特徴です。\u003cstrong\u003e1円単位まで小銭をしっかり出し切れる\u003c\/strong\u003eため、財布の重さの要因とされる小銭を溜めることなくお使いいただけます。\u003c\/li\u003e\n\u003cli class=\"point-list-item\"\u003e外側は1枚革を両面に配し、コインポケットの内側も革の表面が出る贅沢な仕様。ほぼ革だけで組み立てた\u003cstrong\u003e重厚で丈夫な作り\u003c\/strong\u003eが特徴です。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e【\u003cstrong\u003eアナックオリジナルオイルレザー\u003c\/strong\u003e】\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli class=\"point-list-item\"\u003e世界有数のタンナー、\u003cstrong\u003e栃木レザー\u003c\/strong\u003eに別注して作成したアナックオリジナルオイルレザー。\u003c\/li\u003e\n\u003cli class=\"point-list-item\"\u003e有害な物質を一切使わずミモザの樹皮から抽出された樹脂のタンニンを使用した\u003cstrong\u003eフルベジタブルタンニン鞣し\u003c\/strong\u003e。\u003c\/li\u003e\n\u003cli class=\"point-list-item\"\u003eしなやかさと耐久性を高める為に、たっぷりとオイルを含ませました。\u003c\/li\u003e\n\u003cli class=\"point-list-item\"\u003eオイルレザーならではの\u003cstrong\u003eツヤ感\u003c\/strong\u003eと、革本来の\u003cstrong\u003eキズやシボを残した仕上がり\u003c\/strong\u003eになっています。\u003c\/li\u003e\n\u003cli class=\"point-list-item\"\u003eご使用によって生じる\u003cstrong\u003e経年変化\u003c\/strong\u003eが楽しめます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e機能詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli class=\"point-list-item\"\u003e留め具は中身の量によって調節可能な\u003cstrong\u003eタテに2つ連なったスナップボタン\u003c\/strong\u003eを採用。\u003c\/li\u003e\n\u003cli class=\"point-list-item\"\u003e内側は2つに分けた収納スペースと、最大の特徴である\u003cstrong\u003e一目瞭然のコインスペース\u003c\/strong\u003e、さらにファスナー（\u003cstrong\u003eEXCELLA\u003c\/strong\u003e）つきポケットも用意しました。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_2020_480x480.jpg?v=1629857018\" class=\"img-fluid d-block w-100 product-img\" alt=\"二連スナップボタンの詳細画像\"\u003e\u003c\/div\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli class=\"point-list-item\"\u003eガバっと開く圧倒的なコインポケットは、内側にも表革を使用しており、コインの擦れなどで破ける心配がありません。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_2015_9b622a3e-135f-4adf-a385-acaea872c775_480x480.jpg?v=1629856715\" class=\"img-fluid d-block w-100 product-img\" alt=\"大きく開くコインポケットと内部構造の詳細\"\u003e\u003c\/div\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli class=\"point-list-item\"\u003eポケットのファスナーの引き手には\u003cstrong\u003eフリンジ\u003c\/strong\u003eをプラス。\u003c\/li\u003e\n\u003cli class=\"point-list-item\"\u003eファスナーポケット部は、片側に4センチのマチを配し、\u003cstrong\u003eしっかり開くので出し入れがスムーズ\u003c\/strong\u003e。診察券など大事なカード類の収納に最適なスペースです。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_2018_480x480.jpg?v=1629857074\" class=\"img-fluid d-block w-100 product-img\" alt=\"フリンジ付きファスナーポケットとカード収納部の詳細\"\u003e\u003c\/div\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli class=\"point-list-item\"\u003eカード入れは\u003cstrong\u003e19枚分\u003c\/strong\u003e。3枚分収納可能なカード段のみ裏地を使用しております。\u003c\/li\u003e\n\u003cli class=\"point-list-item\"\u003e小銭の溜まらない財布として、\u003cstrong\u003e一目瞭然のコインポケットが一番のおすすめポイント\u003c\/strong\u003eです。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ・重量\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli class=\"basic-list-item\"\u003e幅：19cm\u003c\/li\u003e\n\u003cli class=\"basic-list-item\"\u003e奥行：3.5cm\u003c\/li\u003e\n\u003cli class=\"basic-list-item\"\u003e高さ：11cm\u003c\/li\u003e\n\u003cli class=\"basic-list-item\"\u003e重量：約250g\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材\/原料・原産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli class=\"basic-list-item\"\u003e素材\/原料：牛革\u003c\/li\u003e\n\u003cli class=\"basic-list-item\"\u003e原産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\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 class=\"point-list-item\"\u003eブラック・チョコ・ブラウンは全てのパーツが1色の革ですが、ネイビーの内側はチョコ、レッド・グリーンの内側はブラウンと、外・内の革が\u003cstrong\u003e配色仕様\u003c\/strong\u003eとなっております。\u003c\/li\u003e\n\u003cli class=\"point-list-item\"\u003eカード段を革で作成しているため、馴染むまでは出し入れの際に\u003cstrong\u003eきつく感じる場合があります\u003c\/strong\u003e。\u003c\/li\u003e\n\u003cli class=\"point-list-item\"\u003eご使用によって生じる\u003cstrong\u003e経年変化\u003c\/strong\u003eが楽しめます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック","offer_id":30006292480099,"sku":"6-1","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"チョコ","offer_id":30006292512867,"sku":"6-2","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":30006292545635,"sku":"6-3","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー","offer_id":30006292578403,"sku":"6-4","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":30006292611171,"sku":"6-5","price":33000.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン","offer_id":30006292643939,"sku":"6-6","price":33000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_2006_6ba2bc19-2357-424d-b867-c7a812ba3f43.jpg?v=1788407532"},{"product_id":"originaloilleather-ak19ta-b0072","title":"ANNAK L字型スリム長財布","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上質を纏う、L字型スリム長財布\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e手に吸い付くような柔らかなアメリカンオイルレザーが、触れるたびに心地よい満足感をもたらします。約115gという\u003cstrong\u003e驚くほどの軽さ\u003c\/strong\u003eでありながら、重厚感のある佇まいが魅力。洗練されたスマートなデザインは、持つ人の品格を自然と高めます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20250818_112927_9c15bd4a-2f99-4aa0-a12e-fda90732f542.jpg?v=1755485605\" class=\"img-fluid d-block w-100 product-img\" alt=\"上質を纏うL字型スリム長財布\"\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\/Photoroom_20250818_112733.jpg?v=1755485650\" 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マチを排しミシンでたたきつける独自の構造が、中身を入れてもこの薄さを叶えます。一般的な長財布より約1.5cm短い横幅は、\u003cstrong\u003eミニマリストに嬉しいコンパクト設計\u003c\/strong\u003e。熟練の職人が丹念に磨き上げたコバの美しさは、細部へのこだわりを物語る日本の職人技が光る逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20250818_113523.jpg?v=1755485650\" class=\"img-fluid d-block w-100 product-img\" alt=\"薄さを追求したデザイン\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e薄さを叶える、日本の職人技\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eすべてのパーツにアメリカンオイルレザーを使用した、ワンアクションラウンドジップコンパクト財布。革だけで組み立ててあるのに\u003cstrong\u003e軽くて重厚で丈夫な作り\u003c\/strong\u003e、しっかりと磨きあげられた\u003cstrong\u003eコバ作り\u003c\/strong\u003eが特徴です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli class=\"body-text\"\u003e\n\u003cstrong\u003e薄さと使い易さ\u003c\/strong\u003eが魅力のL字型ウォレット。\u003c\/li\u003e\n        \u003cli class=\"body-text\"\u003eANNAKでは横幅を一般的なサイズより\u003cstrong\u003e約1.5cm程短く作成\u003c\/strong\u003eし、よりスマートでコンパクトに仕上げました。\u003c\/li\u003e\n        \u003cli class=\"body-text\"\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\/0769\/2959\/7752\/files\/Photoroom_20250818_112633_480x480.jpg?v=1755485162\" 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\/0769\/2959\/7752\/files\/Photoroom_20250818_113523_480x480.jpg?v=1755485162\" class=\"img-fluid d-block w-100 product-img\" alt=\"マチのないデザイン\"\u003e\n      \u003c\/div\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli class=\"body-text\"\u003eフリンジ付きのファスナーを開くと仕切りにもなっている\u003cstrong\u003e中央にコインポケット\u003c\/strong\u003eが。\u003c\/li\u003e\n        \u003cli class=\"body-text\"\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\/0769\/2959\/7752\/files\/Photoroom_20250818_112733_480x480.jpg?v=1755485162\" class=\"img-fluid d-block w-100 product-img\" alt=\"中央コインポケット\"\u003e\n      \u003c\/div\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli class=\"body-text\"\u003e\n\u003cstrong\u003e単独カード入れは8枚分\u003c\/strong\u003e。4枚づつ収納可能なカード段が左右両サイドに。（革が馴染むまでは、きつく感じる場合もございます。）\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\/Photoroom_20250818_112847_480x480.jpg?v=1755485162\" class=\"img-fluid d-block w-100 product-img\" alt=\"8枚収納可能なカード入れ\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eファスナーを開ける、この\u003cstrong\u003eワンアクションで中身のすべての取り出しが可能\u003c\/strong\u003eな非常に使い勝手の良い財布です。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli class=\"body-text\"\u003e【アメリカンオイルレザー】日本一の生産量を誇る姫路地域で鞣されたキメの細かいキップ調に作られた牛革を使用しています。\u003c\/li\u003e\n        \u003cli class=\"body-text\"\u003eすべすべとした手触り、曲げてもシワになりにくいしなやかさが特徴です。\u003c\/li\u003e\n        \u003cli class=\"body-text\"\u003eたっぷりオイルが入っているので、使用していくたびにキレイな光沢感が出て、エイジングを楽しめます。\u003c\/li\u003e\n        \u003cli class=\"body-text\"\u003e原料：牛革\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ・重量\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli class=\"body-text\"\u003e幅：18cm\u003c\/li\u003e\n        \u003cli class=\"body-text\"\u003e奥行：1.5cm\u003c\/li\u003e\n        \u003cli class=\"body-text\"\u003e高さ：9cm\u003c\/li\u003e\n        \u003cli class=\"body-text\"\u003e重量：約115g\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e原産国・商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli class=\"body-text\"\u003e原産国：日本\u003c\/li\u003e\n        \u003cli class=\"body-text\"\u003e商品コード：AK25 TA-B0072\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eラッピングでのオーダーの場合、サイズの関係上、ネコポスではなく佐川急便での配送となります。ご了承ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック","offer_id":30006374269027,"sku":"6-1","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"チョコ","offer_id":30006374301795,"sku":"6-2","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":30006374334563,"sku":"6-3","price":22000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/Photoroom_20250818_112927_7dc2fdd4-481a-4521-afa2-50bacad1c366.jpg?v=1788407533"},{"product_id":"ak16ta-b0051","title":"ANNAK プエブロレザー コンパクト折り紙ウォレット","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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e経年変化を贈る革製ギフト\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eイタリアのプエブロレザーを隅々まで使用。金ブラシで毛羽立たせた独特の表情は、触れるたびに個性として深まり、使う人の人生に寄り添います。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/DSC_0118_e112689e-48a7-4930-8e45-6fad9f21e2a9.jpg?v=1725278158\" 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\"\u003e指先に馴染む約45gの軽さで、紙幣と約10枚のカードを収納。キャッシュレス中心の現代に合わせた、軽快な振る舞いを支える存在です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/DSC_0135_a8f84c0c-09b3-4315-94c6-770f7c527edf.jpg?v=1744696047\" 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\"\u003e幅8cm、奥行き1.5cm、高さ9.5cm。この緻密なサイズは、ポケットや小さなバッグにも自然と溶け込み、持ち運びの負担を感じさせません。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20250415_144604.jpg?v=1744696040\" 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=\"video-wrapper\"\u003e\u003ciframe width=\"320\" height=\"568\" src=\"https:\/\/www.youtube.com\/embed\/12sRqLt49AE\" title=\"\"\u003e\u003c\/iframe\u003e\u003c\/div\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キャッシュレス用のコンパクト財布です。このサイズでもカードが10枚ほど収納可能です。\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\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e牛革（イタリア：バダラッシカルロ社製プエブロ）\u003c\/li\u003e\n\u003c\/ul\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外ポケットの留め具は見た目もシンプルなスナップボタンです。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/DSC_0125_480x480.jpg?v=1744693658\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"body-text\"\u003e内側は札入れスペースと、カードポケットが2つあります。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_0135_480x480.jpg?v=1634258304\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"body-text\"\u003e外側のポケットはカードが6～7枚収納可能です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20250415_142333_480x480.jpg?v=1744694683\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"body-text\"\u003eエイジングが非常に分かりやすく、『触感』まで変化していく、非常に珍しく、とても魅力的な素材です。\u003cstrong\u003e約2年ほどの使用で、ここまでツヤが出て、質感もツルツルに変化します。\u003c\/strong\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG-2058_480x480.jpg?v=1634258438\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"body-text\"\u003eオールレザー仕立てなので、財布の修理で最も多いとされる、\u003cstrong\u003e裏地が破ける心配もありません。\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eコンパクトサイズの財布は、財布自体に重さもなく、旅行の際や小さいバッグの時に重宝する財布です。\u003cstrong\u003eユニセックスで使えるシンプルな財布、贈り物としてもおすすめです。\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細・基本情報\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e商品コード：AK16TA-B0051\u003c\/li\u003e\n\u003cli\u003e幅：約8cm\u003c\/li\u003e\n\u003cli\u003e奥行：約1.5cm\u003c\/li\u003e\n\u003cli\u003e高さ：約9.5cm\u003c\/li\u003e\n\u003cli\u003e重量：約45g\u003c\/li\u003e\n\u003cli\u003e原産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20250415_144604_480x480.jpg?v=1744696040\" alt=\"\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e外側のポケットは、カード用のポケットとして作成しております。小銭入れとしての使用はおすすめしておりませんが、一時的な収納などで小銭を入れられる際には、こぼれ出る恐れがありますので十分ご注意ください。このお財布のデザイン、特性としてご理解いただけますと幸いです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック","offer_id":30007514595427,"sku":"3-1","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"チョコ","offer_id":30007514628195,"sku":"3-2","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":30007514660963,"sku":"3-3","price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_0120_46fd1979-7d68-478b-8373-9481b4fad3e4.jpg?v=1788407535"},{"product_id":"ak17ta-b0060","title":"ANNAK プエブロレザー フラップ付き2つ折りウォレット M","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\u003c!-- ブロック1 --\u003e\n\u003ch3 class=\"section-title\"\u003e大人の風格漂う、プエブロの表情\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eイタリアの名門バダラッシカルロ社製プエブロレザーが放つ、金ブラシ加工の個性的な風合い。唯一無二の表情は、使うほどに奥深い魅力へと育ちます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DSC_1923_7eb6ee93-01aa-4290-b37a-526a2ef8bd44.jpg?v=1712796075\" class=\"img-fluid d-block w-100 product-img\" alt=\"プエブロレザーのウォレット外観\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e上質感をまとう存在感\u003c\/p\u003e\n\u003c!-- ブロック2 --\u003e\n\u003ch3 class=\"section-title\"\u003eスマートな機能美、掌に\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e手のひらに収まるコンパクトな設計に、6つのカードポケットと独立した札入れをスマートに配置。オールレザー仕立てで、日々の所作を軽やかに彩ります。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DSC_1931_870f9ada-b0ad-4ea9-9b0b-f8aa4ea307d2.jpg?v=1684416756\" class=\"img-fluid d-block w-100 product-img\" alt=\"ウォレットの内部、カードポケットと札入れ\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e計算され尽くした内装\u003c\/p\u003e\n\u003c!-- ブロック3 --\u003e\n\u003ch3 class=\"section-title\"\u003e育てる愉しみ、日本の匠技\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e約2年で美しいツヤへと変化するプエブロの経年変化。大きく開く小銭入れや斜めにスムーズに収まる札入れなど、使うたびに愛着が深まる日本の職人技が光ります。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DSC_1927_80a4a2e0-ba9a-4079-9eab-d2bd582bb746.jpg?v=1684416756\" 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\u003c!-- \/content-section --\u003e \u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\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この形の財布しか使わないとおっしゃる方も多い、定番型のコンパクトなフラップ付き2つ折り財布です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eエイジングが非常に分かりやすく魅力的な素材です。\u003cstrong\u003e約2年ほどの使用で、ここまでツヤが出ます。\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG-2058_480x480.jpg?v=1634258438\" alt=\"エイジング後のウォレットの比較画像\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eユニセックスで使えるシンプルな財布、贈り物としてもおすすめです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e素材をメインにシンプルに作成しました。抜群の手触り、独特な経年変化を実感してください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\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イタリアの名門タンナー『バダラッシカルロ社』の\u003cstrong\u003eバケッタ製法で作られた牛革・プエブロを使用。\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e表面を金ブラシで毛羽立たせた質感が特徴のプエブロを、すべてのパーツで使用した非常にシンプルな3つ折り財布です。\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=\"point-list\"\u003e\n\u003cli\u003e留め具は\u003cstrong\u003e見た目もシンプル\u003c\/strong\u003eなスナップボタン。\u003c\/li\u003e\n\u003cli\u003eカード段内側以外のすべてのパーツは\u003cstrong\u003eオールレザー仕立て\u003c\/strong\u003eなので、財布の修理で最も多いとされるコインポケットの裏地が\u003cstrong\u003e破ける心配\u003c\/strong\u003eがありません。\u003c\/li\u003e\n\u003cli\u003e単独カード入れは\u003cstrong\u003e6ポケット\u003c\/strong\u003e。\u003c\/li\u003e\n\u003cli\u003e使いやすさにこだわった、大きく開く見やすく取り出しがスムーズなコインポケット。\u003c\/li\u003e\n\u003cli\u003e札入れは仕切りを1枚配しました。片側を縫い付けないことで、お札を上からではなく、斜めにサッとストレスなく入れることが可能です。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_1928_480x480.jpg?v=1634257974\" alt=\"ウォレットのスナップボタン部分\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_1927_480x480.jpg?v=1634257998\" alt=\"大きく開くコインポケット\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_1930_480x480.jpg?v=1634258037\" alt=\"斜めに収納しやすい札入れ\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\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幅：12.5cm\u003c\/li\u003e\n\u003cli\u003e奥行：3cm\u003c\/li\u003e\n\u003cli\u003e高さ：9.5cm\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重量：約145g\u003c\/li\u003e\n\u003cli\u003e原産国：日本\u003c\/li\u003e\n\u003cli\u003e商品コード：AK17TA-B0060\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- \/content-section --\u003e\n\u003c\/div\u003e\n\u003c!-- \/container product-wrapper --\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック","offer_id":30008261345379,"sku":"3-1","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"チョコ","offer_id":30008261410915,"sku":"3-2","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":30008261509219,"sku":"3-3","price":24200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_1923_c30ea7fd-0b2a-486f-b88e-9f79436bf29f.jpg?v=1788407536"},{"product_id":"ak16ta-d0048","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  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e独特の風合い際立つ本革キーケース\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eイタリア名門バダラッシカルロ社製プエブロレザーが放つ、個性豊かな表情。手のひらに心地よく収まるコンパクトさで、日常に上質な彩りを添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DSC_0112_f40a45d6-309e-4a1e-8b85-314e21875424.jpg?v=1712796137\" class=\"img-fluid d-block w-100 product-img\" alt=\"独特の風合い際立つ本革キーケース\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e使うほどに深まる革の魅力\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e鍵を確実に守る安心設計\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e4つのフックが大切な鍵をしっかりホールドし、外れにくい構造で安心感をもたらします。シンプルながらも使いやすさを追求した、職人のこだわりが息づくデザインです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DSC_0116_7dd2ab13-3d99-4156-8449-83f3e082e173.jpg?v=1712796137\" 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年の使用で格別のツヤへと変化します。使い込むほどに持ち主の歴史を刻む、愛着深い一品となるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DSC_0148_d5f66184-6475-4475-8cc5-7677d586da7d.jpg?v=1684416542\" class=\"img-fluid d-block w-100 product-img\" alt=\"時を重ねて深まる、唯一無二の艶\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e愛着を育む革の表情\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品概要・商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e商品コード: AK16TA-D0048\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e非常にシンプルなオーソドックスなキーケースです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n            \u003cli\u003e\u003cspan\u003eベーシックなデザインでユニセックスに使える\u003c\/span\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cspan\u003e手のひらに心地よく収まるコンパクト設計\u003c\/span\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cspan\u003e日常に上質な彩りを添えるアイテム\u003c\/span\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表面を金ブラシで毛羽立たせた独特の質感が特徴で、すべてのパーツにこのプエブロレザーを使用しています。\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留め具は\u003cstrong\u003e見た目もシンプル\u003c\/strong\u003eなスナップボタン式です。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e鍵を付ける金具は4つ備わっており、リングタイプのキーリングと違い、\u003cstrong\u003e鍵が外れにくく安心\u003c\/strong\u003eしてお使いいただけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_0116_480x480.jpg?v=1634258122\" class=\"img-fluid d-block w-100 product-img\" alt=\"キーフックとスナップボタンの機能説明\"\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eエイジングについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eプエブロレザーは、エイジングが非常に分かりやすく魅力的な素材です。\u003cstrong\u003e約2年ほどの使用で、ここまで格別のツヤが出ます。\u003c\/strong\u003e使い込むほどに持ち主の歴史を刻み、愛着深い一品へと変化していきます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG-2058_480x480.jpg?v=1634258438\" class=\"img-fluid d-block w-100 product-img\" alt=\"2年使用後のエイジングキーケース\"\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\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        \u003cul class=\"benefit-list\"\u003e\n            \u003cli\u003e\u003cspan\u003eユニセックスで使えるシンプルなデザイン\u003c\/span\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cspan\u003e大切な方への贈り物としてもおすすめ\u003c\/span\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\u003cspan\u003e\u003cstrong\u003e幅:\u003c\/strong\u003e 5cm\u003c\/span\u003e\u003c\/li\u003e\n          \u003cli\u003e\u003cspan\u003e\u003cstrong\u003e奥行:\u003c\/strong\u003e 2cm\u003c\/span\u003e\u003c\/li\u003e\n          \u003cli\u003e\u003cspan\u003e\u003cstrong\u003e高さ:\u003c\/strong\u003e 9.5cm\u003c\/span\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\u003cspan\u003e\u003cstrong\u003e素材:\u003c\/strong\u003e 牛革\u003c\/span\u003e\u003c\/li\u003e\n          \u003cli\u003e\u003cspan\u003e\u003cstrong\u003e重量:\u003c\/strong\u003e 約45g\u003c\/span\u003e\u003c\/li\u003e\n          \u003cli\u003e\u003cspan\u003e\u003cstrong\u003e原産国:\u003c\/strong\u003e 日本\u003c\/span\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック","offer_id":30183746437219,"sku":"3-1","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"チョコ","offer_id":30183746469987,"sku":"3-2","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":30183746502755,"sku":"3-3","price":6600.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_0112_f40a45d6-309e-4a1e-8b85-314e21875424.jpg?v=1788407560"},{"product_id":"ak18sa-d0001","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\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が、独特の風合いと美しい艶を約束します。使い込むほどに深まる表情は、あなただけの物語を紡ぎます。YKK最高峰\u003cstrong\u003eエクセラファスナー\u003c\/strong\u003eが、滑らかな開閉と高級感を添える逸品です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DSC_1984_e6b21990-9337-47ee-9c11-2f11ebd4871d.jpg?v=1712796255\" 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約55g\u003c\/strong\u003eと驚くほどの軽さで、どこへでも連れて行きたくなる\u003cstrong\u003eミニマルなサイズ感\u003c\/strong\u003eです。手のひらにしっとりと馴染む革の感触が、日々の持ち運びを心地よい体験に変えます。シンプルながらも洗練されたデザインは、\u003cstrong\u003eジェンダーレス\u003c\/strong\u003eにお使いいただけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DSC_1987_a5f1a885-b836-4cf1-9bbf-651b3975fa96.jpg?v=1712796255\" class=\"img-fluid d-block w-100 product-img\" alt=\"手に馴染む快適な携帯マルチポーチ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eスマートに持ち運べる相棒\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e道具をスマートに収める本革ケース\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e内側まで贅沢な\u003cstrong\u003eオールレザー仕立て\u003c\/strong\u003eで、裏地が破れる心配なく永く愛用できます。喫煙具やイヤホン、充電器などの小物を\u003cstrong\u003eジャストサイズで収納\u003c\/strong\u003eし、バッグの中をすっきりと整理。ミニマルなデザインに宿る、確かな機能性が魅力です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DSC_1989_adf9514c-13e5-4775-bdd3-783225ddbdd8.jpg?v=1684416524\" class=\"img-fluid d-block w-100 product-img\" alt=\"道具をスマートに収める本革ケース\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e確かな収納力と堅牢な作り\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② 動画セクション (Video) - 今回は情報がないため作成しません --\u003e\n\n    \u003c!-- ③ スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eAK18SA-D0001\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eイタリア名門タンナー『バダラッシカルロ社』のバケッタ製法で作られた牛革・プエブロを使用。\u003c\/li\u003e\n                    \u003cli\u003e表面を金ブラシで毛羽立たせた独特の質感が特徴。\u003c\/li\u003e\n                    \u003cli\u003e一枚仕立てで、革本来の魅力を最大限に引き出したデザイン。\u003c\/li\u003e\n                    \u003cli\u003eYKK最高峰『エクセラ』ファスナーを採用し、滑らかな開閉と高い耐久性。\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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e幅：16cm\u003c\/li\u003e\n                    \u003cli\u003e奥行：4.5cm\u003c\/li\u003e\n                    \u003cli\u003e高さ：9cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\/原料\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e牛革 (イタリアンレザー「プエブロ」)\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e重量\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e約55g\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e原産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e日本\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ④ 発送案内セクション (Shipping) - 今回は情報がないため作成しません --\u003e\n\n    \u003c!-- ⑤ 注意事項セクション (Notes) - 今回は情報がないため作成しません --\u003e\n\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック","offer_id":30183913980003,"sku":"3-1","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"チョコ","offer_id":30183914078307,"sku":"3-2","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":30183914176611,"sku":"3-3","price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_1984_8ed352f1-61c9-4cb4-a4cb-ed1eb7416364.jpg?v=1788407562"},{"product_id":"annak-ak20ta-d0012","title":"ANNAK 迷彩柄ハンドペイントレザー フラグメントケース","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と、驚くほどスリムなフォルムが手に吸い付くようなフィット感を生み出します。フラグメントケースとしてポケットやミニバッグにすっきりと収まり、\u003cstrong\u003e身軽な日常\u003c\/strong\u003eを叶えます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_111240.jpg?v=1775539024\" alt=\"\"\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\"\u003e必要最小限の機能に凝縮されたフラグメントケースは、\u003cstrong\u003eキャッシュレス時代に最適\u003c\/strong\u003eです。マチ付きポケットには仕切りがあり、コインとお札をスマートに分けて収納可能。YKK最高峰エクセラファスナーが滑らかな開閉を約束します。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_144243.jpg?v=1775539024\" alt=\"\"\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\"\u003eイタリアの名門タンナーが手掛けるカモフラレザーを、日本の職人が丁寧に仕立てました。使い込むほどに深まる表情は、まさに「\u003cstrong\u003e育てる\u003c\/strong\u003e」愉しみ。ユニセックスで使える洗練されたデザインは、大切な方への贈り物にも最適です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_111240.jpg?v=1775539024\" alt=\"\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e色彩豊かに経年変化を愉しむ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 動画セクション (今回は動画データがないため、このセクションは出力しません) --\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財布の機能を極限までそぎ落とし、コンパクトにまとめたフラグメントケースです。\u003cstrong\u003eキャッシュレスにはこれで十分。\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e▶ 商品コード: AK20TA-D0012\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\u003cstrong\u003e【迷彩柄ペイントレザー\u003c\/strong\u003e】\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e迷彩柄ペイントレザーは、一般的なプリント方法である\u003cbr\u003e「インクジェット」ではなく、\u003cbr\u003eローラースタンプを用いて一色ずつ色をのせていくという方法で\u003cbr\u003eペイントされています。\u003cbr\u003e\u003cbr\u003e1枚1枚表情が異なるのがハンドペイントならではの特徴です。\u003cbr\u003e日焼けや、経年変化によってはベースの色が濃くなり、\u003cbr\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硬すぎず、柔らかすぎず、デザインとベストマッチしたカモフラレザーをチョイスしました。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e▶ マチ付きポケットには仕切りがあり、コインと折りたたんだお札をスマートに収納可能。\u003c\/p\u003e\n\u003cp\u003e▶ カード段は3枚分。\u003c\/p\u003e\n\u003cp\u003e▶ ファスナーにはYKKの最高峰、\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\/Photoroom_20260312_144316.jpg?v=1775539024\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_144243.jpg?v=1775539024\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e薄くて手のひらサイズなので、ポケットに入れても、バッグに入れても邪魔にならないサイズ感です。持った時のフィット感も絶妙です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eユニセックスで使えるシンプルなマルチケースは、贈り物としてもおすすめです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e 幅：12cm\u003c\/li\u003e\n\u003cli\u003e 奥行：1cm\u003c\/li\u003e\n\u003cli\u003e 高さ：7cm \u003c\/li\u003e\n\u003cli\u003e素材\/原料：牛革\u003c\/li\u003e\n\u003cli\u003e重量：約41g\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\n\u003ch3\u003eご購入の際の注意\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eカード段を革で作成しているため、\u003cbr\u003e革が馴染むまでしばらくはカードの出し入れの際、\u003cbr\u003eきつく感じる場合がございます。\u003cbr\u003e\u003cbr\u003e1枚1枚表情が異なるのがハンドペイントならではの特徴です。\u003cbr\u003e日焼けや、経年変化によってはベースの色が濃くなり、\u003cbr\u003e柄が消えるような変化をすることもあります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- 発送案内セクション (今回は情報がないため、このセクションは出力しません) --\u003e \u003c!-- 注意事項セクション (今回は情報がないため、このセクションは出力しません) --\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"カモフラ","offer_id":44479213371491,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/Photoroom_20260312_111240_046bacaa-f29e-4faf-adc4-b73d5b231ebb.jpg?v=1788407594"},{"product_id":"annak-アナック-キードッグ-オリジナルシルバーレザー-ak18ta-d0071","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\n    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e2台のスマートキーを包む極上レザー\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e貴方の愛車を象徴するスマートキーを、2つまで美しく収納。ANNAK別注のオリジナルカラーが、貴方の日常に上品な輝きと洗練をもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/1_7e4336fa-0ee6-4f1f-8ede-d975b828a60f.jpg?v=1684415928\" 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圧力をかけ磨き上げられたアマンダオイルレザーが放つ上品な艶。YKK最高峰\u003cstrong\u003eエクセラファスナー\u003c\/strong\u003eの滑らかな開閉が、持つたびの上質感を演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/IMG_4514_56afb5f5-dbb5-410d-9d34-de5459cac6bd.jpg?v=1684415928\" class=\"img-fluid d-block w-100 product-img\" alt=\"アマンダオイルレザーとエクセラファスナーの質感\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e職人の技が息づく逸品\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e爪に優しい スマート収納体験\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e手のひらに収まるコンパクトなサイズ感ながら、抜群の収納力。ワイヤーリングの簡単な着脱で、大切なネイルを傷つけることなく、スマートに鍵を整理できます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/IMG_4507_9bea295c-bc51-45a2-8679-7a817a99472a.jpg?v=1684415928\" 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    \u003cdiv class=\"video-wrapper\"\u003e\n        \u003ciframe title=\"車のスマートキーが2つ入るキーケース！ #キーケース #スマートキー #leather\" src=\"https:\/\/www.youtube.com\/embed\/RPF1j5LXG9w\" height=\"560\" width=\"315\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ③ スペック・詳細セクション (Specs) --\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\u003eAK18TA-D0071\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            \u003cp class=\"body-text\"\u003eシルバー・ゴールドは共にANNAK別注のオリジナルカラー。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eシルバーは下地のヌメにシルバーを吹き付けた、\u003cstrong\u003eピンクゴールドのような優しいカラー\u003c\/strong\u003eが特徴です。\u003c\/li\u003e\n                \u003cli\u003eゴールドは下地の茶芯にゴールドを吹き付けた、\u003cstrong\u003e真鍮のような上品なゴールドカラー\u003c\/strong\u003eが特徴です。\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e立体型キーケース\u003c\/strong\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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003e素材\u003c\/strong\u003e：牛革（アマンダオイルレザー）\u003c\/li\u003e\n            \u003c\/ul\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シュリンク加工後、革の表面に圧力をかけながら棒状のガラス玉を高速運動させ、上品なツヤを持たせる\u003cstrong\u003eグレージング加工\u003c\/strong\u003eを施しています。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eアマンダオイルレザーは、\u003cstrong\u003e丈夫で傷が目立ちにくい、絶妙な色ムラ\u003c\/strong\u003eなどの特徴を兼ね備えた革です。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\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ファスナーを開くと、レバーフックとワイヤーリングが1つずつ備わっています。\u003c\/li\u003e\n                \u003cli\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\/IMG_4510_480x480.jpg?v=1656987732\" 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\/IMG_4511_480x480.jpg?v=1656987878\" 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\/IMG_4506_480x480.jpg?v=1656987762\" class=\"img-fluid d-block w-100 product-img\" alt=\"キーケースの側面\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_4507_480x480.jpg?v=1656987787\" 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\/IMG_4512_480x480.jpg?v=1656987821\" class=\"img-fluid d-block w-100 product-img\" alt=\"キーケースにコインを収納した様子\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003eファスナーにはYKKの最高峰、\u003cstrong\u003eエクセラ\u003c\/strong\u003eを使用しています。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_4513_480x480.jpg?v=1656987932\" class=\"img-fluid d-block w-100 product-img\" alt=\"YKKエクセラファスナーのアップ\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e手のひらサイズで、鍵を1つにまとめられ収納力が高い。手馴染が良く、やわらかくてとても使いやすいキーケースです。\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：12cm\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e奥行\u003c\/strong\u003e：4.5cm\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e高さ\u003c\/strong\u003e：5cm\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e重量\u003c\/strong\u003e：約45g\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!-- ④ 発送案内セクション (Shipping) - 提供された情報がないため作成しません --\u003e\n\n    \u003c!-- ⑤ 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eシルバーの下地はヌメ色を、ゴールドの下地は茶色を使用しております。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e下地の色にシルバー・ゴールドの顔料を吹き付けているため、使用していくと摩擦などで下地の色が顔を出し、\u003cstrong\u003eご使用によって生じる経年変化\u003c\/strong\u003eが楽しめます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eワイヤーリングのネジ部分が緩んでくる恐れがございます。\u003cstrong\u003e気付いた際には締め直してください\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"シルバー","offer_id":39913795321955,"sku":"2-1","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":44479213666403,"sku":"2-2","price":7920.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/1_8231eded-2681-4193-852a-062de7121cdf.jpg?v=1788407631"},{"product_id":"ak22ta-b0005","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    \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\/products\/QPXNE3040_f484bb0b-6200-444c-a608-0d5954d2690c.jpg?v=1712799521\" 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\/JNUNE6605_3fea9c32-aa97-4ad5-ae18-ebb152937dd6.jpg?v=1712799521\" 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\"\u003e5箇所のカードポケットには7～10枚以上、マチ付き小銭スペースは深すぎず、スムーズな出し入れを実現。お札の通り道は吟面仕上げで、滑るように出し入れ可能です。必要なものが迷子にならない工夫が詰まっています。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/CCGVE4978_52ab1998-57e6-419f-9130-670fca98f471.jpg?v=1684415761\" 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    \u003cdiv class=\"video-wrapper\"\u003e\n        \u003ciframe title=\"【お札を折らずに収納可能】#ミニマム #財布 #財布の紹介 #ワンアクション #コンパクト財布\" src=\"https:\/\/www.youtube.com\/embed\/XHnRhJI_jV4\" height=\"571\" width=\"321\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" 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            \u003cp class=\"body-text\"\u003eAK22TA-B0005\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003eすべてのパーツにアメリカンオイルレザーを使用したワンアクションラウンドジップコンパクト財布。\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e\u003cstrong\u003eお札を折らずに収納可能\u003c\/strong\u003e。ファスナーを開けるワンアクションで、財布の中身を全て取り出すことが可能です。\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e引手に付いたフリンジがアクセントに。スムーズな開閉もポイントです。\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003eコンパクトサイズなので、小さめのポーチバッグなどにも収納可能です。\u003c\/p\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【アメリカンオイルレザー】\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e日本一の生産量を誇る姫路地域で鞣されたキメの細かいキップ調に作られた牛革を使用しています。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eすべすべとした手触り、曲げてもシワになりにくいしなやかさが特徴です。たっぷりオイルが入っているので、使用していくたびにキレイな光沢感が出て、エイジングを楽しめます。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e素材\/原料：牛革\u003c\/p\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従来のラウンドジップのコンパクトサイズの財布だと、お札を2つ折り、3つ折りにしないと入らないタイプがほとんどですが、この財布は、お札を伸ばしたまま札入れに入れていくと、\u003c\/p\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/JNUNE6605_480x480.jpg?v=1665017636\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札の収納イメージ\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DZLFE7753_480x480.jpg?v=1665017684\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札の収納イメージ\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/QABTE0671_480x480.jpg?v=1665017662\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札の収納イメージ\"\u003e\n            \u003cp class=\"body-text\"\u003eお札の通り道にはすべて革のつるっとした吟面(表面)にしてあるので、滑りながらするするっと入っていきます。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eちなみにレジなどから戻ってくるお札は元々財布に入っているお札の1番上にセットして入れてあげるとスムーズに入ります。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eカードポケットは5か所。マチ付きのカードスペースがあるので\u003cstrong\u003e7～10数枚の収納\u003c\/strong\u003eが可能です。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eもう1つのマチ付きスペースには小銭が入ります。深すぎないので取り出しもスムーズです。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e「ファスナーを開ける」このワンアクションで財布を手のひらで動かすことなく中身のすべての取り出しが可能で、\u003cstrong\u003eお札を折ることなく収納可能\u003c\/strong\u003eな非常にスマートでシンプルな財布です。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ・詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e幅：11.5cm\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e奥行：2.5cm\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e高さ：9cm\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e重量：約110g\u003c\/p\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\u003cp class=\"body-text\"\u003e日本\u003c\/p\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ご使用によって生じる経年変化が楽しめます。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eカード段の革が馴染むまでは、きつく感じる場合もございます。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック","offer_id":40101867847779,"sku":"4-1","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"チョコ","offer_id":40101867880547,"sku":"4-2","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":40101867913315,"sku":"4-3","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/QPXNE3040_461cf3b4-69eb-4bf6-af2c-ee63884a9505.jpg?v=1788407641"},{"product_id":"ak22ta-b0006","title":"ANNAK コンパクトラウンドジップ配色財布","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姫路レザーの型押しシュリンクが魅せる、深い表情と柔らかな手触り。使うほどに艶を増し、あなただけの物語を刻みます。小ぶりながら存在感を放つ、大人の日常を上質に演出する逸品です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/ISDHE8631_f41c5d32-b87e-4275-8186-46fa998b90c1.jpg?v=1712799534\" class=\"img-fluid d-block w-100 product-img\" alt=\"上質な姫路レザーの風合い\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e上質な姫路レザーの風合い\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e開けるたび感じるスマートな機能性\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e驚くほどスムーズなワンアクションで、お札もカードも小銭も全てにアクセスできます。お札を折らずに収納できるから、会計時の所作も美しく、スマートな毎日を叶えます。マチ付きカードポケットは、7〜10数枚の収納を可能にします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/QDOHE1983_36fedb01-e30e-4976-870b-4031e17cc8a9.jpg?v=1712799534\" class=\"img-fluid d-block w-100 product-img\" alt=\"驚きの収納力と使いやすさ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e驚きの収納力と使いやすさ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e使うほどに深まる上質な革の魅力\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e内装の鮮やかな発色は、持つたびに心が躍るアクセントです。お札の通り道には滑らかな吟面を採用し、出し入れのストレスを解消します。細部に宿る日本の職人技が、長く愛用できる確かな品質を約束します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DXVTE0578_8604f821-73b5-4772-8b9c-037da77eb552.jpg?v=1684415743\" 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    \u003cdiv class=\"video-wrapper\"\u003e\n        \u003ciframe title=\"【お札を折らずに収納可能】#ミニマム #財布 #財布の紹介 #ワンアクション #コンパクト財布\" src=\"https:\/\/www.youtube.com\/embed\/XHnRhJI_jV4\" height=\"571\" width=\"321\" 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            \u003cp class=\"body-text\"\u003e商品コード: \u003cstrong\u003eAK22TA-B0006\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eすべてのパーツに姫路レザーを使用した配色タイプのワンアクションラウンドジップコンパクト財布です。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eANNAK別注のオリジナルパイソン柄は牛革にプリントしたものです。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e「お札を折らずに収納可能」ファスナーを開けるワンアクションで、財布の中身を全て取り出すことが可能です。お札を折らずに収納可能な手のひらサイズのコンパクト財布です。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材\/原料: 牛革\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e【オイルシュリンクレザー】\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eクロムとタンニンの両方を使ったコンビネーションなめしの型押しシュリンクレザー。キズが目立ちにくく、柔らかいタッチ感が特徴です。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e型押し加工を施してからドラムで空打ちをすることで、革に適度なコシと柔らかさが生じ、型押しも適度に不揃いとなり自然な表情が生まれています。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e発色が良く、使ううちに自然な艶も生まれ、よりラクジュアリーな雰囲気へと変化をしていきます。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e機能・ディテール\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eこのコンパクト財布の一番の特徴は\u003cstrong\u003eお札を折らずに\u003c\/strong\u003e入れられること。従来のラウンドジップのコンパクトサイズの財布だと、お札を2つ折り、3つ折りにしないと入らないタイプがほとんどですが、この財布は、お札を伸ばしたまま札入れに入れていくと、\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_095432_ac6e4b35-0da6-4a70-a118-cb1e23f98086_480x480.jpg?v=1710815962\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札の収納イメージ1\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_095454_480x480.jpg?v=1703466022\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札の収納イメージ2\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20231225_095536_480x480.jpg?v=1703466040\" class=\"img-fluid d-block w-100 product-img\" alt=\"お札の収納イメージ3\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003eお札の通り道にはすべて革のつるっとした吟面(表面)にしてあるので滑りながらするするっと入っていきます。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eちなみにレジなどから戻ってくるお札は元々財布に入っているお札の1番上にセットして入れてあげるとスムーズに入ります。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eカードポケットは5か所。マチ付きのカードスペースがあるので\u003cstrong\u003e7～10数枚の収納\u003c\/strong\u003eが可能です。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eもう1つのマチ付きスペースには小銭が入ります。深すぎないので取り出しもスムーズです。\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\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ・重量・原産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e幅：11.5cm\u003c\/li\u003e\n                \u003cli\u003e奥行：2.5cm\u003c\/li\u003e\n                \u003cli\u003e高さ：9cm\u003c\/li\u003e\n                \u003cli\u003e重量：約110g\u003c\/li\u003e\n                \u003cli\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\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003eご使用によって生じる経年変化が楽しめます。\u003c\/li\u003e\n            \u003cli\u003eカード段の革が馴染むまでは、きつく感じる場合もございます。\u003c\/li\u003e\n            \u003cli\u003e外・内の革が、配色の組み合わせとなっております。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"トープ×イエロー","offer_id":40101931057251,"sku":"4-1","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"パイソン×グレー","offer_id":40101938659427,"sku":"4-2","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック×ターコイズ","offer_id":44479213863011,"sku":"4-3","price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"アズキ×ブラウン","offer_id":44479213895779,"sku":"4-4","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/ISDHE8631_463d62b8-6641-4887-b97e-190c3d251b73.jpg?v=1788407644"},{"product_id":"ak23ta-b0007","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\n    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eプエブロレザーが魅せる、手の中に収まる品格\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eイタリアの名門タンナーが育んだプエブロレザーが、手に吸い付くような心地よさを提供します。余計な装飾を省いたミニマルなデザインは、持つ人のスタイルをさりげなく引き立てるでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/IMG_0672_5393c46a-9c7e-4217-a382-8c1c42ff689e.jpg?v=1712796201\" class=\"img-fluid d-block w-100 product-img\" alt=\"手の中に収まるANNAKスリム長財布\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e手のひらに宿る、ANNAKのスリム長財布\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、取り出しもスムーズです。YKK最高峰の\u003cstrong\u003eエクセラファスナー\u003c\/strong\u003eを採用し、使い心地だけでなく耐久性にも妥協していません。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/IMG_0677_ac5342b5-2c18-4ed9-9a6f-66a10b4b5dce.jpg?v=1684415672\" class=\"img-fluid d-block w-100 product-img\" alt=\"大きく開く長財布内部の様子\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e中身を見渡せる、計算された機能美\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e触れるほどに深まる、プエブロレザーの表情\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e金ブラシで毛羽立たせたプエブロレザーの独特な質感が、時とともに\u003cstrong\u003e艶やかな光沢へと変化\u003c\/strong\u003eします。すべてのパーツに贅沢な革を使用することで、\u003cstrong\u003e永く愛用できる耐久性\u003c\/strong\u003eを実現しました。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/IMG_0685_e062009c-fc25-4a5f-8180-269a5fe83c59.jpg?v=1684415672\" 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\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e素材をメインに余計なデザインを入れず作成した、シンプルな長財布です。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eユニセックスでご使用いただけます。\u003c\/li\u003e\n                \u003cli\u003eギフトにも最適なこの財布は、抜群の手触りと独特な経年変化を実感できます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \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表面を金ブラシで毛羽立たせた質感が特徴のプエブロを、すべてのパーツで使用した贅沢な長財布です。\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=\"benefit-list\"\u003e\n                \u003cli\u003e留め具は見た目も\u003cstrong\u003eシンプルなスナップボタン\u003c\/strong\u003e。\u003c\/li\u003e\n                \u003cli\u003eすべてのパーツがオールプエブロレザー仕立てなので、財布の修理で最も多いとされるコインポケットの裏地が破ける心配がありません。\u003c\/li\u003e\n                \u003cli\u003e単独カード入れは両サイドに6ポケットずつで\u003cstrong\u003e計12枚分\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ファスナーはYKKの最高峰の\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\/IMG_0672_480x480.jpg?v=1684307811\" alt=\"長財布の内部構造\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_0678_480x480.jpg?v=1684307879\" alt=\"長財布のカード収納部分\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_0677_480x480.jpg?v=1684307850\" alt=\"大きく開くマチ付きコインポケット\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_0685_6ce9b659-2224-46c9-b80e-74dd8298c400_480x480.jpg?v=1684310047\" alt=\"YKKエクセラファスナーの拡大\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003ch4 class=\"sub-title\"\u003e経年変化について\u003c\/h4\u003e\n            \u003cp class=\"body-text\"\u003eエイジングが非常に分かりやすく魅力的な素材です。\u003cstrong\u003e約2年ほどの使用で、ここまでツヤが出ます。\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG-2058_480x480.jpg?v=1634258438\" alt=\"約2年使用後の長財布の経年変化\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\n\u003cspan class=\"spec-item\"\u003e幅\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e19.5cm\u003c\/span\u003e\n\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"spec-item\"\u003e奥行\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e2.5cm\u003c\/span\u003e\n\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"spec-item\"\u003e高さ\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e9.5cm\u003c\/span\u003e\n\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e基本仕様\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\n\u003cspan class=\"spec-item\"\u003e素材\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e牛革\u003c\/span\u003e\n\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"spec-item\"\u003e重量\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e約177g\u003c\/span\u003e\n\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"spec-item\"\u003e原産国\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e日本\u003c\/span\u003e\n\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003eAK23TA-B0007\u003c\/strong\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- ④ 発送案内セクション (Shipping) - 入力データに情報がないため、このセクションは作成しません。 --\u003e\n\n    \u003c!-- ⑤ 注意事項セクション (Notes) - 入力データに情報がないため、このセクションは作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック","offer_id":40377764184163,"sku":"3-1","price":36300.0,"currency_code":"JPY","in_stock":true},{"title":"チョコ","offer_id":40377764216931,"sku":"3-2","price":36300.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":40377764249699,"sku":"3-3","price":36300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_0694_9da0d86b-dc8a-4943-b459-2f931d61d00c.jpg?v=1788407657"},{"product_id":"ak23ta-b0008","title":"ANNAK プエブロレザー フラップ付き２つ折りウォレット S","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イタリア産プエブロレザーの独特な手触りが、日々の所作を豊かに彩ります。約102gの軽やかさで、\u003cstrong\u003eキャッシュレス時代に相応しい洗練されたコンパクトデザイン\u003c\/strong\u003eです。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/IMG_0705_86d9ff12-b3f5-44ae-a690-fd88a6d1daff.jpg?v=1712796169\" class=\"img-fluid d-block w-100 product-img\" alt=\"手のひらに収まるANNAKプエブロレザーコンパクトウォレット\"\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\"\u003eすべてのパーツを贅沢に\u003cstrong\u003eオールレザーで仕立て\u003c\/strong\u003e、財布修理で最も多い裏地の破損の心配を軽減しました。大きく開くコインポケットや、斜めに差し込める札入れなど、使うたびに感動する工夫が凝縮されています。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/IMG_0721_4bb8d581-d374-43fc-bb58-45cd82773cfc.jpg?v=1712796169\" class=\"img-fluid d-block w-100 product-img\" alt=\"ANNAKプエブロレザーコンパクトウォレットの内部構造\"\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\"\u003e表面を金ブラシで毛羽立たせたバケッタ製法プエブロレザーは、唯一無二の表情を魅せます。\u003cstrong\u003e約2年で光沢を増す革のエイジング\u003c\/strong\u003eと、しっとりと手に馴染む質感の変化を、日本の職人技で堪能してください。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/IMG_0724_38b097f9-957e-4594-8e31-848e44311caf.jpg?v=1684415662\" 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\u003c!-- ② 動画セクション (Video) --\u003e \u003c!-- 入力データに動画情報がないため、このセクションは作成しません。 --\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\"\u003eAK23TA-B0008\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\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eサイズにこだわった\u003cstrong\u003eコンパクトウォレット\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e小さいバッグの時に重宝する\u003cstrong\u003e携帯性\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eキャッシュレス時代の今に\u003cstrong\u003e最適なサイズ感\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eユニセックスでご使用いただけます\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eギフトにも最適な\u003cstrong\u003e抜群の手触りと独特な経年変化\u003c\/strong\u003e\u003c\/p\u003e\n\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\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e素材\/原料:\u003c\/strong\u003e 牛革\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eイタリアの名門タンナー『バダラッシカルロ社』の\u003cstrong\u003eバケッタ製法で作られたプエブロを使用\u003c\/strong\u003e。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e表面を金ブラシで毛羽立たせた質感が特徴のプエブロを、\u003cstrong\u003eすべてのパーツで使用した贅沢な仕立て\u003c\/strong\u003eです。\u003c\/p\u003e\n\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=\"point-list\"\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e留め具は見た目も\u003cstrong\u003eシンプルなスナップボタン\u003c\/strong\u003eを採用しています。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_0708_480x480.jpg?v=1684308609\" class=\"img-fluid d-block w-100 product-img\" alt=\"シンプルなスナップボタン\"\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eすべてのパーツが\u003cstrong\u003eオールレザー仕立て\u003c\/strong\u003eなので、財布の修理で最も多いとされるコインポケットの裏地が破ける心配がありません。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e単独カード入れは3ポケット。さらに、コインポケットの裏側にも1枚収納可能なスペースがあります。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_0709_480x480.jpg?v=1684308636\" class=\"img-fluid d-block w-100 product-img\" alt=\"カード入れ3ポケットと裏側収納スペース\"\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eマチが両サイドに付いて使いやすさにこだわった、\u003cstrong\u003e大きく開く見やすく取り出しがスムーズなコインポケット\u003c\/strong\u003eです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_0717_480x480.jpg?v=1684308449\" class=\"img-fluid d-block w-100 product-img\" alt=\"マチ付きで大きく開くコインポケット\"\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e札入れは片側を縫い付けず、お札を上からではなく、\u003cstrong\u003eサッと斜めに出し入れが可能なノンストレスな仕様\u003c\/strong\u003eです。\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_0710_480x480.jpg?v=1684308730\" class=\"img-fluid d-block w-100 product-img\" alt=\"札入れのノンストレスな出し入れ\"\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003eエイジングが非常に分かりやすく魅力的な素材です。\u003cstrong\u003e約2年ほどの使用で、ここまでツヤが出ます。\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG-2058_480x480.jpg?v=1634258438\" class=\"img-fluid d-block w-100 product-img\" alt=\"2年使用後のプエブロレザーのエイジング\"\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\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e幅:\u003c\/strong\u003e 9.5cm\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e奥行:\u003c\/strong\u003e 2.5cm\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e高さ:\u003c\/strong\u003e 9.5cm\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e重量:\u003c\/strong\u003e 約102g\u003c\/p\u003e\n\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ご購入の際の注意\u003cbr\u003e\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eカード段を革で作成しているため、\u003cbr\u003e革が馴染むまでしばらくはカードの出し入れの際、\u003cbr\u003eきつく感じる場合がございます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ④ 発送案内セクション (Shipping) --\u003e \u003c!-- 入力データに発送案内情報がないため、このセクションは作成しません。 --\u003e \u003c!-- ⑤ 注意事項セクション (Notes) --\u003e \u003c!-- 入力データに注意事項情報がないため、このセクションは作成しません。 --\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ブラック","offer_id":40377764610147,"sku":"3-1","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"チョコ","offer_id":40377764642915,"sku":"3-2","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":40377764675683,"sku":"3-3","price":22000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/IMG_0705_fa380763-47fe-46d1-9e57-19790fdec917.jpg?v=1788407658"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/collections\/happy-father-s-day-written-beautifully-inside-journal_256x256_8bfa0948-4063-4fd4-863a-c09d1104311d.jpg?v=1621994127","url":"https:\/\/annak-shop.myshopify.com\/collections\/fathersday_giftselection.oembed","provider":"ANNAK ONLINE SHOP","version":"1.0","type":"link"}