{"title":"くるぶしソックス","description":"\u003cp\u003eくるぶしソックス\u003c\/p\u003e","products":[{"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":"10001198","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  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e足元から笑顔広がる和柄ソックス\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eお子様の好奇心をくすぐる鮮やかなデザインが目を引きます。毎日選ぶのが楽しみになる、遊び心あふれる多彩な柄がセットに。洗い替えにも困らない4足組で、忙しい朝も足元から笑顔が弾けます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/18801top_57db9c01-d0fb-4cf1-bbd3-56c18a3d10d5.jpg?v=1761639586\" 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\/18801-1_70132456-2f0d-4724-8c6c-1c1a89b87cfc.jpg?v=1761639586\" 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\/18802-1_41b445ff-c362-4d39-b81e-2b4ee1941534.jpg?v=1761639586\" 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  \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      \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サイズ：16cm～22cmに対応\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e現在、詳細な素材および生産国情報は提供されておりません。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e現在、商品コードは提供されておりません。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) - 情報がないため作成しません。 --\u003e\n  \u003c!-- 注意事項セクション (Notes) - 情報がないため作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"うさぎ","offer_id":45790301257859,"sku":"49753","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"招き猫","offer_id":45790301290627,"sku":"49754","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"猫","offer_id":45790301323395,"sku":"49755","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"ひよこ","offer_id":45790301356163,"sku":"49756","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"鈴","offer_id":45790301388931,"sku":"49757","price":1280.0,"currency_code":"JPY","in_stock":false},{"title":"PIG","offer_id":45790301421699,"sku":"49758","price":1280.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/18801top_57db9c01-d0fb-4cf1-bbd3-56c18a3d10d5.jpg?v=1761639586"},{"product_id":"02554-993","title":"5本指レディースソックス シルク混  3足セット","description":"","brand":"稲坂莫大小製造","offers":[{"title":"22-24cm \/ 色おまかせ3足セット","offer_id":45790307876995,"sku":"51976","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"22-24cm \/ ブラック3足セット","offer_id":45790307909763,"sku":"51977","price":1000.0,"currency_code":"JPY","in_stock":false},{"title":"22-24cm \/ ライトグレー3足セット","offer_id":45790307942531,"sku":"51978","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"22-24cm \/ ライトピンク3足セット","offer_id":45790307975299,"sku":"51979","price":1000.0,"currency_code":"JPY","in_stock":true},{"title":"22-24cm \/ アイボリー(生成色)足セット","offer_id":45790308008067,"sku":"51980","price":1000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_s.jpg?v=1761639755"},{"product_id":"10651-994-990","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毎日履きたい、そんな快適さを追求したスニーカーソックス。軽やかなレーヨン混素材が足元を優しく包み込み、長時間の着用でも快適な履き心地を提供します。お得な４足セットで、デイリーユースにぴったりの逸品です。\u003cbr\u003eサイズは\u003cstrong\u003e22-24cm\u003c\/strong\u003eに対応しており、幅広い方にフィットします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/10651top_dcd192b4-2934-4770-8044-6d507a2c003f.jpg?v=1761640430\" 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\/10653-4_32d02a5d-c829-44e3-8885-b71b846e44b0.jpg?v=1761640430\" 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\/10651point_3db08d7b-543c-4ded-84e9-ca2065da825a.jpg?v=1761640430\" 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":45790326685827,"sku":"10651-2-994","price":1548.0,"currency_code":"JPY","in_stock":true},{"title":"無地 \/ オフ","offer_id":45790326751363,"sku":"10651-12-994","price":1548.0,"currency_code":"JPY","in_stock":true},{"title":"無地 \/ ライトベージュ","offer_id":45790326816899,"sku":"10651-97-994","price":1548.0,"currency_code":"JPY","in_stock":true},{"title":"無地 \/ カーキベージュ","offer_id":45790326882435,"sku":"10651-182-994","price":1548.0,"currency_code":"JPY","in_stock":true},{"title":"無地 \/ パウダーピンク","offer_id":45790326915203,"sku":"10651-202-994","price":1548.0,"currency_code":"JPY","in_stock":true},{"title":"フロート柄 \/ 黒","offer_id":45790326980739,"sku":"10652-2-994","price":1548.0,"currency_code":"JPY","in_stock":true},{"title":"フロート柄 \/ グレー","offer_id":45790327013507,"sku":"10652-7-994","price":1548.0,"currency_code":"JPY","in_stock":true},{"title":"フロート柄 \/ オフ","offer_id":45790327046275,"sku":"10652-12-994","price":1548.0,"currency_code":"JPY","in_stock":true},{"title":"フロート柄 \/ パウダーピンク","offer_id":45790327210115,"sku":"10652-202-994","price":1548.0,"currency_code":"JPY","in_stock":true},{"title":"フロート柄 \/ ホワイトパープル","offer_id":45790327242883,"sku":"10652-206-994","price":1548.0,"currency_code":"JPY","in_stock":true},{"title":"ドット柄 \/ 黒","offer_id":45790327275651,"sku":"10653-2-994","price":1548.0,"currency_code":"JPY","in_stock":true},{"title":"ドット柄 \/ オフ","offer_id":45790327341187,"sku":"10653-12-994","price":1548.0,"currency_code":"JPY","in_stock":true},{"title":"ドット柄 \/ ライトベージュ","offer_id":45790327406723,"sku":"10653-97-994","price":1548.0,"currency_code":"JPY","in_stock":true},{"title":"ドット柄 \/ カーキベージュ","offer_id":45790327472259,"sku":"10653-182-994","price":1548.0,"currency_code":"JPY","in_stock":true},{"title":"ドット柄 \/ パウダーピンク","offer_id":45790327505027,"sku":"10653-202-994","price":1548.0,"currency_code":"JPY","in_stock":true},{"title":"小花柄 \/ 黒","offer_id":45790327570563,"sku":"10654-2-994","price":1548.0,"currency_code":"JPY","in_stock":true},{"title":"小花柄 \/ オフ","offer_id":45790327636099,"sku":"10654-12-994","price":1548.0,"currency_code":"JPY","in_stock":true},{"title":"小花柄 \/ マスタード","offer_id":45790327668867,"sku":"10654-14-994","price":1548.0,"currency_code":"JPY","in_stock":false},{"title":"小花柄 \/ 薄ワサビ","offer_id":45790327734403,"sku":"10654-100-994","price":1548.0,"currency_code":"JPY","in_stock":false},{"title":"小花柄 \/ パウダーピンク","offer_id":45790327799939,"sku":"10654-202-994","price":1548.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/10651top_dcd192b4-2934-4770-8044-6d507a2c003f.jpg?v=1761640430"},{"product_id":"12431-994-950","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  \u003c!-- 商品全体概要セクション --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e毎日履きたい、お得な4足セット\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e色柄おまかせの4足セット\u003c\/strong\u003eでお届けする、レディース接触冷感メッシュ靴下です。\n      洗い替えにも便利で、デイリーユースにぴったり。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e汗ばむ季節も爽やか足元\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003eメッシュの優れた通気性\u003c\/strong\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\/12431top_8e3e31ab-3942-4e54-9c15-f3fd6d24c6e8.jpg?v=1761640520\" 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にも自然に溶け込みます。\n      スニーカーから覗く足元を、すっきりと品良く彩ります。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/12431-2_aadfe07c-da0a-4961-830a-30425ee694c0.jpg?v=1761640520\" 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      \u003cstrong\u003e見えないおしゃれ\u003c\/strong\u003eで、一日の気分を盛り上げてくれるソックスです。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/12433-4_f9e888ba-4117-4a32-852d-aba66e734cb2.jpg?v=1761640520\" class=\"img-fluid d-block w-100 product-img\" alt=\"猫柄と花柄の靴下のイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eこっそり可愛いアクセント\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) は、提供データに「特になし」とあるため出力しません。 --\u003e\n  \u003c!-- 発送案内セクション (Shipping) は、提供データに情報がないため出力しません。 --\u003e\n  \u003c!-- 注意事項セクション (Notes) は、提供データに情報がないため出力しません。 --\u003e\n\n\u003c\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"4柄各1足","offer_id":45790328782979,"sku":"12431-940-994","price":1496.0,"currency_code":"JPY","in_stock":true},{"title":"無地","offer_id":45790328750211,"sku":"12431-994","price":1496.0,"currency_code":"JPY","in_stock":true},{"title":"ボーダー","offer_id":45790328815747,"sku":"12432-994","price":1496.0,"currency_code":"JPY","in_stock":true},{"title":"ネコボーダー","offer_id":45790328848515,"sku":"12433-994","price":1496.0,"currency_code":"JPY","in_stock":true},{"title":"花","offer_id":45790328881283,"sku":"12434-994","price":1496.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/12431top_8e3e31ab-3942-4e54-9c15-f3fd6d24c6e8.jpg?v=1761640520"},{"product_id":"13461-993-960","title":"スベリ止め付き5本指レディースソックス 3足セット  メッシュ","description":"","brand":"稲坂莫大小製造","offers":[{"title":"23-25cm \/ ブラック×3足","offer_id":45790341890179,"sku":"13461-2-993","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"23-25cm \/ グレー×3足","offer_id":45790341922947,"sku":"13461-117-993","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"23-25cm \/ レッド×3足","offer_id":45790341955715,"sku":"13461-136-993","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"23-25cm \/ ピンク×3足","offer_id":45790341988483,"sku":"13461-70-993","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"23-25cm \/ ブルー×3足","offer_id":45790342021251,"sku":"13461-81-993","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"23-25cm \/ ホワイト×3足","offer_id":45790342054019,"sku":"13461-1-993","price":1980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_cedd5e94-8a9b-404c-a772-cf6ceee4cd4e.jpg?v=1761640751"},{"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":"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":"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":"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":"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":"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":"redpower-2-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豊かな彩り、心ときめく赤い靴下。多種多様なデザインから、あなたの毎日を彩るお気に入りの３足を選べます。足元から運気を呼び込み、新しい一日を幸せ気分でスタートさせませんか。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/n_mm_s_93050a89-09cf-4b3c-b57f-0a7c39fc3922.jpg?v=1761642868\" 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\/c_n_a2308e4a-f29e-45be-8074-4da3cc900eaf.jpg?v=1761642868\" 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\/m_2_29d1d437-9d71-4002-9d9f-6ec675269671.jpg?v=1761642868\" 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      画像に表示されている通り、豊富なラインナップの中から３足をお選びいただけます。\n      \u003cbr\u003e\u003cstrong\u003e【素材】\u003c\/strong\u003e ポリエステル、ポリウレタン、一部ナイロン混（デザインにより異なります）\n      \u003cbr\u003e\u003cstrong\u003e【サイズ】\u003c\/strong\u003e\n      \u003c\/p\u003e\n\u003cul\u003e\n        \u003cli\u003e婦人用：約22-24cm\u003c\/li\u003e\n        \u003cli\u003e紳士用：約24-26cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003csmall\u003e※お選びいただく靴下の種類により、丈やデザインが異なります。詳細は商品選択画面をご確認ください。\u003c\/small\u003e\n    \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":45790405066883,"sku":"47161-3","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"婦人クォーター","offer_id":45790405099651,"sku":"48240-3","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"婦人ナイロンハイ","offer_id":45790405132419,"sku":"27951-56","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"婦人足袋クルー丈","offer_id":45790405165187,"sku":"2225","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"婦人５本指クルー丈","offer_id":45790405197955,"sku":"2235","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"紳士クォーター","offer_id":45790405230723,"sku":"78240","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"紳士足袋クルー丈","offer_id":45790405263491,"sku":"92635","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"紳士５本指クルー丈","offer_id":45790405296259,"sku":"92645","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"つま先重ね履き用","offer_id":45790405329027,"sku":"2221","price":1380.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/n_mm_s_93050a89-09cf-4b3c-b57f-a07c39fc3922.jpg?v=1761642868"},{"product_id":"redpower-993","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  \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\/n_mm_s.jpg?v=1761642879\" 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\/c_08f82f0a-b2d7-4eed-a546-146befaf5ea5.jpg?v=1761642879\" 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\/m_2.jpg?v=1761642879\" 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":45790405460099,"sku":"26274","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"婦人リブ","offer_id":45790405492867,"sku":"26274","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"婦人ニーハイ","offer_id":45790405525635,"sku":"26274","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"婦人超らくらく","offer_id":45790405558403,"sku":"26274","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"婦人ルーズ","offer_id":45790405591171,"sku":"26274","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"紳士スニーカー","offer_id":45790405623939,"sku":"26274","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"紳士底パイル：M","offer_id":45790405656707,"sku":"26274","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"紳士底パイル：L","offer_id":45790405689475,"sku":"26274","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"紳士リブ：M","offer_id":45790405722243,"sku":"26274","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"紳士リブ：L","offer_id":45790405755011,"sku":"26274","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"紳士超らくらく：S","offer_id":45790405787779,"sku":"26274","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"紳士超らくらく：M","offer_id":45790405820547,"sku":"26274","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"かかと用サポーター","offer_id":45790405853315,"sku":"26274","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"ひじ用サポーター","offer_id":45790405886083,"sku":"26274","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"婦人ショート","offer_id":45790405918851,"sku":"26274","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"婦人スニーカー","offer_id":45790405951619,"sku":"26274","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"ひざ用サポーター","offer_id":45790405984387,"sku":"26274","price":1380.0,"currency_code":"JPY","in_stock":true},{"title":"紳士超らくらくL","offer_id":45790406017155,"sku":"26274","price":1380.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/n_mm_s.jpg?v=1761642879"},{"product_id":"05247-993-950","title":"レディースシースルースニーカーソックス ３足セット 色おまかせ","description":"","brand":"稲坂莫大小製造","offers":[{"title":"ライン","offer_id":45790312300675,"sku":"05106-993","price":1197.0,"currency_code":"JPY","in_stock":true},{"title":"チェーン","offer_id":45790312366211,"sku":"05107-993","price":1197.0,"currency_code":"JPY","in_stock":false},{"title":"小花","offer_id":45790312398979,"sku":"05108-993","price":1197.0,"currency_code":"JPY","in_stock":false},{"title":"ライン花","offer_id":45790312431747,"sku":"05109-993","price":1197.0,"currency_code":"JPY","in_stock":false},{"title":"色柄おまかせ3柄セット","offer_id":45790312333443,"sku":"05106-930","price":1197.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/05247-top_a65535a9-0f14-4f37-9f58-be8d67296c9d.jpg?v=1761639988"},{"product_id":"05261-994-950","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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/t_05261_f5f268e0-c03f-49e7-8719-9177949044dc.jpg?v=1761639990\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e毎日履きたい心地よさ\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      こちらは商品名にもある通り、\u003cstrong\u003eお得な4足セット\u003c\/strong\u003eです。自然素材が織りなす\u003cstrong\u003e極上の肌触り\u003c\/strong\u003e。足を通した瞬間から感じる、\u003cstrong\u003e締め付けない柔らかなフィット感\u003c\/strong\u003eは、\u003cstrong\u003e一日中快適\u003c\/strong\u003eな履き心地を提供します。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e着回し自在！無地の魅力\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/p_05261_57eb5251-078c-408f-b623-0b5021903b9b.jpg?v=1761639990\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスタイルを選ばない万能さ\u003c\/p\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  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e足元に遊び心をプラス\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/p_05263_b4ab7e7f-76f1-49af-824a-5c09f8ef700.jpg?v=1761639990\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eこなれ感漂うデザイン\u003c\/p\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  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"レイヤード無地","offer_id":45790312661123,"sku":"05261-994","price":1580.0,"currency_code":"JPY","in_stock":true},{"title":"つま先かかとカラー","offer_id":45790312693891,"sku":"05262-994","price":1580.0,"currency_code":"JPY","in_stock":true},{"title":"レイヤードピコドット","offer_id":45790312726659,"sku":"05263-994","price":1580.0,"currency_code":"JPY","in_stock":false},{"title":"ボーダー","offer_id":45790312759427,"sku":"05264-994","price":1580.0,"currency_code":"JPY","in_stock":true},{"title":"4柄各1足","offer_id":45790312792195,"sku":"05261-940-994","price":1580.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/t_05261_f5f268e0-c03f-49e7-8719-9177949044dc.jpg?v=1761639990"},{"product_id":"05311-994-950","title":"5本指スニーカーソックス レディース オーガニックコットン 4足セット","description":"","brand":"稲坂莫大小製造","offers":[{"title":"無地","offer_id":45790312857731,"sku":"05311-994","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"指先カラー","offer_id":45790312890499,"sku":"05312-994","price":1840.0,"currency_code":"JPY","in_stock":true},{"title":"ボーダー","offer_id":45790312923267,"sku":"05313-994","price":1840.0,"currency_code":"JPY","in_stock":false},{"title":"水玉","offer_id":45790312956035,"sku":"50934","price":1840.0,"currency_code":"JPY","in_stock":false},{"title":"4柄各1足","offer_id":45790312988803,"sku":"50935","price":1840.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/mm_24f73fad-60b3-42f7-b677-dfcac53b3e64.jpg?v=1761639990"},{"product_id":"05411-994-950","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となります。\u003c\/p\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\/05411-top_b45684d6-3bc9-4428-8cd6-7378c3c48bd5.jpg?v=1761640045\" 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\/05411-border_7371cc25-7772-4715-b4e6-6ab094a9db72.jpg?v=1761640044\" 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\/05411-tumasaki_80c011a7-ed74-4b3b-9cd2-3dfe814817b6.jpg?v=1761640044\" 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":45790314758275,"sku":"05411-994","price":1496.0,"currency_code":"JPY","in_stock":true},{"title":"ボーダー","offer_id":45790314791043,"sku":"05412-994","price":1496.0,"currency_code":"JPY","in_stock":true},{"title":"つま先ライン","offer_id":45790314823811,"sku":"05413-994","price":1496.0,"currency_code":"JPY","in_stock":true},{"title":"ピンボーダー","offer_id":45790314856579,"sku":"05414-994","price":1496.0,"currency_code":"JPY","in_stock":true},{"title":"4柄各1","offer_id":45790314889347,"sku":"05411-940-994","price":1496.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/05411-top_b45684d6-3bc9-4428-8cd6-7378c3c48bd5.jpg?v=1761640045"},{"product_id":"05421-994-950","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  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eデイリーに活躍する足元おしゃれソックス\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e毎日のコーディネートに遊び心を加える、色とりどりのスニーカーソックス。気分まで快適になる足元で、新しい一日をスタート。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/05421-top_8eed5c4a-f51d-42cc-8702-866f7b007992.jpg?v=1761640047\" class=\"img-fluid d-block w-100 product-img\"\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シンプルを極めた無地ソックス。とろけるような\u003cstrong\u003eカポック綿\u003c\/strong\u003eの肌触りが、足元を優しく包み込む。ムレにくく、一日中ストレスフリーな快適さを実現。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/05421-muji_3d1e535b-817c-4035-b216-d5f269bb605f.jpg?v=1761640047\" 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\/05421-dott_14c41006-ba9a-45c1-b727-2d94a6d1a273.jpg?v=1761640046\" 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  \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=\"benefit-list\"\u003e\n          \u003cli\u003eカポック綿による、とろけるような肌触り\u003c\/li\u003e\n          \u003cli\u003eムレにくい快適設計で、一日中ストレスフリー\u003c\/li\u003e\n          \u003cli\u003eシンプル無地と繊細なドット柄の組み合わせ（色はおまかせ）\u003c\/li\u003e\n          \u003cli\u003eふんわりやさしい履き心地\u003c\/li\u003e\n          \u003cli\u003e心地よいフィット感\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eセット内容・カラー\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eお得な4足セットでお届けします。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eセット内容: 4足組\u003c\/li\u003e\n          \u003cli\u003eカラー: おまかせ (複数色が届きます)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e足元を優しく包む、地球にも優しい素材を使用しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eカポック綿\u003c\/li\u003e\n          \u003cli\u003eその他 (混紡繊維)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品名: スニーカーソックス レディース カポック綿 4足セット 色はおまかせ\u003c\/li\u003e\n          \u003cli\u003e対象: レディース\u003c\/li\u003e\n          \u003cli\u003eカテゴリ: ソックス、スニーカーソックス\u003c\/li\u003e\n          \u003cli\u003eサイズ: 22-24cm\u003c\/li\u003e\n          \u003cli\u003e生産国: (情報なし)\u003c\/li\u003e\n          \u003cli\u003e商品コード: (情報なし)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) - 情報がないため生成しません --\u003e\n  \u003c!-- 注意事項セクション (Notes) - 情報がないため生成しません --\u003e\n\n\u003c\/div\u003e","brand":"稲坂莫大小製造","offers":[{"title":"無地","offer_id":45790314922115,"sku":"05421-994","price":1496.0,"currency_code":"JPY","in_stock":true},{"title":"ドット","offer_id":45790314954883,"sku":"05422-994","price":1496.0,"currency_code":"JPY","in_stock":true},{"title":"細ボーダー","offer_id":45790314987651,"sku":"05423-994","price":1496.0,"currency_code":"JPY","in_stock":true},{"title":"ボーダー","offer_id":45790315020419,"sku":"05424-994","price":1496.0,"currency_code":"JPY","in_stock":true},{"title":"4柄各1","offer_id":45790315053187,"sku":"05421-940-994","price":1496.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/05421-top_8eed5c4a-f51d-42cc-8702-866f7b007992.jpg?v=1761640047"},{"product_id":"10641-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\n      日常に溶け込む優しい色合いで、足元から気分を上げてくれるスニーカーソックスです。\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\/10641top_f36dab19-d57d-4610-b4e3-af7de3a0cba6.jpg?v=1761640418\" 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が魅力です。\n      カジュアルな装いにも、さりげない個性をプラス。\n      その日の気分やスタイルに合わせて、自由に\u003cstrong\u003e足元のおしゃれ\u003c\/strong\u003eを楽しめます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/10641point_a5b9986d-a425-45e5-827b-c6311e48ae0e.jpg?v=1761640418\" 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が魅力です。\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\/10641point2_ca8e0455-cda0-4c0f-a5d6-bf2a5c4d2ca5.jpg?v=1761640418\" 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":45790326030467,"sku":"10641-940","price":1496.0,"currency_code":"JPY","in_stock":true},{"title":"すかし花柄 \/ 黒","offer_id":45790326063235,"sku":"r-sku00000013","price":1496.0,"currency_code":"JPY","in_stock":false},{"title":"すかし花柄 \/ オフ","offer_id":45790326096003,"sku":"10641-12-994","price":1496.0,"currency_code":"JPY","in_stock":false},{"title":"すかし花柄 \/ 薄オレンジ","offer_id":45790326128771,"sku":"10641-70-994","price":1496.0,"currency_code":"JPY","in_stock":true},{"title":"すかし花柄 \/ ライトピーチ","offer_id":45790326161539,"sku":"10641-119-994","price":1496.0,"currency_code":"JPY","in_stock":false},{"title":"すかし花柄 \/ アイスブルー","offer_id":45790326194307,"sku":"10641-232-994","price":1496.0,"currency_code":"JPY","in_stock":false},{"title":"すかし花柄 \/ 薄ワサビ","offer_id":45790326227075,"sku":"r-sku00000018","price":1496.0,"currency_code":"JPY","in_stock":false},{"title":"すかし花柄 \/ イエローベージュ","offer_id":45790326259843,"sku":"r-sku00000019","price":1496.0,"currency_code":"JPY","in_stock":false},{"title":"bear柄 \/ おまかせ","offer_id":45790326292611,"sku":"10642-940","price":1496.0,"currency_code":"JPY","in_stock":true},{"title":"bear柄 \/ 黒","offer_id":45790326325379,"sku":"10642-2-994","price":1496.0,"currency_code":"JPY","in_stock":true},{"title":"bear柄 \/ オフ","offer_id":45790326358147,"sku":"10642-12-994","price":1496.0,"currency_code":"JPY","in_stock":true},{"title":"bear柄 \/ 薄オレンジ","offer_id":45790326390915,"sku":"r-sku00000023","price":1496.0,"currency_code":"JPY","in_stock":false},{"title":"bear柄 \/ ライトピーチ","offer_id":45790326423683,"sku":"10642-119-994","price":1496.0,"currency_code":"JPY","in_stock":true},{"title":"bear柄 \/ アイスブルー","offer_id":45790326456451,"sku":"r-sku00000025","price":1496.0,"currency_code":"JPY","in_stock":false},{"title":"bear柄 \/ 薄ワサビ","offer_id":45790326489219,"sku":"10642-100-994","price":1496.0,"currency_code":"JPY","in_stock":true},{"title":"bear柄 \/ イエローベージュ","offer_id":45790326521987,"sku":"10642-243-994","price":1496.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/10641top_f36dab19-d57d-4610-b4e3-af7de3a0cba6.jpg?v=1761640418"},{"product_id":"15151-52-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  \u003c!-- 商品解説セクション (Main) - 毎日快適足元 おまかせ4足組 --\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おまかせ4足セット\u003c\/strong\u003eです。どんな\u003cstrong\u003eカジュアルスタイル\u003c\/strong\u003eにもマッチし、\u003cstrong\u003e日々の着回し\u003c\/strong\u003eを強力にサポートします。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e【サイズ】レディース 22-25cm対応\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/item_15151-53_6ae4d1b2-e230-4965-add5-2436ea5e67ab.jpg?v=1761640943\" 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!-- 商品解説セクション (Main) - ズレにくい秘密 スニーカーカット --\u003e\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で、かかとにしっかりフィットします。歩いても\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_01_03aee5f4-2408-4781-92e0-d68b7e8f5ff9.jpg?v=1761640942\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e快適なフィット感、Yヒール設計\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - こなれ感 足元すっきりスタイル --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eこなれ感 足元すっきりスタイル\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eスニーカーから見えにくい\u003cstrong\u003e絶妙な丈感\u003c\/strong\u003eで、足元を\u003cstrong\u003eすっきりと演出\u003c\/strong\u003eします。\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_a5b45203-2ff5-40bf-98d8-2d10b5212514.jpg?v=1761640942\" 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":"22-25cm \/ レイヤード柄×4足","offer_id":45790349721731,"sku":"15151-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"22-25cm \/ ダイヤ柄×4足","offer_id":45790349754499,"sku":"15152-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"22-25cm \/ ボーダー柄×4足","offer_id":45790349787267,"sku":"15153-994","price":1280.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/item_15151-53_6ae4d1b2-e230-4965-add5-2436ea5e67ab.jpg?v=1761640943"},{"product_id":"15186-994-950","title":"スニーカーソックス レディース 4足セット 色おまかせ  Kingpenguin","description":"","brand":"稲坂莫大小製造","offers":[{"title":"無地トップカラー","offer_id":45790350475395,"sku":"15186-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"サンドボーダー","offer_id":45790350508163,"sku":"15187-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"ピンボーダー","offer_id":45790350540931,"sku":"15188-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"水玉","offer_id":45790350573699,"sku":"15189-994","price":1280.0,"currency_code":"JPY","in_stock":true},{"title":"4柄各1足色おまかせ","offer_id":45790350606467,"sku":"15186-940-994","price":1280.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/top15186_71ea1290-d018-40c1-946c-dcfbb2786830.jpg?v=1761640975"},{"product_id":"スニーカーソックス-レディース-色おまかせ-4足セット-さらっと-快適-接触冷感-吸水速乾-蒸れ防止-女性-婦人","title":"スニーカーソックス レディース  色おまかせ 4足セット さらっと 快適 接触冷感 吸水速乾 蒸れ防止 女性 婦人","description":"\u003cp\u003e【メール便送料無料】\u003c\/p\u003e\n\u003cp\u003eさらっと 快適 接触冷感 吸水速乾 蒸れ防止\u003c\/p\u003e","brand":"稲坂莫大小製造","offers":[{"title":"12461　無地","offer_id":47271243710595,"sku":null,"price":1580.0,"currency_code":"JPY","in_stock":true},{"title":"12462　ボーダーネコ","offer_id":47271243743363,"sku":null,"price":158.0,"currency_code":"JPY","in_stock":true},{"title":"12463　黒ネコ花","offer_id":47271243776131,"sku":null,"price":1580.0,"currency_code":"JPY","in_stock":true},{"title":"12464　花ネコ","offer_id":47271243808899,"sku":null,"price":1580.0,"currency_code":"JPY","in_stock":true},{"title":"12461-994　4柄各1足","offer_id":47271243841667,"sku":null,"price":1580.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9338\/9955\/files\/12461top.jpg?v=1781153070"}],"url":"https:\/\/iyashi.we-shop.jp\/collections\/ankle-socks.oembed?page=2","provider":"稲坂莫大小製造web-shop","version":"1.0","type":"link"}