{"product_id":"christmas-wreath-artificial-flower-45cm","title":"クリスマスリース｜Snowy Hiba \u0026 Silver","description":"\u003cstyle\u003e\n  .bonheur-xmas {\n    --text: #2d2926;\n    --sub: #6f6863;\n    --line: #ddd7d1;\n    --soft: #f5f2ee;\n    --deep: #202421;\n    --accent: #b9aa98;\n\n    position: relative;\n    left: 50%;\n    width: 100vw;\n    max-width: none !important;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    color: var(--text);\n    background: #fff;\n  }\n\n  .bonheur-xmas * {\n    box-sizing: border-box;\n  }\n\n  .bonheur-xmas__inner {\n    width: min(1240px, calc(100% - 80px));\n    margin: 0 auto;\n  }\n\n  .bonheur-xmas__eyebrow {\n    margin: 0 0 16px;\n    font-family: Arial, sans-serif;\n    font-size: 9px;\n    line-height: 1.4;\n    letter-spacing: .22em;\n    color: #91867d;\n  }\n\n  .bonheur-xmas__heading {\n    margin: 0;\n    font-family: \"Yu Mincho\",\"Hiragino Mincho ProN\",\"Noto Serif JP\",serif;\n    font-weight: 400;\n    letter-spacing: .05em;\n    color: var(--text) !important;\n  }\n\n  .bonheur-xmas__text {\n    margin: 0;\n    font-size: 13px;\n    line-height: 2;\n    letter-spacing: .035em;\n    color: var(--sub);\n  }\n\n  \/* INTRO *\/\n  .bonheur-xmas__intro {\n    padding: 96px 0 105px;\n    background: var(--soft);\n  }\n\n  .bonheur-xmas__intro-title {\n    margin-bottom: 24px;\n    font-size: clamp(34px, 4vw, 52px);\n    line-height: 1.55;\n  }\n\n  .bonheur-xmas__intro-text {\n    max-width: 760px;\n  }\n\n  \/* ABOUT *\/\n  .bonheur-xmas__about {\n    padding: 115px 0;\n    background: var(--deep);\n  }\n\n  .bonheur-xmas__about-grid {\n    display: grid;\n    grid-template-columns: .8fr 1.2fr;\n    gap: 80px;\n    align-items: start;\n  }\n\n  .bonheur-xmas__about .bonheur-xmas__eyebrow {\n    color: #c8b8a7;\n  }\n\n  .bonheur-xmas__about-title {\n    font-size: clamp(30px, 3vw, 42px);\n    line-height: 1.65;\n    color: #f7f2eb !important;\n  }\n\n  .bonheur-xmas__about .bonheur-xmas__text {\n    color: rgba(255,255,255,.7);\n  }\n\n  \/* FEATURES *\/\n  .bonheur-xmas__features {\n    padding: 110px 0;\n    background: #fff;\n  }\n\n  .bonheur-xmas__features-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border-top: 1px solid var(--line);\n    margin-top: 48px;\n  }\n\n  .bonheur-xmas__feature {\n    padding: 28px 28px 28px 0;\n  }\n\n  .bonheur-xmas__feature + .bonheur-xmas__feature {\n    padding-left: 28px;\n    border-left: 1px solid var(--line);\n  }\n\n  .bonheur-xmas__feature-label {\n    display: block;\n    margin-bottom: 14px;\n    font-size: 9px;\n    letter-spacing: .18em;\n    color: #9b9189;\n  }\n\n  .bonheur-xmas__feature-title {\n    margin: 0 0 10px;\n    font-family: \"Yu Mincho\",\"Hiragino Mincho ProN\",\"Noto Serif JP\",serif;\n    font-size: 18px;\n    line-height: 1.6;\n    font-weight: 400;\n    color: var(--text) !important;\n  }\n\n  .bonheur-xmas__feature-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.9;\n    color: #746d67;\n  }\n\n  \/* INFO *\/\n  .bonheur-xmas__info {\n    padding: 105px 0;\n    background: var(--soft);\n  }\n\n  .bonheur-xmas__info-grid {\n    display: grid;\n    grid-template-columns: .75fr 1.25fr;\n    gap: 80px;\n  }\n\n  .bonheur-xmas__info-title {\n    font-size: clamp(28px, 3vw, 40px);\n    line-height: 1.6;\n  }\n\n  .bonheur-xmas__info-list {\n    border-top: 1px solid #d7d0c9;\n  }\n\n  .bonheur-xmas__info-row {\n    display: grid;\n    grid-template-columns: 130px 1fr;\n    gap: 24px;\n    padding: 22px 0;\n    border-bottom: 1px solid #d7d0c9;\n  }\n\n  .bonheur-xmas__info-label {\n    font-size: 9px;\n    letter-spacing: .16em;\n    color: #91877f;\n  }\n\n  .bonheur-xmas__info-value {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.9;\n    color: #625b55;\n  }\n\n  \/* FINAL *\/\n  .bonheur-xmas__final {\n    padding: 95px 24px;\n    text-align: center;\n    background: #fff;\n  }\n\n  .bonheur-xmas__final-title {\n    margin: 0;\n    font-family: \"Yu Mincho\",\"Hiragino Mincho ProN\",\"Noto Serif JP\",serif;\n    font-size: clamp(23px, 2.6vw, 34px);\n    line-height: 1.8;\n    font-weight: 400;\n    letter-spacing: .05em;\n    color: var(--text);\n  }\n\n  .bonheur-xmas__brand {\n    display: block;\n    margin-top: 24px;\n    font-size: 9px;\n    letter-spacing: .24em;\n    color: #91867d;\n  }\n\n  @media screen and (max-width: 749px) {\n    .bonheur-xmas__inner {\n      width: calc(100% - 34px);\n    }\n\n    .bonheur-xmas__intro {\n      padding: 60px 0 66px;\n    }\n\n    .bonheur-xmas__intro-title {\n      font-size: 30px;\n    }\n\n    .bonheur-xmas__text {\n      font-size: 12px;\n      line-height: 1.85;\n    }\n\n    .bonheur-xmas__about {\n      padding: 68px 0;\n    }\n\n    .bonheur-xmas__about-grid,\n    .bonheur-xmas__info-grid {\n      grid-template-columns: 1fr;\n      gap: 28px;\n    }\n\n    .bonheur-xmas__about-title,\n    .bonheur-xmas__info-title {\n      font-size: 27px;\n    }\n\n    .bonheur-xmas__features {\n      padding: 68px 0;\n    }\n\n    .bonheur-xmas__features-grid {\n      grid-template-columns: 1fr;\n      margin-top: 30px;\n    }\n\n    .bonheur-xmas__feature {\n      padding: 20px 0;\n      border-bottom: 1px solid var(--line);\n    }\n\n    .bonheur-xmas__feature + .bonheur-xmas__feature {\n      padding-left: 0;\n      border-left: 0;\n    }\n\n    .bonheur-xmas__info {\n      padding: 68px 0;\n    }\n\n    .bonheur-xmas__info-row {\n      grid-template-columns: 90px 1fr;\n      gap: 14px;\n      padding: 18px 0;\n    }\n\n    .bonheur-xmas__final {\n      padding: 65px 20px;\n    }\n\n    .bonheur-xmas__final-title {\n      font-size: 22px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"bonheur-xmas\"\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003csection class=\"bonheur-xmas__intro\"\u003e\n    \u003cdiv class=\"bonheur-xmas__inner\"\u003e\n\n      \u003cp class=\"bonheur-xmas__eyebrow\"\u003e\n        CHRISTMAS WREATH\n      \u003c\/p\u003e\n\n      \u003ch2 class=\"bonheur-xmas__heading bonheur-xmas__intro-title\"\u003e\n        冬の空気を纏う、\u003cbr\u003e\n        アーティフィシャルフラワーのリース。\n      \u003c\/h2\u003e\n\n     \u003cp class=\"bonheur-xmas__text bonheur-xmas__intro-text\"\u003e\n  スノーパウダーをまとったヒバや、\n  シルバーの実ものを合わせた、\n  直径約45cmのアーティフィシャルフラワーのクリスマスリースです。\u003cbr\u003e\u003cbr\u003e\n\n  冬らしい静かな華やかさを感じるデザインに仕立て、\n  玄関やリビングなどのクリスマスインテリアとして\n  長くお楽しみいただけます。\n\u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- ABOUT ARTIFICIAL --\u003e\n  \u003csection class=\"bonheur-xmas__about\"\u003e\n    \u003cdiv class=\"bonheur-xmas__inner\"\u003e\n\n      \u003cdiv class=\"bonheur-xmas__about-grid\"\u003e\n\n        \u003cdiv\u003e\n          \u003cp class=\"bonheur-xmas__eyebrow\"\u003e\n            ARTIFICIAL FLOWERS\n          \u003c\/p\u003e\n\n          \u003ch2 class=\"bonheur-xmas__heading bonheur-xmas__about-title\"\u003e\n            長く楽しめる、\u003cbr\u003e\n            自然な花の表情。\n          \u003c\/h2\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cp class=\"bonheur-xmas__text\"\u003e\n            使用しているアーティフィシャルフラワーは、\n            花や葉の表情、色の奥行きまで丁寧に表現された高品質な造花です。\u003cbr\u003e\u003cbr\u003e\n\n            一つひとつ手作業で成形・組み立てされ、\n            深みのある色合いを表現するために\n            複数回にわたり彩色された花材などを使用しています。\u003cbr\u003e\u003cbr\u003e\n\n            生花のような自然な表情を楽しみながら、\n            季節を越えて長く飾っていただけます。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"bonheur-xmas__features\"\u003e\n    \u003cdiv class=\"bonheur-xmas__inner\"\u003e\n\n      \u003cp class=\"bonheur-xmas__eyebrow\"\u003e\n        DETAIL\n      \u003c\/p\u003e\n\n      \u003ch2 class=\"bonheur-xmas__heading bonheur-xmas__info-title\"\u003e\n        Bonheurで、一つひとつ丁寧に。\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"bonheur-xmas__features-grid\"\u003e\n\n        \u003cdiv class=\"bonheur-xmas__feature\"\u003e\n          \u003cspan class=\"bonheur-xmas__feature-label\"\u003e\n            01 \/ HANDMADE\n          \u003c\/span\u003e\n\n          \u003ch3 class=\"bonheur-xmas__feature-title\"\u003e\n            一点ずつ手作業で制作\n          \u003c\/h3\u003e\n\n          \u003cp class=\"bonheur-xmas__feature-text\"\u003e\n            花材の表情やバランスを見ながら、\n            Bonheurで一つひとつ丁寧に制作しています。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"bonheur-xmas__feature\"\u003e\n          \u003cspan class=\"bonheur-xmas__feature-label\"\u003e\n            02 \/ HANGING\n          \u003c\/span\u003e\n\n          \u003ch3 class=\"bonheur-xmas__feature-title\"\u003e\n            壁掛けワイヤー付き\n          \u003c\/h3\u003e\n\n          \u003cp class=\"bonheur-xmas__feature-text\"\u003e\n            リースには壁掛け用のワイヤーをお付けしています。\n            飾る際はこちらのワイヤーをご使用ください。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n\n      \u003cdiv class=\"bonheur-xmas__feature\"\u003e\n\n  \u003cspan class=\"bonheur-xmas__feature-label\"\u003e\n    03 \/ INDIVIDUAL\n  \u003c\/span\u003e\n\n  \u003ch3 class=\"bonheur-xmas__feature-title\"\u003e\n    一つずつ異なる仕上がり\n  \u003c\/h3\u003e\n\n  \u003cp class=\"bonheur-xmas__feature-text\"\u003e\n    掲載写真は仕上がりの一例です。\n    花材の表情や枝ぶり、配置や全体のバランスは、\n    制作ごとに多少異なる場合があります。\u003cbr\u003e\u003cbr\u003e\n\n    写真とまったく同じ配置ではなく、\n    その時の花材に合わせて一つひとつ丁寧に仕立てています。\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- PRODUCT INFO --\u003e\n  \u003csection class=\"bonheur-xmas__info\"\u003e\n    \u003cdiv class=\"bonheur-xmas__inner\"\u003e\n\n      \u003cdiv class=\"bonheur-xmas__info-grid\"\u003e\n\n        \u003cdiv\u003e\n          \u003cp class=\"bonheur-xmas__eyebrow\"\u003e\n            PRODUCT INFORMATION\n          \u003c\/p\u003e\n\n          \u003ch2 class=\"bonheur-xmas__heading bonheur-xmas__info-title\"\u003e\n            商品について\n          \u003c\/h2\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"bonheur-xmas__info-list\"\u003e\n\n          \u003cdiv class=\"bonheur-xmas__info-row\"\u003e\n            \u003cspan class=\"bonheur-xmas__info-label\"\u003e\n              MATERIAL\n            \u003c\/span\u003e\n\n            \u003cp class=\"bonheur-xmas__info-value\"\u003e\n              アーティフィシャルフラワー\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"bonheur-xmas__info-row\"\u003e\n            \u003cspan class=\"bonheur-xmas__info-label\"\u003e\n              SIZE\n            \u003c\/span\u003e\n\n            \u003cp class=\"bonheur-xmas__info-value\"\u003e\n              直径 約45cm\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"bonheur-xmas__info-row\"\u003e\n            \u003cspan class=\"bonheur-xmas__info-label\"\u003e\n              CARE\n            \u003c\/span\u003e\n\n            \u003cp class=\"bonheur-xmas__info-value\"\u003e\n              水やりは必要ありません。\u003cbr\u003e\n              強い直射日光や高温多湿を避けて飾っていただくことで、\n              より長く美しい状態をお楽しみいただけます。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL --\u003e\n  \u003csection class=\"bonheur-xmas__final\"\u003e\n\n    \u003cp class=\"bonheur-xmas__final-title\"\u003e\n      冬の景色を、\u003cbr\u003e\n      暮らしの中に。\n    \u003c\/p\u003e\n\n    \u003cspan class=\"bonheur-xmas__brand\"\u003e\n      BONHEUR\n    \u003c\/span\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Bonheur~花に恋して~","offers":[{"title":"Default Title","offer_id":46241198440495,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0781\/3890\/0527\/files\/177162028.webp?v=1790148213","url":"https:\/\/bonheur87.com\/products\/christmas-wreath-artificial-flower-45cm","provider":"Bonheur~花に恋して~","version":"1.0","type":"link"}