{"title":"gripdrop-ranking-top3","description":"","products":[{"product_id":"gripdrop-cover-02-olive","title":"GRIPDROP COVER #02 Olive（大人用）","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcfaf6; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", \"Yu Gothic\", \"Hiragino Sans\", \"Meiryo\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #555555;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6e6e6;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #444444; \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 #e6e6e6; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px 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%, #ed986d40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e6e6e6;\n      border-radius: 4px;\n      background-color: #fcfaf6; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #444444;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcfaf6;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ed986d;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e6e6e6; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fcfaf6;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #ed986d; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #444444; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #ed986d; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #444444;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ed986d;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e6e6e6; th, td { padding: 12px 8px; border: 1px solid #e6e6e6; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #444444; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      background: #4e656d; padding: 40px 30px; color: #ffffff;\n  }\n  .shipping-box strong { \n      color: #444444; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e6e6e6; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ed986d; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e裸足感覚で足指解放 オリーブ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e不必要なクッションやサポートを排除し、限りなく\u003cstrong\u003e裸足に近い0mmDROP設計\u003c\/strong\u003eを実現しました。足指が自由に広がるゆとりが、地面を捉える本来の足の動きを引き出し、自然な歩行を叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0652\/5409\/6966\/files\/32_8da9204e-e401-48d4-ae09-693248a564c7.jpg?v=1761038186\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eGRIPDROP COVERの真髄\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。vibram MEGAGRIPアウトソールが、濡れた路面でも確かなグリップ力を発揮し、活動的な日常を支えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0652\/5409\/6966\/files\/015613992db3b71d3c4c7c0765f1fef2f2e18ab650_16152191-68ef-4411-809d-361a1b75ae6f.jpg?v=1761035714\" 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\/0652\/5409\/6966\/files\/DSC00972_194d87d7-95c0-4db1-a223-f7755e540c43.jpg?v=1761035714\" 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    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴と開発背景\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e「子供たちの足を守りたい」という想いからGRIPDROP COVERの商品開発は始まりました。シューズのクッション性やサポート力は足を弱らせると考え、限りなく裸足に近い感覚の靴を作ることを目指しました。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eクッション性やヒールカウンターなどのサポート性はできる限り削ぎ落とし、裸足と同じ0mmDROP（踵と前足部の高低差が0mm）です。外反母趾や開張足は「浮き指」から始まることが多く、まずはしっかりと10本の指で地面を捉えることを目指してください。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eGRIPDROP COVERは履いた状態でも裸足感覚。足指で地面を捉える感覚がとても分かり易いシューズです。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e【製品の特長】\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e不必要なものを全て削ぎ落とし、限りなく裸足に近い足裏感覚を実現。\u003c\/li\u003e\n                \u003cli\u003eトゥーボックス（つま先部分）が広く、足指が自由に動く。靴を履いているのに裸足感覚。\u003c\/li\u003e\n                \u003cli\u003e靴紐がないスリッポン形状。子供でも一人で履く事ができる。\u003c\/li\u003e\n                \u003cli\u003eアッパーは耐久性、速乾性に優れるポリエステル糸を使用。通気性も良好で蒸れにくい。\u003c\/li\u003e\n                \u003cli\u003e無縫製で立体的に編むことで絶妙なフィット感を実現。縫い目が無いためストレスフリー。\u003c\/li\u003e\n                \u003cli\u003e履き口全周は伸縮性が良く、着脱性の良さと足首へのストレス軽減を両立。\u003c\/li\u003e\n                \u003cli\u003e創業100年を超える老舗地下足袋メーカーが製造。\u003c\/li\u003e\n                \u003cli\u003eアウトソールはvibram MEGAGRIP。ドライな地面・濡れた地形を問わず、高い耐久性と卓越したグリップを提供。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e使用用途\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eウォーキング\u003c\/li\u003e\n                \u003cli\u003e軽いジョギング\u003c\/li\u003e\n                \u003cli\u003e通勤\u003c\/li\u003e\n                \u003cli\u003e通学などの日常履き\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eご使用のポイント\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e裸足感覚で靴底の厚みもかなり薄いシューズです。この薄さに慣れていない方は、短い時間から徐々に使用時間を延ばしてください。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e初めて履いた時には少し大きいと感じるかもしれません。これは裸足感覚を実現するために、つま先部分をかなり広く設計しているためです。これまでの靴の概念を捨てて履いていただければと思います。\u003c\/li\u003e\n                \u003cli\u003e特にジョギングに使われる方は、まずはウォーキングで慣らし、走る時間は10分以内から始めてください。\u003c\/li\u003e\n                \u003cli\u003eしっかりとこの薄さに慣れ、それに伴い足の筋力も付いていけば長い距離を走ることも可能です。\u003c\/li\u003e\n                \u003cli\u003e痛みが出た場合はすぐに使用を中断し、痛みが無くなってから使用を再開してください。再開後はまた短い時間から始めてください。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eインソールについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eインソールは取り外し可能です。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eサイズ感が少しタイトに感じる場合や、より裸足感覚に近づけたい場合は取り外してご使用ください。\u003c\/li\u003e\n                \u003cli\u003e靴底が薄いため地面の温度もそのまま伝わります。その場合、市販の保温インソールなどに交換していただくことも可能です。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eお手入れ方法\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"step-list\"\u003e\n                \u003cli\u003e汚れた時は水道水で手洗いしてください。\u003c\/li\u003e\n                \u003cli\u003e洗剤を使用する場合は中性洗剤を水で薄めて使用し、しっかりとすすいでください。\u003c\/li\u003e\n                \u003cli\u003e乾燥機など高温状態は避け、風通しの良い日陰で乾かしてください。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品コード: gripdrop-cover-02-olive\u003c\/li\u003e\n                \u003cli\u003e詳しくはコチラのURLをご参照ください：\u003ca href=\"https:\/\/gripdrop.runplus55.com\/pages\/gripdrop-cover\"\u003ehttps:\/\/gripdrop.runplus55.com\/pages\/gripdrop-cover\u003c\/a\u003e\n\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送に関する注意\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e※配送先が国外の場合、ご購入総額に関税が追加される場合があります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e※画像は主に25cmのものを使用しております。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ランプラス","offers":[{"title":"23-23.5cm \/ Olive","offer_id":43326721982534,"sku":null,"price":13970.0,"currency_code":"JPY","in_stock":false},{"title":"24-24.5cm \/ Olive","offer_id":43326722015302,"sku":null,"price":13970.0,"currency_code":"JPY","in_stock":false},{"title":"25-25.5cm \/ Olive","offer_id":43326722048070,"sku":null,"price":13970.0,"currency_code":"JPY","in_stock":false},{"title":"26-26.5cm \/ Olive","offer_id":43326722080838,"sku":null,"price":13970.0,"currency_code":"JPY","in_stock":false},{"title":"27-27.5cm \/ Olive","offer_id":43326722113606,"sku":null,"price":13970.0,"currency_code":"JPY","in_stock":false},{"title":"28-28.5cm \/ Olive","offer_id":43326722146374,"sku":null,"price":13970.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0652\/5409\/6966\/files\/32_8da9204e-e401-48d4-ae09-693248a564c7.jpg?v=1761038186"},{"product_id":"original-01-black-black","title":"ORIGINAL#01 Black\/Black","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcfaf6; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", \"Yu Gothic\", \"Hiragino Sans\", \"Meiryo\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #555555;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e6e6e6;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #444444; \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 #e6e6e6; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 2px 5px 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%, #ed986d40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e6e6e6;\n      border-radius: 4px;\n      background-color: #fcfaf6; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #444444;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fcfaf6;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ed986d;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e6e6e6; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fcfaf6;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #ed986d; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #444444; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #ed986d; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #444444;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ed986d;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e6e6e6; th, td { padding: 12px 8px; border: 1px solid #e6e6e6; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #444444; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      background: #4e656d; padding: 40px 30px; color: #ffffff;\n  }\n  .shipping-box strong { \n      color: #444444; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e6e6e6; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ed986d; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e足指から始まる新しい歩行体験\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e現代の生活で失われがちな\u003cstrong\u003e足指の力\u003c\/strong\u003eを、日本の伝統「\u003cstrong\u003e足半\u003c\/strong\u003e」の知恵で呼び覚まします。日常のウォーキングが、より健康的な習慣へと変わる一歩となるでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0652\/5409\/6966\/files\/b6a1cc729653955bb45331573c166c69.jpg?v=1749540577\" 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を自然にサポートします。初日は10分から、無理なく健康的な足元を目指せる設計です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0652\/5409\/6966\/files\/10d333143b0b006b9ee7a5d7e3ac723d.jpg?v=1749540577\" 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\/0652\/5409\/6966\/files\/9252e31162ffc7a272c6b32f7c45ebb5.jpg?v=1749540577\" 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    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品のコンセプトと開発背景\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e本製品は足指の筋力強化を目的として、日本の伝統的な履物の「足半（あしなか）」をヒントに開発されました。鎌倉時代以前から現代まで履き続けられてきた足半ですが、近年シューズに主役の座を奪われ、それに伴い足指の筋力も失われがちです。本製品により、皆様の足指の筋力が少しでも元に戻ることを願っています。\u003c\/p\u003e\n            \u003cp\u003e現在、多くの方が「浮き指」（指が地面に着いていない状態）となっています。硬い床の上に裸足で真っ直ぐ前を見て立ち、足の小指の間にハガキを差し込んでみてください。抵抗なく入るようであれば浮き指です。まずは裸足で立った時に、最低でも第五趾（小指）が常に地面に着いている状態を目指しましょう。\u003c\/p\u003e\n            \u003cp\u003e足指の筋力が衰えた原因の一つに、地面がアスファルトに覆われてしまい、足裏環境の多様性が失われたことも挙げられます。足裏環境の多様性という意味では、ORIGINAL#01も一日置きの使用をお勧めします。\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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eウォーキング用としてご使用ください。\u003c\/li\u003e\n                \u003cli\u003e日常履きや通勤用としてのご使用も可能です。\u003c\/li\u003e\n                \u003cli\u003eランニングやその他スポーツでの使用は想定しておりません。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e【使用時間】\u003c\/p\u003e\n            \u003cul class=\"step-list\"\u003e\n                \u003cli\u003e内部が特殊な構造となっているため、初日は使用時間を10分以内に留めてください。\u003c\/li\u003e\n                \u003cli\u003e2日目以降、足に痛みや違和感が無ければ1日10分ずつ延ばしてください。\u003c\/li\u003e\n                \u003cli\u003e痛みが出た場合はすぐに使用を中断し、痛みが無くなってから使用を再開してください。再開後は再度10分以内の使用から始めてください。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e【正しい履き方】\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0275\/6191\/8566\/files\/32_480x480.jpg?v=1611560750\" class=\"img-fluid d-block w-100 product-img\" alt=\"正しい履き方説明1\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0275\/6191\/8566\/files\/31_480x480.jpg?v=1611560790\" class=\"img-fluid d-block w-100 product-img\" alt=\"正しい履き方説明2\"\u003e\n            \u003c\/div\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e5本の指で足半部分の縁を掴むことができる位置が最適です。\u003c\/li\u003e\n                \u003cli\u003e足型によって難しい場合は、小指（第五趾）で掴むことができる位置で履いてください。\u003c\/li\u003e\n                \u003cli\u003e親指よりも小指で掴むことが重要です。強く掴む必要はなく、軽く縁に触れていれば十分です。\u003c\/li\u003e\n                \u003cli\u003e掴んだ状態で履くため、つま先はかなり余る場合がありますが、問題はありません。気になる場合は、かかとにある馳（はせ）の位置を変えて調節してください。\u003c\/li\u003e\n                \u003cli\u003eかかとは地面から浮かさず、しっかりと地面に付けて使用してください。特に普段ハイヒールに慣れている方は、アキレス腱が伸ばされるポジションとなるため、使用時間の目安をしっかりと守って慎重に使用してください。かかとを浮かせて使用するとアキレス腱などを痛める恐れがあります。\u003c\/li\u003e\n                \u003cli\u003eまずは足指で地面を捉える習慣を身に着けることが大切です。足の裏全体をカラダの真下にそっと置くように歩いてください。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eお手入れ方法・関連情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e【お手入れ方法】\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e汚れた際は水道水で手洗いしてください。\u003c\/li\u003e\n                \u003cli\u003e素材の劣化を防ぐため、できるだけ洗剤は使わないことをお薦めします。\u003c\/li\u003e\n                \u003cli\u003e洗剤を使用する場合は、中性洗剤を水で薄めて使用し、しっかりとすすいでください。\u003c\/li\u003e\n                \u003cli\u003e乾燥機など高温状態は避け、風通しの良い日陰で乾かしてください。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e※ORIGINAL#01に合わせるソックスは「足袋型ハイソックスORIGINAL#01専用」をおすすめします。\u003c\/p\u003e\n            \u003cp\u003e詳しくはコチラ\u003c\/p\u003e\n            \u003cp\u003e\u003ca href=\"https:\/\/gripdrop.runplus55.com\/pages\/original-01-details\" class=\"track_outbound\"\u003ehttps:\/\/gripdrop.runplus55.com\/pages\/original-01-details\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送に関する注意\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e配送先が国外の場合、ご購入総額に関税が追加される場合があります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ランプラス","offers":[{"title":"23cm \/ Black\/Black","offer_id":43326723424326,"sku":"","price":17380.0,"currency_code":"JPY","in_stock":false},{"title":"24cm \/ Black\/Black","offer_id":43326723457094,"sku":"","price":17380.0,"currency_code":"JPY","in_stock":false},{"title":"25cm \/ Black\/Black","offer_id":43326723489862,"sku":"","price":17380.0,"currency_code":"JPY","in_stock":false},{"title":"26cm \/ Black\/Black","offer_id":43326723522630,"sku":"","price":17380.0,"currency_code":"JPY","in_stock":false},{"title":"27cm \/ Black\/Black","offer_id":43326723555398,"sku":"","price":17380.0,"currency_code":"JPY","in_stock":false},{"title":"28cm \/ Black\/Black","offer_id":43326723588166,"sku":"","price":17380.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0652\/5409\/6966\/files\/b6a1cc729653955bb45331573c166c69.jpg?v=1749540577"}],"url":"https:\/\/gripdrop.we-shop.jp\/collections\/gripdrop-ranking-top3.oembed","provider":"ランプラス","version":"1.0","type":"link"}