{"title":"長財布","description":"メイン財布にぴったりな収納力抜群なものから、\u003cbr\u003eスリムなデザインまで幅広く揃えました。","products":[{"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":"silverleather-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    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eL字型スリム財布 都会に映える洗練の煌めき\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e手に吸い付くようなアマンダオイルレザーが生み出す、薄型L字型ウォレットの洗練されたフォルム。ANNAK別注のピンクがかった優しいシルバーが、持つ人の個性を際立たせます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20240115_174952.jpg?v=1705308835\" 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ファスナーを開けるワンアクションで、お札、小銭、カード全てにアクセスできる優れた機能性。オールレザー仕立てのコインポケットは、修理の心配が少なく、長く愛用できる耐久性を誇ります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20250818_134101.jpg?v=1755492232\" 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\/files\/PhotoRoom_20240115_175014.jpg?v=1755492232\" 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\"\u003e商品コード: \u003cstrong\u003eAK25 TA-B0072\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003eアマンダオイルレザーと国内鞣しのヌメ革をすべてのパーツに使用したオールレザー仕立ての薄型L字型ウォレットです。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003eシルバー・ゴールドは共にANNAK別注のオリジナルカラーです。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eシルバーは、画像より少しピンク掛かった優しいシルバーになっております。\u003c\/li\u003e\n                    \u003cli\u003eゴールドは下地の茶芯にゴールドを吹き付けた、真鍮のような上品なゴールドカラーが特徴です。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e内外側共に革のみで組み立てた丈夫な作りが特徴です。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e【アマンダオイルレザー】\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eたっぷりとオイルを含ませたフルタンニンレザーを鞣しの途中に、薬品で表面を縮ませるシュリンク加工を施します。\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=\"benefit-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e薄さと使い易さ\u003c\/strong\u003eが魅力のL字型ウォレット。\u003c\/li\u003e\n                    \u003cli\u003eANNAKでは横幅を一般的なサイズより\u003cstrong\u003e約1.5cm程短く作成\u003c\/strong\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\/0769\/2959\/7752\/files\/Photoroom_20250818_134101_480x480.jpg?v=1755492163\" class=\"img-fluid d-block w-100 product-img\" alt=\"L字型財布の薄さを示すイメージ\"\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_20240115_175014_bdc7b3fb-2d5a-4952-9274-35e1373e53c1_480x480.jpg?v=1705308883\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布を閉じた状態の薄さのイメージ\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003eフリンジ付きのファスナーを開くと仕切りにもなっている\u003cstrong\u003e中央にコインポケット\u003c\/strong\u003eが。コインポケットの中もオールレザーなので、財布の修理で最も多いとされる、裏地が破ける心配もありません。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_1905_480x480.jpg?v=1629874829\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布内部のコインポケット\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e\u003cstrong\u003e単独カード入れは8枚分。\u003c\/strong\u003e4枚づつ収納可能なカード段が左右両サイドにございます。革が馴染むまでは、きつく感じる場合もございます。\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_1904_480x480.jpg?v=1657270299\" 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幅：18cm\u003c\/li\u003e\n                    \u003cli\u003e奥行：1.5cm\u003c\/li\u003e\n                    \u003cli\u003e高さ：9cm\u003c\/li\u003e\n                    \u003cli\u003e素材\/原料：牛革\u003c\/li\u003e\n                    \u003cli\u003e重量：約115g\u003c\/li\u003e\n                    \u003cli\u003e原産国：日本\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) - 入力データ中の配送情報は注意事項に含めました。 --\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003eシルバー・ゴールドの顔料を吹き付けているため、使用していくと摩擦などでシルバーは下地のヌメ色が、ゴールドは下地の茶色が顔を出し、ご使用によって生じる経年変化が楽しめます。\u003c\/li\u003e\n            \u003cli\u003eカード段も革なので、馴染むまではきつく感じる場合もございます。\u003c\/li\u003e\n            \u003cli\u003eラッピングでのオーダーの場合、サイズの関係上、ネコポスではなく佐川急便での配送となります。ご了承ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"シルバー","offer_id":30262351069283,"sku":"2-1","price":22000.0,"currency_code":"JPY","in_stock":false},{"title":"ゴールド","offer_id":44479213109347,"sku":"2-2","price":22000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/PhotoRoom_20240115_174952.jpg?v=1788407571"},{"product_id":"silverleather-ak14ta-b0039","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アマンダレザーの煌めきを纏うANNAK長財布\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e持つ人の手元を優雅に彩る、ANNAKオリジナルカラーの\u003cstrong\u003eアマンダオイルレザー\u003c\/strong\u003e。下地にシルバーを吹き付けたピンクゴールドのような柔らかな色合いが、日常に上質さを添えます。光を味方につける洗練されたデザインで、見る人を惹きつけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/2_3e85da18-ee23-4931-83be-b9fc6703ea27.jpg?v=1684416456\" 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は、常にスマートなフォルムを保ちます。職人の丁寧な技が光る、上質な使い心地をご堪能ください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DSC_1957_b5ecdb7f-9d27-4e00-96cd-44f2eb9bbe2b.jpg?v=1709111423\" 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にあります。小銭がしっかり出し切れるから、会計時にもたつかず、ストレスから解放されます。19枚分のカード収納とファスナー付きポケットで、大切なものも整理整頓してスマートに持ち運べます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/products\/DSC_1956_1f36adae-2154-4f58-bfd0-e9c19f32970b.jpg?v=1709111423\" 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\/Lcj9GzF85WA\" height=\"315\" width=\"560\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" frameborder=\"0\"\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            \u003cp class=\"body-text\"\u003eANNAKオリジナルカラーのアマンダオイルレザーと国内鞣しのヌメ革をすべてのパーツに使用したギャルソン型ロングウォレットです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eシルバーは下地のヌメにシルバーを吹き付けた、ピンクゴールドのような優しいカラーが特徴です。\u003c\/li\u003e\n                \u003cli\u003eゴールドは下地の茶芯にゴールドを吹き付けた、真鍮のような上品なゴールドカラーが特徴です。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003eこの財布最大の特徴は「\u003cstrong\u003e一目瞭然のコインポケット\u003c\/strong\u003e」です。1円単位まで小銭をしっかり出し切れるため、小銭を溜めることなくスマートにお使いいただけます。外側は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            \u003ch3 class=\"section-title\"\u003eアマンダオイルレザー\u003c\/h3\u003e\n            \u003cp class=\"body-text\"\u003eたっぷりとオイルを含ませたフルタンニンレザーを鞣しの途中に、薬品で表面を縮ませるシュリンク加工を施します。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eシュリンク加工後、革の表面に圧力をかけながら棒状のガラス玉を高速運動させ、上品なツヤを持たせるグレージング加工を施します。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eアマンダオイルレザーは\u003cstrong\u003e丈夫で傷が目立ちにくい\u003c\/strong\u003e、絶妙な色ムラなどの特徴を兼ね備えた革です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e主素材：牛革\u003c\/li\u003e\n            \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つ連なった\u003cstrong\u003eスナップボタン\u003c\/strong\u003eを採用しています。\u003c\/p\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_1957_480x480.jpg?v=1657080423\" class=\"img-fluid d-block w-100 product-img\" alt=\"二連スナップボタンで調節可能な留め具\"\u003e\n            \u003cp class=\"caption-text text-end\"\u003e中身の量で調節可能な二連スナップ\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e内側は2つに分けた収納スペースと、最大の特徴である\u003cstrong\u003e一目瞭然のコインスペース\u003c\/strong\u003eを配置。さらにコインをしっかり収納したい方や、カードを仕分けしたい方のために、\u003cstrong\u003eファスナー（EXCELLA）つきポケット\u003c\/strong\u003eも用意しました。\u003c\/p\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_1954_480x480.jpg?v=1629858750\" class=\"img-fluid d-block w-100 product-img\" alt=\"大きく開くコインポケットと豊富な収納スペース\"\u003e\n            \u003cp class=\"caption-text text-end\"\u003e使いやすさを追求した内装構造\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eガバッと開く圧倒的なコインポケットは、内側にも表革を使用しており、コインの擦れなどで破ける心配がありません。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eポケットのファスナーの引き手にはフリンジをプラス。ファスナーポケット部は片側に4cmのマチを配し、\u003cstrong\u003eしっかり開くので出し入れがスムーズ\u003c\/strong\u003eです。診察券など大事なカード類の収納に最適なスペースです。\u003c\/p\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/DSC_1958_480x480.jpg?v=1629858782\" class=\"img-fluid d-block w-100 product-img\" alt=\"フリンジ付きファスナーポケットとカード収納\"\u003e\n            \u003cp class=\"caption-text text-end\"\u003eスムーズな開閉を可能にするフリンジとマチ\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eカード入れは\u003cstrong\u003e19枚分\u003c\/strong\u003eご用意。革が馴染むまではきつく感じる場合がございます。\u003c\/li\u003e\n                \u003cli\u003e3枚分収納可能なカード段のみ裏地を使用しています。\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幅：19cm\u003c\/li\u003e\n                \u003cli\u003e奥行：3.5cm\u003c\/li\u003e\n                \u003cli\u003e高さ：11cm\u003c\/li\u003e\n                \u003cli\u003e重量：約270g\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e生産国・商品コード\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e原産国：日本\u003c\/li\u003e\n                \u003cli\u003e商品コード：AK14TA-B0039\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        \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":30262370730083,"sku":"2-1","price":33000.0,"currency_code":"JPY","in_stock":false},{"title":"ゴールド","offer_id":44479213142115,"sku":"2-2","price":33000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/2_767e1413-6617-4d1f-b975-7c1e42b3f111.jpg?v=1788407572"},{"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":"annak-ak23ta-b0007","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 alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_111015.jpg?v=1775529319\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003e手のひらに宿る、ANNAKのスリム長財布\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\u003cp class=\"body-text\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_132747.jpg?v=1775529427\"\u003e\u003c\/p\u003e\n\u003cbr\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\"\u003eYKK最高峰の\u003cstrong\u003eエクセラファスナー\u003c\/strong\u003eを採用し、使い心地だけでなく耐久性にも妥協していません。\u003c\/p\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_132825.jpg?v=1775529493\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e使うほどに育つ、あなただけの逸品\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ② 動画セクション (Video) - 入力データに動画情報がないため、このセクションは作成しません。 --\u003e \u003c!-- ③ スペック・詳細セクション (Specs) --\u003e\n\u003cdetails open=\"\" 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\u003cdetails open=\"\" 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迷彩柄ペイントレザーは、一般的なプリント方法である\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\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e留め具は見た目も\u003cstrong\u003eシンプルなスナップボタン\u003c\/strong\u003e。\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_111015.jpg?v=1775529319\" alt=\"\"\u003e\n\u003c\/li\u003e\n\u003cli\u003eすべてのパーツがオールプエブロレザー仕立てなので、財布の修理で最も多いとされるコインポケットの裏地が破ける心配がありません。\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e単独カード入れは両サイドに6ポケットずつで\u003cstrong\u003e計12枚分\u003c\/strong\u003e。\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_132723.jpg?v=1775529745\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eかぶせ側のカードポケットのウラも収納スペースとしてご使用いただけます。\u003c\/li\u003e\n\u003cli\u003e使いやすさにこだわった、大きく開く見やすい\u003cstrong\u003eマチ付きで取り出しがスムーズなコインポケット\u003c\/strong\u003e。\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_132747.jpg?v=1775529427\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eファスナーはYKKの最高峰の\u003cstrong\u003eエクセラ\u003c\/strong\u003eを使用。\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/Photoroom_20260312_132825.jpg?v=1775529493\" alt=\"\"\u003e\u003cbr\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\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\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\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\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\u003eAK23TA-B0007\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ④ 発送案内セクション (Shipping) - 入力データに情報がないため、このセクションは作成しません。 --\u003e \u003c!-- ⑤ 注意事項セクション (Notes) - 入力データに情報がないため、このセクションは作成しません。 --\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"カモフラ","offer_id":44479208030307,"sku":"1-1","price":36300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/Photoroom_20260312_111015_3aa1261a-ae63-444c-bafb-505eabfe4784.jpg?v=1788407434"},{"product_id":"annak-エンボスハンドペイントレザー-スリム長財布","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\/files\/PhotoRoom_20240115_162541.jpg?v=1705303923\" 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熟練の職人が磨き上げたコバの美しさ、そしてYKK最高峰エクセラファスナーの滑らかな開閉。細部に宿る確かな品質が、日常に特別感をもたらします。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20240115_162644.jpg?v=1705303923\" 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収納力を損なわず、女性の手に馴染むスリム設計。カード段12枚分に加え、大きく開くコインポケットなど、美しさと使いやすさを両立しました。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/2959\/7752\/files\/PhotoRoom_20240115_162713.jpg?v=1705303923\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e日常をサポートする収納美\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (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\u003ch3 class=\"section-title\"\u003eアナック エンボスハンドペイントレザーの魅力\u003c\/h3\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eアナックオリジナルレザーと国内鞣しのヌメ革を使用。\u003c\/li\u003e\n\u003cli\u003e革だけで組み立ててあるのに\u003cstrong\u003e軽くて重厚で丈夫な作り\u003c\/strong\u003e。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eしっかりと磨きあげられたコバ作り\u003c\/strong\u003eが特徴。\u003c\/li\u003e\n\u003cli\u003e収納力は落とさず、女性の手でもしっかりフィットする\u003cstrong\u003eスリムタイプ\u003c\/strong\u003e。\u003c\/li\u003e\n\u003cli\u003eカード段の1枚1枚も、コインポケットの中も、\u003cstrong\u003eオールレザー仕立て\u003c\/strong\u003eで裏地が破ける心配がありません。\u003c\/li\u003e\n\u003cli\u003e片側にマチを付けたコインポケットは、大きく開いて取り出しがスムーズ。\u003c\/li\u003e\n\u003cli\u003eファスナーにはYKKの最高峰、\u003cstrong\u003e「エクセラ」\u003c\/strong\u003eを使用。\u003c\/li\u003e\n\u003cli\u003e単独カード入れは\u003cstrong\u003e12枚分\u003c\/strong\u003e。マチ付きスペース2つの他に、フラップ裏も収納スペース。\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_20240115_162753_9728f50c-5e5d-477d-9c6e-c38b882eba39_480x480.jpg?v=1705303999\" 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\/0769\/2959\/7752\/files\/PhotoRoom_20240115_162541_b96ffc10-cc19-484c-b083-48778bbc8def_480x480.jpg?v=1715236162\" 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\/0769\/2959\/7752\/files\/PhotoRoom_20240115_162644_5947b324-3f28-45d4-b3a9-c417b879ce59_480x480.jpg?v=1705303950\" 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\u003ch3 class=\"section-title\"\u003eハンドペイントレザーのこだわり\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e姫路で丁寧に鞣した白ベースの革に型押し後、ハンドで散らしたペイントがインパクト抜群です。\u003cstrong\u003e2つと同じ柄が存在せず、それぞれが1点もの\u003c\/strong\u003eになります。型押しすることでキズが付きづらくなっております。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\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\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ・重量・原産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e幅:\u003c\/strong\u003e 19.5cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e奥行:\u003c\/strong\u003e 2.5cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e高さ:\u003c\/strong\u003e 9.5cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e重量:\u003c\/strong\u003e 約205g\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\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\"\u003eAK18TA-B0063\u003c\/p\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\u003cp class=\"body-text\"\u003eカード段も革なので、馴染むまではきつく感じる場合もございます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ANNAK SHOP","offers":[{"title":"ホワイト","offer_id":44479210127459,"sku":"1-1","price":26400.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/3802\/4803\/files\/PhotoRoom_20240115_162541.jpg?v=1788407476"}],"url":"https:\/\/annak-shop.myshopify.com\/collections\/longwallet.oembed","provider":"ANNAK ONLINE SHOP","version":"1.0","type":"link"}