{"product_id":"31-day-pill-organizer-tray-rjc","title":"31日分ピルオーガナイザートレイ","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：月度药丸整理盒（31天）\n  目标受众：需要每日服药或补充维生素的人群，追求条理和便捷。\n  视觉风格：干净、医疗健康、现代简约。\n  配色策略：以蓝色（基于产品色）为主色调，搭配中性白灰背景，营造专业、安心感。\n  模块顺序：Hero -\u003e Core Feature 1 (月度规划) -\u003e Core Feature 2 (可拆卸便携) -\u003e Detail Feature (可视化盖子) -\u003e Comparison (对比杂乱) -\u003e Specs -\u003e FAQ。\n  详情图映射：Hero=image_0.png, Feature1=image_1.png, Feature2=image_3.png, Feature3=image_4.png, Compare=image_5.png\n  规格图映射：Specs=image_2.png\n  对比模块：已加入，使用 image_5.png 展示收纳前后的强烈对比，突出产品带来的整洁和便利价值。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #0066cc;\n      --primary-hover: #0052a3;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #e9ecef;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);\n      --border-color: #e0e0e0;\n      --spacing-block: clamp(2rem, 5vw, 4rem);\n\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1rem;\n    }\n\n    \/* Reusable Components *\/\n    .pd-tag {\n      display: inline-block;\n      padding: 0.4rem 1rem;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 2rem;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1rem;\n    }\n\n    .pd-feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n\n    .pd-feature-tag {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: 0.5rem 0.75rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      color: var(--text-sub);\n      display: flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    .pd-img-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Section Layouts *\/\n    .pd-section {\n      margin-bottom: var(--spacing-block);\n    }\n\n    .pd-hero {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto var(--spacing-block);\n    }\n\n    .pd-hero-content {\n      margin-bottom: 2rem;\n    }\n\n    .pd-feature {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 2rem;\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature {\n        grid-template-columns: 1fr 1fr;\n        gap: clamp(2rem, 5vw, 4rem);\n      }\n\n      .pd-feature.reverse {\n        direction: rtl;\n      }\n\n      .pd-feature.reverse\u003e* {\n        direction: ltr;\n      }\n    }\n\n    .pd-compare {\n      background-color: var(--bg-card);\n      padding: clamp(2rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n      text-align: center;\n    }\n\n    \/* Specifications *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n\n    .pd-specs-table th,\n    .pd-specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    .pd-specs-table td {\n      color: var(--text-sub);\n    }\n\n    @media (max-width: 767px) {\n      .pd-specs-table,\n      .pd-specs-table tbody,\n      .pd-specs-table tr,\n      .pd-specs-table th,\n      .pd-specs-table td {\n        display: block;\n        width: 100%;\n      }\n\n      .pd-specs-table thead {\n        display: none;\n      }\n\n      .pd-specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n      }\n\n      .pd-specs-table th,\n      .pd-specs-table td {\n        padding: 0.75rem 1rem;\n        border: none;\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .pd-specs-table td:last-child {\n        border-bottom: none;\n      }\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item {\n      margin-bottom: 1.5rem;\n      padding-bottom: 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-faq-item:last-child {\n      border-bottom: none;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003cspan class=\"pd-tag\"\u003e毎日の健康管理のために設計されています\u003c\/span\u003e\n\u003ch1\u003e月間服用を簡単に：取り外し可能ポッド付き31日分ピルオーガナイザー\u003c\/h1\u003e\n\n\u003cp\u003e毎日のビタミンやサプリメントを1か月分まとめて計画・管理。自宅で整理整頓、または外出時には1日分のポッドだけ持ち出せます。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003c!-- [ 📷 需替换：detail_1 ] --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img170\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260528095152\/2ed435ad4cfff764977dcdb5f98a9c10.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 1: Monthly Organization --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003c!-- [ 📷 需替换：detail_2 ] --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img171\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260528094801\/3eac186f7ad642cbbf43c21daa854107.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003e1か月分をきちんと整理\u003c\/h2\u003e\n\n\u003cp\u003e31個のはっきり番号付きコンパートメントで毎日の服用をしっかり管理。月初に一度セットすれば、31日間の服用忘れなしで安心です。\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-tag\"\u003e📅 1～31の番号付き\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003e✅ 簡単に管理\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 2: Detachable Design --\u003e\n\n\u003cdiv class=\"pd-section pd-feature reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003c!-- [ 📷 需替换：detail_3 ] --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img172\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260528094801\/ad557719976e476a5c0a66b09afc9b6a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003e持ち運びに便利な取り外し可能なポッド\u003c\/h2\u003e\n\n\u003cp\u003e外出先でも薬が必要ですか？革新的なデザインで、トレイの底から押し上げるだけで1日分のポッドを取り外せます。コンパクトで安全、ポケットやバッグに簡単に入ります。\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-tag\"\u003e👜 旅行に便利\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003e🔄 ポップアウトデザイン\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003e✈️ コンパクトサイズ\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 3: Clear Lids --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003c!-- [ 📷 需替换：detail_4 ] --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img173\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260528094801\/e5341bdc8d14e8e7deec8ec93ff2bbfe.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eすばやく確認できるクリアビュー\u003c\/h2\u003e\n\n\u003cp\u003e半透明の蓋にははっきりとした白い数字が付いており、蓋を開けずに中の錠剤を一目で確認できます。滑らかなスナップ式のデザインでしっかり閉まり、服用時には簡単に開けられます。\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-tag\"\u003e👁️ 半透明の蓋\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003e🔒 安全なスナップ式閉鎖\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Compare Section --\u003e\n\n\u003cdiv class=\"pd-section pd-compare\"\u003e\n\u003ch2\u003e賢い保管方法\u003c\/h2\u003e\n\n\u003cp\u003e散らかったカウンターのボトルを一掃しましょう。このオールインワンオーガナイザーはすべてを整頓し、取り出しやすく、毎日のルーティンにすぐ使えます。\u003c\/p\u003e\n\n\u003cdiv class=\"pd-compare-media\" style=\"margin-top: 2rem;\"\u003e\n\u003c!-- [ 📷 需替换：detail_5 ] --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img174\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260528094801\/9916c83524a2ed0a530230061e63ca5c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section pd-specs\"\u003e\n\u003ch2\u003e製品仕様\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003c!-- [ 📷 需替换：spec_1 ] --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img175\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260528094801\/984db1bddd5a014a821848f4c49e9ba1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eトレイのサイズ\u003c\/th\u003e\n\t\t\t\u003ctd\u003e28.5 cm x 10.5 cm（約11.2インチ x 4.1インチ）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eポッドの高さ\u003c\/th\u003e\n\t\t\t\u003ctd\u003e3.0 cm（約1.2インチ）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e容量\u003c\/th\u003e\n\t\t\t\u003ctd\u003e31日分のコンパートメント\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e素材\u003c\/th\u003e\n\t\t\t\u003ctd\u003e耐久性のある食品グレードプラスチック\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e主な特徴\u003c\/th\u003e\n\t\t\t\u003ctd\u003e個別に取り外せるポッド\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section pd-faq\"\u003e\n\u003ch2\u003eよくある質問\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003e個別のデイリーポッドはどうやって取り外しますか？\u003c\/h3\u003e\n\n\u003cp\u003e簡単です！取り出したいポッドの真下にある白いトレイの底から押し上げるだけで、ポッドがポンと外れて持ち運びやすくなります。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003e蓋は旅行に適した安全な作りですか？\u003c\/h3\u003e\n\n\u003cp\u003eはい、それぞれのポッドにはバッグやポケットの中で誤って開かないように設計されたしっかりと閉まるスナップ式の蓋が付いており、旅行にも安心して使えます。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003e薬の保管に使っても安全な素材ですか？\u003c\/h3\u003e\n\n\u003cp\u003eもちろんです。このオーガナイザーは耐久性のある食品グレードのプラスチックで作られており、あらゆる種類の錠剤、ビタミン、サプリメントの保管に安全です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"ブルー","offer_id":48113168253140,"sku":"0528-10195445","price":12.95,"currency_code":"USD","in_stock":true},{"title":"クリア","offer_id":48113168285908,"sku":"0528-10194430","price":12.95,"currency_code":"USD","in_stock":true},{"title":"グレー","offer_id":48113168318676,"sku":"0528-10194949","price":12.95,"currency_code":"USD","in_stock":true},{"title":"レッド","offer_id":48113168351444,"sku":"0528-10199337","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2個トレイ（ブルー＋レッド）- AM＆PMセット","offer_id":48113168384212,"sku":"0528-10191417","price":19.95,"currency_code":"USD","in_stock":true},{"title":"2個トレイ（クリア＋グレー）- クラシックセット","offer_id":48113168416980,"sku":"0528-10191168","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/2ed435ad4cfff764977dcdb5f98a9c10.jpg?v=1781606110","url":"https:\/\/omurio.com\/ja\/products\/31-day-pill-organizer-tray-rjc","provider":"Omurio","version":"1.0","type":"link"}