{"title":"メンズ","description":"\u003cp\u003eメンズ\u003c\/p\u003e","products":[{"product_id":"70960","title":"10カラー ローゲージルーズソックス","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eローゲージルーズソックス | 快適な足元を演出\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e日本製 \/ メンズ \/ サイズ: 25-27cm\u003c\/strong\u003e\u003c\/p\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を添えてくれる一足です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_a6d5b906-88e2-47ee-b2fe-384c46bebe8.jpg?v=1761639284\" 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全10色展開 | スタイル広がる多彩なソックス\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eどんなコーディネートにも合わせやすいベーシックカラーから、装いのアクセントになる個性豊かなまだら模様まで、厳選された\u003cstrong\u003e10色\u003c\/strong\u003eが揃いました。気分やファッションに合わせて、足元からあなただけの\u003cstrong\u003eスタイルを表現\u003c\/strong\u003eできます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/cf_38c3d34a-8469-4f5e-a84c-3bf00ed7141f.jpg?v=1761639284\" class=\"img-fluid d-block w-100 product-img\" alt=\"10色展開のローゲージルーズソックスの画像\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e毎日を彩る、豊富な選択肢\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e確かな上質 | 職人技が光るディテール\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e糸の選定から編み上げまで、\u003cstrong\u003e熟練の職人\u003c\/strong\u003eが一つひとつ\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\/0636\/9338\/9955\/files\/i_2_372cd1c5-a9e3-45a6-a360-ab7a64423f54.jpg?v=1761639284\" 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\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"ホワイト","offer_id":45790291918979,"sku":"45674","price":680.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト","offer_id":45790291951747,"sku":"45675","price":680.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":45790291984515,"sku":"45676","price":680.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール","offer_id":45790292017283,"sku":"45677","price":680.0,"currency_code":"JPY","in_stock":true},{"title":"杢グレー","offer_id":45790292050051,"sku":"45678","price":680.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー","offer_id":45790292082819,"sku":"45679","price":680.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":45790292115587,"sku":"45680","price":680.0,"currency_code":"JPY","in_stock":true},{"title":"引揃えブラック","offer_id":45790292148355,"sku":"45681","price":680.0,"currency_code":"JPY","in_stock":true},{"title":"引揃えグレー","offer_id":45790292181123,"sku":"45682","price":680.0,"currency_code":"JPY","in_stock":true},{"title":"引揃えネイビー","offer_id":45790292213891,"sku":"45683","price":680.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_a6d5b906-88e2-47ee-b2fe-384c46be8be8.jpg?v=1761639284"},{"product_id":"72880","title":"癒足〜いやし〜正座らくらく足袋","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e快適正座へ誘う、新定番足袋\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e長時間の正座からくる\u003cstrong\u003e足の痺れや痛み\u003c\/strong\u003eに終止符を。和装愛好家へ、男女問わず快適にご愛用いただける、\u003cstrong\u003e日本の匠の技\u003c\/strong\u003eが光る逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_26cc042f-5b4d-4d6b-9545-33e9bd57b146.jpg?v=1761639301\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e正座の悩みに、極上の解決策\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e和装のプロも絶賛、履き心地の秘密\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e凛とした足袋の見た目はそのままに、\u003cstrong\u003e靴下のような優しいフィット感\u003c\/strong\u003eを実現。和装のプロも認める、\u003cstrong\u003e足袋の概念を変える\u003c\/strong\u003e一足がここにあります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/m1_1fdd378e-b3ab-4c45-9bfd-22b4adbfb1fd.jpg?v=1761639301\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e職人技が光る、絶妙な履き心地\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e肉厚パイルが叶える、足甲の安らぎ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e長時間の正座で気になる足の甲を、\u003cstrong\u003e贅沢な肉厚パイルが優しく包み込みます\u003c\/strong\u003e。法事やお稽古事、和装の席でも、\u003cstrong\u003e足に安らぎを与え、心地よさが続きます\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/m3_05559fca-5d86-432d-9271-dabe348640ba.jpg?v=1761639301\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e痺れから解放、足に癒し\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"レディース：22-24センチ","offer_id":45752167366787,"sku":"49416","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"メンズ：24-26センチ","offer_id":45752167334019,"sku":"49417","price":1840.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_26cc042f-5b4d-4d6b-9545-33e9bd57b146.jpg?v=1761639301"},{"product_id":"10001160","title":"スニーカーソックス 3足セット S M L LL","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e日々の足元を支える定番カラーと豊富なサイズ展開\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e日々の装いに欠かせない\u003cstrong\u003eブラック\u003c\/strong\u003eと\u003cstrong\u003eホワイト\u003c\/strong\u003e。同じカラーで揃えられる\u003cstrong\u003e3足セット\u003c\/strong\u003eは、\u003cstrong\u003eビジネスシーン\u003c\/strong\u003eでも\u003cstrong\u003eプライベート\u003c\/strong\u003eでも、足元から全体の印象を\u003cstrong\u003eスマート\u003c\/strong\u003eに引き締めます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e本製品は、\u003cstrong\u003eS, M, L, LLの4種類のサイズをご用意\u003c\/strong\u003eしており、様々な足のサイズに対応可能です。お客様の足にぴったりのフィット感で、快適な履き心地をお届けします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/82330-5_2f52dc29-9657-4c1a-9ba7-3e0024d89328.jpg?v=1761639551\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e実用性を追求したカラー展開と豊富なサイズ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e長時間履いても疲れにくい設計\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e前後のゴム編み構造\u003c\/strong\u003eが、歩行中の\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\/0636\/9338\/9955\/files\/imgrc0104157032_8109cb0e-1ef1-46ff-b519-a278d9d501af.jpg?v=1761639551\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eこだわりの機能で快適さを追求\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eあらゆるシーンに馴染む万能ソックス\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e飾らないミニマルなデザイン\u003c\/strong\u003eは、\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\/0636\/9338\/9955\/files\/82330-2_8eeacac7-d21e-44c6-af14-8c3451998278.jpg?v=1761639551\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e装いを選ばないシンプル美\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"スモール（22-24cm） \/ シロ","offer_id":45790300700803,"sku":"47947","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"レギュラー（24-26cm） \/ シロ","offer_id":45790300733571,"sku":"47948","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"ビック（26-28cm） \/ シロ","offer_id":45790300766339,"sku":"47949","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"超ビック（28-30cm） \/ シロ","offer_id":45790300799107,"sku":"47950","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"超超ビック（30-32cm） \/ シロ","offer_id":45790300831875,"sku":"47951","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"スモール（22-24cm） \/ クロ","offer_id":45790300864643,"sku":"47952","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"レギュラー（24-26cm） \/ クロ","offer_id":45790300897411,"sku":"47953","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"ビック（26-28cm） \/ クロ","offer_id":45790300930179,"sku":"47954","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"超ビック（28-30cm） \/ クロ","offer_id":45790300962947,"sku":"47955","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"超超ビック（30-32cm） \/ クロ","offer_id":45790300995715,"sku":"47956","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"キッズS（16-18cn） \/ シロ","offer_id":45790301028483,"sku":"57947","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"キッズS（16-18cm） \/ クロ","offer_id":45790301061251,"sku":"57948","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"キッズM（19-21cm） \/ シロ","offer_id":45790301094019,"sku":"57949","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"キッズM（19-21cm） \/ クロ","offer_id":45790301126787,"sku":"57950","price":1380.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/82330-5_2f52dc29-9657-4c1a-9ba7-3e0024d89328.jpg?v=1761639551"},{"product_id":"10001210","title":"着圧ソックス メンズ ハイソックス ビジネスソックス 3足セット 表糸綿100% 綿100 着圧 抗菌防臭","description":"","brand":"稲坂莫大小製造","offers":[{"title":"24cm-25cm \/ 01 紺×３","offer_id":45752172970115,"sku":"37783","price":1880.0,"currency_code":"JPY","in_stock":true},{"title":"25cm-26cm \/ 01 紺×３","offer_id":45752173002883,"sku":"37784","price":1880.0,"currency_code":"JPY","in_stock":true},{"title":"26cm-27cm \/ 01 紺×３","offer_id":45752173035651,"sku":"37785","price":1880.0,"currency_code":"JPY","in_stock":true},{"title":"27cm-28cm \/ 01 紺×３","offer_id":45752173068419,"sku":"37786","price":1880.0,"currency_code":"JPY","in_stock":true},{"title":"24cm-25cm \/ 02 グレー×３","offer_id":45752173101187,"sku":"37787","price":1880.0,"currency_code":"JPY","in_stock":true},{"title":"25cm-26cm \/ 02 グレー×３","offer_id":45752173133955,"sku":"37788","price":1880.0,"currency_code":"JPY","in_stock":true},{"title":"26cm-27cm \/ 02 グレー×３","offer_id":45752173166723,"sku":"37789","price":1880.0,"currency_code":"JPY","in_stock":true},{"title":"27cm-28cm \/ 02 グレー×３","offer_id":45752173199491,"sku":"37790","price":1880.0,"currency_code":"JPY","in_stock":true},{"title":"24cm-25cm \/ 03 チャコール×３","offer_id":45752173232259,"sku":"37791","price":1880.0,"currency_code":"JPY","in_stock":true},{"title":"25cm-26cm \/ 03 チャコール×３","offer_id":45752173265027,"sku":"37792","price":1880.0,"currency_code":"JPY","in_stock":true},{"title":"26cm-27cm \/ 03 チャコール×３","offer_id":45752173297795,"sku":"37793","price":1880.0,"currency_code":"JPY","in_stock":true},{"title":"27cm-28cm \/ 03 チャコール×３","offer_id":45752173330563,"sku":"37794","price":1880.0,"currency_code":"JPY","in_stock":true},{"title":"24cm-25cm \/ 04 黒×３","offer_id":45752173363331,"sku":"37795","price":1880.0,"currency_code":"JPY","in_stock":true},{"title":"25cm-26cm \/ 04 黒×３","offer_id":45752173396099,"sku":"37796","price":1880.0,"currency_code":"JPY","in_stock":true},{"title":"26cm-27cm \/ 04 黒×３","offer_id":45752173428867,"sku":"37797","price":1880.0,"currency_code":"JPY","in_stock":true},{"title":"27cm-28cm \/ 04 黒×３","offer_id":45752173461635,"sku":"37798","price":1880.0,"currency_code":"JPY","in_stock":true},{"title":"24cm-25cm \/ 05 MIX 紺・チャコール・黒","offer_id":45752173494403,"sku":"37799","price":1880.0,"currency_code":"JPY","in_stock":true},{"title":"25cm-26cm \/ 05 MIX 紺・チャコール・黒","offer_id":45752173527171,"sku":"37800","price":1880.0,"currency_code":"JPY","in_stock":true},{"title":"26cm-27cm \/ 05 MIX 紺・チャコール・黒","offer_id":45752173559939,"sku":"37801","price":1880.0,"currency_code":"JPY","in_stock":true},{"title":"27cm-28cm \/ 05 MIX 紺・チャコール・黒","offer_id":45752173592707,"sku":"37802","price":1880.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_2096993c-30c2-46dc-815c-e73989e01f86.jpg?v=1760435143"},{"product_id":"10001211","title":"着圧ソックス メンズ ビジネス  4足セット【紳士】表糸綿100% 抗菌防臭","description":"","brand":"稲坂莫大小製造","offers":[{"title":"紺×4 \/ 25-26cm","offer_id":45790302011523,"sku":"98711-4-994","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"グレー×4 \/ 25-26cm","offer_id":45790302044291,"sku":"98711-7-994","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール×4 \/ 25-26cm","offer_id":45790302077059,"sku":"98711-87-994","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"黒×4 \/ 25-26cm","offer_id":45790302109827,"sku":"98711-2-994","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"MIX 各色1足 \/ 25-26cm","offer_id":45790302142595,"sku":"98711-600-994","price":1980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_9ca7498f-4e2b-4091-9117-c6b3702d61b5.jpg?v=1761639642"},{"product_id":"06701-995-960","title":"【和柄 鳥居シリーズ】【レディース】足袋ソックス スニーカー丈 柄別5色各1の5足セットと５柄各1の5足セット","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e足元彩る日本の粋\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e伝統とモダンが融合した\u003cstrong\u003eスニーカー丈\u003c\/strong\u003e足袋ソックスで、足元から日本の美意識を纏いましょう。歩くたびに心が躍る、特別な一足との出会いです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/06701top_1c1bd7e0-f0ca-4518-a5b9-a310098a7b13.jpg?v=1761640085\" 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愛らしいネコと神秘的な鳥居が織りなすユニークなデザインは、日々のコーディネートに遊び心を加えます。\u003cstrong\u003e個性豊かな5色展開\u003c\/strong\u003eで、気分に合わせて選ぶ楽しさをお届けします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/06701-1_737e1ea1-9bb1-4db2-9568-74bb364af6b3.jpg?v=1761640085\" 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日本の象徴である富士山と鳥居が織りなす壮大なデザインが、足元に品格と存在感を添えます。\u003cstrong\u003e伝統美を宿した特別な一足\u003c\/strong\u003eで、装いに深みを加えてみませんか。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/06701-4_4c8edf5e-1d39-4e3e-82f5-a1a0caded855.jpg?v=1761640085\" 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\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"ネコと鳥居","offer_id":45790316298371,"sku":"52309","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"狐お面と鳥居","offer_id":45790316331139,"sku":"52310","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"舞妓と鳥居","offer_id":45790316363907,"sku":"52311","price":1840.0,"currency_code":"JPY","in_stock":false},{"title":"富士と鳥居","offer_id":45790316396675,"sku":"52312","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"狐と鳥居","offer_id":45790316429443,"sku":"52313","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"5柄各1","offer_id":45790316462211,"sku":"52314","price":1840.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/06701top_1c1bd7e0-f0ca-4518-a5b9-a310098a7b13.jpg?v=1761640085"},{"product_id":"10001209_s","title":"ビジネスソックス メンズ ブランド  WESTERN POLO TEXAS リブソックス","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; 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 class=\"text-emphasis\"\u003eWESTERN POLO TEXAS\u003c\/strong\u003eの洗練された\u003cstrong class=\"text-emphasis\"\u003eリブソックス\u003c\/strong\u003eが、足元からビジネスシーンの\u003cstrong class=\"text-emphasis\"\u003e品格\u003c\/strong\u003eを高めます。上質な質感は、あらゆるスタイルに自信と落ち着きをもたらし、\u003cstrong class=\"text-emphasis\"\u003eプロフェッショナルな印象\u003c\/strong\u003eを演出します。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_n_069af992-9591-47b4-a2dd-4ddcd9076d4b.jpg?v=1761640323\" 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 class=\"text-emphasis\"\u003e厳選されたカラー\u003c\/strong\u003eが、足元に洗練された印象を与えます。豊富な\u003cstrong class=\"text-emphasis\"\u003e10足セット\u003c\/strong\u003eは、毎日の着回しや急な出張にも対応し、常に\u003cstrong class=\"text-emphasis\"\u003e清潔感\u003c\/strong\u003eを保ちます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/cf_902db78b-058e-4363-86fa-566dc2733b23.jpg?v=1761640323\" 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 class=\"text-emphasis\"\u003e累計販売18万足突破\u003c\/strong\u003eの実績は、多くのお客様から選ばれ続ける\u003cstrong class=\"text-emphasis\"\u003e確かな品質\u003c\/strong\u003eの証です。繊細な\u003cstrong class=\"text-emphasis\"\u003eリブ編み\u003c\/strong\u003eは足に優しくフィットし、長時間の着用でも\u003cstrong class=\"text-emphasis\"\u003e快適な履き心地\u003c\/strong\u003eを提供します。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/m_1840_nn_a2d5aa19-8bc2-4d16-9573-69bea1d96591.jpg?v=1761640323\" 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!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section product-spec-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細・サイズについて\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e本製品は、ビジネスシーンに最適なリブソックスです。ユニセックスでご着用いただけるよう、豊富なサイズとセット内容をご用意しております。\u003c\/p\u003e\n\u003ch4 class=\"sub-section-title\"\u003eサイズ展開\u003c\/h4\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eSサイズ (23-25cm):\u003c\/strong\u003e 小さいサイズ（レディースでもOK）\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMサイズ (25-27cm):\u003c\/strong\u003e メンズ標準サイズ\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLサイズ (27-29cm):\u003c\/strong\u003e 大きいサイズ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4 class=\"sub-section-title\"\u003eセット内容\u003c\/h4\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eWhite SET:\u003c\/strong\u003e ホワイト × 10足\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBlack SET:\u003c\/strong\u003e ブラック × 10足\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMIX SET:\u003c\/strong\u003e ブラック × 4足、グレー × 3足、ネイビー × 3足\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"Sサイズ:23cm-25cm \/ ホワイト×10足セット","offer_id":45790323540099,"sku":"83200-1-910","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"Mサイズ:25cm-27cm \/ ホワイト×10足セット","offer_id":45790323572867,"sku":"83201-1-910","price":1840.0,"currency_code":"JPY","in_stock":false},{"title":"Lサイズ:27cm-29cm \/ ホワイト×10足セット","offer_id":45790323605635,"sku":"83202-1-910","price":1840.0,"currency_code":"JPY","in_stock":false},{"title":"Sサイズ:23cm-25cm \/ ブラック×10足セット","offer_id":45790323638403,"sku":"83200-2-910","price":2980.0,"currency_code":"JPY","in_stock":true},{"title":"Mサイズ:25cm-27cm \/ ブラック×10足セット","offer_id":45790323671171,"sku":"83201-2-910","price":2980.0,"currency_code":"JPY","in_stock":true},{"title":"Lサイズ:27cm-29cm \/ ブラック×10足セット","offer_id":45790323703939,"sku":"83202-2-910","price":2980.0,"currency_code":"JPY","in_stock":true},{"title":"Sサイズ:23cm-25cm \/ MIX　10足セット","offer_id":45790323736707,"sku":"83200-600-910","price":2980.0,"currency_code":"JPY","in_stock":true},{"title":"Mサイズ:25cm-27cm \/ MIX　10足セット","offer_id":45790323769475,"sku":"83201-600-910","price":2980.0,"currency_code":"JPY","in_stock":true},{"title":"Lサイズ:27cm-29cm \/ MIX　10足セット","offer_id":45790323802243,"sku":"83202-600-910","price":2980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_n_069af992-9591-47b4-a2dd-4ddcd9076d4b.jpg?v=1761640323"},{"product_id":"101501-994","title":"礼装靴下 4足セット 冠婚葬祭 フォーマルソックス ブラック","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eビジネス足元に品格を\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e大切なシーンに備える、\u003cstrong\u003e礼装靴下4足セット\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\/0636\/9338\/9955\/files\/mm_s_fb5979bc-9287-4a91-8366-2d5b88606010.jpg?v=1761640356\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003cp class=\"caption-text text-end\"\u003eフォーマルに最適な一足\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e上質な肌触りが叶える快適\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e綿の持つなめらかな質感\u003c\/strong\u003eが、足元に優しく寄り添います。\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\/0636\/9338\/9955\/files\/c_1_065bbe0a-dee0-4632-93b2-47a87c320b67.jpg?v=1761640356\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003cp class=\"caption-text text-end\"\u003e繊細な風合いを纏う\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e高い耐久性を誇る二重底\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eつま先からかかとまでをしっかりカバーする\u003cstrong\u003e二重底仕様\u003c\/strong\u003eで、\u003cstrong\u003e破れやすい部分を強化\u003c\/strong\u003e。\u003cstrong\u003e長く愛用できる確かな品質\u003c\/strong\u003eを提供します。\u003c\/p\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/c_2_2ec484c0-4d2a-4f0b-831f-4f0f3dd35e2a.jpg?v=1761640356\" class=\"img-fluid d-block w-100 product-img\"\u003e\n      \u003cp class=\"caption-text text-end\"\u003e細部まで計算された機能美\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e大切なシーンを支える、機能性と品質を兼ね備えたソックスです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e● \u003cstrong\u003eセット内容\u003c\/strong\u003e: 礼装靴下 4足セット\u003c\/li\u003e\n          \u003cli\u003e● \u003cstrong\u003eタイプ\u003c\/strong\u003e: フォーマルソックス\u003c\/li\u003e\n          \u003cli\u003e● \u003cstrong\u003e機能\u003c\/strong\u003e: 二重底仕様（つま先・かかと補強）\u003c\/li\u003e\n          \u003cli\u003e● \u003cstrong\u003e用途\u003c\/strong\u003e: 冠婚葬祭、ビジネスシーン\u003c\/li\u003e\n          \u003cli\u003e● \u003cstrong\u003eサイズ\u003c\/strong\u003e: 24\/25\/26\/27 cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・カラー\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e上質な肌触りを追求した素材と、どんな装いにも合うカラーです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e● \u003cstrong\u003e素材\u003c\/strong\u003e: 綿\u003c\/li\u003e\n          \u003cli\u003e● \u003cstrong\u003eカラー\u003c\/strong\u003e: ブラック\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"24cm","offer_id":45790324293763,"sku":"IO-1501-24-994","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"25cm","offer_id":45790324326531,"sku":"IO-1501-25-994","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"26cm","offer_id":45790324359299,"sku":"IO-1501-26-994","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"27cm","offer_id":45790324392067,"sku":"IO-1501-27-994","price":1840.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_fb5979bc-9287-4a91-8366-2d5b88606010.jpg?v=1761640356"},{"product_id":"20001269_6s","title":"メンズ ビジネスソックス 6足セット 涼感","description":"","brand":"稲坂莫大小製造","offers":[{"title":"色おまかせ６足セット","offer_id":45790355849347,"sku":"98882-996","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"黒単色　６足セット","offer_id":45790355882115,"sku":"WE-98882-2-996","price":1840.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_3p_5cdb8ca3-3694-480f-a894-39d91180a60a.jpg?v=1761641223"},{"product_id":"20001271_6s","title":"メンズ涼感ビジネスソックス 6足セット","description":"","brand":"稲坂莫大小製造","offers":[{"title":"色おまかせ6足セット","offer_id":45790356177027,"sku":"98884-996","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"黒単色　6足セット","offer_id":45790356209795,"sku":"98884-2","price":1840.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_3p_575e9ec4-a53c-425c-b803-d830900fc97d.jpg?v=1761641243"},{"product_id":"70970-992-913","title":"ユニセックスソックス カラー ルーズソックス 同色２足セット","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e毎日を彩るユニセックスソックス\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            豊富なカラーバリエーションが、あなたの足元を\u003cstrong\u003e個性的に演出\u003c\/strong\u003eします。\n            \u003cstrong\u003e日本製ならではの確かな品質\u003c\/strong\u003eで、長く愛用いただける一足です。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/70970-1_248d320c-6a51-49e6-b93f-ff4b3f5bd4a2.jpg?v=1761641911\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eファッションの幅を広げる\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e締め付けない足元、快適ルーズソックス\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            ゆったりとしたデザインが、一日中足元を\u003cstrong\u003e優しく包み込み\u003c\/strong\u003eます。\n            性別問わずお使いいただける\u003cstrong\u003eジェンダーレスな履き心地\u003c\/strong\u003eを追求しました。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/70970-2_81536c70-bc48-47bc-bec8-b0c6fecd565e.jpg?v=1761641911\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eどんなスタイルにも馴染む\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e足元に個性を添える、リラックスカジュアルソックス\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            クシュっとした絶妙なボリューム感が、足元に\u003cstrong\u003e抜け感をプラス\u003c\/strong\u003e。\n            温かみのあるアースカラーで、日常のコーディネートに\u003cstrong\u003e遊び心\u003c\/strong\u003eを加えてください。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/70970-4_0a1d37f9-b4bf-4401-ad6f-205587f828df.jpg?v=1761641911\" 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\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"黒","offer_id":45790380785795,"sku":"70970-2-992","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"紺","offer_id":45790380818563,"sku":"70970-4-992","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール","offer_id":45790380851331,"sku":"70970-543-992","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"中杢グレー","offer_id":45790380884099,"sku":"70970-117-992","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"カーキ","offer_id":45790380916867,"sku":"70970-226-992","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"白","offer_id":45790380949635,"sku":"70970-1-992","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト","offer_id":45790380982403,"sku":"70970-12-992","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"ラスト","offer_id":45790381015171,"sku":"70970-96-992","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"イエローベージュ","offer_id":45790381047939,"sku":"70970-243-992","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"レディッシュグレー","offer_id":45790381080707,"sku":"70970-240-992","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"ジャングルグリーン","offer_id":45790381113475,"sku":"70970-139-992","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"オリエントブルー","offer_id":45790381146243,"sku":"70970-176-992","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"カクタスグリーン","offer_id":45790381179011,"sku":"70970-238-992","price":1000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/70970-1_248d320c-6a51-49e6-b93f-ff4b3f5bd4a2.jpg?v=1761641911"},{"product_id":"80281-994-960","title":"メンズ 5本指ソックス4足セット 色おまかせ","description":"","brand":"稲坂莫大小製造","offers":[{"title":"無地底サポート","offer_id":45790381932675,"sku":"80281-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"太ボーダー底サポート","offer_id":45790381965443,"sku":"80282-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"指先カラー","offer_id":45790381998211,"sku":"80283-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"ボーダー","offer_id":45790382030979,"sku":"80284-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"チェッカーライン","offer_id":45790382063747,"sku":"80285-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"星","offer_id":45790382096515,"sku":"80286-994","price":1280.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/80281-top_62db4df5-8aaf-4398-9b63-330840fe91d1.jpg?v=1761641971"},{"product_id":"83281-91","title":"メンズ無地リブソックス キングペンギン","description":"","brand":"稲坂莫大小製造","offers":[{"title":"M:24-26cm \/ ブラック","offer_id":45752211112067,"sku":"83281-2","price":390.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ ブラック","offer_id":45752211144835,"sku":"83291-2","price":390.0,"currency_code":"JPY","in_stock":true},{"title":"M:24-26cm \/ ホワイト","offer_id":45752211177603,"sku":"83281-1","price":390.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ ホワイト","offer_id":45752211210371,"sku":"83291-1","price":390.0,"currency_code":"JPY","in_stock":true},{"title":"M:24-26cm \/ グレー","offer_id":45752211243139,"sku":"83281-64","price":390.0,"currency_code":"JPY","in_stock":false},{"title":"L:26-28cm \/ グレー","offer_id":45752211275907,"sku":"83291-64","price":390.0,"currency_code":"JPY","in_stock":true},{"title":"M:24-26cm \/ チャコール","offer_id":45752211308675,"sku":"83281-245","price":390.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ チャコール","offer_id":45752211341443,"sku":"83291-245","price":390.0,"currency_code":"JPY","in_stock":true},{"title":"M:24-26cm \/ オフホワイト","offer_id":45752211374211,"sku":"83281-12","price":390.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ オフホワイト","offer_id":45752211406979,"sku":"83291-12","price":390.0,"currency_code":"JPY","in_stock":true},{"title":"M:24-26cm \/ ベージュ","offer_id":45752211439747,"sku":"83281-257","price":390.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ ベージュ","offer_id":45752211472515,"sku":"83291-257","price":390.0,"currency_code":"JPY","in_stock":false},{"title":"M:24-26cm \/ ブルー","offer_id":45752211505283,"sku":"83281-76","price":390.0,"currency_code":"JPY","in_stock":false},{"title":"L:26-28cm \/ ブルー","offer_id":45752211538051,"sku":"83291-76","price":390.0,"currency_code":"JPY","in_stock":true},{"title":"M:24-26cm \/ ネイビー","offer_id":45752211570819,"sku":"83281-51","price":390.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ ネイビー","offer_id":45752211603587,"sku":"83291-51","price":390.0,"currency_code":"JPY","in_stock":true},{"title":"M:24-26cm \/ イエロー","offer_id":45752211636355,"sku":"83281-118","price":390.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ イエロー","offer_id":45752211669123,"sku":"83291-118","price":390.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_9362647d-2e2b-4d8a-826c-c4c04a4fd504.jpg?v=1761642009"},{"product_id":"83281-91-994","title":"メンズソックス4足セット  無地リブ キングペンギン","description":"","brand":"稲坂莫大小製造","offers":[{"title":"M:24-26cm \/ カラーおまかせ４足セット","offer_id":45752211701891,"sku":"83281-940-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ カラーおまかせ４足セット","offer_id":45752211734659,"sku":"83291-940-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"M:24-26cm \/ ブラック×４足","offer_id":45752211767427,"sku":"83281-2-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ ブラック×４足","offer_id":45752211800195,"sku":"83291-2-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"M:24-26cm \/ ホワイト×４足","offer_id":45752211832963,"sku":"83281-1-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ ホワイト×４足","offer_id":45752211865731,"sku":"83291-1-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"M:24-26cm \/ グレー×４足","offer_id":45752211898499,"sku":"40960-64-994","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"L:26-28cm \/ グレー×４足","offer_id":45752211931267,"sku":"83291-64-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"M:24-26cm \/ チャコール×４足","offer_id":45752211964035,"sku":"83281-245-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ チャコール×４足","offer_id":45752211996803,"sku":"83291-245-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"M:24-26cm \/ オフホワイト×４足","offer_id":45752212029571,"sku":"83281-12-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ オフホワイト×４足","offer_id":45752212062339,"sku":"83291-12-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"M:24-26cm \/ ベージュ×４足","offer_id":45752212095107,"sku":"83281-287-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ ベージュ×４足","offer_id":45752212127875,"sku":"83291-287-994","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"M:24-26cm \/ ブルー×４足","offer_id":45752212160643,"sku":"83281-76-994","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"L:26-28cm \/ ブルー×４足","offer_id":45752212193411,"sku":"83291-76-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"M:24-26cm \/ ネイビー×４足","offer_id":45752212226179,"sku":"83281-51-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ ネイビー×４足","offer_id":45752212258947,"sku":"83291-51-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"M:24-26cm \/ イエロー×４足","offer_id":45752212291715,"sku":"83281-113-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ イエロー×４足","offer_id":45752212324483,"sku":"83291-113-994","price":1280.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_899b079f-0a6b-4249-bb72-f817f46dddda.jpg?v=1761642024"},{"product_id":"83301-08-994","title":"メンズ ソックスカジュアルソックス キングペンギン 4足セット","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; 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足元に彩りを加える4足セット\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eバラエティ豊かなデザインが揃う4足セット。その日の気分やコーディネートに合わせて、足元に新しい表情をプラスできます。遊び心溢れる\u003cstrong\u003eペンギン柄\u003c\/strong\u003eが、大人のカジュアルスタイルを一層引き立てます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_94e800da-bd42-460e-860a-f8e1b79f6333.jpg?v=1761642042\" class=\"img-fluid d-block w-100 product-img\" alt=\"様々なペンギンのデザインソックス4足セット\"\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\u003eYヒール構造\u003c\/strong\u003eが、包み込むような快適なフィット感を提供します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/i_01_b55d9a98-5c6b-4290-ac1f-21155b861425.jpg?v=1761642042\" 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\/0636\/9338\/9955\/files\/i_05_3037af62-3d99-411d-bf91-9b4bf933284b.jpg?v=1761642042\" 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!-- 新規追加: サイズ詳細セクション --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eサイズ詳細\u003c\/h3\u003e\n    \u003cul class=\"specs-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eSサイズ:\u003c\/strong\u003e 23cm～25cm\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMサイズ:\u003c\/strong\u003e 24cm～26cm\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eLサイズ:\u003c\/strong\u003e 26cm～28cm\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"body-text\"\u003e伸縮性のある素材で、足に快適にフィットします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003c!-- 入力データに「特になし」とあるため、このセクションは出力しません。 --\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003c!-- 入力データに情報がないため、このセクションは出力しません。 --\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003c!-- 入力データに情報がないため、このセクションは出力しません。 --\u003e\n\n\u003c\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"S:23-25cm \/ ボーダー柄×４足","offer_id":45752212357251,"sku":"83305-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"M:24-26cm \/ ボーダー柄×４足","offer_id":45752212390019,"sku":"83302-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ ボーダー柄×４足","offer_id":45752212422787,"sku":"83307-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"S:23-25cm \/ ダイヤ柄×４足","offer_id":45752212455555,"sku":"40312","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"M:24-26cm \/ ダイヤ柄×４足","offer_id":45752212488323,"sku":"40313","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"L:26-28cm \/ ダイヤ柄×４足","offer_id":45752212521091,"sku":"40314","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"S:23-25cm \/ ３面カラー柄×４足","offer_id":45752212553859,"sku":"40315","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"M:24-26cm \/ ３面カラー柄×４足","offer_id":45752212586627,"sku":"83301-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ ３面カラー柄×４足","offer_id":45752212619395,"sku":"40317","price":1280.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_94e800da-bd42-460e-860a-f8e1b79f6333.jpg?v=1761642042"},{"product_id":"83303-08","title":"メンズカジュアルソックス[ダイヤ柄] -キングペンギン-","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e足元を彩る多様な選択\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cspan class=\"product-name\"\u003eメンズカジュアルソックス[ダイヤ柄] -キングペンギン-\u003c\/span\u003eは、\u003cstrong\u003e豊富なカラーとサイズ\u003c\/strong\u003eで、毎日の気分や装いに合わせて\u003cstrong\u003e自由に選べる一足\u003c\/strong\u003eです。カジュアルな装いを格上げし、足元から個性を演出するメンズソックスが見つかります。\n    \u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003eサイズ展開:\u003c\/strong\u003e\u003cbr\u003e\n      S: 23cm〜25cm\u003cbr\u003e\n      M: 24cm〜26cm\u003cbr\u003e\n      L: 26cm〜28cm\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/c_52925ac8-8277-4ee3-8533-e0460a6d1b18.jpg?v=1761642053\" class=\"img-fluid d-block w-100 product-img\" alt=\"複数のカラーのメンズカジュアルソックスが並べられている\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e毎日の足元に彩りを\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗練された足元で魅せる\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003eスマートなダイヤ柄\u003c\/strong\u003eが、普段のカジュアルスタイルを\u003cstrong\u003e上質な印象へと引き上げます\u003c\/strong\u003e。オフィスから休日の外出まで、どんな着こなしにも自然に溶け込み、\u003cstrong\u003e洗練された大人の足元を演出\u003c\/strong\u003eします。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/i_05_ef318b39-16f3-49e0-84aa-f48ee176ce24.jpg?v=1761642054\" class=\"img-fluid d-block w-100 product-img\" alt=\"足元をアップにした、ダイヤ柄ソックスを着用した男性\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e大人のカジュアルスタイル\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e遊び心と上質感を宿す\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      細部まで丁寧に施された\u003cstrong\u003eキングペンギンの刺繍\u003c\/strong\u003eが、\u003cstrong\u003eさりげない個性を主張\u003c\/strong\u003eします。クラシックなダイヤ柄にモダンな遊び心が加わり、\u003cstrong\u003e細部にも妥協しない大人のスタイルを完成\u003c\/strong\u003eさせます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/i_06_fd1d0925-d86e-4dac-b11f-d4295f3f29e4.jpg?v=1761642054\" 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\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"S:23-25cm \/ ブラック","offer_id":45752212684931,"sku":"40294","price":390.0,"currency_code":"JPY","in_stock":false},{"title":"M:24-26cm \/ ブラック","offer_id":45752212717699,"sku":"40295","price":390.0,"currency_code":"JPY","in_stock":false},{"title":"L:26-28cm \/ ブラック","offer_id":45752212750467,"sku":"40296","price":390.0,"currency_code":"JPY","in_stock":false},{"title":"S:23-25cm \/ オフホワイト","offer_id":45752212783235,"sku":"40297","price":390.0,"currency_code":"JPY","in_stock":false},{"title":"M:24-26cm \/ オフホワイト","offer_id":45752212816003,"sku":"40298","price":390.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ オフホワイト","offer_id":45752212848771,"sku":"40299","price":390.0,"currency_code":"JPY","in_stock":false},{"title":"S:23-25cm \/ グレー","offer_id":45752212881539,"sku":"40300","price":390.0,"currency_code":"JPY","in_stock":false},{"title":"M:24-26cm \/ グレー","offer_id":45752212914307,"sku":"40301","price":390.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ グレー","offer_id":45752212947075,"sku":"40302","price":390.0,"currency_code":"JPY","in_stock":false},{"title":"S:23-25cm \/ チャコール","offer_id":45752212979843,"sku":"40303","price":390.0,"currency_code":"JPY","in_stock":false},{"title":"M:24-26cm \/ チャコール","offer_id":45752213012611,"sku":"40304","price":390.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ チャコール","offer_id":45752213045379,"sku":"40305","price":390.0,"currency_code":"JPY","in_stock":false},{"title":"S:23-25cm \/ ネイビー","offer_id":45752213078147,"sku":"40306","price":390.0,"currency_code":"JPY","in_stock":false},{"title":"M:24-26cm \/ ネイビー","offer_id":45752213110915,"sku":"40307","price":390.0,"currency_code":"JPY","in_stock":true},{"title":"L:26-28cm \/ ネイビー","offer_id":45752213143683,"sku":"40308","price":390.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/c_52925ac8-8277-4ee3-8533-e0460a6d1b18.jpg?v=1761642053"},{"product_id":"83311-12-994","title":"メンズカジュアルソックス ジョディストゥ 4足セット","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; 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\"\u003e4足セットで叶える足元の変革\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e毎日の着こなしに合わせやすい、\u003cbr\u003e\u003cstrong\u003e洗練されたデザイン\u003c\/strong\u003eの\u003cstrong\u003e4足セット\u003c\/strong\u003e。\u003cbr\u003e\u003cstrong\u003eサイズ: 25-27cm対応。\u003c\/strong\u003eビジネスからオフシーンまで、\u003cbr\u003e\u003cstrong\u003e足元から印象を変え\u003c\/strong\u003e、装いを\u003cstrong\u003eワンランクアップ\u003c\/strong\u003eさせます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_ebc24836-f91e-4148-a733-b5802cc8c320.jpg?v=1761642065\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e豊富なラインナップ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e緻密な設計が生む上質体験\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eロゴム快革®とYカカト\u003c\/strong\u003eが\u003cstrong\u003e吸い付くようなフィット感\u003c\/strong\u003eを実現。\u003cbr\u003e\u003cstrong\u003e細部に宿る職人技\u003c\/strong\u003eが、長時間の着用でも足元を優しく包み込み、\u003cbr\u003e\u003cstrong\u003e快適さ\u003c\/strong\u003eを提供します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/i_01_daf1cdda-3507-489e-a3b9-05a69c84d5a8.jpg?v=1761642065\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e大人の足元を支える安心感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e休日を謳歌する軽快な足元\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e鮮やかなストライプ\u003c\/strong\u003eが休日のスタイルに\u003cbr\u003e\u003cstrong\u003e遊び心を添え\u003c\/strong\u003e、足元から\u003cstrong\u003e軽快な印象\u003c\/strong\u003eを演出します。一日中動き回るシーンでも、\u003cbr\u003e\u003cstrong\u003e優れた履き心地\u003c\/strong\u003eが持続します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/i_05_29a7f788-51eb-42f4-8f9d-1754682c7bcb.jpg?v=1761642065\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスタイリッシュな日常を\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"25-27cm \/ 格子柄×４足","offer_id":45752213176451,"sku":"83311-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ ボーダー柄×４足","offer_id":45752213209219,"sku":"83312-994","price":1280.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_ebc24836-f91e-4148-a733-b5802cc8c320.jpg?v=1761642065"},{"product_id":"83340-43-994","title":"メンズスニーカーソックス＊４足セット -キングペンギン-","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; 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    \u003cp class=\"body-text\"\u003eキングペンギン メンズスニーカーソックス4足セット。サイズは25-27cmです。\u003c\/p\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e旬の足元、4足で着回し\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eカジュアルな日常に映える多彩なラインナップ。気分に合わせて選べる\u003cstrong\u003e20種類以上のデザイン\u003c\/strong\u003eが、足元のおしゃれを毎日新しくします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_793a6ba2-1621-4829-949e-14c5426bf2f0.jpg?v=1761642080\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e厳選デザイン、自分らしく\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e個性を彩る、選べるパターン\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e定番からユニークな柄まで、\u003cstrong\u003e豊富なバリエーション\u003c\/strong\u003eを展開。あなたのファッションセンスを引き立て、足元から個性を表現できます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/s_c_1bea313e-d0c6-4c40-8bbf-bde508a700d0.jpg?v=1761642080\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e毎日が新しい発見\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eどんな日も、快適にフィット\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eデイリーユースに最適な、\u003cstrong\u003eやさしい肌触り\u003c\/strong\u003e。足に吸い付くような心地よさで、一日中軽快なフットワークをサポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/i_05_4c6bab09-1315-4ace-a8cb-6f0f2025dafd.jpg?v=1761642080\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eスタイリッシュな足元を\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"25-27cm \/ レイヤード柄×4足","offer_id":45752213241987,"sku":"83340-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ ボーダー柄×4足","offer_id":45752213274755,"sku":"83341-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ 格子柄×4足","offer_id":45752213307523,"sku":"83342-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ チェッカー柄×4足","offer_id":45752213340291,"sku":"83343-994","price":1280.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_793a6ba2-1621-4829-949e-14c5426bf2f0.jpg?v=1761642080"},{"product_id":"83351-52-994","title":"メンズ丈長スニーカーソックス＊４足セット -キングペンギン-","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eキングペンギンの足元に遊び心を\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e毎日を楽しく彩る、豊富なデザインとカラーバリエーション。足元から個性を主張したい、\u003cstrong\u003e20代〜30代のアクティブな男性に最適な4足セット\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e対応サイズ：メンズ 25-27cm\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_169f1e91-149e-4dda-957f-dfed384bd7b5.jpg?v=1761642109\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e魅せる足元を演出\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e選べるスタイル、届く喜び\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eダブルライン柄とボーダー柄、２つのスタイル\u003c\/strong\u003eからお選びいただけます。どんな組み合わせが届くか、開けるたびに\u003cstrong\u003e胸が高鳴るサプライズ体験\u003c\/strong\u003eを。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/s_c_79bdc50d-7f1e-4cfe-a296-48802fa44036.jpg?v=1761642109\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e柄で遊ぶスニーカーソックス\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eカジュアルコーデの決め手\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eスニーカーとの相性抜群の丈感\u003c\/strong\u003eと、落ち着いたトーンのカラー展開。普段の装いに\u003cstrong\u003eさりげないアクセント\u003c\/strong\u003eを加え、洗練された印象を与えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/i_05_96d2fb53-4b2b-4d6d-a3e5-1b7522bc3e01.jpg?v=1761642109\" 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\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"25-27cm \/ ２面切替柄×4足","offer_id":45752213635203,"sku":"83351-994","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"25-27cm \/ ボーダー柄×4足","offer_id":45752213667971,"sku":"83352-994","price":1280.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_169f1e91-149e-4dda-957f-dfed384bd7b5.jpg?v=1761642109"},{"product_id":"83361-72-994","title":"メンズスニーカーソックス  4足セット ジョディストゥ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e快適な足元 メンズソックス\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e毎日を快適に過ごすための4足セット。どんなカジュアルスタイルにも溶け込み、足元からリラックス感を与えます。\u003cbr\u003eサイズ: 25-27 cm\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_55d6f1db-db72-41f8-9d5d-b0241a349ab3.jpg?v=1761642123\" class=\"img-fluid d-block w-100 product-img\" alt=\"快適なメンズソックス\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e普段使いに最適な4足組\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\/0636\/9338\/9955\/files\/s_c_f1fcbdd9-8d4c-4dd6-baad-71deb3d2fc04.jpg?v=1761642123\" 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遊び心ある星柄が、大人のカジュアルスタイルにさりげない個性を演出。5色のカラーバリエーションで着こなしの幅も広がる。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/i_05_62_8d1405af-7f70-4392-8717-ac8be91ca05f.jpg?v=1761642123\" 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\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"25-27cm \/ マルチボーダー柄×４足","offer_id":45752213700739,"sku":"83361-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ スター柄×４足","offer_id":45752213733507,"sku":"83362-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ 【丈長】ドット柄×４足","offer_id":45752213766275,"sku":"83371-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ 【丈長】ボーダー柄×４足","offer_id":45752213799043,"sku":"83372-994","price":1280.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_55d6f1db-db72-41f8-9d5d-b0241a349ab3.jpg?v=1761642123"},{"product_id":"83376-9-994","title":"メンズスニーカーソックス   クォーター丈 ４足セット","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e足元を彩る快適スニーカーソックス\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e毎日履きたくなる心地よさと、選ぶ楽しさを。気分やコーディネートに合わせて選べる\u003cstrong\u003e4足セット\u003c\/strong\u003eが、足元をいつも新鮮に演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/83376-9_6c146460-e1a7-474e-9b8f-b701a949f1dd.jpg?v=1761642166\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日常を彩る４足セット\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eクォーター丈で軽快に決まる\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e足の甲を優しく包む縦ラインのメッシュが、優れた\u003cstrong\u003e通気性\u003c\/strong\u003eを実現。アクティブな動きにもしっかりフィットし、一日中\u003cstrong\u003e快適な履き心地\u003c\/strong\u003eが続きます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/83377_73237a93-923c-4db5-97f0-83c41a62880f.jpg?v=1761642166\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスポーティな足元を演出\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eイカリ柄が個性を引き出す\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eさりげなく個性を主張する\u003cstrong\u003eイカリドット柄\u003c\/strong\u003eが、足元に\u003cstrong\u003e遊び心\u003c\/strong\u003eをプラス。甲メッシュ構造で通気性も確保し、蒸れにくいから長時間の着用も\u003cstrong\u003e快適\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/83379_e49234db-8375-408c-93ff-003ec2286e93.jpg?v=1761642166\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスタイリッシュな足元アクセント\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e毎日の足元を快適にする、メンズスニーカーソックスです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e内容量: 4足セット\u003c\/li\u003e\n          \u003cli\u003e丈の長さ: クォーター丈\u003c\/li\u003e\n          \u003cli\u003eデザイン: イカリドット柄（一部商品に採用）\u003c\/li\u003e\n          \u003cli\u003e機能: 通気性、快適な履き心地\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"25-27cm \/ 無地甲メッシュ×4足","offer_id":45790384029827,"sku":"83376-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ 縦ライン甲メッシュ×4足","offer_id":45790384062595,"sku":"83377-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ ボーダー柄甲メッシュ×4足","offer_id":45790384095363,"sku":"83378-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ ドット柄甲メッシュ×4足","offer_id":45790384128131,"sku":"83379-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ 4柄・色おまかせ×4足","offer_id":45790384160899,"sku":"83376-940-994","price":1280.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/83376-9_6c146460-e1a7-474e-9b8f-b701a949f1dd.jpg?v=1761642166"},{"product_id":"89191-8-994","title":"メンズカシミヤ混ハーフ丈ソックス　色おまかせ4足セット","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e毎日を快適に 足元から整える\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e対応サイズ: 25-27cm\u003c\/p\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\/0636\/9338\/9955\/files\/89191_24539e6f-785b-4feb-a67b-3f1716877e13.jpg?v=1761642191\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e上質な肌触りと着け心地\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e遊び心をプラス スタイリッシュな足元\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e多彩なボーダーデザイン\u003c\/strong\u003eが、日々のコーディネートに変化をもたらします。個性をさりげなく主張し、足元から気分を高める、大人のための選択肢です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/89193_6b12c566-7f26-41fd-affe-ed341574ebfd.jpg?v=1761642191\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e個性が光るデザイン\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e紳士の品格をまとう 大人の足元\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eクラシックなアーガイル柄\u003c\/strong\u003eが、足元に洗練された印象を与えます。ビジネスシーンはもちろん、特別な日の装いにもマッチし、あなたの魅力を一層引き立てます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/89195_2c4135b4-0a1e-4074-b1e9-a5bce180e8ae.jpg?v=1761642192\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e上品な足元を演出\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"25-27cm \/ リブ柄","offer_id":45790384259203,"sku":"89191-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ ドット柄","offer_id":45790384291971,"sku":"89192-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ ボーダー柄","offer_id":45790384324739,"sku":"89193-994","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"25-27cm \/ 格子柄","offer_id":45790384357507,"sku":"89194-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ アーガイル柄","offer_id":45790384390275,"sku":"89195-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ チェック柄","offer_id":45790384423043,"sku":"89196-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ 結晶柄","offer_id":45790384455811,"sku":"89197-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ 平無地柄","offer_id":45790384488579,"sku":"89198-994","price":1280.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/89191_24539e6f-785b-4feb-a67b-3f1716877e13.jpg?v=1761642191"},{"product_id":"89261-994-980","title":"紳士プレミアムウールクルーソックス　色おまかせ４足セット","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; 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紳士の足元彩る4足セット\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をプラスします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/89261top_2ff363d9-ea3e-4dc9-a443-2ac961cb55e9.jpg?v=1761642221\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e毎日の定番ソックス\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e上質な暖かさプレミアムウール\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eプレミアムウール混\u003c\/strong\u003eの\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\/0636\/9338\/9955\/files\/89261top2_39c687e5-beca-4233-9801-6dcdc5b48ef4.jpg?v=1761642221\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e足元から感じる温もり\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗練された2×1リブデザイン\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e上品な2×1リブ編み\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\/0636\/9338\/9955\/files\/89261_352b97ea-9a04-4438-894a-2cdd0172f8be.jpg?v=1761642221\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eビジネスも休日も快適\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細・スペック\u003c\/h3\u003e\n    \u003ctable class=\"table product-specs\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth\u003e素材\u003c\/th\u003e\n          \u003ctd\u003eポリエステル・レーヨン・アクリル・ウール・ポリウレタン\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth\u003eサイズ\u003c\/th\u003e\n          \u003ctd\u003e24～26cm\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth\u003e原産国\u003c\/th\u003e\n          \u003ctd\u003e中国\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003cp class=\"note-text\"\u003e※セット内容に色がかぶる場合があります。ご容赦ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"２×１リブ","offer_id":45790384554115,"sku":"54216","price":1580.0,"currency_code":"JPY","in_stock":true},{"title":"リンクス","offer_id":45790384586883,"sku":"54217","price":1580.0,"currency_code":"JPY","in_stock":true},{"title":"無地","offer_id":45790384619651,"sku":"54218","price":1580.0,"currency_code":"JPY","in_stock":true},{"title":"センターダイヤ柄","offer_id":45790384652419,"sku":"54219","price":1580.0,"currency_code":"JPY","in_stock":true},{"title":"ドット柄","offer_id":45790384685187,"sku":"54220","price":1580.0,"currency_code":"JPY","in_stock":true},{"title":"ボーダー柄","offer_id":45790384717955,"sku":"54221","price":1580.0,"currency_code":"JPY","in_stock":true},{"title":"アーガイル柄","offer_id":45790384750723,"sku":"54222","price":1580.0,"currency_code":"JPY","in_stock":true},{"title":"格子柄","offer_id":45790384783491,"sku":"54223","price":1580.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/89261top_2ff363d9-ea3e-4dc9-a443-2ac961cb55e9.jpg?v=1761642221"},{"product_id":"89981-993-960","title":"メンズ紳士 超らくらく 3足セット 抗菌消臭","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eビジネスマンの足元を支える\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e長時間の立ち仕事や移動も、もう苦にならない。毎日履きたくなる「\u003cstrong\u003e超らくらく\u003c\/strong\u003e」設計で、足元から快適をサポートします。3足セットで、日々のワードローブに心強い味方を。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e対応サイズ: 24-26cm\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/89981-top_5e65fbcc-d9b2-4c3f-9c4f-6f56fd704f6c.jpg?v=1761642250\" 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\/0636\/9338\/9955\/files\/89981-blk_95f2498e-fb18-4139-9e72-fe6881bad843.jpg?v=1761642250\" class=\"img-fluid d-block w-100 product-img\" alt=\"締め付けないのにズレにくい靴下のイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e締め付けないのにズレにくい\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e清潔感をまとう紳士の足元\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e優れた\u003cstrong\u003e抗菌消臭機能\u003c\/strong\u003eが、気になる足のニオイをしっかり抑制。オフィスや会食など、どんなシーンでも自信が持てます。落ち着いたカラー展開で、どんな装いにも馴染みます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/89981-gr_37138c79-4e2a-480b-9b5f-170131107d17.jpg?v=1761642250\" 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\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"黒","offer_id":45790385045635,"sku":"89981-2-993","price":2370.0,"currency_code":"JPY","in_stock":true},{"title":"紺","offer_id":45790385078403,"sku":"89981-4-993","price":2370.0,"currency_code":"JPY","in_stock":true},{"title":"茶","offer_id":45790385111171,"sku":"89981-6-993","price":2370.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":45790385143939,"sku":"89981-7-993","price":2370.0,"currency_code":"JPY","in_stock":false},{"title":"チャコール","offer_id":45790385176707,"sku":"89981-87-993","price":2370.0,"currency_code":"JPY","in_stock":true},{"title":"色柄おまかせ３色各1","offer_id":45790385209475,"sku":"89981-930-993","price":2370.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/89981-top_5e65fbcc-d9b2-4c3f-9c4f-6f56fd704f6c.jpg?v=1761642250"},{"product_id":"89991s","title":"メンズUVアームカバー 3双セット 2双セット","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e炎天下の活動をサポート。UVアームカバー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e強い日差しから腕を守り、屋外でのパフォーマンスを力強くサポートします。複数セットで洗い替えにも困らず、毎日安心してご使用いただけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/item_19838_8598893d-fad1-40cc-b8de-8720d1e71435.jpg?v=1761642258\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日差しに負けない腕元へ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eどんなシーンにも溶け込むカラー。日焼け対策\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eどんな装いにも自然と馴染む、厳選された色合いをラインナップ。さりげないおしゃれを演出し、洗練された大人の腕元をスマートに彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/imgrc0063445051.jpg?v=1761642258\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e豊富な色でスタイルを格上げ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eズレずにフィット、指先までカバー。ドライブに\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e親指を通せる設計で、手の甲までしっかりガード。アクティブな動きにもしなやかに追従し、長時間の着用でもストレスフリーな着け心地を実現します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/imgrc0063445052.jpg?v=1761642258\" 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\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"３双セット \/ ホワイト","offer_id":45752214847619,"sku":"89991-1-993","price":1680.0,"currency_code":"JPY","in_stock":true},{"title":"３双セット \/ ブラック","offer_id":45752214880387,"sku":"89991-2-993","price":1680.0,"currency_code":"JPY","in_stock":false},{"title":"３双セット \/ 色おまかせ","offer_id":45752214913155,"sku":"89991-600-993","price":1680.0,"currency_code":"JPY","in_stock":false},{"title":"２双セット \/ ホワイト","offer_id":45752214945923,"sku":"89991-1-992","price":1180.0,"currency_code":"JPY","in_stock":false},{"title":"２双セット \/ ブラック","offer_id":45752214978691,"sku":"89991-2-992","price":1180.0,"currency_code":"JPY","in_stock":false},{"title":"２双セット \/ 色おまかせ","offer_id":45752215011459,"sku":"89991-600-992","price":1180.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/item_19838_8598893d-fad1-40cc-b8de-8720d1e71435.jpg?v=1761642258"},{"product_id":"90480-980-994","title":"メンズフットカバー4足セット 薄手","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスニーカー足元 4足セット\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e足元のおしゃれに妥協しない大人の男性へ。スニーカーから見えない\u003cstrong\u003e浅履き設計\u003c\/strong\u003eで、どんなスタイルもすっきり決まります。日替わりで楽しめる\u003cstrong\u003e4色セット\u003c\/strong\u003eで、毎日を快適に彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_35e12b0b-288c-48e3-b510-c848e4add424.jpg?v=1761642266\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e普段使いに活躍する一足\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e蒸れない 薄手素材の秘密\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eさらりとした肌触りの\u003cstrong\u003e上質な綿\u003c\/strong\u003eが、足元を一日中快適に保ちます。\u003cstrong\u003e薄手設計\u003c\/strong\u003eで靴の中でかさばらず、\u003cstrong\u003e素足感覚の軽やかさ\u003c\/strong\u003eを実現。汗ばむ季節も、もう気になりません。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/p_1_13c620fd-d55c-4f0e-a922-f9370b1cc7b5.jpg?v=1761642266\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e自然な風合いの綿素材\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eビジネスシーンにも 脱げない工夫\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e独自の\u003cstrong\u003e特殊加工\u003c\/strong\u003eを施した履き口は、靴の中でズレるストレスを解消します。かかとへの優しいフィット感で、歩行中も安定感をキープ。長時間の着用でも、\u003cstrong\u003e心地よさ\u003c\/strong\u003eが続きます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/p_2_acf7526a-4669-44fe-8d55-10c3c324af00.jpg?v=1761642266\" 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\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"黒単色４足セット \/ M","offer_id":45790385340547,"sku":"90480-2-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"色おまかせ４足セット \/ M","offer_id":45790385373315,"sku":"90480-600-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"黒単色４足セット \/ L","offer_id":45790385406083,"sku":"90980-2-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"色おまかせ４足セット \/ L","offer_id":45790385438851,"sku":"90980-994","price":1280.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_35e12b0b-288c-48e3-b510-c848e4add424.jpg?v=1761642266"},{"product_id":"90481-982-994","title":"メンズカバーソックス4足セット 抗菌防臭 銀イオン加工","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eデキる男の足元エチケット\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eビジネスシーンに映える\u003cstrong\u003eフットカバー4足セット\u003c\/strong\u003e。豊富なカラーが揃い、スマートな着こなしを足元からサポートし、\u003cstrong\u003e好印象\u003c\/strong\u003eを演出。\u003cstrong\u003eM\/Lサイズ対応\u003c\/strong\u003eで、毎日のスタイリングに役立つ必需品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_e07efff6-973c-48dd-8129-3cca0f09e6be.jpg?v=1760435907\" 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保ちます。気になる不快感を軽減し、常に\u003cstrong\u003e快適で爽やか\u003c\/strong\u003eな状態を維持。足元から自信が生まれます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/p_1_42ee07c0-d0d0-4d70-a0cd-35a34b7e440d.jpg?v=1760435907\" 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、一歩一歩をスムーズに。あなたの\u003cstrong\u003e集中力を高める設計\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/p_2_8e773843-83a5-435c-a417-2de95da82a64.jpg?v=1760435907\" 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\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"色おまかせ４足セット \/ 90481 Mサイズ","offer_id":45752215175299,"sku":"90481-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"色おまかせ４足セット \/ 90981 Lサイズ","offer_id":45752215208067,"sku":"90981-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"色おまかせ４足セット \/ 90482 Mサイズ","offer_id":45752215240835,"sku":"90482-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"色おまかせ４足セット \/ 90982 Lサイズ","offer_id":45752215273603,"sku":"90982-994","price":1280.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_e07efff6-973c-48dd-8129-3cca0f09e6be.jpg?v=1760435907"},{"product_id":"90483-985-994","title":"COOLMAX メンズカバーソックス フットカバー 4足セット","description":"","brand":"稲坂莫大小製造","offers":[{"title":"色おまかせ4足セット \/ 90483 Mサイズ","offer_id":45752215306371,"sku":"90483-994","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"色おまかせ4足セット \/ 90983 Lサイズ","offer_id":45752215339139,"sku":"90983-994","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"色おまかせ4足セット \/ 90484 Mサイズ","offer_id":45752215371907,"sku":"90484-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"色おまかせ4足セット \/ 90485 Mサイズ","offer_id":45752215404675,"sku":"90485-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"色おまかせ4足セット \/ 90486 Mサイズ","offer_id":45752215437443,"sku":"90486-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"色おまかせ4足セット \/ 90487 Mサイズ","offer_id":45752215470211,"sku":"90487-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"色おまかせ4足セット \/ 90984 Lサイズ","offer_id":45752215502979,"sku":"90984-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"色おまかせ4足セット \/ 90488 Mサイズ","offer_id":45752215535747,"sku":"90488-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"色おまかせ4足セット \/ 90985 Lサイズ","offer_id":45752215568515,"sku":"90985-994","price":1280.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_8dea6690-10b7-426a-a21b-5e63881140da.jpg?v=1760435908"},{"product_id":"90835-994-950","title":"涼感メンズスニーカーソックス 4足セット 色おまかせ","description":"","brand":"稲坂莫大小製造","offers":[{"title":"無地","offer_id":45790385569923,"sku":"90835-994","price":1480.0,"currency_code":"JPY","in_stock":true},{"title":"3面切替ライン","offer_id":45790385602691,"sku":"90836-994","price":1480.0,"currency_code":"JPY","in_stock":true},{"title":"ボーダー","offer_id":45790385635459,"sku":"90837-994","price":1480.0,"currency_code":"JPY","in_stock":true},{"title":"変形ボーダー","offer_id":45790385668227,"sku":"90838-994","price":1480.0,"currency_code":"JPY","in_stock":true},{"title":"4柄各1足","offer_id":45790385700995,"sku":"90835-940-994","price":1480.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/90835top_17c7fda4-5e1d-45ad-b31b-f766a64ad020.jpg?v=1761642312"},{"product_id":"90841-994-914","title":"メンズスニーカーソックス ４足セット 色おまかせ 抗菌消臭","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e足元に彩りを、快適な日常へ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e日々の装いに遊び心を加える、多彩なデザインと色合い。どんなシューズにも合わせやすく、毎日違う表情を楽しめます。足元から気分を上げる、\u003cstrong\u003eおまかせ４足セット\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/90841-a_785ccece-fb08-4fff-97b2-9c0c5265bf3f.jpg?v=1761642360\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスタイル引き立つ足元コーデ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e上質な肌触り、一日中快適\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eきめ細やかな編み地が、やさしく足元を包み込みます。優れた\u003cstrong\u003e通気性\u003c\/strong\u003eでムレを防ぎ、清潔感を保つ設計。一日中、足裏から快適さをサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/90841-b-3_e3894fc0-f4cc-46fd-b011-b8a4fa172af3.jpg?v=1761642360\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eこだわりの心地よい素材感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eずれにくい設計、アクティブに\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eかかと部分のフィット感を高める\u003cstrong\u003e立体設計\u003c\/strong\u003eで、活動中もソックスがずれにくい工夫。実用性を追求した４足組は、毎日の頼れるパートナーに。ビジネスシーンにも最適な安定感を提供します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/90841-c_d4429bb1-e402-4660-8dba-29d37218976e.jpg?v=1761642360\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e確かなフィット感と実用性\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003ch3 class=\"section-title\"\u003e商品スペック\u003c\/h3\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e日々の快適さをサポートする機能性と、スタイリングの幅を広げるデザイン性を兼ね備えたスニーカーソックスです。\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eサイズ展開:\u003c\/strong\u003e 25-27cm, 27-29cm\u003c\/p\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日替わりで楽しめる、大変お得な\u003cstrong\u003e４足セット\u003c\/strong\u003eでお届けします。\u003c\/li\u003e\n        \u003cli\u003e届いてからのお楽しみ、豊富なバリエーションから厳選した「\u003cstrong\u003e色おまかせ\u003c\/strong\u003e」です。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"無地M","offer_id":45790386815107,"sku":"53160","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"無地L","offer_id":45790386847875,"sku":"53161","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"引き揃えM","offer_id":45790386880643,"sku":"53162","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"バイカラーM","offer_id":45790386913411,"sku":"53163","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"バイカラーL","offer_id":45790386946179,"sku":"53164","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"ボーダーM","offer_id":45790386978947,"sku":"53165","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"ボーダーL","offer_id":45790387011715,"sku":"53166","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"細ボーダーM","offer_id":45790387044483,"sku":"53167","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"ストライプM","offer_id":45790387077251,"sku":"53168","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"ストライプL","offer_id":45790387110019,"sku":"53169","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"星M","offer_id":45790387142787,"sku":"53170","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"星L","offer_id":45790387175555,"sku":"53171","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"マルチボーダーM","offer_id":45790387208323,"sku":"53172","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"マルチボーダーL","offer_id":45790387241091,"sku":"53173","price":1280.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/90841-a_785ccece-fb08-4fff-97b2-9c0c5265bf3f.jpg?v=1761642360"},{"product_id":"90851-994-918","title":"スニーカーソックス メンズ 4足セット 色おまかせ 抗菌防臭 防臭","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e毎日を彩るメンズソックス\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e4足セットの色おまかせで、毎日のビジネススタイルやオフの日にも、足元にさりげない個性をプラス。清潔感を求める男性に最適なラインナップです。サイズは25-27cmと27-29cmの2種類をご用意しております。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/90851-a_309b70d1-946c-45b7-a803-a9e71778d30d.jpg?v=1761642401\" 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\/0636\/9338\/9955\/files\/90851-b-2_a695957ca-bd4d-4bbd-9d20-6ba5958c225f.jpg?v=1761642401\" 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\/0636\/9338\/9955\/files\/90851-c-3_9628c965-aff5-4ba6-8e89-a4a89ae1a370.jpg?v=1761642401\" 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\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"リブ無地M","offer_id":45790387994755,"sku":"90851-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"リブ無地L","offer_id":45790388027523,"sku":"90881-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"格子リンクスM","offer_id":45790388060291,"sku":"90852-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"格子リンクスL","offer_id":45790388093059,"sku":"90882-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"杢リブM","offer_id":45790388125827,"sku":"90853-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"杢リブL","offer_id":45790388158595,"sku":"90883-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"スラブリブM","offer_id":45790388191363,"sku":"90854-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"スラブリブL","offer_id":45790388224131,"sku":"90884-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"リブ2本ラインM","offer_id":45790388256899,"sku":"90855-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"リブ2本ラインＬ","offer_id":45790388289667,"sku":"90885-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"トップラインM","offer_id":45790388322435,"sku":"90856-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"トップラインL","offer_id":45790388355203,"sku":"90886-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"ボーダーM","offer_id":45790388387971,"sku":"90857-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"ボーダーL","offer_id":45790388420739,"sku":"90887-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"アーガイルM","offer_id":45790388453507,"sku":"90858-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"アーガイルL","offer_id":45790388486275,"sku":"90888-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"格子M","offer_id":45790388519043,"sku":"90859-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"格子L","offer_id":45790388551811,"sku":"90889-994","price":1280.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/90851-a_309b70d1-946c-45b7-a803-a9e71778d30d.jpg?v=1761642401"},{"product_id":"90991-4-994","title":"冷感メンズスニーカーソックス 4足セット 色おまかせ","description":"","brand":"稲坂莫大小製造","offers":[{"title":"L:27-29ｃｍ \/ 星柄_総メッシュ×4足","offer_id":45790388945027,"sku":"48651","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"L:27-29ｃｍ \/ イカリ柄_総メッシュ×4足","offer_id":45790388977795,"sku":"90992-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"L:27-29ｃｍ \/ ボーダー柄_総メッシュ×4足","offer_id":45790389010563,"sku":"48653","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"L:27-29ｃｍ \/ 格子柄_総メッシュ×4足","offer_id":45790389043331,"sku":"48654","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"L:27-29ｃｍ \/ 4柄・色おまかせ×4足","offer_id":45790389076099,"sku":"48655","price":1280.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/90991_602f7ba3-69c8-45e0-8db7-fb8faea0124e.jpg?v=1761642418"},{"product_id":"91771-995-960","title":"メンズスニーカーソックス 5足セット","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e毎日を彩る足元に\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e快適なフットワークを支える多機能ソックス5足セット（サイズ：25-27cm）。選べる豊富なカラーが、\u003cstrong\u003eアクティブな日常\u003c\/strong\u003eを足元から明るく彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_b00f8af6-e26d-44f8-a616-b97198b9d312.jpg?v=1761642444\" 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と\u003cstrong\u003e衝撃吸収パイル\u003c\/strong\u003eが、汗と衝撃から足を保護し、長時間の運動も快適に支えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/m0_704a7b59-807f-48bf-975d-cd48fe7cde4b.jpg?v=1761642444\" class=\"img-fluid d-block w-100 product-img\" alt=\"足に優しいスポーツ靴下\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e足に優しいスポーツ靴下\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e限界を超えるパフォーマンス\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eウォーキングやランニングに特化\u003c\/strong\u003eした専用設計。足の動きを徹底分析し、一歩一歩の安定感を高めることで、あなたのスポーツパフォーマンス向上に貢献します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/m1_00dde16e-0864-4bfc-9f41-4fea5bb80f9d.jpg?v=1761642444\" 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\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"25-27cm \/ 各色1足","offer_id":45790390386819,"sku":"91771-950-995","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ ブラック×５足","offer_id":45790390419587,"sku":"91771-2-995","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ グレー×５足","offer_id":45790390452355,"sku":"91771-117-995","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ ブルー×５足","offer_id":45790390485123,"sku":"91771-46-995","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ グリーン×5足","offer_id":45790390517891,"sku":"91771-185-995","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ ホワイト×５足","offer_id":45790390550659,"sku":"91771-1-995","price":1840.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_b00f8af6-e26d-44f8-a616-b97198b9d312.jpg?v=1761642444"},{"product_id":"91791-994-950","title":"メンズスニーカーソックス  4足セット","description":"","brand":"稲坂莫大小製造","offers":[{"title":"25-27cm \/ 各色1足","offer_id":45790391206019,"sku":"91791-940-995","price":1480.0,"currency_code":"JPY","in_stock":false},{"title":"25-27cm \/ ブラック×５足","offer_id":45790391238787,"sku":"91791-2-995","price":1480.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ グレー×５足","offer_id":45790391271555,"sku":"91791-117-995","price":1480.0,"currency_code":"JPY","in_stock":false},{"title":"25-27cm \/ ブルー×５足","offer_id":45790391304323,"sku":"91791-231-995","price":1480.0,"currency_code":"JPY","in_stock":false},{"title":"25-27cm \/ ホワイト×５足","offer_id":45790391337091,"sku":"91791-1-995","price":1480.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_c962095c-526c-4448-808c-9fa34a342f21.jpg?v=1761642465"},{"product_id":"92291-994-970","title":"メンズクルーソックス シルク混  色おまかせ4足セット","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; 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シルク混クルーソックス 足元彩る4足セット\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e毎日異なる表情を楽しめる、\u003cstrong\u003e色おまかせの4足セット\u003c\/strong\u003eです。ビジネスシーンからカジュアルまで、足元に\u003cstrong\u003e品格と快適さ\u003c\/strong\u003eをもたらします。どんな服装にも馴染み、日々のコーディネートを豊かに彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/92291top_fd45b8fc-ca0a-4414-853a-b1baf63d783b.jpg?v=1761642484\" 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に過ごせます。どんなスーツにも合う、\u003cstrong\u003e洗練された大人の足元\u003c\/strong\u003eを演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/92291_1153192d-c4ac-4284-9651-38427640f03a.jpg?v=1761642484\" 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を与えます。細部に宿る\u003cstrong\u003e上質感が、全体の装いを格上げ\u003c\/strong\u003eします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/92292_31857eef-982d-4ae4-82ce-c01e01ba17fa.jpg?v=1761642484\" 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\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"リブ","offer_id":45790395695235,"sku":"54032","price":1596.0,"currency_code":"JPY","in_stock":false},{"title":"格子リンクス","offer_id":45790395728003,"sku":"92292-994","price":1596.0,"currency_code":"JPY","in_stock":true},{"title":"ドット柄","offer_id":45790395760771,"sku":"92293-994","price":1596.0,"currency_code":"JPY","in_stock":true},{"title":"ノルディック幾何学柄","offer_id":45790395793539,"sku":"92294-9994","price":1596.0,"currency_code":"JPY","in_stock":true},{"title":"マルチボーダー柄","offer_id":45790395826307,"sku":"92295-994","price":1596.0,"currency_code":"JPY","in_stock":true},{"title":"センターダイヤ柄","offer_id":45790395859075,"sku":"92297-994","price":1596.0,"currency_code":"JPY","in_stock":true},{"title":"アーガイル柄","offer_id":45790395891843,"sku":"922968-994","price":1596.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/92291top_fd45b8fc-ca0a-4414-853a-b1baf63d783b.jpg?v=1761642484"},{"product_id":"92841-994-950","title":"メンズ スポーツ ５本指ソックス  3足セット","description":"","brand":"稲坂莫大小製造","offers":[{"title":"25-27cm \/ 色おまかせ３足","offer_id":45790396153987,"sku":"92841-940-993","price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"25-27cm \/ ブラック×3足","offer_id":45790396186755,"sku":"92841-2-993","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ グレー×3足","offer_id":45790396219523,"sku":"92841-117-993","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ オレンジ×3足","offer_id":45790396252291,"sku":"92841-284-993","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ グリーン×3足","offer_id":45790396285059,"sku":"92841-185-993","price":1980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_373e3e2d-70f3-4d7f-9405-7ee3832aea31.jpg?v=1776324300"},{"product_id":"92851-994-950","title":"メンズ5本指スニーカーソックス  3足セット","description":"","brand":"稲坂莫大小製造","offers":[{"title":"25-27cm \/ 色おまかせ3色","offer_id":45790396645507,"sku":"92851-930","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ ブラック×3足","offer_id":45790396678275,"sku":"92851-2-993","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ グレー×3足","offer_id":45790396711043,"sku":"92851-117-993","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ ブルー×3足","offer_id":45790396743811,"sku":"92851-231-993","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"25-27cm \/ ホワイト×3足","offer_id":45790396776579,"sku":"92851-1-993","price":1980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_11d7afd1-69ad-4837-a859-63fb38cec917.jpg?v=1776322474"},{"product_id":"93191-994-990","title":"メンズクルーソックス  色おまかせ ４足セット 単色４足セット","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e紳士の足元にストレスフリーな快適さを\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e１日中締め付け感から解放される「\u003cstrong\u003e超ゆったり口ゴム\u003c\/strong\u003e」設計。ビジネスシーンから普段使いまで、足元を快適に包み込みます。異なる４つのデザインで毎日を彩る紳士のクルーソックスです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/93191top_50238570-a442-4e29-a036-9ce327fb486a.jpg?v=1761642541\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e究極の開放感を４足で\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e上質なシンプルを纏う単色クルーソックス\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eどんな装いにも自然と溶け込む\u003cstrong\u003e無地の魅力\u003c\/strong\u003e。洗練されたカラートーンは、ビジネスからカジュアルまで幅広いシーンで活躍します。足元から品格を演出する４足セットです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/93191_3a2169f2-e677-4eab-a37f-380f1f736954.jpg?v=1761642542\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e汎用性際立つ大人の足元\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e個性を添えるボーダー柄ソックス\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e足元にさりげない遊び心をプラス。\u003cstrong\u003e繊細なラインが織りなすボーダーデザイン\u003c\/strong\u003eは、いつものコーディネートに上品な彩りをもたらします。ファッションを楽しむ紳士のための４足組です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/93192_d562bb60-704e-4e1e-b51d-5ed906eb66c8.jpg?v=1761642542\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスタイリッシュな足元の演出\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"無地黒","offer_id":45790397399171,"sku":"54506","price":1480.0,"currency_code":"JPY","in_stock":false},{"title":"無地紺","offer_id":45790397431939,"sku":"54507","price":1480.0,"currency_code":"JPY","in_stock":false},{"title":"無地チャコール","offer_id":45790397464707,"sku":"54508","price":1480.0,"currency_code":"JPY","in_stock":false},{"title":"無地グレー","offer_id":45790397497475,"sku":"54509","price":1480.0,"currency_code":"JPY","in_stock":false},{"title":"ボーダー","offer_id":45790397530243,"sku":"93192-994","price":1480.0,"currency_code":"JPY","in_stock":true},{"title":"線格子","offer_id":45790397563011,"sku":"54511","price":1480.0,"currency_code":"JPY","in_stock":false},{"title":"針抜きリブ","offer_id":45790397595779,"sku":"54512","price":1480.0,"currency_code":"JPY","in_stock":false},{"title":"4柄各一足","offer_id":45790397628547,"sku":"54513","price":1480.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/93191top_50238570-a442-4e29-a036-9ce327fb486a.jpg?v=1761642541"},{"product_id":"93591-98-993","title":"メンズ足袋靴下 ３足セット","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e個性を纏う足元、快適な毎日へ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e豊富なデザイン\u003c\/strong\u003eが揃うメンズ足袋靴下。足元から始まる\u003cstrong\u003e新しいスタイル\u003c\/strong\u003eと\u003cstrong\u003e心地よさ\u003c\/strong\u003eで、日々の装いを個性的に彩ります。\u003cstrong\u003e快適な履き心地\u003c\/strong\u003eが続く一足です。\n    \u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      【サイズ】25-27cm対応\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_3p_e445e5d9-4e37-412c-8512-82474d9bf0c4.jpg?v=1761642550\" class=\"img-fluid d-block w-100 product-img\" alt=\"足元で魅せる、選べる3足\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e足元で魅せる、選べる3足\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e和の粋を映す、足元の芸術\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      緻密に描かれた\u003cstrong\u003e日本の伝統柄\u003c\/strong\u003eが足元に息づく。一つ一つのデザインが語る、歴史と遊び心。コレクションしたくなるほどの\u003cstrong\u003e多様な魅力\u003c\/strong\u003eが詰まっています。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/cf_1000n_0edf8fa2-593d-4e6a-922e-2fa091395b57.jpg?v=1761642550\" class=\"img-fluid d-block w-100 product-img\" alt=\"匠の技が光る、和柄の競演\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e匠の技が光る、和柄の競演\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗練された足元、細部に宿る美\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e繊細な模様\u003c\/strong\u003eが織りなす、洗練された足元の表情。日常のカジュアルスタイルに\u003cstrong\u003e深みを与え\u003c\/strong\u003e、さりげなく全体の印象を引き上げます。\u003cstrong\u003e細部までこだわり\u003c\/strong\u003eが光る逸品です。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/m1n_5d1495d3-7ef7-49d4-8204-771a2ec5624c.jpg?v=1761642550\" 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\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"25-28cm \/ 波千鳥柄-色おまかせ３足","offer_id":45752218189955,"sku":"93591-993","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"25-28cm \/ 龍柄-色おまかせ３足","offer_id":45752218222723,"sku":"93592-993","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"25-28cm \/ 龍柄-黒のみ３足","offer_id":45752218255491,"sku":"93592-2-993","price":1000.0,"currency_code":"JPY","in_stock":false},{"title":"25-28cm \/ 職人魂柄-色おまかせ３足","offer_id":45752218288259,"sku":"93593-993","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"25-28cm \/ 獅子舞柄-色おまかせ３足","offer_id":45752218321027,"sku":"93594-994","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"25-28cm \/ 汽車柄-色おまかせ３足","offer_id":45752218353795,"sku":"93595-993","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"25-28cm \/ うさぎ柄-色おまかせ３足","offer_id":45752218386563,"sku":"93596-993","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"25-28cm \/ うさぎ柄-黒のみ３足","offer_id":45752218419331,"sku":"93596-2-993","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"25-28cm \/ だるま柄-色おまかせ３足","offer_id":45752218452099,"sku":"93597-993","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"25-28cm \/ だるま柄-赤のみ３足","offer_id":45752218484867,"sku":"52471","price":1000.0,"currency_code":"JPY","in_stock":false},{"title":"25-28cm \/ 松竹梅柄-色おまかせ３足","offer_id":45752218517635,"sku":"52472","price":1000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_3p_e445e5d9-4e37-412c-8512-82474d9bf0c4.jpg?v=1761642550"},{"product_id":"93896-995-960","title":"【和柄 鳥居シリーズ】メンズ足袋スニーカーソックス 柄別5色各1の5足セットと５柄各1の5足セット","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e和の足元で差をつける メンズ足袋ソックス\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \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をお届けします。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/93896top_def4c9ee-7247-4ed5-9a20-95b284c20a22.jpg?v=1761642572\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e新しい和の足元、快適な毎日へ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e龍と鳥居 圧倒的な存在感で足元を飾る\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \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を演出するでしょう。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/93896-3_8e0b9fc7-e7ab-4525-ab24-7524787cba15.jpg?v=1761642572\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e神秘的なデザイン、足元に宿る力\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e富士と桜 日本の美意識を纏う特別な足元\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \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です。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/93896-4_73480975-9e2e-4295-a8c1-8f8ff0bd2a24.jpg?v=1761642572\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e贈答にも最適、日本の心意気を伝える\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"日本亀甲柄","offer_id":45790397661315,"sku":"93896-995","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"忍者　侍　鳥居柄","offer_id":45790397694083,"sku":"93897-995","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"龍と鳥居柄","offer_id":45790397726851,"sku":"93898-995","price":1840.0,"currency_code":"JPY","in_stock":false},{"title":"富士と鳥居柄","offer_id":45790397759619,"sku":"93899-995","price":1840.0,"currency_code":"JPY","in_stock":false},{"title":"神社柄","offer_id":45790397792387,"sku":"93900-995","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"5柄各1足","offer_id":45790397825155,"sku":"93896-950-995","price":1840.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/93896top_def4c9ee-7247-4ed5-9a20-95b284c20a22.jpg?v=1761642572"},{"product_id":"95501-995-960","title":"メンズ5本指ソックス 単色 4足セット","description":"","brand":"稲坂莫大小製造","offers":[{"title":"黒","offer_id":45790398283907,"sku":"95505-2-994","price":1750.0,"currency_code":"JPY","in_stock":true},{"title":"紺","offer_id":45790398316675,"sku":"95505-51-994","price":1750.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール","offer_id":45790398349443,"sku":"95505-245-994","price":1750.0,"currency_code":"JPY","in_stock":true},{"title":"杢グレー","offer_id":45790398382211,"sku":"95505-117-994","price":1750.0,"currency_code":"JPY","in_stock":true},{"title":"白","offer_id":45790398414979,"sku":"95505-1-994","price":1750.0,"currency_code":"JPY","in_stock":true},{"title":"インディゴブルー","offer_id":45790398447747,"sku":"95505-115-994","price":1750.0,"currency_code":"JPY","in_stock":true},{"title":"グレージュ","offer_id":45790398480515,"sku":"95505-277-994","price":1750.0,"currency_code":"JPY","in_stock":true},{"title":"フロスティングレー","offer_id":45790398513283,"sku":"95505-617-994","price":1750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/95501-top_05ef0c9b-9fb1-46f6-ace1-7399222d276a.jpg?v=1761642623"},{"product_id":"95531-996","title":"ユニセックス５本指 シルク混  6足セット","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; 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\"\u003e5本指が叶える新次元の快適\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eサイズ: Free\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e5本指\u003c\/strong\u003eがそれぞれ独立し、まるで呼吸するかの\u003cstrong\u003e心地よさ\u003c\/strong\u003e。\u003cstrong\u003eシルク混紡\u003c\/strong\u003eが優しく肌に寄り添い、一日中\u003cstrong\u003eサラサラ\u003c\/strong\u003eとした足元を保ちます。様々なシーンで活躍する\u003cstrong\u003eユニセックス\u003c\/strong\u003e設計。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_80caf037-fdbc-4a30-b700-828aa9da9054.jpg?v=1761642639\" class=\"img-fluid d-block w-100 product-img\" alt=\"5本指ソックスの履き心地の良さを表現するイメージ画像\"\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\"\u003e6足セットで叶える足元の多様性\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      日々を彩る最適な組み合わせがここに。\u003cstrong\u003eベーシックカラー\u003c\/strong\u003e中心の\u003cstrong\u003e6足セット\u003c\/strong\u003eは、どんなスタイルにも馴染み、着回し力を高めます。もう靴下選びに悩むことはありません。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/c_8_a90c2d59-433d-46e2-894e-9be754df0abf.jpg?v=1761642639\" class=\"img-fluid d-block w-100 product-img\" alt=\"6足のソックスが並べられ、バリエーションを示す画像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日々の足元をスマートに\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e絹が織りなす極上の肌触り\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      足を包み込むのは、\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が魅力です。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/c_1_25340b3d-0eef-4a98-bf6b-80a216e1a39c.jpg?v=1761642639\" 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\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"フリー \/ おまかせ6足セット","offer_id":45752219172995,"sku":"95531-996","price":1840.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_80caf037-fdbc-4a30-b700-828aa9da9054.jpg?v=1761642639"},{"product_id":"95535-994","title":"メンズ5本指クルーソックス シルク  4足セット","description":"","brand":"稲坂莫大小製造","offers":[{"title":"24-26cm \/ おまかせ４足セット","offer_id":45752219205763,"sku":"95535-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"24-26cm \/ 黒単色４足セット","offer_id":45752219238531,"sku":"95535-2-994","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"24-26cm \/ 紺単色4足セット","offer_id":45752219271299,"sku":"54515","price":1280.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_c449143e-214f-4831-97d8-01cfc9db00a1.jpg?v=1761642654"},{"product_id":"95571-9910","title":"ユニセックス5本指ソックス  シルク 10足セット","description":"","brand":"稲坂莫大小製造","offers":[{"title":"フリーサイズ \/ A:アイボリー(生成色)×10","offer_id":45752219893891,"sku":"95561-910","price":2980.0,"currency_code":"JPY","in_stock":true},{"title":"フリーサイズ \/ B:アイボリー×5+おまかせ×5","offer_id":45752219926659,"sku":"95561-95571-910","price":2980.0,"currency_code":"JPY","in_stock":true},{"title":"フリーサイズ \/ C:ダークカラー×10","offer_id":45752219959427,"sku":"95571-910","price":2980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s_8c306c61-3bb5-416f-811c-d0f057eab985.jpg?v=1761642670"},{"product_id":"95961-990","title":"メンズ サッカー地チェックパンツ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e凹凸が生む涼やか肌触り\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eサッカー地の独特な凹凸が、肌に張り付かず\u003cstrong\u003e涼やかな着心地\u003c\/strong\u003eを提供します。\u003cstrong\u003eゆったりとしたシルエット\u003c\/strong\u003eで、休日を軽やかに過ごせます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/top95961-990_5d43357d-41da-40fd-8309-75e76b77f315.jpg?v=1761642682\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e涼感チェックで解放感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e休日を彩るリラックス\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e締め付けを感じさせない\u003cstrong\u003eゆったり設計\u003c\/strong\u003eが、\u003cstrong\u003e動きやすさ\u003c\/strong\u003eを実現します。\u003cstrong\u003e豊富なカラーバリエーション\u003c\/strong\u003eで、自分らしい自由なスタイルを楽しめます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/95962_5109f166-b517-46d3-ad90-38c37afc6883.jpg?v=1761642682\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e選べる彩り、リラックス\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e穿き心地を追求した機能\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eウエストゴムとフロントジップ\u003c\/strong\u003eで、着脱が驚くほどスムーズです。深めのサイドポケットは、\u003cstrong\u003eスマホなどの収納に便利\u003c\/strong\u003eで、手ぶらでくつろげます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/95963img_4c93073c-b625-417c-9424-a5e8496b466e.jpg?v=1761642682\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e実用的なディテール\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"ネイビー×ホワイト \/ M","offer_id":45790398906499,"sku":"50900","price":1490.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー×レッド×ベージュ \/ M","offer_id":45790398939267,"sku":"50901","price":1490.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー×ブルー \/ M","offer_id":45790398972035,"sku":"50902","price":1490.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー×ホワイト \/ L","offer_id":45790399004803,"sku":"95961-L","price":1490.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー×レッド×ベージュ \/ L","offer_id":45790399037571,"sku":"95962-L","price":1490.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー×ブルー \/ L","offer_id":45790399070339,"sku":"50905","price":1490.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー×ホワイト \/ LL","offer_id":45790399103107,"sku":"50906","price":1490.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー×レッド×ベージュ \/ LL","offer_id":45790399135875,"sku":"50907","price":1490.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー×ブルー \/ LL","offer_id":45790399168643,"sku":"50908","price":1490.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/top95961-990_5d43357d-41da-40fd-8309-75e76b77f315.jpg?v=1761642682"},{"product_id":"95964-912","title":"メンズイージーパンツ","description":"","brand":"稲坂莫大小製造","offers":[{"title":"L \/ 黒無地","offer_id":45752220287107,"sku":"95964L","price":1780.0,"currency_code":"JPY","in_stock":true},{"title":"LL \/ 黒無地","offer_id":45752220319875,"sku":"95964LL","price":1780.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 黒無地","offer_id":45752220352643,"sku":"95964M","price":1780.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 紺無地","offer_id":45752220385411,"sku":"95965L","price":1780.0,"currency_code":"JPY","in_stock":true},{"title":"LL \/ 紺無地","offer_id":45752220418179,"sku":"95965LL","price":1780.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 紺無地","offer_id":45752220450947,"sku":"95965M","price":1780.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 黒格子","offer_id":45752220483715,"sku":"95966L","price":1780.0,"currency_code":"JPY","in_stock":true},{"title":"LL \/ 黒格子","offer_id":45752220516483,"sku":"95966LL","price":1780.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 黒格子","offer_id":45752220549251,"sku":"95966M","price":1780.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 紺格子","offer_id":45752220582019,"sku":"95967L","price":1780.0,"currency_code":"JPY","in_stock":true},{"title":"LL \/ 紺格子","offer_id":45752220614787,"sku":"95967LL","price":1780.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 紺格子","offer_id":45752220647555,"sku":"95967M","price":1780.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/95964-top_2efdf7f5-1995-400a-ac7d-6695dd49b0e6.jpg?v=1761642707"},{"product_id":"96681-994","title":"メンズ靴下 綿100％ 4足セット","description":"","brand":"稲坂莫大小製造","offers":[{"title":"25-26cm \/ 黒×4足","offer_id":45752220680323,"sku":"96681-2-994","price":1680.0,"currency_code":"JPY","in_stock":false},{"title":"25-26cm \/ 紺×4足","offer_id":45752220713091,"sku":"96681-51-994","price":1680.0,"currency_code":"JPY","in_stock":true},{"title":"25-26cm \/ グレー×4足","offer_id":45752220745859,"sku":"96681-64-994","price":1680.0,"currency_code":"JPY","in_stock":false},{"title":"25-26cm \/ チャコール×4足","offer_id":45752220778627,"sku":"96681-245-994","price":1680.0,"currency_code":"JPY","in_stock":true},{"title":"25-26cm \/ 杢チャコール×4足","offer_id":45752220811395,"sku":"96681-320-994","price":1680.0,"currency_code":"JPY","in_stock":true},{"title":"25-26cm \/ 杢黒×4足","offer_id":45752220844163,"sku":"96681-327-994","price":1680.0,"currency_code":"JPY","in_stock":true},{"title":"25-26cm \/ 杢紺×4足","offer_id":45752220876931,"sku":"96681-344-994","price":1680.0,"currency_code":"JPY","in_stock":true},{"title":"25-26cm \/ 杢グレー×4足","offer_id":45752220909699,"sku":"96681-370-994","price":1680.0,"currency_code":"JPY","in_stock":true},{"title":"25-26cm \/ 杢ベージュ×4足","offer_id":45752220942467,"sku":"96681-380-994","price":1680.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/96691_3934d76a-21a3-4fc9-9bca-b054f79b4ae4.jpg?v=1761642724"},{"product_id":"98101-05-993","title":"メンズビジネスソックス 3足セット 薄手 抗菌防臭","description":"","brand":"稲坂莫大小製造","offers":[{"title":"1 \/ ブラック×３足","offer_id":45752220975235,"sku":"98101-2-993","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"2 \/ ブラック×３足","offer_id":45752221008003,"sku":"52957","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"3 \/ ブラック×３足","offer_id":45752221040771,"sku":"98103-2-993","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"4 \/ ブラック×３足","offer_id":45752221073539,"sku":"52959","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"5 \/ ブラック×３足","offer_id":45752221106307,"sku":"52960","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"1 \/ ネイビー×３足","offer_id":45752221139075,"sku":"98101-4-993","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"2 \/ ネイビー×３足","offer_id":45752221171843,"sku":"52962","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"3 \/ ネイビー×３足","offer_id":45752221204611,"sku":"98103-4-993","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"4 \/ ネイビー×３足","offer_id":45752221237379,"sku":"52964","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"5 \/ ネイビー×３足","offer_id":45752221270147,"sku":"52965","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"1 \/ グレー×３足","offer_id":45752221302915,"sku":"52966","price":1000.0,"currency_code":"JPY","in_stock":false},{"title":"2 \/ グレー×３足","offer_id":45752221335683,"sku":"52967","price":1000.0,"currency_code":"JPY","in_stock":false},{"title":"3 \/ グレー×３足","offer_id":45752221368451,"sku":"52968","price":1000.0,"currency_code":"JPY","in_stock":false},{"title":"4 \/ グレー×３足","offer_id":45752221401219,"sku":"52969","price":1000.0,"currency_code":"JPY","in_stock":false},{"title":"5 \/ グレー×３足","offer_id":45752221433987,"sku":"52970","price":1000.0,"currency_code":"JPY","in_stock":false},{"title":"1 \/ ベージュ×３足","offer_id":45752221466755,"sku":"52971","price":1000.0,"currency_code":"JPY","in_stock":false},{"title":"2 \/ ベージュ×３足","offer_id":45752221499523,"sku":"52972","price":1000.0,"currency_code":"JPY","in_stock":false},{"title":"3 \/ ベージュ×３足","offer_id":45752221532291,"sku":"52973","price":1000.0,"currency_code":"JPY","in_stock":false},{"title":"4 \/ ベージュ×３足","offer_id":45752221565059,"sku":"52974","price":1000.0,"currency_code":"JPY","in_stock":false},{"title":"5 \/ ベージュ×３足","offer_id":45752221597827,"sku":"52975","price":1000.0,"currency_code":"JPY","in_stock":false},{"title":"1 \/ ブラック２足+ネイビー１足","offer_id":45752221630595,"sku":"98101-930-993","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"2 \/ ブラック２足+ネイビー１足","offer_id":45752221663363,"sku":"52977","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"3 \/ ブラック２足+ネイビー１足","offer_id":45752221696131,"sku":"98103-930-993","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"4 \/ ブラック２足+ネイビー１足","offer_id":45752221728899,"sku":"52979","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"5 \/ ブラック２足+ネイビー１足","offer_id":45752221761667,"sku":"52980","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"1 \/ グレー２足+ベージュ１足","offer_id":45752221794435,"sku":"52981","price":1000.0,"currency_code":"JPY","in_stock":false},{"title":"2 \/ グレー２足+ベージュ１足","offer_id":45752221827203,"sku":"52982","price":1000.0,"currency_code":"JPY","in_stock":false},{"title":"3 \/ グレー２足+ベージュ１足","offer_id":45752221859971,"sku":"52983","price":1000.0,"currency_code":"JPY","in_stock":false},{"title":"4 \/ グレー２足+ベージュ１足","offer_id":45752221892739,"sku":"52984","price":1000.0,"currency_code":"JPY","in_stock":false},{"title":"5 \/ グレー２足+ベージュ１足","offer_id":45752221925507,"sku":"52985","price":1000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_n_77ffa1c0-82d3-4b02-9bf1-3cce1cc1eb2f.jpg?v=1761642739"},{"product_id":"98641-994","title":"メンズビジネスソックス   4足セット 薄手","description":"","brand":"稲坂莫大小製造","offers":[{"title":"24-26cm \/ 単色-ブラック4足セット","offer_id":45752222154883,"sku":"98641-2-994","price":2320.0,"currency_code":"JPY","in_stock":false},{"title":"24-26cm \/ 単色-チャコール4足セット","offer_id":45752222187651,"sku":"98641-87-994","price":2320.0,"currency_code":"JPY","in_stock":false},{"title":"24-26cm \/ 単色-グレー4足セット","offer_id":45752222220419,"sku":"98641-65-994","price":2320.0,"currency_code":"JPY","in_stock":true},{"title":"24-26cm \/ 単色-ベージュ4足セット","offer_id":45752222253187,"sku":"38591","price":2320.0,"currency_code":"JPY","in_stock":true},{"title":"24-26cm \/ 単色-ネイビー4足セット","offer_id":45752222285955,"sku":"98641-4-994","price":2320.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/item_98641-994_f4ec372c-fb40-4238-a37b-0feb70b0bdae.jpg?v=1761642747"},{"product_id":"98655-57","title":"メンズメッシュビジネスソックス WESTERN POLO TEXAS","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Jost, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3e3636;\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 #e2e1e1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3e3636; \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 #e2e1e1; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3e3636; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #3e3636; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3e363640 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 #e2e1e1;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #3e3636;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3e3636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #3e3636; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e2e1e1; 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: #ffffff; color: #3e3636; 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: #3e3636; 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: #3e3636; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3e3636; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #3e3636; 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: #3e3636; 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: #3e3636; margin-bottom: 12px; border-bottom: 1px solid #3e3636; 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 #e2e1e1; th, td { padding: 12px 8px; border: 1px solid #e2e1e1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3e3636; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e2e1e1; background: #f5f5f5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3e3636; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e足元から叶える快適ビジネススタイル\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e日々のビジネスシーンに欠かせない、\u003cstrong\u003e清潔感\u003c\/strong\u003eと\u003cstrong\u003e機能性\u003c\/strong\u003eを両立したメンズメッシュビジネスソックス。豊富なカラーバリエーションが、どんなスーツスタイルにも調和し、足元からビジネスパーソンの印象を引き上げます。\u003cstrong\u003eこちらの商品は10足セットです。\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_8af05dcb-db58-41ec-9e25-be8ed097d9d1.jpg?v=1761642757\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e毎日を支える足元の新常識\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eビジネスシーンを彩る多彩な選択肢\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e厳選された\u003cstrong\u003e4色展開\u003c\/strong\u003eが、日々のコーディネートに変化をもたらします。個別に包装されたソックスは、\u003cstrong\u003e衛生的\u003c\/strong\u003eにストックでき、出張や旅行の際にもスマート。用途に合わせて選べるサイズ展開（\u003cstrong\u003eS:23-24cm \/ M:25-26cm \/ L:27-28cm\u003c\/strong\u003e）で、ギフトにも最適です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/98655_cf_0c919bba-51b3-4c16-bfe8-048f3e1754db.jpg?v=1761642757\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e用途で選べる賢い選択\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eムレ知らず！ストレスフリーな履き心地\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e独自の\u003cstrong\u003eメッシュ編み\u003c\/strong\u003eが優れた\u003cstrong\u003e通気性\u003c\/strong\u003eを実現し、長時間履いても足元は\u003cstrong\u003eサラリと快適\u003c\/strong\u003eです。締め付けすぎない柔らかな履き口と、肌に吸い付くような上質な肌触りが、一日中続く心地よさをお約束します。洗練されたロゴがさりげない品格を演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/m1_ab7ac50e-ec86-4ef9-8ad5-e9f8499b936b.jpg?v=1761642757\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e機能美が光るビジネスソックス\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"S:23-24cm \/ カラーアソート10足セット","offer_id":45790399889539,"sku":"98655-910","price":2980.0,"currency_code":"JPY","in_stock":true},{"title":"M:25-26cm \/ カラーアソート10足セット","offer_id":45790399922307,"sku":"98656-910","price":2980.0,"currency_code":"JPY","in_stock":true},{"title":"L:27-28cm \/ カラーアソート10足セット","offer_id":45790399955075,"sku":"98657-910","price":2980.0,"currency_code":"JPY","in_stock":true},{"title":"S:23-24cm \/ 黒単色10足セット","offer_id":45790399987843,"sku":"98655-2-910","price":2980.0,"currency_code":"JPY","in_stock":true},{"title":"M:25-26cm \/ 黒単色10足セット","offer_id":45790400020611,"sku":"98656-2-910","price":2980.0,"currency_code":"JPY","in_stock":true},{"title":"L:27-28cm \/ 黒単色10足セット","offer_id":45790400053379,"sku":"98657-2-910","price":2980.0,"currency_code":"JPY","in_stock":false},{"title":"S:23-24cm \/ 色おまかせ【４足セット】","offer_id":45790400086147,"sku":"98655-600-994","price":1480.0,"currency_code":"JPY","in_stock":true},{"title":"S:23-24cm \/ 黒単色【４足セット】","offer_id":45790400118915,"sku":"98655-2-994","price":1480.0,"currency_code":"JPY","in_stock":true},{"title":"M:25-26cm \/ 色おまかせ【４足セット】","offer_id":45790400151683,"sku":"98656-600-994","price":1480.0,"currency_code":"JPY","in_stock":true},{"title":"M:25-26cm \/ 黒単色【４足セット】","offer_id":45790400184451,"sku":"98656-2-994","price":1480.0,"currency_code":"JPY","in_stock":true},{"title":"L:27-28cm \/ 色おまかせ【４足セット】","offer_id":45790400217219,"sku":"98657-600-994","price":1480.0,"currency_code":"JPY","in_stock":true},{"title":"L:27-28cm \/ 黒単色【４足セット】","offer_id":45790400249987,"sku":"98657-2-994","price":1480.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_8af05dcb-db58-41ec-9e25-be8ed097d9d1.jpg?v=1761642757"}],"url":"https:\/\/iyashi.we-shop.jp\/collections\/mens.oembed","provider":"稲坂莫大小製造web-shop","version":"1.0","type":"link"}