{"title":"住マイルの道具たち","description":"","products":[{"product_id":"kyoser-ネックウォーマー-バイク-防寒-ネックガード-フェイスカバー-スキー-スノボ-uvカット-息苦しくない-伸縮性-通気性-保温-通勤-通学-自転車-バイク-アウトドア-登山-男女兼用","title":"KYOSER ネックウォーマー バイク 防寒 ネックガード フェイスカバー スキー スノボ UVカット 息苦しくない 伸縮性 通気性 保温 通勤 通学 自転車 バイク アウトドア 登山 男女兼用","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Helvetica Neue, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #5b5b5b;\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 #e6e6e6;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5b5b5b; \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: #5b5b5b; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6c757d; \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: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #5b5b5b40 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 #e6e6e6;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #5b5b5b;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5b5b5b; 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: #5b5b5b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6e6e6; 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: #5b5b5b; 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: #5b5b5b; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6c757d; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5b5b5b; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6c757d; 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: #5b5b5b; 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: #5b5b5b; margin-bottom: 12px; border-bottom: 1px solid #5b5b5b; 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 #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: #5b5b5b; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6e6e6; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5b5b5b; 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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1728534756_bfc8f7c4-f3df-4342-be97-87a393e1eed6.webp?v=1769158605\" class=\"img-fluid d-block w-100 product-img\" alt=\"快適防寒と洗練デザイン\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e快適防寒と洗練デザイン\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e厳しい寒さ\u003c\/strong\u003eもこれで安心。顔から首までを優しく包み込み、\u003cstrong\u003e冷たい風\u003c\/strong\u003eからしっかりと守ります。\u003cstrong\u003e豊富なカラー\u003c\/strong\u003eで、毎日のスタイルに合わせ、冬のお出かけをより楽しく\u003cstrong\u003e快適に彩ります\u003c\/strong\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/NECK_WARMER_Amazon_sub_2.jpg?v=1769158605\" class=\"img-fluid d-block w-100 product-img\" alt=\"運動でも快適な通気性\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e運動でも快適な通気性\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e通気性に優れたメッシュ構造\u003c\/strong\u003eで、呼吸時の顔への張り付きを軽減します。鼻と口に通気穴があるため、ランニングやサイクリング中でも\u003cstrong\u003e息苦しさを感じることなく\u003c\/strong\u003e、一日中\u003cstrong\u003e快適に着用できます\u003c\/strong\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/NECK_WARMER_Amazon_sub_4.jpg?v=1769158605\" class=\"img-fluid d-block w-100 product-img\" alt=\"やさしい肌触りで快適\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eやさしい肌触りで快適\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\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  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品の詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e冬の寒さ対策に特化した、快適で機能的なネックウォーマーです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e息苦しくない設計\u003c\/strong\u003e: 通気性のあるメッシュ構造と鼻・口の通気穴により、呼吸時の不快感を軽減し、一日中快適に装着可能。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e高い防寒・保温性\u003c\/strong\u003e: チクチク感のない暖かな素材で、寒さから肌をしっかりと守ります。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e人間工学に基づく肌触り\u003c\/strong\u003e: 顔や首周りにふんわりと優しくフィットし、肌に刺激の少ない滑らかな肌触り。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e優れた携帯性\u003c\/strong\u003e: 外した際はバッグにサッとしまえるため、持ち運びにも便利です。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e多用途に対応\u003c\/strong\u003e: 自転車通勤、バイク、スキー、登山、ジョギング、ランニングなど様々なスポーツシーンにおすすめ。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1728534756.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1695342886.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1666777276.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1666777286.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1689928435.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1666777307.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1728534784.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1666777316.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1666777325.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1666777334.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1666777342.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1666777351.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1666777359.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1728534804.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1728534820.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1728534835.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1728534855.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1728534871.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eポリエステル 88%\u003c\/li\u003e\n          \u003cli\u003eスパンデックス 12%\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      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"住マイル環境サービス","offers":[{"title":"ブラック","offer_id":51355372650807,"sku":"KYOSERNWB","price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"グレー","offer_id":51355372683575,"sku":"KYOSERNWG","price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン","offer_id":51355372716343,"sku":"KYOSERNWGR","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":51355372749111,"sku":"KYOSERNWR","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー","offer_id":51355372781879,"sku":"KYOSERNWBL","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"オレンジ","offer_id":51355372814647,"sku":"KYOSERNWOR","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"スカイブルー","offer_id":51355372847415,"sku":"KYOSERNWSB","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"パープル","offer_id":51355372880183,"sku":"KYOSERNWPP","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"アーミーグリーン","offer_id":51355372912951,"sku":"KYOSERNWAG","price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"イエロー","offer_id":51355372945719,"sku":"KYOSERNWY","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":51355372978487,"sku":"KYOSERNWP","price":1980.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1728534756_bfc8f7c4-f3df-4342-be97-87a393e1eed6.webp?v=1769158605"},{"product_id":"kyoser-タブレットスタンド-ipadスタンド-スマホスタンド-卓上用-テレワーク-折りたたみ-角度調整-滑り止め-立て-置き台-縦置き-レジ-ipad-mini-1-2-3-4-6-air-pro-9-7-10-5-11-12-9","title":"KYOSER タブレットスタンド iPadスタンド スマホスタンド 卓上用 テレワーク 折りたたみ 角度調整 滑り止め 立て 置き台 縦置き レジ iPad mini 1 2 3 4 6 Air Pro 9.7 10.5 11 12.9","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Helvetica Neue, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #5b5b5b;\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 #e6e6e6;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5b5b5b; \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: #5b5b5b; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6c757d; \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: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #5b5b5b40 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 #e6e6e6;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #5b5b5b;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5b5b5b; 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: #5b5b5b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6e6e6; 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: #5b5b5b; 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: #5b5b5b; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6c757d; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5b5b5b; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6c757d; 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: #5b5b5b; 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: #5b5b5b; margin-bottom: 12px; border-bottom: 1px solid #5b5b5b; 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 #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: #5b5b5b; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6e6e6; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5b5b5b; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eいつでもどこでもスマートに\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eあなたのデジタルライフを支える\u003cstrong\u003e多機能スタンド\u003c\/strong\u003e。スマートフォンから大型タブレットまで、様々なデバイスに対応し、折りたたんでバッグに収納できる\u003cstrong\u003eコンパクト設計\u003c\/strong\u003eでどこへでも持ち運べます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1692691086.webp?v=1763371294\" 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\u003e17.5cmから23.5cmまで無段階調整が可能\u003c\/strong\u003e。首や肩への負担を軽減し、最適な姿勢で長時間作業やオンライン会議、動画視聴を快適に楽しめます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/TB_tablet_f_rakuten_03.jpg?v=1768387045\" 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\/0960\/8832\/6455\/files\/TB_tablet_f_rakuten_04.jpg?v=1768387045\" 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      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e持ち運び可能\u003c\/strong\u003e: コンパクトに折りたため、バッグに簡単に収納できます。\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e高い安定性\u003c\/strong\u003e: 頑丈な金属製ベースと高品質のダブルポールで機器をしっかり支えます。\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e滑り止め設計\u003c\/strong\u003e: シリコンパッドとゴムフックがデバイスの滑りや傷を防ぎ、操作時の安定感も向上します。\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e快適な視線\u003c\/strong\u003e: 無段階の高さ・角度調整で、首や肩への負担を軽減し、長時間の作業も快適に。\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e多機能な用途\u003c\/strong\u003e: テレワーク、動画視聴、オンライン会議など、あらゆるシーンで活躍します。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \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\n\u003cstrong\u003e高さ調整範囲\u003c\/strong\u003e: 17.5cm - 23.5cm (無段階調整)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e折りたたみ時サイズ\u003c\/strong\u003e: 長さ19cm × 幅12.3cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09922394\/compass1725434434.jpg\" alt=\"折りたたみサイズ\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09922394\/compass1691633558.jpg\" alt=\"本体サイズ\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09922394\/compass1691633613.jpg\" alt=\"高さ調整図\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09922394\/compass1691633626.jpg\" alt=\"角度調整図\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・構造\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e高品質な素材と構造で、安定性と耐久性を両立しています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eベース\u003c\/strong\u003e: 頑丈な金属製 (重く安定感があります)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eポール\u003c\/strong\u003e: 高品質の鉄 + コーティングのダブルポール\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e保護パーツ\u003c\/strong\u003e: シリコンカバーパッド、ゴムフック、底部ゴム製の足\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09922394\/compass1691633649.jpg\" alt=\"シリコンパッド\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09922394\/compass1691633665.jpg\" alt=\"ダブルポール構造\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e対応機種・用途\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e幅広いデバイスに対応し、様々なシーンでご活用いただけます。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e対応デバイスサイズ\u003c\/strong\u003e: 4インチ〜12.9インチ (最大14インチの電子リーダー\/タブレット\/iPadにも完璧対応)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e対応デバイス例\u003c\/strong\u003e:\n          \u003cul\u003e\n            \u003cli\u003eiPad Pro, iPad Air, iPad, iPad mini (全世代)\u003c\/li\u003e\n            \u003cli\u003eSamsung Galaxy Tabs\u003c\/li\u003e\n            \u003cli\u003eSurface, Surface Pro\u003c\/li\u003e\n            \u003cli\u003eKindle Fire HD\u003c\/li\u003e\n            \u003cli\u003eNintendo Switch\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\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e\u003cstrong\u003e活用シーン\u003c\/strong\u003e:\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eビデオ会議、オンラインミーティング\u003c\/li\u003e\n        \u003cli\u003e動画視聴、映画鑑賞\u003c\/li\u003e\n        \u003cli\u003eオンライン教育、学習\u003c\/li\u003e\n        \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      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09922394\/compass1692236272.jpg\" alt=\"対応機種イメージ\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09922394\/compass1692236282.jpg\" alt=\"対応製品リスト\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eその他・お問い合わせ\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e製品に関するご不明な点がございましたら、お気軽にお問い合わせください。専門スタッフが丁寧にご対応いたします。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e\u003cstrong\u003eお問い合わせ窓口\u003c\/strong\u003e: 問い合わせチャット窓口\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"住マイル環境サービス","offers":[{"title":"ブラック","offer_id":51355384283447,"sku":"KYOSERTSB","price":2580.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト","offer_id":51355384316215,"sku":"KYOSERTSW","price":2580.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1692691086.webp?v=1763371294"},{"product_id":"kyoserysk","title":"浴室鏡【曇らない浴室鏡】風呂鏡 鏡 地震対策 マグネット 強磁吸着 賃貸に適用 自由自在に設置 軽量 お風呂 ミラー 浴室","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Helvetica Neue, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #5b5b5b;\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 #e6e6e6;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5b5b5b; \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: #5b5b5b; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6c757d; \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: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #5b5b5b40 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 #e6e6e6;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #5b5b5b;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5b5b5b; 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: #5b5b5b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6e6e6; 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: #5b5b5b; 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: #5b5b5b; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6c757d; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5b5b5b; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6c757d; 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: #5b5b5b; 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: #5b5b5b; margin-bottom: 12px; border-bottom: 1px solid #5b5b5b; 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 #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: #5b5b5b; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6e6e6; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5b5b5b; 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\n\u003cvideo controls=\"controls\" style=\"max-width: 100%; height: auto;\"\u003e\n  \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/8fb676d3151a4f6bbdd50abdf6a7aaa0.mp4\" type=\"video\/mp4\"\u003e\nYour browser does not support our video.\n\u003c\/source\u003e\u003c\/video\u003e毎日を快適にする理想の鏡\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e湯気の中でも\u003cstrong\u003e視界クリア\u003c\/strong\u003e。楽天ランキング1位獲得の\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\/0960\/8832\/6455\/files\/compass1766194653.webp?v=1768551405\" class=\"img-fluid d-block w-100 product-img\" alt=\"快適バスタイムの必需品\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e快適バスタイムの必需品\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eシャワー中でもクリアな自分\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e特殊な\u003cstrong\u003e曇り止めコーティング\u003c\/strong\u003eが、熱いシャワー中も鏡を常に\u003cstrong\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\/0960\/8832\/6455\/files\/compass1765504376.webp?v=1768551405\" class=\"img-fluid d-block w-100 product-img\" alt=\"曇り知らずの美肌ケア\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e曇り知らずの美肌ケア\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e貼って動かす自由な設置\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e強力マグネット式\u003c\/strong\u003eだから、浴室の壁面を\u003cstrong\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\/0960\/8832\/6455\/files\/yokushitukagami.jpg?v=1768551405\" class=\"img-fluid d-block w-100 product-img\" alt=\"賃貸も安心マグネット\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e賃貸も安心マグネット\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\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サイズ：20×29.6cm、39.6×29.6cｍ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/bathroommirror.webp?v=1768551405\" class=\"img-fluid d-block w-100 product-img\" alt=\"浴室鏡サイズ詳細図\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/bathroommirror1.webp?v=1768551405\" class=\"img-fluid d-block w-100 product-img\" alt=\"浴室鏡サイズ比較図\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003ePC製(ポリカーボネート)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e曇り止め機能\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e特殊な曇り止めコーティングが施されており、シャワー中でも常にクリアな視界を保ちます。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e水滴が均一な水膜を形成し曇りを防止\u003c\/li\u003e\n\u003cli\u003e毛穴やシミまで鮮明に映し出し肌ケアに最適\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e高耐久性・安全性\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003ePC製(ポリカーボネート)鏡は熱や強度に優れたプラスチックで、ガラスと同等の透明性とアクリルの50倍にもなる耐久性を誇ります。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e熱や強度に優れたプラスチック素材\u003c\/li\u003e\n\u003cli\u003e地震などの災害時も安心\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eマグネット式設置\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e強力なマグネットシートが付属しており、浴室の鋼板壁面や冷蔵庫など金属塗装面に取り付けられます。賃貸住宅でも穴あけ不要で、模様替え時の貼り直しもワンタッチで可能です。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e壁面を傷つける心配なくピタッと吸着\u003c\/li\u003e\n\u003cli\u003e洗面台や冷蔵庫にも対応し引っ越し時も跡形なく撤去可能\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003e※吸着力について：本製品は、壁面を傷つけず、位置調整がスムーズに行えるよう、最適な磁力に設計されております。指で強く押したり、メンテナンスの際に横方向へ力がかかると動く場合がありますが、通常の使用においては十分な吸着力を備えております。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e※ご注意：壁面の金属の厚さや塗料・表面加工などにより取り付け強さは変わります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\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\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e軽量・自由な設置場所\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eガラスミラーの半分ほどの軽量設計で、誰でも簡単に設置・再配置が可能です。賃貸住宅や壁に穴を開けたくない場所に最適です。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e浴室壁面、玄関鉄扉、ロッカー、冷蔵庫、洗濯機などの金属塗装面に設置可能\u003c\/li\u003e\n\u003cli\u003eすぐに取り外してから再配置できるため、設置場所を自由自在に変更可能\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e機能アイコン\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e商品の様々な特徴をアイコンで示します。\u003c\/p\u003e\n\u003cdiv class=\"care-icons\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1766194653.webp?v=1768551405\" alt=\"アイコン1\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1765504157.webp?v=1768551405\" alt=\"アイコン2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1765504173.webp?v=1768551405\" alt=\"アイコン3\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1765504376.webp?v=1768551405\" alt=\"アイコン4\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1765504455.webp?v=1768551405\" alt=\"アイコン5\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1765504496.webp?v=1768551405\" alt=\"アイコン6\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1765504559.webp?v=1768551405\" alt=\"アイコン7\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1765504575.webp?v=1768551405\" alt=\"アイコン8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1765504615.webp?v=1768551405\" alt=\"アイコン9\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1765504603.webp?v=1768551405\" alt=\"アイコン10\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1765504634.webp?v=1768551405\" alt=\"アイコン11\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご使用上・お手入れの注意点\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e鏡の性能を維持し、長くご愛用いただくための注意点です。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e汚れのお手入れは、水で軽く洗い流してください。汚れると曇り止め効果が低下する場合があります。\u003c\/li\u003e\n\u003cli\u003e直射日光が当たる高温な場所を避けてください。歪みの原因となります。\u003c\/li\u003e\n\u003cli\u003e雑巾、粗い布や紙タオルで鏡表面を拭かないでください。曇り止めコーティングを傷つける可能性があります。\u003c\/li\u003e\n\u003cli\u003eくもり止め効果や持続時間は使用環境により異なります。恒温恒湿環境（温度25度・湿度45度）での本製品の曇り止め持続期間は6〜12ヶ月です。\u003c\/li\u003e\n\u003cli\u003e取り付け面はできるだけ凹凸や歪みのない場所に取り付けてください。像がゆがんだり、鏡の落下の原因になります。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"住マイル環境サービス","offers":[{"title":"20*29.6cm","offer_id":51569161404727,"sku":"KYOSERYSK30cm","price":2480.0,"currency_code":"JPY","in_stock":true},{"title":"39.6*29.6cｍ","offer_id":51569161437495,"sku":"KYOSERYSK40cm","price":3780.0,"currency_code":"JPY","in_stock":true},{"title":"20*29.6cm(2枚セット)","offer_id":51569161470263,"sku":"KYOSERYSK30cm2","price":4480.0,"currency_code":"JPY","in_stock":true},{"title":"39.6*29.6cｍ(2枚セット)","offer_id":51569161503031,"sku":"KYOSERYSK40cm2","price":6880.0,"currency_code":"JPY","in_stock":true},{"title":"20*50cm","offer_id":52603576451383,"sku":"KYOSERYSK50cm","price":3980.0,"currency_code":"JPY","in_stock":true},{"title":"20*50cm(2枚セット)","offer_id":52603576484151,"sku":"KYOSERYSK50cm2","price":7580.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1766194653.webp?v=1768551405"},{"product_id":"kyoser-割れない鏡-全身鏡-貼る-5枚セット-30cm-30cm-アクリル-ミラー-飛散防止-二次災害防止-ケガ防止-穴あけ不要-賃貸ok-貼付け可能-両面シール付き-軽量","title":"KYOSER 割れない鏡 全身鏡 貼る 5枚セット 30cm×30cm アクリル ミラー 飛散防止 二次災害防止 ケガ防止 穴あけ不要 賃貸OK 貼付け可能 両面シール付き 軽量","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Helvetica Neue, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #5b5b5b;\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 #e6e6e6;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5b5b5b; \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: #5b5b5b; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6c757d; \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: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #5b5b5b40 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 #e6e6e6;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #5b5b5b;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5b5b5b; 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: #5b5b5b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6e6e6; 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: #5b5b5b; 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: #5b5b5b; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6c757d; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5b5b5b; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6c757d; 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: #5b5b5b; 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: #5b5b5b; margin-bottom: 12px; border-bottom: 1px solid #5b5b5b; 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 #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: #5b5b5b; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6e6e6; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5b5b5b; 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\n\u003cvideo controls=\"controls\" style=\"max-width: 100%; height: auto;\"\u003e\n  \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/900fc463c2f1432f98606e869733b260.mov\" type=\"video\/mp4\"\u003e\nYour browser does not support our video.\n\u003c\/source\u003e\u003c\/video\u003e「貼る」新常識 空間広がる全身鏡\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e楽天ランキング1位獲得の\u003cstrong\u003e信頼\u003c\/strong\u003e。圧迫感なく空間に溶け込み、お部屋をより広く、明るく演出します。\u003cstrong\u003e超軽量設計\u003c\/strong\u003eで賃貸でも安心、自由なレイアウトで理想の空間へ。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/3030___20251119_00c41bb8-070b-4f6c-b206-9e1f020d89d0.jpg?v=1770095293\" class=\"img-fluid d-block w-100 product-img\" alt=\"快適な空間を創るミラー\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e快適な空間を創るミラー\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e衝撃に強いアクリル製 家族も安心ミラー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003eアクリル製\u003c\/strong\u003eで万が一の衝撃にも割れる心配なく、破片が飛び散る危険を徹底排除します。お子様やペットがいるご家庭でも、\u003cstrong\u003e安全に使える\u003c\/strong\u003e毎日をお届けします。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/acrylmirror.gif?v=1770282585\" class=\"img-fluid d-block w-100 product-img\" alt=\"もしもの時も安心\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eもしもの時も安心\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e使い方自在 組み合わせ多用途ミラー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e30cm角の5枚セット\u003c\/strong\u003eが叶える無限の可能性。部分的な身だしなみチェックから、縦に繋げれば150cmの全身姿見まで、暮らしに合わせて自由なスタイルを楽しめます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1669085873.jpg?v=1770282585\" class=\"img-fluid d-block w-100 product-img\" alt=\"ライフスタイルにフィット\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eライフスタイルにフィット\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e製品詳細・スペック\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の基本仕様\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eKYOSER割れない鏡の基本情報です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：約30cm×30cm\u003c\/li\u003e\n\u003cli\u003e厚さ：約2mm\u003c\/li\u003e\n\u003cli\u003eセット内容：5枚セット\u003c\/li\u003e\n\u003cli\u003e材質：アクリル\u003c\/li\u003e\n\u003cli\u003e重量：1枚当たり約170g\u003c\/li\u003e\n\u003cli\u003e最大全身鏡サイズ：縦に繋げると約150cmの全身鏡として使用可能\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/3030___20251119_00c41bb8-070b-4f6c-b206-9e1f020d89d0.jpg?v=1770095293\" alt=\"サイズ図\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e製品の特長\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e安心と快適さを追求した割れない鏡の特長をご紹介します。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e割れないアクリル製\u003c\/strong\u003e：万が一の衝撃にも強く、破片が飛び散る心配がありません。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e超軽量設計\u003c\/strong\u003e：1枚あたり約170gと非常に軽く、賃貸物件でも安心して設置できます。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e省スペース\u003c\/strong\u003e：壁に一体化するため場所を取らず、お部屋を広々と使えます。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e歪み軽減へのこだわり\u003c\/strong\u003e：近距離ではガラス製に近いクリアな映り込みを実現しています。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e使い方自由自在\u003c\/strong\u003e：30cm角の5枚セットで、部分使いから全身鏡まで多様なレイアウトが可能です。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e安全への配慮\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eご家族の安全を第一に考えた設計です。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eケガ防止\u003c\/strong\u003e：お子様の衝突や地震などの災害時にも割れる危険がなく、怪我の心配がありません。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e飛散防止加工\u003c\/strong\u003e：万一破損しても破片が飛散するのを防ぎます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e特にお年寄り、お子様、ペットがいるご家庭におすすめです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e設置方法とおすすめの使用場所\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e簡単設置で、様々な場所にフィットします。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e簡単貼付け\u003c\/strong\u003e：裏面が粘着シールになっているため、手軽に貼り付けが可能です。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e穴あけ不要\u003c\/strong\u003e：壁に穴を開ける必要がなく、賃貸住宅でも安心してご使用いただけます。\u003c\/li\u003e\n\u003c\/ul\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\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\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=\"point-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e貼り付け前の準備\u003c\/strong\u003e：壁と鏡の裏面を事前に綺麗にしてから貼り付けてください。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e剥がし方\u003c\/strong\u003e：四隅をピンポイントで貼り付けることで、剥がす際も比較的簡単に行えます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"住マイル環境サービス","offers":[{"title":"直角(スクエアカット)","offer_id":51713226506551,"sku":"KYOSERWK30","price":2980.0,"currency_code":"JPY","in_stock":false},{"title":"丸角(ラウンドカット)","offer_id":51713226539319,"sku":"KYOSERWK30R","price":2980.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/3030___20251119_00c41bb8-070b-4f6c-b206-9e1f020d89d0.jpg?v=1770095293"},{"product_id":"kyoser-ソーラーライト-ガーデンライト-8個セット-ledライト-太陽光発電-階段-防水-ソーラー式-屋外-アウトドア-ソーラーランプ-コピー","title":"KYOSER ソーラーライト ガーデンライト 8個セット LEDライト 太陽光発電 階段 防水 ソーラー式 屋外 アウトドア ホームデコレーション照明","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Helvetica Neue, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #5b5b5b;\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 #e6e6e6;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5b5b5b; \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: #5b5b5b; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6c757d; \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: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #5b5b5b40 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 #e6e6e6;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #5b5b5b;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5b5b5b; 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: #5b5b5b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6e6e6; 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: #5b5b5b; 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: #5b5b5b; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6c757d; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5b5b5b; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6c757d; 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: #5b5b5b; 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: #5b5b5b; margin-bottom: 12px; border-bottom: 1px solid #5b5b5b; 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 #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: #5b5b5b; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6e6e6; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5b5b5b; 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楽天1位の輝き 魅惑の庭園ライト\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e温かな電球色が、あなたの庭や玄関を\u003cstrong\u003e幻想的な空間\u003c\/strong\u003eへと誘います。8個セットで\u003cstrong\u003e広範囲をカバー\u003c\/strong\u003eし、手軽に夢のような夜を演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/imgrc0088822155_b440074c-b1d0-4102-9546-5dee8750f114.webp?v=1763445194\" class=\"img-fluid d-block w-100 product-img\" alt=\"楽天1位の輝き 魅惑の庭園ライト\"\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\/0960\/8832\/6455\/files\/compass1676621552.webp?v=1763445194\" 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\/0960\/8832\/6455\/files\/solar_light_rakuten_04.jpg?v=1768384558\" class=\"img-fluid d-block w-100 product-img\" alt=\"電気代ゼロ！賢い自動照明\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e手間いらず、エコな輝き\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品仕様\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eKYOSER ソーラーライトの基本的な仕様です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e充電時間：約8-10時間（直射日光下）\u003c\/li\u003e\n        \u003cli\u003e点灯時間：約6-8時間\u003c\/li\u003e\n        \u003cli\u003eソーラーパネル：2V \/ 100ma\u003c\/li\u003e\n        \u003cli\u003eバッテリー：1.2v 600mAh Ni-MH\u003c\/li\u003e\n        \u003cli\u003eLEDの色：電球色\u003c\/li\u003e\n        \u003cli\u003e材質：PVC、ABS\u003c\/li\u003e\n        \u003cli\u003e素材：プラスチック\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e※充電時間と照明時間は天候によって変動します。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eソーラー機能と自動照明\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e当社のソーラーライトは、スマートな機能を搭載しています。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eライトセンサーを搭載し、日中（良好な光条件下）に充電し、夜になると自動点灯します。\u003c\/li\u003e\n        \u003cli\u003e夜間や暗い環境下では自動的に輝き、ON\/OFFスイッチはありません。\u003c\/li\u003e\n        \u003cli\u003e高品質の多結晶シリコンソーラーパネルと耐久性のあるABSケーシングを採用し、明暗センサー内蔵で昼間に太陽光で効率的に蓄電します。\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高品質LED光源チップ\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e安心してお使いいただける、こだわりの品質です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e業界で優れた放熱性能を誇る、高品質のLED光源チップを使用しています。\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=\"benefit-list\"\u003e\n        \u003cli\u003e環境にもお財布にも優しいソーラー充電式で、電気代ゼロ、排気ガスゼロを実現します。\u003c\/li\u003e\n        \u003cli\u003e雨、湿気、ほこりに対して効果的な防水機能を備えており、暑い夏から寒い冬まで一年間の気候変化に耐えられます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e簡単な設置方法\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e誰でも手軽に設置できる設計です。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e様々なシーンで設置可能で、ネジと両面テープが付属しています。\u003c\/li\u003e\n        \u003cli\u003e手のひらサイズで、女性一人でも素早く簡単に設置できます。\u003c\/li\u003e\n        \u003cli\u003e太陽エネルギーを最大限に活用するため、直射日光の当たる場所に設置してください。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e幅広い適用場所\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e様々な場所で活躍する汎用性も魅力です。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eアウトドアやホームデコレーション照明として幅広く使用できます。\u003c\/li\u003e\n        \u003cli\u003eネジと両面テープ付きで、階段、玄関前、駐車場、軒\/フェンス\/庭、ガレージ、ガーデン、遊び場、公園など、多くの場所に気軽に設置可能です。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品詳細画像\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e商品の特徴をさらに詳しくご紹介します。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/LED___TOP1__20230311.jpg?v=1770120657\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品詳細画像1\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/solar_light_rakuten_02_0b25224c-a0c8-48c2-8c05-89f97517fa14.jpg?v=1770120984\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品詳細画像2\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/solar_light_rakuten_03_93d4839d-9a24-4082-8c05-89f97517fa14.jpg?v=1770121017\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品詳細画像3\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/solar_light_rakuten_04_ca1c09f4-57ad-447a-8a8b-7016019c34c0.jpg?v=1770121032\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品詳細画像4\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/solar_light_rakuten_05_re_22b091f2-3c76-46cd-bd02-3f29e10f16c2.jpg?v=1770121050\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品詳細画像5\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/solar_light_rakuten_06_b7187b2f-153e-4596-989a-13313a158be7.jpg?v=1770121076\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品詳細画像6\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/solar_light_rakuten_08_f2a3e63c-61f5-4838-9a45-5085d1a221fe.jpg?v=1770121090\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品詳細画像7\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/solar_light_rakuten_07_8b462cbc-19d1-4527-9c51-5b874403143f.jpg?v=1770121101\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品詳細画像8\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/solar_light_rakuten_09_re_8410b9bb-c022-4d84-9248-d71df243f243.jpg?v=1770121118\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品詳細画像9\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"住マイル環境サービス","offers":[{"title":"白光色","offer_id":51713226375479,"sku":"kyoserslw","price":2480.0,"currency_code":"JPY","in_stock":false},{"title":"暖光色","offer_id":51713226408247,"sku":"kyosersly","price":2480.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/imgrc0088822155_b440074c-b1d0-4102-9546-5dee8750f114.webp?v=1763445194"}],"url":"https:\/\/qolia.we-shop.jp\/collections\/%e4%bd%8f%e3%83%9e%e3%82%a4%e3%83%ab%e3%81%ae%e9%81%93%e5%85%b7%e3%81%9f%e3%81%a1.oembed","provider":"Qolia（クオリア）","version":"1.0","type":"link"}