{"product_id":"memorial-robin-garden-tribute-rjc","title":"メモリアル・ロビン・ガーデン・トリビュート","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #5c4d3e;\n    --primary-hover: #4a3d31;\n    --text-main: #2c2c2c;\n    --text-sub: #555555;\n    --bg-body: #ffffff;\n    --bg-card: #f9f8f6;\n    --bg-soft: #f0eee9;\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: #e0dccee0;\n    font-family: -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, 5vw, 44px);\n    font-weight: 700;\n    margin-bottom: 16px;\n    color: var(--primary);\n  }\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    font-weight: 600;\n    margin-bottom: 16px;\n    color: var(--primary);\n  }\n  .product-detail-container h3 {\n    font-size: 20px;\n    font-weight: 600;\n    margin-bottom: 12px;\n  }\n  .product-detail-container p {\n    font-size: clamp(16px, 2vw, 18px);\n    margin-bottom: 16px;\n    color: var(--text-sub);\n  }\n  .text-sm {\n    font-size: 16px;\n    color: var(--text-sub);\n  }\n\n  \/* Layout \u0026 Spacing *\/\n  .section-spacing {\n    margin-bottom: clamp(3rem, 8vw, 5rem);\n  }\n  .grid-2 {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: clamp(2rem, 5vw, 4rem);\n    align-items: center;\n  }\n  @media (min-width: 768px) {\n    .grid-2 {\n      grid-template-columns: 1fr 1fr;\n    }\n    .grid-2.reverse {\n      direction: rtl;\n    }\n    .grid-2.reverse \u003e * {\n      direction: ltr;\n    }\n  }\n\n  \/* Components *\/\n  .hero-section {\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto clamp(3rem, 8vw, 5rem);\n  }\n  .trust-tag {\n    display: inline-block;\n    background: var(--bg-soft);\n    color: var(--primary);\n    padding: 6px 16px;\n    border-radius: var(--radius-md);\n    font-size: 16px;\n    font-weight: 500;\n    margin-bottom: 16px;\n  }\n  .feature-card {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow-sm);\n  }\n  .feature-content {\n    padding: clamp(24px, 4vw, 40px);\n  }\n  .feature-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 16px;\n  }\n  .feature-tag {\n    background: var(--bg-soft);\n    color: var(--text-sub);\n    padding: 4px 12px;\n    border-radius: var(--radius-md);\n    font-size: 14px;\n  }\n\n  \/* Images *\/\n  .img-fluid {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n  }\n  .img-placeholder {\n    width: 100%;\n    height: auto;\n    aspect-ratio: 4\/3;\n    background: var(--bg-soft);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-lg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-family: monospace;\n  }\n\n  \/* Specifications Table *\/\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 24px;\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n  }\n  .specs-table th,\n  .specs-table td {\n    padding: 16px 24px;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n  }\n  .specs-table th {\n    background: var(--bg-soft);\n    font-weight: 600;\n    width: 35%;\n  }\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n  @media (max-width: 767px) {\n    .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .specs-table thead {\n      display: none;\n    }\n    .specs-table tr {\n      margin-bottom: 16px;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .specs-table td {\n      padding-left: 50%;\n      position: relative;\n      border-bottom: 1px solid var(--bg-soft);\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      position: absolute;\n      left: 16px;\n      width: 45%;\n      white-space: nowrap;\n      font-weight: 600;\n      color: var(--primary);\n    }\n  }\n\n  \/* FAQ *\/\n  .faq-item {\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    padding: 24px;\n    margin-bottom: 16px;\n    box-shadow: var(--shadow-sm);\n  }\n  .faq-item h3 {\n    margin-top: 0;\n    color: var(--primary);\n    display: flex;\n    align-items: center;\n  }\n  .faq-item h3::before {\n    content: \"Q.\";\n    margin-right: 12px;\n    color: var(--primary);\n    font-weight: 700;\n  }\n  .faq-item p {\n    margin-bottom: 0;\n    padding-left: 32px;\n  }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：园艺装饰\/纪念品\n目标受众：园艺爱好者、寻求情感寄托或礼物的人群\n视觉风格：自然、温馨、手工艺术感、怀旧\n配色策略：以金属古铜\/银灰为主色，搭配温暖的自然光和植物色调\n模块顺序：Hero -\u003e Emotional Feature -\u003e Kinetic Feature -\u003e Durable Feature -\u003e Specs -\u003e FAQ\n详情图映射：Hero=image_1.png, Feature1=image_3.png, Feature2=image_0.png, Feature3=image_2.png\n规格图映射：Specs=image_4.png, image_9.png\n对比模块：未加入（产品独特性强，无需直接对比）\n--\u003e\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cspan class=\"trust-tag\"\u003e🕊️ 心を込めて手作り\u003c\/span\u003e\n\u003ch1\u003e永遠の愛の優しい思い出\u003c\/h1\u003e\n\n\u003cp\u003eこのキネティックメタル彫刻で、庭に慰め、美しさ、そして生命の息吹をもたらしましょう。大切な思い出への時を超えた賛辞です。\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img81\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260727145248\/6d1e330cb6af0812a8a583688924f580.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003cdiv class=\"grid-2 feature-card\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img82\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260727145248\/59ce5f91afaafe7c7d4922a8f6e25fa3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2\u003e慰めとつながりの象徴\u003c\/h2\u003e\n\n\u003cp\u003e「愛する人が近くにいるときにコマドリが現れる」という思いに触発されたこの手作りの作品は、美しく永続的な記念品として機能します。枝にとまる三羽の詳細な鳥たちが、屋外の聖域に平和と存在感をもたらします。\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e意味のある贈り物\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e芸術的デザイン\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e感情的価値\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003cdiv class=\"grid-2 reverse feature-card\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img83\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260727145248\/ff02f188994b52a72b62ca34622c3700.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2\u003e風と踊る\u003c\/h2\u003e\n\n\u003cp\u003e完璧にバランスの取れたアーチ状の金属の茎は、そよ風に優しく揺れるよう設計されています。この微妙な動きが、庭に動的で自然な感覚をもたらし、本物の枝にとまる鳥の優雅さを模倣します。\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eキネティックムーブメント\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eバランスの取れたデザイン\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e自然な魅力\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003cdiv class=\"grid-2 feature-card\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img84\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260727145248\/264e93873e47097e8e425d98b9d2f208.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2\u003eオールシーズン対応\u003c\/h2\u003e\n\n\u003cp\u003e頑丈で錆びにくい金属合金に素朴な仕上げを施したこの庭用杭は、自然の厳しい環境に耐えるよう作られています。天候によるダメージを気にせず、一年中美しさを楽しめます。\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e耐候性\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e耐久性のある合金\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eオールシーズン使用可能\u003c\/span\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=\"section-spacing\"\u003e\n\u003ch2\u003e仕様\u003c\/h2\u003e\n\n\u003ctable class=\"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 data-label=\"Product Type\"\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 data-label=\"Material\"\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 data-label=\"Total Length\"\u003e約24インチ（61 cm）\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 data-label=\"Bird Size (Approx.)\"\u003e高さ：10 cm（3.9インチ）\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 data-label=\"Installation Style\"\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 data-label=\"Available Styles\"\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!-- D. FAQ --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2\u003eよくある質問\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003e庭用杭の設置方法は？\u003c\/h3\u003e\n\n\u003cp\u003e設置は簡単です。庭の土や芝生の適切な場所を見つけ、杭の底部をしっかりと地面に押し込んで固定してください。工具は不要です。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003e一年中屋外に置いても大丈夫ですか？\u003c\/h3\u003e\n\n\u003cp\u003eはい、杭は耐久性があり、季節を通じて屋外の環境に耐えるよう設計された耐候性の金属合金で作られています。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"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\n","brand":"Newjoyloo","offers":[{"title":"ロビン","offer_id":46904268390573,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"カーディナル","offer_id":46904268423341,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"ルリチョウ","offer_id":46904268456109,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"フクロウ","offer_id":46904268488877,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"ハイランド牛","offer_id":46904268521645,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/6d1e330cb6af0812a8a583688924f580.jpg?v=1785137128","url":"https:\/\/newjoyloo.com\/ja\/products\/memorial-robin-garden-tribute-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}