{"title":"ご購入者様限定クーポン","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eクーポンページ\u003c\/title\u003e\n    \u003cstyle\u003e\n        #coupon-section * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        #coupon-section {\n            font-family: \"游ゴシック体\", YuGothic, \"游ゴシック\", \"Yu Gothic\", sans-serif;\n            background-color: #EEECDD;\n            color: #000;\n        }\n\n        #coupon-section .container {\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        #coupon-section .kv-image {\n            width: 100%;\n            height: auto;\n            margin-top: 16px;\n            display: block;\n            background-color: #A2C2DD;\n            aspect-ratio: 16 \/ 9;\n        }\n\n        #coupon-section .content {\n            padding: 32px 20px;\n            text-align: center;\n        }\n\n        #coupon-section .coupon-code {\n            background-color: #A2C2DD;\n            color: #333;\n            padding: 20px 24px;\n            border-radius: 12px;\n            margin-bottom: 24px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n        }\n\n        #coupon-section .coupon-code .title {\n            font-size: 16px;\n            font-weight: normal;\n            margin-bottom: 12px;\n            line-height: 1.5;\n        }\n\n        #coupon-section .coupon-code h2 {\n            font-size: 14px;\n            font-weight: normal;\n            margin-bottom: 10px;\n            letter-spacing: 0.05em;\n        }\n\n        #coupon-section .coupon-code .code {\n            font-size: 22px;\n            font-weight: bold;\n            letter-spacing: 0.1em;\n            padding: 12px;\n            background-color: rgba(238, 236, 221, 0.2);\n            border-radius: 8px;\n            display: inline-block;\n            margin-bottom: 0px;\n        }\n\n        #coupon-section .copy-button {\n            background-color: #9C2335;\n            color: #EEECDD;\n            border: none;\n            padding: 14px 32px;\n            border-radius: 8px;\n            font-size: 16px;\n            font-weight: bold;\n            cursor: pointer;\n            margin-top: 16px;\n            transition: opacity 0.3s ease;\n            width: 100%;\n            max-width: 280px;\n        }\n\n        #coupon-section .copy-button:active {\n            opacity: 0.7;\n        }\n\n        #coupon-section .copy-button.copied {\n            background-color: #EEECDD;\n            color: #000;\n        }\n\n        #coupon-section .gift-wrap-notice {\n            font-size: 13px;\n            color: #333;\n            margin-top: 12px;\n            line-height: 1.6;\n        }\n\n        #coupon-section .notice {\n            font-size: 12px;\n            color: #000;\n            line-height: 1.7;\n            padding: 0 8px;\n        }\n\n        @media (min-width: 768px) {\n            #coupon-section .container {\n                max-width: 480px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv id=\"coupon-section\"\u003e\n         \u003cdiv class=\"container\"\u003e\n            \u003c!-- KV画像 --\u003e\n            \u003c!-- \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/CRM_travel_KV.jpg\" alt=\"ギフトにおすすめアイテム\" class=\"kv-image\"\u003e --\u003e\n            \n            \u003c!-- コンテンツエリア --\u003e\n            \u003cdiv class=\"content\"\u003e\n                \u003c!-- クーポンコード --\u003e\n                \u003cdiv class=\"coupon-code\"\u003e\n                    \u003cdiv class=\"title\"\u003e\n★ページ内の商品が対象★\u003cbr\u003e\u003cbr\u003e\nすべてギフトラッピングできます！\u003csmall\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/small\u003e\n\u003cb\u003eギフトにおすすすめのアイテム\u003cbr\u003eに使える20%OFFクーポン\u003cbr\u003e\u003c\/b\u003e\n\u003c\/div\u003e\n                    \u003ch2\u003eクーポンコード\u003c\/h2\u003e\n                    \u003cdiv class=\"code\"\u003eTXPG25GIFT\u003c\/div\u003e\n                    \u003cbutton class=\"copy-button\" onclick=\"copyCouponCode()\"\u003eコードをコピー\u003c\/button\u003e\n                    \u003cp class=\"gift-wrap-notice\"\u003eギフトラッピングの選択方法については、\u003cbr\u003e各商品ページでご確認ください。\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003c!-- 注意書き --\u003e\n                \u003cp class=\"notice\"\u003e\n                    ※クーポンの利用はご購入いただいたアカウントでのログインが必須となります。未ログイン状態ではクーポンは利用いただけませんのでご了承ください。\u003cbr\u003e※他キャンペーン・クーポンとの併用不可\u003cbr\u003e\u003cbr\u003e\u003cb\u003e\u003cbig\u003e有効期限:注文日から30日間\u003c\/big\u003e\u003c\/b\u003e\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        function copyCouponCode() {\n            const code = 'TXPG25GIFT';\n            const button = document.querySelector('#coupon-section .copy-button');\n            \n            navigator.clipboard.writeText(code).then(() =\u003e {\n                button.textContent = 'コピーしました!';\n                button.classList.add('copied');\n                \n                setTimeout(() =\u003e {\n                    button.textContent = 'コードをコピー';\n                    button.classList.remove('copied');\n                }, 2000);\n            }).catch(err =\u003e {\n                alert('コピーに失敗しました');\n            });\n        }\n    \u003c\/script\u003e\n\n\u003c\/body\u003e","products":[{"product_id":"pillow_portable","title":"腦睡眠科技枕 攜帶版","description":"\u003cstyle\u003e\n.release__example__item img {height: 100%!important;}\n  body .customBuyButton__scroll,\n  body .section-header.shopify-section-group-header-group {\n    z-index: 10;\n  }\n  #MainContent,\n  html.js {\n    overflow: unset;\n  }\n  #pillow__portaple__wrapper div:empty {\n    display: initial;\n  }\n  #pillow__portaple__wrapper {\n    overflow-x: hidden;\n  }\n  #pillow__portaple__wrapper video {\n    height: auto;\n  }\n  #pillow__portaple__wrapper a {\n    text-decoration: unset;\n    color: #000;\n  }\n  #pillow__portaple__wrapper ul {\n    list-style: none;\n  }\n  .technology__link__lists {\n    padding: 0;\n  }\n  #pillow__portaple__wrapper img {\n    width: 100%;\n    height: auto;\n    max-width: 100%;\n  }\n  .faq__item img {\n    width: auto;\n    max-width: 100%;\n  }\n  .spec__item__desc__text__content__title,\n  .release__title__text,\n  .release__example__item__title,\n  .spec__item__title,\n  .section__title__text,\n  .technology__item__title,\n  .technology__item__graph__title,\n  .technology__item__desc__text__content__title,\n  .mv__caption__title,\n  .sleep__info__quality__golden__title {\n    margin: 0;\n  }\n  .mv__caption__text,\n  .mv__caption__text__always__text,\n  .comparison__ttl,\n  .technology__item__desc__text__content__title,\n  #cover.spec__item .spec__item__desc__text__content__title {\n    margin-top: 0;\n  }\n  .technology__link__lists__desc,\n  .technology__item__desc__text__content__desc,\n  .technology__link__lists__title {\n    margin-bottom: 0;\n  }\n  .technology__link__lists {\n    padding: 0 !important;\n  }\n  .pillow__mv {\n    height: 42.8571428571429vw;\n    overflow: hidden;\n    position: relative;\n  }\n  .pillow__mv__layer1 {\n    background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_mv2_model.jpg);\n    background-position: center;\n    background-size: cover;\n    height: 100%;\n    position: absolute;\n    right: 0;\n    top: 0;\n    width: 60vw;\n  }\n  .pillow__mv__layer2 {\n    animation-duration: 8s;\n    animation-timing-function: cubic-bezier(0.35, 0, 0.27, 1);\n    border-right: #fff solid 5px;\n    height: 100%;\n    left: 0;\n    overflow: hidden;\n    position: absolute;\n    width: 50%;\n    z-index: 4;\n  }\n  .pillow__mv__layer2__img {\n    background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_mv1_model.jpg);\n    background-position: center left 65%;\n    background-size: cover;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    position: absolute;\n    top: 0;\n    width: 100%;\n  }\n  .mv__caption__text__always {\n    align-items: center;\n    display: flex;\n    left: calc(50% + 101px);\n    position: absolute;\n    position: absolute;\n    top: 80px;\n    z-index: 3;\n  }\n  .mv__caption__text__always__label {\n    background-color: #892335;\n    color: #fff;\n    font-size: 20px;\n    letter-spacing: 0.34em;\n    line-height: 28px;\n    padding: 13px 0 6px;\n    -ms-writing-mode: tb-rl;\n    writing-mode: vertical-rl;\n    display: none;\n  }\n  .mv__caption__text__always__text {\n    font-size: 45px;\n    line-height: 1.2;\n    margin-left: 10px;\n  }\n  .mv__caption__text {\n    display: none;\n    font-size: 30px;\n    left: 101px;\n    line-height: 1.6;\n    position: absolute;\n    top: 116px;\n    z-index: 5;\n  }\n  @media screen and (max-width: 749px) {\n    .pillow__mv {\n      height: 500px;\n    }\n    .pillow__mv__layer1 {\n      background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_mv2_model_sp.jpg);\n      background-position: center;\n      background-size: cover;\n    }\n    .pillow__mv__layer2__img {\n      background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_mv1_model_sp.jpg);\n      background-position: center;\n      background-size: cover;\n    }\n    .mv__caption__text__always {\n      left: 20px;\n      top: 40px;\n      width: 100%;\n      z-index: 5;\n    }\n    .mv__caption__text__always__label {\n      background-color: #892335;\n      color: #fff;\n      font-size: 13px;\n      letter-spacing: 0.34em;\n      line-height: 18px;\n      padding: 10px 0 3px;\n      -ms-writing-mode: tb-rl;\n      writing-mode: vertical-rl;\n    }\n    .mv__caption__text__always__text {\n      font-size: 30px;\n      line-height: 1.392857142857143;\n      margin-left: 7px;\n    }\n    .mv__caption__text {\n      display: none;\n      font-size: 30px;\n      left: 20px;\n      line-height: 1.392857142857143;\n      top: 40px;\n    }\n  }\n  @media screen and (min-width: 750px) {\n    .bx-wrapper img {\n      width: 600px;\n    }\n  }\n\n  .technology__link__image iframe {\n    border: none;\n  }\n  .technology__link__image__logo {\n    position: relative;\n    z-index: 1;\n  }\n  .pillow__mv__layer2 {\n    z-index: 2;\n  }\n  .mv__caption__title {\n    margin-bottom: 20px;\n  }\n  .buy__area {\n    background-color: #fff;\n    border-bottom: 1px #000 solid;\n    border-top: 1px #000 solid;\n    bottom: 0;\n    font-weight: 500;\n    left: 0;\n    padding: 15px 0 18px;\n    position: fixed;\n    width: 100%;\n    z-index: 99999;\n  }\n  .buy__area__flex {\n    align-items: center;\n    display: flex;\n    justify-content: center;\n    margin: 0 auto;\n    width: 532px;\n  }\n  .buy__area__name {\n    font-size: 17px;\n    line-height: 1;\n  }\n  .buy__area__price {\n    font-size: 11px;\n    line-height: 1;\n    margin-top: 10px;\n  }\n  .buy__area__price span {\n    font-family: \"Helvetica Neue\", Helvetica, sans-serif;\n    font-size: 21px;\n    line-height: 1;\n  }\n  .buy__area__btn {\n    background-color: #9c2335;\n    color: #fff !important;\n    font-size: 16px;\n    font-weight: 500;\n    letter-spacing: 0.05em;\n    line-height: 43px;\n    text-align: center;\n    width: 238px;\n  }\n  @media screen and (max-width: 749px) {\n    .buy__area {\n      padding: 20px 0;\n    }\n    .buy__area__flex {\n      justify-content: center;\n      padding-left: 0;\n      width: auto;\n    }\n    .buy__area__text {\n      display: none;\n    }\n    .buy__area__btn {\n      font-size: 16px;\n      line-height: 40px;\n      width: 200px;\n    }\n  }\n  html {\n    scroll-behavior: smooth;\n  }\n  .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {\n    transform: unset;\n    animation: unset;\n    opacity: 1;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pane-cv\"\u003e\u003c\/div\u003e\n\u003c!-- header --\u003e\n\u003cdiv id=\"pillow__portaple__wrapper\"\u003e\n  \u003c!--コンテンツ START--\u003e\n  \u003csection class=\"pillow__mv\" id=\"pillow-mv\"\u003e\n    \u003cdiv class=\"pillow__mv__layer1\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"pillow__mv__layer2\" id=\"mv-layer2\"\u003e\n      \u003cdiv class=\"pillow__mv__layer2__img\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mv__caption__text__always\"\u003e\n      \u003cp class=\"mv__caption__text__always__label\"\u003e新形状\u003c\/p\u003e\n      \u003cp class=\"mv__caption__text__always__text\"\u003e\n        隨時、隨地\u003cbr\u003e享受舒適好眠\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"mv__caption__text layer1\"\u003e\n      在旅途中\u003cbr\u003e也被極致的\u003cbr\u003e舒適所包圍\n    \u003c\/p\u003e\n    \u003cp class=\"mv__caption__text layer2\"\u003e\n      只需放在飯店或\u003cbr\u003e平常使用的枕頭上、\u003cbr\u003e就能帶來最棒的睡眠體驗\n    \u003c\/p\u003e\n    \u003cdiv class=\"mv__caption\"\u003e\n      \u003ch1 class=\"mv__caption__title\"\u003e\n        \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_brainsleep_pillowportable.png\" alt=\"BRAIN SLEEP PILLOWPORTABLE\"\u003e\n      \u003c\/h1\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- \u003cdiv class=\"buy__area\"\u003e\n              \u003cdiv class=\"buy__area__flex\"\u003e\n                \u003ca class=\"buy__area__btn\" href=\"#buy\"\u003e購入に進む\u003c\/a\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e --\u003e\n\n  \u003csection class=\"release\" id=\"release\"\u003e\n    \u003cdiv class=\"release__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"release__title__text fadeInUpShort animated\"\u003e\n        新式睡眠崛起\u003cbr\u003e多功能枕頭登場！\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"release__example animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"release__example__item fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_release_topper_model.jpg\" alt=\"\"\u003e\n        \u003ch3 class=\"release__example__item__title\"\u003eTOPPER PILLOW\u003c\/h3\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"release__example__item fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_release_neck_model.jpg\" alt=\"\"\u003e\n        \u003ch3 class=\"release__example__item__title\"\u003eNECK PILLOW\u003c\/h3\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"release__example__item fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_release_nap_model.jpg\" alt=\"\"\u003e\n        \u003ch3 class=\"release__example__item__title\"\u003eNAP PILLOW\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"release__example__img animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n      \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_release_example_bg.webp\" alt=\"\" class=\"fadeInUpShort animated only_pc\"\u003e\n      \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_release_example_bg_sp.webp\" alt=\"\" class=\"fadeInUpShort animated only_sp\"\u003e\n      \u003cp class=\"release__example__img__txt\"\u003e一顆在手\u003cbr\u003e完全擁有\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"technology\" id=\"features\"\u003e\n    \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n        \u003cspan\u003eFEATURES\u003c\/span\u003e特性\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"technology__link\"\u003e\n      \u003cul class=\"technology__link__lists animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cli class=\"item fadeInUpShort animated slower\"\u003e\n          \u003cdiv class=\"technology__link__lists__img\"\u003e\n            \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_link_img01_model.jpg\" alt=\"\"\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"technology__link__lists__title\"\u003e\n            \u003cspan\u003e01\u003c\/span\u003eMulti comfort\n          \u003c\/h3\u003e\n          \u003cp class=\"technology__link__lists__desc\"\u003e\n            任何情境都能\u003cbr\u003e享受舒適好眠\n          \u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli class=\"item fadeInUpShort animated slower\"\u003e\n          \u003cdiv class=\"technology__link__lists__img\"\u003e\n            \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_link_img02.jpg\" alt=\"\"\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"technology__link__lists__title\"\u003e\n            \u003cspan\u003e02\u003c\/span\u003eCompact \u0026amp; light\n          \u003c\/h3\u003e\n          \u003cp class=\"technology__link__lists__desc\"\u003e\n            攜帶方便\u003cbr\u003e輕巧尺寸\u003cbr\u003e\u003csmall class=\"technology__link__lists__desc__sm\"\u003e（重量為腦眠科技枕的1\/3）\u003c\/small\u003e\n          \u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli class=\"item fadeInUpShort animated slower\"\u003e\n          \u003cdiv class=\"technology__link__lists__img\"\u003e\n            \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_link_img03.jpg\" alt=\"\"\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"technology__link__lists__title\"\u003e\n            \u003cspan\u003e03\u003c\/span\u003eSuper clean\n          \u003c\/h3\u003e\n          \u003cp class=\"technology__link__lists__desc\"\u003e\n            可整顆水洗\u003cbr\u003e保持清潔\n          \u003c\/p\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"technology__link__image__box animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" style=\"position:relative;\"\u003e\n          \u003cdiv class=\"technology__link__image fadeInUpShort animated\"\u003e\n              \u003ciframe src=\"https:\/\/player.vimeo.com\/video\/726931037?autoplay=1\u0026amp;muted=1\u0026amp;loop=1\u0026amp;controls=0\u0026amp;title=0\u0026amp;byline=0\u0026amp;portrait=0\" allow=\"autoplay; fullscreen\" frameborder=\"0\" style=\"display:block;\"\u003e\u003c\/iframe\u003e\n          \u003c\/div\u003e\n          \u003c!-- コントロールUI隠し用オーバーレイ --\u003e\n          \u003cdiv style=\"position:absolute; bottom:0; left:0; width:100%; height:60px; background:#fff; pointer-events:none;\"\u003e\u003c\/div\u003e\n                  \u003c!-- \u003ciframe src=\"https:\/\/player.vimeo.com\/video\/726931037?background=1\u0026autoplay=1\u0026muted=1\u0026loop=1\" allow=\"autoplay; fullscreen\" frameborder=\"0\"\u003e\u003c\/iframe\u003e                \u003c\/div\u003e --\u003e\n          \u003cdiv class=\"technology__link__image__logo fadeInUpShort animated\"\u003e\n              \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_pillowportable_logo.png\" alt=\"BRAIN SLEEP PILLOWPORTABLE\"\u003e\n          \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"technology\" id=\"scene\"\u003e\n    \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n        \u003cspan\u003eSCENE\u003c\/span\u003e情境\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"technology__item\" id=\"topper\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\u003e\n      \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n          \u003cspan\u003e01\u003c\/span\u003e for TOPPER PILLOW\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_topper01_model.jpg\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text\"\u003e\n          \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n              旅宿、飯店等\u003cbr\u003e加裝在普通的枕頭上\u003cbr\u003e通往最舒適的睡眠\n            \u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              「在旅宿中睡不著、頸部疼痛醒來好幾次」\u003cbr\u003e「新買的枕頭不合適，但丟掉可惜」\u003cbr\u003e只要覆蓋上一顆腦眠科技枕 攜帶版，就可以創造舒適的睡眠環境。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_topper02_model.jpg\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text\"\u003e\n          \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n              腦部睡眠、超透氣\u003cbr\u003e支撐頸部、\u003cbr\u003e超舒適睡姿\n            \u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              擁有90%以上的空氣層，使得頭部和枕頭之間的空氣可以流動，並排出熱氣和濕氣。\u003cbr\u003e抑制睡眠中上升的體溫，讓您舒適一覺到天亮。\u003cbr\u003e高反彈的立體構造纖維材質，能夠確實支撐頭、頸部，避免過度下沉。\u003cbr\u003e能夠以最正確的睡姿，擁有舒適睡眠。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_topper03_model.jpg\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text\"\u003e\n          \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n              超低枕頭\u003cbr\u003e單顆也能夠使用\n            \u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              偏好低枕頭、喜歡用毛巾代替枕頭的您推薦嘗試。\u003cbr\u003e腦眠科技枕 攜帶版單顆也能夠獨立使用。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"technology__item\" id=\"neck\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\u003e\n      \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n          \u003cspan\u003e02\u003c\/span\u003e for NECK PILLOW\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_neck01_model.jpg\" alt=\"LAYER\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text\"\u003e\n          \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n              旅途移動中\u003cbr\u003e舒適的包覆感\n            \u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              移動中零碎時間的睡眠，也要品質保證。\u003cbr\u003e使疲累的腦部達到重新開機的清爽感。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_neck02_model.jpg\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__img only_sp fade_sp\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_neck03_model.jpg\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text\"\u003e\n          \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n              貼合頭頸部\u003cbr\u003e加高靠墊\u003cbr\u003e擁有超透氣材質\u003cbr\u003e長時間也很舒適\n            \u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              正確支撐頸部曲線，\u003cbr\u003e不用橫躺，也能舒適。\u003cbr\u003e有超透氣材質，可以排除頭頸部周圍的熱氣，長時間使用也不悶熱，感受輕盈。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc only_pc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_neck03_model.jpg\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"technology__item\" id=\"nap1\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\u003e\n      \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n          \u003cspan\u003e03\u003c\/span\u003e for NAP PILLOW\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_nap01_model.jpg\" alt=\"LAYER\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text\"\u003e\n          \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n              支援午睡枕\u003cbr\u003e超高效回神\n            \u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              對於起床後就持續忙於工作的大腦，小睡片刻是很大的幫助。\u003cbr\u003e一天中短時間的午睡，不只可以減輕疲勞感，研究證實也能提高記憶力和專注力。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"technology__item\" id=\"nap2\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\u003e\n      \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n          \u003cspan\u003e04\u003c\/span\u003e for BACKREST\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_nap02_model.jpg\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text\"\u003e\n          \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n              支援靠墊\u003cbr\u003e支撐腰部\n            \u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              長時間坐在電腦桌前，對腰部是\u003cbr\u003e極大的負擔，也是造成腰痛的原因。\u003cbr\u003e將本產品當成靠墊，因為高反彈的立體纖維構造，能給予您的腰部確實地支撐。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_nap03_model.jpg\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text\"\u003e\n          \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n              維持正確的姿勢\n            \u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              只需要沿著腰部曲線放置。\u003cbr\u003e能夠使座骨挺起導正腰椎回到正常曲線。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"technology__item\" id=\"clean\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\u003e\n      \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n          \u003cspan\u003e05\u003c\/span\u003e Super clean\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_mov_07_pc.jpg\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text\"\u003e\n          \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n              可整顆水洗保持清潔\n            \u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              枕套到內材全部都可以水洗，隨時保持清潔。\u003cbr\u003e使用永續素材，對地球也很友善。\u003cbr\u003e內材可以用蓮蓬頭沖洗，清潔污漬和氣味。清潔完只要陰乾就好。也可以放入專用的清潔網內再放入洗衣機清洗。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"spec__title\" id=\"spec\"\u003e\n    \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n        \u003cspan\u003eSPEC\u003c\/span\u003e尺寸\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"spec__item\" id=\"material\"\u003e\n    \u003cdiv class=\"spec__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"spec__item__title fadeInUpShort animated\"\u003eSize\u003c\/h2\u003e\n      \u003cdiv class=\"spec__item__desc\"\u003e\n        \u003cdiv class=\"spec__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_detail_27500_16589166102995.jpg?2\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec__item__desc__text fadeInUpShort animated\"\u003e\n          \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n            \u003ch3 class=\"spec__item__desc__text__content__title\"\u003e平放時\u003c\/h3\u003e\n            \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n              橫寬 約580mm×深長 約300mm×厚度 約30mm\/約40mm（最長邊）\u003cbr\u003e伸縮帶 約80mm~約620mm（全長）\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec__item__desc\"\u003e\n        \u003cdiv class=\"spec__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_detail_27500_16589172745579.jpg?2\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec__item__desc__text fadeInUpShort animated\"\u003e\n          \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n            \u003ch3 class=\"spec__item__desc__text__content__title\"\u003e\n              頸枕、輕鬆帶\n            \u003c\/h3\u003e\n            \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n              橫寬 約150mm×深長 約250mm×厚度 約150mm（最長邊） \u003cbr\u003e伸縮帶 約80mm~約620mm（全長）\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec__item__desc\"\u003e\n        \u003cdiv class=\"spec__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_detail_27500_16589166327995.jpg?2\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec__item__desc__text fadeInUpShort animated\"\u003e\n          \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n            \u003ch3 class=\"spec__item__desc__text__content__title\"\u003e對折時\u003c\/h3\u003e\n            \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n              橫寬 約300mm×深長 約290mm×厚度 約60mm\/80mm（最長邊）\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec__item__desc\"\u003e\n        \u003cdiv class=\"spec__item__desc__img fadeInUpShort animated\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec__item__desc__text fadeInUpShort animated\"\u003e\n          \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n            \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n              ■重量\u003cbr\u003e約210g\u003cbr\u003e■材質\u003cbr\u003e內材 聚乙烯100%\u003cbr\u003e枕套 網狀面 聚酯纖維100%、側面材質 尼龍100%、伸縮帶 聚丙烯100%\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"other__title\" id=\"other\"\u003e\n    \u003cdiv class=\"section__title\"\u003e\n      \u003ch2 class=\"section__title__text\"\u003e\n        \u003cspan\u003eRecommended selection\u003c\/span\u003e提高睡眠品質的推薦商品\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"other__mattress\"\u003e\n    \u003cdiv class=\"other__mattress__inner\"\u003e\n      \u003ch3 class=\"other__mattress__text__sub__title only_sp\"\u003e\n        理想睡姿×完美分散體壓 \u003cbr\u003e一款改變你起床感受的床墊\n      \u003c\/h3\u003e\n      \u003cdiv class=\"other__mattress__img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_other_mattress_plus_float.png?6\" alt=\"\" width=\"1280\" height=\"482\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"other__mattress__text\"\u003e\n        \u003cdiv class=\"other__mattress__text__title\"\u003e\n          \u003ch2 class=\"other__mattress__text__title__logo\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_other_mattress_plus_float_logo.png\" alt=\"BRAIN SLEEP FLOAT\" width=\"300\" height=\"105\"\u003e\n          \u003c\/h2\u003e\n          \u003cp class=\"other__mattress__text__title__name\"\u003e\n            腦眠科技床墊 加倍釋壓版\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"other__mattress__text__sub\"\u003e\n          \u003ch3 class=\"other__mattress__text__sub__title\"\u003e\n            理想睡姿×完美分散體壓 \u003cbr\u003e一款改變你起床感受的床墊\n          \u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_plus_float\" class=\"other__more__btn other__more__btn__black other__mattress__text__sub__more\"\u003e了解更多\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"other__col2\"\u003e\n    \u003csection class=\"other__col2__item\" id=\"other__coin\"\u003e\n      \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e\n        睡眠醫學×AI \u003cbr\u003e客製化測試睡眠\n      \u003c\/h3\u003e\n      \u003cdiv class=\"other__col2__item__coin__img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_other_coin.jpg\" alt=\"\" width=\"700\" height=\"700\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"other__col2__item__inner\"\u003e\n        \u003cdiv\u003e\n          \u003ch2 class=\"other__col2__item__logo other__col2__item__coin__logo\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_other_coin_logo.png\" alt=\"BRAIN SLEEP COIN\" width=\"199\" height=\"61\"\u003e\n          \u003c\/h2\u003e\n          \u003cp class=\"other__col2__item__logotext\"\u003e腦眠科技 量測幣\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"other__col2__item__flex\"\u003e\n          \u003cp class=\"other__col2__item__flex__desc\"\u003e\n            睡眠醫學×AI \u003cbr\u003e客製化測試睡眠\n          \u003c\/p\u003e\n          \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n\n    \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" id=\"other__conforter\"\u003e\n    \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e\n      不再需要羽絨或毛毯 \u003cbr\u003e是一款極致溫暖的被子\n    \u003c\/h3\u003e\n    \u003cdiv class=\"other__col2__item__img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_comforter_perfect_warm_ex.png\" alt=\"\" width=\"600\" height=\"222\"\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n      \u003cdiv\u003e\n        \u003ch2 class=\"other__col2__item__logo\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_comforter_perfect_warm_ex_logo.png\" alt=\"BRAIN SLEEP COMFORTER PERFECT WARM EX\" width=\"350\" height=\"106\"\u003e\n        \u003c\/h2\u003e\n        \u003cp class=\"other__col2__item__logotext\"\u003e\n          腦眠科技被 極致保暖 EX\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"other__col2__item__flex\"\u003e\n        \u003cp class=\"other__col2__item__flex__desc\"\u003e\n          不再需要羽絨或毛毯 \u003cbr\u003e是一款極致溫暖的被子\n        \u003c\/p\u003e\n        \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_perfectwarmex\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003c!-- \u003csection class=\"other__col2__item\" id=\"other__conforter\"\u003e\n      \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e\n        オールシーズン、これ一枚で快適温度。\n      \u003c\/h3\u003e\n      \u003cdiv class=\"other__col2__item__img\"\u003e\n        \u003cimg\n          loading=\"lazy\"\n          decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_other_conforter.png\"\n          alt=\"\"\n          width=\"509\"\n          height=\"187\"\n        \/\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"other__col2__item__inner\"\u003e\n        \u003cdiv\u003e\n          \u003ch2 class=\"other__col2__item__logo\"\u003e\n            \u003cimg\n              loading=\"lazy\"\n              decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_other_conforter_logo.png\"\n              alt=\"BRAIN SLEEP FLOAT\"\n              width=\"343\"\n              height=\"104\"\n            \/\u003e\n          \u003c\/h2\u003e\n          \u003cp class=\"other__col2__item__logotext\"\u003e\n            ブレインスリープ コンフォーター \u003cbr class=\"only_sp\" \/\u003eオールシーズンズ\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"other__col2__item__flex\"\u003e\n          \u003cp class=\"other__col2__item__flex__desc\"\u003e\n            オールシーズン \u003cbr \/\u003eこれ一枚で快適温度\n          \u003c\/p\u003e\n          \u003ca\n            href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_allseasons\"\n            class=\"other__more__btn other__more__btn__black\"\n            \u003e了解更多\u003c\/a\n          \u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e --\u003e\n\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"possibility animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" id=\"possibility\"\u003e\n    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_possibility_bg_model.webp\" alt=\"\" class=\"only_pc fadeInUpShort animated\"\u003e\n    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_possibility_bg_sp_model.webp\" alt=\"\" class=\"only_sp fadeInUpShort animated\"\u003e\n    \u003cdiv class=\"awakenyourpossibility\"\u003e\n      \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_cool_airthrow_awakenyourpossibility.webp\" alt=\"AWAKEN YOUR POSSIBILITY\" class=\"fadeInUpShort animated\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"possibility__txt\"\u003e來場新的\u003cbr class=\"only_sp\"\u003e睡眠之旅吧！\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"faq\" id=\"faq\"\u003e\n    \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n        \u003cspan\u003eFAQ\u003c\/span\u003e常見問題\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq__main animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n        \u003ch3 class=\"faq__item__question\"\u003e能夠清洗嗎？\u003c\/h3\u003e\n        \u003cdiv class=\"faq__item__answer\"\u003e\n          \u003cp class=\"faq__item__answer__text\"\u003e\n            可以。枕套能使用洗衣機清洗。內材請使用蓮蓬頭沖洗。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n        \u003ch3 class=\"faq__item__question\"\u003e能直接當作枕頭使用嗎？\u003c\/h3\u003e\n        \u003cdiv class=\"faq__item__answer\"\u003e\n          \u003cp class=\"faq__item__answer__text\"\u003e\n            可以。推薦給平常使用折疊毛巾當枕頭、偏好薄枕的您。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n        \u003ch3 class=\"faq__item__question\"\u003e使用中會掉落嗎？\u003c\/h3\u003e\n        \u003cdiv class=\"faq__item__answer\"\u003e\n          \u003cp class=\"faq__item__answer__text\"\u003e\n            當成短枕或靠墊（靠在腰部）使用時，請調整伸縮代的長度貼合枕頭和靠墊的尺寸，以防止掉落。\u003cbr\u003e當成頸枕使用時，伸縮帶請調整成貼合頸部的尺寸，以防止掉落。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n        \u003ch3 class=\"faq__item__question\"\u003e\n          作為頸枕，頸圍大約限制在多少cm呢？\n        \u003c\/h3\u003e\n        \u003cdiv class=\"faq__item__answer\"\u003e\n          \u003cp class=\"faq__item__answer__text\"\u003e\n            因為可以使用伸縮帶調節，所以沒有設限。測試過脖圍尺寸約30cm~約43cm都可以貼合，非常舒適。但是感受還是因人而異。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n        \u003ch3 class=\"faq__item__question\"\u003e\n          不使用的時候，可以摺疊收納嗎？\n        \u003c\/h3\u003e\n        \u003cdiv class=\"faq__item__answer\"\u003e\n          \u003cp class=\"faq__item__answer__text\"\u003e\n            收納時，請不要摺疊，請平放收納。\u003cbr\u003e若是摺疊狀態或負重狀態的長時間收納，可能會使內材耗損劣化。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!--コンテンツ END--\u003e\n\u003c\/div\u003e\n\n\u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_all_zh-hant_v1.css?2\"\u003e\n\u003cstyle\u003e\n  .modal__campaign__detail {\n    text-align: center;\n    padding: 10px 20px;\n    background-color: #ece9db;\n    color: #000;\n    max-width: 1180px;\n    margin: 0px auto 15px auto;\n  }\n\n  .modal__campaign__lead {\n    font-size: 15px;\n  }\n\n  .modal__campaign__txt {\n    font-size: 12px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .modal__campaign__detail {\n      text-align: center;\n      padding: 16px 10px;\n      width: 100%;\n    }\n\n    .modal__campaign__lead {\n      font-size: 15px;\n    }\n\n    .modal__campaign__txt {\n      font-size: 12px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- \u003cdiv class=\"modal__campaign__detail\"\u003e\n        \n        \u003cp class=\"modal__campaign__lead\"\u003e\n        ALL IN ONE購入でノベルティミストをプレゼント！\u003cbr\u003e\n        \u003cspan style=\"font-size: 12px;\"\u003e※ノベルティは商品をカートに追加後に適用されます\u003c\/span\u003e\n        \u003c\/p\u003e\n        \n        \u003c\/div\u003e --\u003e\n\n\u003c!-- \u003cdiv class=\"modal__campaign__detail\"\u003e\n        \n        \u003cp class=\"modal__campaign__lead\"\u003e\n        送料無料\n        \u003c\/p\u003e\n        \n        \u003c\/div\u003e --\u003e\n\n\u003cscript defer src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_all_v1.js\"\u003e\u003c\/script\u003e\n\u003cscript\u003e\n  if (navigator.userAgent.match(\/(iPhone|iPad|iPod|Android)\/)) {\n    jQuery(\".modal__campaign__detail\").prependTo(\".block-goods-detail\");\n  } else {\n    jQuery(\".modal__campaign__detail\").prependTo(\".pane-goods-header\");\n  }\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  jQuery(function () {\n    const bannerHtml =\n      '\u003cdiv class=\"cpmodal_link\" style=\"order:270;margin-top:10px;\"\u003e\u003ca href=\"https:\/\/www.zzz-land.com\/shop\/pages\/furusato_lineup.aspx#portable\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"\/img\/usr\/banner\/sp_head_furusatonozei_0907.jpg?5\"\u003e\u003c\/a\u003e\u003c\/div\u003e';\n    jQuery(\".block-add-cart\").eq(0).after(bannerHtml);\n  });\n\u003c\/script\u003e\n\n\u003cdiv id=\"buy\" name=\"buy\" style=\"display: block\"\u003e\u003c\/div\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"Default Title","offer_id":45370131972318,"sku":"P0009A1-0002","price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_thumbnail_pillow_portable.jpg?v=1756808595"},{"product_id":"blanket_allseasons","title":"腦睡眠科技便攜毯 四季通用","description":"\u003cstyle\u003e\n.technology__item__graph__content {\n  height: fit-content!important;\n}\n  .multilingual_annotation {\n    text-align: center;\n    font-size: 16px;\n    padding: 15px;\n    color: #A32135;\n  }\n  #MainContent,\n  html.js {\n    overflow: auto;\n  }\n\n  .rwlp__wrapper div:empty {\n    display: initial;\n  }\n\n  .buy__area {\n    background-color: #fff;\n    border-bottom: 1px #000 solid;\n    border-top: 1px #000 solid;\n    bottom: 0;\n    font-weight: 500;\n    left: 0;\n    padding: 15px 0 18px;\n    position: fixed;\n    width: 100%;\n    z-index: 99999\n  }\n\n  .buy__area__flex {\n    align-items: center;\n    display: flex;\n    justify-content: center;\n    margin: 0 auto;\n    width: 532px\n  }\n\n  .buy__area__name {\n    font-size: 17px;\n    line-height: 1\n  }\n\n  .buy__area__price {\n    font-size: 11px;\n    line-height: 1;\n    margin-top: 10px\n  }\n\n  .buy__area__price span {\n    font-family: 'Helvetica Neue', Helvetica, sans-serif;\n    font-size: 21px;\n    line-height: 1\n  }\n\n  .buy__area__btn {\n    background-color: #9c2335;\n    color: #fff !important;\n    font-size: 16px;\n    font-weight: 500;\n    letter-spacing: .05em;\n    line-height: 43px;\n    text-align: center;\n    width: 238px\n  }\n\n  @media screen and (max-width:749px) {\n    .buy__area {\n      padding: 20px 0\n    }\n\n    .buy__area__flex {\n      justify-content: center;\n      padding-left: 0;\n      width: auto\n    }\n\n    .buy__area__text {\n      display: none\n    }\n\n    .buy__area__btn {\n      font-size: 16px;\n      line-height: 40px;\n      width: 200px\n    }\n  }\n\n  html {\n    scroll-behavior: smooth;\n  }\n\n  .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {\n    transform: unset;\n    animation: unset;\n    opacity: 1;\n  }\n\n  .rwlp__wrapper .thumbnail {\n    position: relative;\n    cursor: unset;\n  }\n\n  .rwlp__wrapper .thumbnail:hover {\n    opacity: 1;\n  }\n\n  .rwlp__wrapper ul {\n    padding-left: 0;\n  }\n\n  .rwlp__wrapper li {\n    list-style: none;\n  }\n\n  img {\n    border: unset !important;\n  }\n\n  .u-pc {\n    display: block !important\n  }\n\n  @media screen and (max-width:767px) {\n    .u-pc {\n      display: none !important\n    }\n  }\n\n  html,\n  body,\n  div,\n  span,\n  iframe,\n  h2,\n  p,\n  img,\n  small,\n  ul,\n  li,\n  label,\n  details,\n  header,\n  nav,\n  section,\n  summary {\n    margin: 0;\n    padding: 0;\n    border: 0;\n    outline: 0;\n    vertical-align: baseline;\n    background: transparent\n  }\n\n  * {\n    box-sizing: border-box;\n    line-height: 1.5\n  }\n\n  body {\n    width: 100%;\n    background: #fff;\n    font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n    color: #000\n  }\n\n  main {\n    display: block\n  }\n\n  li {\n    list-style-type: none\n  }\n\n  a {\n    display: inline-block;\n    text-decoration: none;\n    color: #000\n  }\n\n  img {\n    vertical-align: bottom;\n    max-width: 100%;\n    height: auto\n  }\n\n  input,\n  button,\n  select {\n    appearance: none\n  }\n\n  h2 {\n    font-weight: normal !important\n  }\n\n  .rwlp__wrapper img {\n    width: 100%\n  }\n\n  .mv {\n    background-color: #eeecdd\n  }\n\n  .mv__inner {\n    width: 84vw;\n    margin: 0 auto;\n    position: relative\n  }\n\n  .mv__img {\n    width: 50vw;\n    margin-left: auto;\n    padding-top: 2.2vw\n  }\n\n  @media screen and (max-width:749px) {\n    .mv {\n      height: 182.666vw;\n      position: relative\n    }\n\n    .mv__inner {\n      width: 100vw;\n      height: 100%;\n      margin: 0 auto\n    }\n\n    .mv__img {\n      height: 90.666vw;\n      width: 100vw;\n      margin-left: auto;\n      position: absolute;\n      bottom: 0;\n      left: 0\n    }\n  }\n\n  .rwlp__wrapper img {\n    width: 100%\n  }\n\n  .mv {\n    margin-top: 0\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n  \u003cmain\u003e\n    \u003csection class=\"mv\"\u003e\n      \u003cdiv class=\"mv__inner\"\u003e\n        \u003cdiv class=\"mv__img\"\u003e\n          \u003cimg decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_kv_img_model_v2.png\"\n            alt=\"\" class=\"u-pc\" width=\"1492\" height=\"1480\"\u003e\n          \u003cimg decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_kv_img_sp_model_v2.jpg\"\n            alt=\"\" class=\"u-sp\" width=\"750\" height=\"680\"\u003e\n        \u003c\/div\u003e\n        \u003ch1 class=\"mv__txt2\"\u003e全年通用\u003cbr\u003e防冷毛毯\u003c\/h1\u003e\n        \u003cdiv class=\"mv__logo\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_kv_logo.png?1\"\n            alt=\"BRAINSLEEP BLANKET PORTABLE ALL SEASONS\" width=\"542\" height=\"162\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mv__features\"\u003e\n          \u003cimg\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_kv_features_zh-hant.webp?1\"\n            alt=\"軽量モデル、持ち運び\" width=\"728\" height=\"74\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"intro1 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro1__inner\"\u003e\n        \u003cp class=\"intro1__txt fadeInUpShort animated\"\u003e幫你解決無法調整溫度的情況\u003c\/p\u003e\n        \u003cp class=\"intro1__ttl fadeInUpShort animated\"\u003e對抗各種寒冷\u003cbr\u003e只需這一件\u003c\/p\u003e\n        \u003cdiv class=\"intro1__scene\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro01_scene_zh-hant.webp\"\n            alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"1440\" height=\"694\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro01_features_sp_zh-hant.webp\"\n            alt=\"冷えすぎたオフィス、アウトドア、冷えすぎた車内、仮眠、子どものお昼寝、涼しい季節の散歩\" class=\"u-sp fadeInUpShort animated\" width=\"684\"\n            height=\"280\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro1__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro01_img_model_v2.png\"\n            alt=\"\" class=\"u-pc\" width=\"1064\" height=\"1374\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro01_img_sp_model_v2.png\"\n            alt=\"\" class=\"u-sp\" width=\"532\" height=\"474\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"intro2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro2__inner\"\u003e\n        \u003cp class=\"intro2__ttl fadeInUpShort animated\"\u003e為了打造舒適環境\u003cbr\u003e採用專為宇航服開發的\u003cbr\u003e跨世代創新調溫材料。\u003c\/p\u003e\n        \u003cdiv class=\"intro2__material fadeInUpShort animated\"\u003eOutlast溫度調節技術\u003c\/div\u003e\n        \u003cdiv class=\"intro2__material2 termina fadeInUpShort animated u-pc\"\u003eOUTLAST TECHNOLOGY\u003c\/div\u003e\n        \u003cdiv class=\"intro2__material2 termina fadeInUpShort animated u-sp\"\u003eOUTLAST\u003cbr\u003eTECHNOLOGY\u003c\/div\u003e\n        \u003cdiv class=\"intro2__img\"\u003e\n          \u003cdiv class=\"intro2__img01\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro02_img01_model_v2_zh-hant.webp\"\n              alt=\"\" class=\"fadeInUpShort animated\" width=\"1156\" height=\"556\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"intro2__img02\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm__tech01_03.gif\"\n              alt=\"\" class=\"fadeInUpShort animated\" width=\"988\" height=\"555\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro2__wrap1\"\u003e\n          \u003cp class=\"intro2__wrap1__ttl fadeInUpShort animated\"\u003e炎熱時吸收熱量\u003cbr\u003e寒冷時釋放熱量\u003c\/p\u003e\n          \u003cdiv class=\"intro2__wrap1__desc fadeInUpShort animated\"\u003e\n            \u003cp class=\"intro2__wrap1__txt\"\u003e微膠囊天然蠟，隨著身體溫度變化，讓微膠囊變為固體⇄液體，透過吸熱、蓄熱、放熱引導到舒適的溫度帶。\u003c\/p\u003e\n            \u003cp class=\"intro2__wrap1__note\"\u003e※影片中，將微膠囊天然蠟放在36℃的熱板上時，膠囊本身會變成固體⇄液體的樣子。 透過物態變化的原理，吸放熱量調溫。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro2__wrap2\"\u003e\n          \u003cdiv class=\"intro2__wrap2__desc\"\u003e\n            \u003cp class=\"intro2__wrap2__ttl fadeInUpShort animated\"\u003e在任何環境下\u003cbr\u003e都是舒適的溫度\u003c\/p\u003e\n            \u003cp class=\"intro2__wrap2__txt fadeInUpShort animated\"\u003e\n              透過圖表能發現，實驗室溫10°C⇄40°C的極端溫度變化下最大溫差的比較結果。相較純棉材質溫差可以達到15°C以上，而Outlast僅有4°C的溫差。\u003cbr\u003e優越的調溫力讓您睡著時、起床時，受到早晚溫差影響最小。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"intro2__wrap2__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro02_graph_zh-hant.webp\"\n              alt=\"\" fadeInUpShort animated\" width=\"1130\" height=\"732\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"intro3 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cp class=\"intro3__ttl fadeInUpShort animated\"\u003e在募資平台上獲得許多用戶支持\u003cbr\u003e四季通用系列的\u003cspan class=\"td-u\"\u003e毛毯\u003c\/span\u003e登場\u003c\/p\u003e\n      \u003cdiv class=\"intro3__makuake\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro03_makuake.png\"\n          alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"660\" height=\"372\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro03_makuake_sp.jpg\"\n          alt=\"\" class=\"u-sp fadeInUpShort animated\" width=\"660\" height=\"894\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro3__wrap\"\u003e\n        \u003cdiv class=\"intro3__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_gif_as.gif\" alt=\"\"\n            class=\"fadeInUpShort animated\" width=\"1426\" height=\"804\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"intro3__txt fadeInUpShort animated\" style=\"text-align: left;\"\u003e簡單收納\u003cbr\u003e辦公室．移動中\u003cbr\u003e戶外都能保持舒適\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"intro04 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro04__bg\"\u003e\n        \u003cimg class=\"u-pc\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro04_bg_model_v2.jpg\"\n          alt=\"\" width=\"2000\" height=\"1121\"\u003e\n        \u003cimg class=\"u-sp\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro04_bg_sp_model_v2.jpg\"\n          alt=\"\" width=\"748\" height=\"770\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro04__inner\"\u003e\n        \u003cdiv class=\"intro04__ttl fadeInUpShort animated\"\u003e把『整年舒適』帶著走\u003c\/div\u003e\n        \u003cdiv class=\"intro04__logo fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro04_logo.png\"\n            alt=\"\" width=\"590\" height=\"252\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003csection class=\"spec__title\" id=\"spec\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eSPEC\u003c\/span\u003e樣式\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n            \u003cimg height=\"918\" width=\"1630\" class=\"\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_spec01_zh-hant.webp\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e雙面使用\u003cbr\u003e365天都不想放手\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                根據季節來分別使用棉被的正反面。暖和的季節時，將涼爽的接觸冷感面朝向肌膚，寒冷的季節則使用柔軟且光滑的蜜桃絨面料溫柔地包裹身體。\u003cbr\u003e無需被套即可直接使用。\u003cbr\u003e※商品上，起毛面有標示WARM(暖)，反面的光滑布料則是接觸涼感面。\n\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec spec__color technology__item technology__item__sub\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title termina\"\u003eColor\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e寂靜灰\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec spec__material technology__item technology__item__sub\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title termina\"\u003eMaterial\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e外側布料\u003cbr\u003e表布: 100%聚酯纖維\u003cbr\u003e裏布: 100%尼龍\u003cbr\u003e填充物:50%人造纖維\/50%聚酯纖維 0.16kg\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub size animatedParent animateOnce\" data-sequence=\"300\"\n      data-offset=\"300\" style=\"clear: both;\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"size__desc fadeInUpShort animated\"\u003e\n          \u003cp class=\"technology__item__desc__text__content__title termina\"\u003eSize\u003c\/p\u003e\n          \u003cp class=\"technology__item__desc__text__content__desc\"\u003e約寬140 X 長70 (約400g)\u003cbr\u003e收納時尺寸:約寬14 X 長14 X 高29.5cm\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"size__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_spec02_zh-hant.webp\"\n            class=\"u-pc\" alt=\"\" width=\"1918\" height=\"798\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_spec02_sp_zh-hant.webp\"\n            class=\"u-sp\" alt=\"\" width=\"672\" height=\"330\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"spec__title\" id=\"spec\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eHOW TO USE\u003c\/span\u003e使用方法\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\"\u003e\n      \u003cdiv class=\"technology__item__inner scene\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n            \u003cimg height=\"1016\" width=\"1410\" class=\"u-pc\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_howtouse_img01_model_v2.png\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n            \u003cimg height=\"778\" width=\"750\" class=\"u-sp\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_howtouse_img01_sp_model_v2.jpg\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e多用途的使用方式\u003cbr\u003e適用於各種情境\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                太空科技毛毯利用壓扣設計，可以靈活應用於多種場景，實用性極高。此外，由於具備溫度調節功能，一年四季皆可使用！炎熱的季節也能防止冷氣造成的寒冷。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n            \u003cimg height=\"918\" width=\"1630\" class=\"\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_howtouse_img02_zh-hant.webp\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e毛毯的便攜式摺疊方法\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                如右圖將毛毯捲起進口袋後即可簡單的做收納，再放進附帶的收納袋中，想走到哪就帶到哪。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"relatedProducts\" id=\"relatedProducts\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eRELATED PRODUCTS\u003c\/span\u003e相關產品\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"related__wrap\" id=\"related01\"\u003e\n      \u003cdiv class=\"related__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cp class=\"related__name fadeInUpShort animated u-sp\"\u003e腦眠科技被 四季通用\u003c\/p\u003e\n        \u003cdiv class=\"related__img fadeInUpShort animated\"\u003e\n          \u003cimg height=\"710\" width=\"1318\" class=\"\" alt=\"\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_related_allseasons.jpg\"\n            decoding=\"async\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"related__desc\"\u003e\n          \u003cdiv class=\"related__logo fadeInUpShort animated u-pc\"\u003e\n            \u003cimg height=\"160\" width=\"638\" class=\"\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_related_allseasons_logo.png\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"related__name fadeInUpShort animated u-pc\"\u003e腦眠科技被 四季通用\u003c\/p\u003e\n          \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e一年四季\u003cbr\u003e引導到最理想的溫度太空被\u003c\/p\u003e\n          \u003cdiv class=\"u-pc\"\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_allseasons\" class=\"related__btn fadeInUpShort animated\"\n              target=\"_blank\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"u-sp\"\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_allseasons\" class=\"related__btn fadeInUpShort animated\"\n              target=\"_blank\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"related__wrap\" id=\"related02\"\u003e\n      \u003cdiv class=\"related__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cp class=\"related__name fadeInUpShort animated u-sp\"\u003e腦眠科技便攜毯 極致保暖\u003c\/p\u003e\n        \u003cdiv class=\"related__img fadeInUpShort animated\"\u003e\n          \u003cimg height=\"741\" width=\"1318\" class=\"\" alt=\"\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_related_blanket_portable_perfectwarm_v2.jpg\"\n            decoding=\"async\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"related__desc\"\u003e\n          \u003cdiv class=\"related__logo fadeInUpShort animated u-pc\"\u003e\n            \u003cimg height=\"234\" width=\"534\" class=\"\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_related_blanket_portable_perfectwarm_logo.png\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"related__name fadeInUpShort animated u-pc\"\u003e腦眠科技便攜毯 極致保暖\u003c\/p\u003e\n          \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e極致保暖\u003cbr\u003e防冷便攜毯\u003c\/p\u003e\n          \u003cdiv class=\"u-pc\"\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/blanket_perfectwarm\" class=\"related__btn fadeInUpShort animated\"\n              target=\"_blank\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"u-sp\"\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/blanket_perfectwarm\" class=\"related__btn fadeInUpShort animated\"\n              target=\"_blank\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"technology__item technology__item__sub spec__table\"\u003e\n      \u003cdiv class=\"technology__item__inner u-sp\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\n          style=\"margin-top: 0;\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\" style=\"margin-top: 0;\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\" style=\"line-height: 1.5;margin-bottom: 16px;\"\u003e\n                便攜毛毯比較表\u003c\/h3\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__img animatedParent animateOnce spec__table1\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_blanket_comparison_v2_zh-hant.webp\"\n          alt=\"\" class=\"fadeInUpShort animated  only_pc\" width=\"2000\" height=\"1124\"\u003e\n        \u003cdiv class=\"spec__table1__wrap only_sp\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_blanket_comparison_sp_v2_zh-hant.webp\"\n            alt=\"\" class=\"fadeInUpShort animated  only_sp\" width=\"1422\" height=\"800\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec__table__nav only_sp\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_slick_arrow_prev.png\"\n            class=\"spec__table__nav__prev\" alt=\"\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_slick_arrow_next.png\"\n            class=\"spec__table__nav__next \" alt=\"\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"other__title\" id=\"other\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eRecommended selection\u003c\/span\u003e提升睡眠品質的推薦商品\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003csection class=\"other__pillow animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"other__pillow__inner fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"other__pillow__text__sub__title only_sp\"\u003e快速、深沉、直達腦眠。\u003cbr\u003e喚醒明日的活力。\n          \u003c\/h3\u003e\n          \u003cdiv class=\"other__pillow__vimeo\"\u003e\n            \u003cvideo class=\"lozad\" width=\"1400\" height=\"1080\" style=\"aspect-ratio: 1400\/1080;\"\n              data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5b3769ce88a34ad5b685b96a373263a8.mp4\" preload=\"none\"\n              autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\n            \u003c\/video\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__pillow__text\"\u003e\n            \u003cdiv class=\"other__pillow__text__title\"\u003e\n              \u003ch2 class=\"other__pillow__text__title__logo\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_pillow_logo.png\"\n                  alt=\"BRAIN SLEEP PILLOW\" width=\"207\" height=\"65\"\u003e\n              \u003c\/h2\u003e\n              \u003cp class=\"other__pillow__text__title__name\"\u003e腦眠科技枕\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"other__pillow__text__sub__title\"\u003e快速、深沉、直達腦眠。\u003cbr\u003e喚醒明日的活力。\n            \u003c\/h3\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n      \u003cdiv class=\"other__col2\"\u003e\n        \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\n          id=\"other__coin\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\n          \u003c\/h3\u003e\n          \u003cdiv class=\"other__col2__item__coin__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_coin.jpg\"\n              alt=\"\" width=\"629\" height=\"629\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n            \u003cdiv\u003e\n              \u003ch2 class=\"other__col2__item__logo other__col2__item__coin__logo\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_coin_logo.png\"\n                  alt=\"BRAIN SLEEP COIN\" width=\"199\" height=\"61\"\u003e\n              \u003c\/h2\u003e\n              \u003cp class=\"other__col2__item__logotext\"\u003e腦眠科技 量測幣\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"other__col2__item__flex\"\u003e\n              \u003cp class=\"other__col2__item__flex__desc\"\u003e睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\n              \u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\n          id=\"other__conforter\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e四季通用\u003cbr\u003e引導至舒適溫度\u003c\/h3\u003e\n          \u003cdiv class=\"other__col2__item__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_other_conforter.png\"\n              alt=\"\" width=\"561\" height=\"207\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n            \u003cdiv\u003e\n              \u003ch2 class=\"other__col2__item__logo\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_other_conforter_logo.png\"\n                  alt=\"BRAIN SLEEP FLOAT\" width=\"343\" height=\"104\"\u003e\n              \u003c\/h2\u003e\n              \u003cp class=\"other__col2__item__logotext\"\u003e腦眠科技被 四季通用\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"other__col2__item__flex\"\u003e\n              \u003cp class=\"other__col2__item__flex__desc\"\u003e四季通用\u003cbr\u003e引導至舒適溫度\n              \u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_allseasons\"\n                class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"last animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"last__inner\"\u003e\n        \u003cp class=\"last__txt\"\u003e整年都把舒適帶著走\u003cbr\u003e為了更好的每一天\u003c\/p\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_awakenyourpossibility.png\"\n          alt=\"\" class=\"lozad last__logo\" width=\"470\" height=\"218\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_last_present_zh-hant.webp\"\n          alt=\"\" class=\"lozad last__present\" width=\"680\" height=\"228\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003csection class=\"faq\" id=\"faq\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eFAQ\u003c\/span\u003e常見問題\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq__main animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e能夠水洗嗎?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e可以使用家庭式洗衣機進行洗滌，請務必使用洗衣袋並與白色衣物或淡色物品分開洗滌\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e可以使用漂白劑嗎?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e請避免使用漂白劑（含氯或含氧的漂白劑），可能造成掉色或變色問題\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e能放進滾筒式烘乾機裡烘乾嗎?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e請避免使用滾筒式烘乾機，可能會導致產品縮水或材質劣化\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e該如何做使用呢?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e\n              除了可以當作膝上毯或午睡毯外，利用壓扣還能當作裙子或手臂套使用。此外，在拆卸壓扣時，請勿拉扯布料，請從壓扣根部取下。標有「WARM」的一面是帶有溫暖感的細絨布，另一面是光滑的接觸涼感布料，可以根據當下情況雙面使用\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e如何做收納呢?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e請將毛毯捲起塞進本身的口袋，再放進附帶的收納袋中，即可輕鬆攜帶。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e有哪些顏色可以選購呢?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e目前是寂靜灰一色可供選擇\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n  \u003c\/main\u003e\n\u003c\/div\u003e\n\n\u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\"\n  href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_all_v1.css\"\u003e\n\u003cscript defer type=\"text\/javascript\"\n  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_all_v1.js\"\u003e\u003c\/script\u003e\n\n\n\u003cstyle\u003e\n  .spec__item__desc__text__content__title,\n  #clean .technology__item__desc.tips .technology__item__desc__text__content__desc span,\n  .technology__link__lists__title,\n  .concept__txt,\n  .fit__ttl,\n  .sleep__info__quality__cold__text,\n  .sleep__info__quality__golden__title,\n  .sleep__info__book__text__title,\n  .sleep__info__book__top,\n  .mv__txt2,\n  .rwlp__header__menu__link,\n  .technology__item__desc__text__content__title,\n  body.typesquare_option {\n    font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n    visibility: visible !important;\n    opacity: 1 !important;\n  }\n\n  .termina {\n    font-family: Termina, \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif !important;\n    font-weight: 400;\n  }\n\n  #clean .technology__item__desc.tips .technology__item__desc__text__content__title {\n    font-family: Termina, \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n  }\n\n  .mv__caption__text span {\n    font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N R\", sans-serif;\n  }\n\u003c\/style\u003e\n\n\u003c!--パラメータ表示制御--\u003e\n\u003cscript\u003e\n  jQuery(function () {\n    const param = location.search;\n    \/\/ jsで表示・非表示の処理をするパターン\n    if (param.indexOf('?ad_1') === 0) {\n      if (window.matchMedia(\"(max-width: 768px)\").matches) {\n        \/\/画面横幅が768px以下のときの処理\n        jQuery('.y_ad_on_sp').css({ 'display': 'block' });\n        jQuery('.y_ad_off_sp').css({ 'display': 'none' });\n      }\n      else {\n        \/\/画面横幅が769px以上のときの処理\n        jQuery('.y_ad_on').css({ 'display': 'block' });\n        jQuery('.y_ad_off').css({ 'display': 'none' });\n      };\n    }\n    else {\n      if (window.matchMedia(\"(max-width: 768px)\").matches) {\n        \/\/画面横幅が768px以下のときの処理\n        jQuery('.y_ad_on_sp').css({ 'display': 'none' });\n        jQuery('.y_ad_off_sp').css({ 'display': 'block' });\n      }\n      else {\n        \/\/画面横幅が769px以上のときの処理\n        jQuery('.y_ad_on').css({ 'display': 'none' });\n        jQuery('.y_ad_off').css({ 'display': 'block' });\n      };\n    }\n  });\n\u003c\/script\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function () {\n    const smoothScrollLinks = document.querySelectorAll('.custom-smooth-scroll');\n\n    smoothScrollLinks.forEach(function (link) {\n      link.addEventListener('click', function (e) {\n        e.preventDefault();\n        const targetId = this.getAttribute('href');\n        const targetElement = document.querySelector(targetId);\n        const offset = 20; \/\/ スクロール位置を調整するためのオフセット\n        const targetPosition = targetElement.getBoundingClientRect().top + window.scrollY - offset;\n        window.scrollTo({\n          top: targetPosition,\n          behavior: 'smooth'\n        });\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"Default Title","offer_id":45927671890142,"sku":"C0008A1-FRLG","price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/blanket_allseasons.jpg?v=1756808514"},{"product_id":"blanket_perfectwarm","title":"腦睡眠科技便攜毯 極致保暖","description":"\u003cstyle\u003e\n.technology__item__graph__content {\n  height: fit-content!important;\n}\n  .multilingual_annotation {\n    text-align: center;\n    font-size: 16px;\n    padding: 15px;\n    color: #A32135;\n  }\n  #MainContent,\n  html.js {\n    overflow: auto;\n  }\n\n  .rwlp__wrapper div:empty {\n    display: initial;\n  }\n\n  .buy__area {\n    background-color: #fff;\n    border-bottom: 1px #000 solid;\n    border-top: 1px #000 solid;\n    bottom: 0;\n    font-weight: 500;\n    left: 0;\n    padding: 15px 0 18px;\n    position: fixed;\n    width: 100%;\n    z-index: 99999\n  }\n\n  .buy__area__flex {\n    align-items: center;\n    display: flex;\n    justify-content: center;\n    margin: 0 auto;\n    width: 532px\n  }\n\n  .buy__area__name {\n    font-size: 17px;\n    line-height: 1\n  }\n\n  .buy__area__price {\n    font-size: 11px;\n    line-height: 1;\n    margin-top: 10px\n  }\n\n  .buy__area__price span {\n    font-family: 'Helvetica Neue', Helvetica, sans-serif;\n    font-size: 21px;\n    line-height: 1\n  }\n\n  .buy__area__btn {\n    background-color: #9c2335;\n    color: #fff !important;\n    font-size: 16px;\n    font-weight: 500;\n    letter-spacing: .05em;\n    line-height: 43px;\n    text-align: center;\n    width: 238px\n  }\n\n  @media screen and (max-width:749px) {\n    .buy__area {\n      padding: 20px 0\n    }\n\n    .buy__area__flex {\n      justify-content: center;\n      padding-left: 0;\n      width: auto\n    }\n\n    .buy__area__text {\n      display: none\n    }\n\n    .buy__area__btn {\n      font-size: 16px;\n      line-height: 40px;\n      width: 200px\n    }\n  }\n\n  html {\n    scroll-behavior: smooth;\n  }\n\n  .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {\n    transform: unset;\n    animation: unset;\n    opacity: 1;\n  }\n\n  .rwlp__wrapper .thumbnail {\n    position: relative;\n    cursor: unset;\n  }\n\n  .rwlp__wrapper .thumbnail:hover {\n    opacity: 1;\n  }\n\n  .rwlp__wrapper ul {\n    padding-left: 0;\n  }\n\n  .rwlp__wrapper li {\n    list-style: none;\n  }\n\n  img {\n    border: unset !important;\n  }\n\n  .u-pc {\n    display: block !important\n  }\n\n  @media screen and (max-width:767px) {\n    .u-pc {\n      display: none !important\n    }\n  }\n\n  html,\n  body,\n  div,\n  span,\n  iframe,\n  h2,\n  p,\n  img,\n  small,\n  ul,\n  li,\n  label,\n  details,\n  header,\n  nav,\n  section,\n  summary {\n    margin: 0;\n    padding: 0;\n    border: 0;\n    outline: 0;\n    vertical-align: baseline;\n    background: transparent\n  }\n\n  * {\n    box-sizing: border-box;\n    line-height: 1.5\n  }\n\n  body {\n    width: 100%;\n    background: #fff;\n    font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n    color: #000\n  }\n\n  main {\n    display: block\n  }\n\n  li {\n    list-style-type: none\n  }\n\n  a {\n    display: inline-block;\n    text-decoration: none;\n    color: #000\n  }\n\n  img {\n    vertical-align: bottom;\n    max-width: 100%;\n    height: auto\n  }\n\n  input,\n  button,\n  select {\n    appearance: none\n  }\n\n  h2 {\n    font-weight: normal !important\n  }\n\n  .rwlp__wrapper img {\n    width: 100%\n  }\n\n  .mv {\n    background-color: #9c2335\n  }\n\n  .mv__inner {\n    width: 84vw;\n    margin: 0 auto;\n    position: relative\n  }\n\n  .mv__img {\n    width: 55vw;\n    margin-left: auto;\n    padding-top: 2.2vw\n  }\n\n  @media screen and (max-width:749px) {\n    .mv {\n      height: 180vw;\n      position: relative\n    }\n\n    .mv__inner {\n      width: 100vw;\n      height: 100%;\n      margin: 0 auto\n    }\n\n    .mv__img {\n      height: 90.666vw;\n      width: 100vw;\n      margin-left: auto;\n      position: absolute;\n      bottom: 0;\n      left: 0\n    }\n  }\n\n  .rwlp__wrapper img {\n    width: 100%\n  }\n\n  .mv {\n    margin-top: 0\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n  \u003cmain\u003e\n    \u003csection class=\"mv\"\u003e\n      \u003cdiv class=\"mv__inner\"\u003e\n        \u003cdiv class=\"mv__img\"\u003e\n          \u003cimg decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_kv_img_model_v2.png\"\n            alt=\"\" class=\"u-pc\" width=\"1590\" height=\"1486\"\u003e\n          \u003cimg decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_kv_img_sp_model_v2.jpg\"\n            alt=\"\" class=\"u-sp\" width=\"748\" height=\"700\"\u003e\n        \u003c\/div\u003e\n        \u003ch1 class=\"mv__txt2\"\u003e極致溫暖\u003cbr\u003e防冷毛毯\u003c\/h1\u003e\n        \u003cdiv class=\"mv__logo\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_kv_logo.png?1\"\n            alt=\"BRAINSLEEP BLANKET PORTABLE PERFECT WARM\" width=\"586\" height=\"252\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mv__features\"\u003e\n          \u003cimg\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_kv_features_zh-hant.webp?1\"\n            alt=\"軽量モデル、持ち運び\" width=\"728\" height=\"74\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"intro1 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro1__inner\"\u003e\n        \u003cp class=\"intro1__txt fadeInUpShort animated\"\u003e幫你解決需要保暖的情況\u003c\/p\u003e\n        \u003cp class=\"intro1__ttl fadeInUpShort animated\"\u003e對抗寒冷及溫差\u003cbr\u003e只需這一件\u003c\/p\u003e\n        \u003cdiv class=\"intro1__scene\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro01_scene_zh-hant.webp\"\n            alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"1442\" height=\"692\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro01_features_sp_zh-hant.webp\"\n            alt=\"冬のリビングルーム、冬のオフィス、寒い時期の散歩、\n            アウトドア、仮眠、子どものお昼寝\" class=\"u-sp fadeInUpShort animated\" width=\"684\" height=\"280\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro1__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro01_img_v2.png\"\n            alt=\"\" class=\"u-pc\" width=\"1468\" height=\"1359\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro01_img_sp_v2.png\"\n            alt=\"\" class=\"u-sp\" width=\"532\" height=\"474\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"intro2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro2__inner\"\u003e\n        \u003cp class=\"intro2__ttl fadeInUpShort animated\"\u003e極致保暖的秘密就在於\u003cbr\u003e獨自開發的材質\u003c\/p\u003e\n        \u003cdiv class=\"intro2__material fadeInUpShort animated\"\u003e\u003cspan\u003e腦暖棉納米絨\u003c\/span\u003e\u003c\/div\u003e\n        \u003cdiv class=\"intro2__material2 termina fadeInUpShort animated u-pc\"\u003e\u003cspan\u003eCARBO NANO DOWN\u003c\/span\u003e\u003c\/div\u003e\n        \u003cdiv class=\"intro2__material2 termina fadeInUpShort animated u-sp\"\u003e\n          \u003cspan\u003eCARBO\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eNANO DOWN\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro2__features fadeInUpShort animated\"\u003e\n          \u003cdiv\u003e保濕性\u003c\/div\u003e\n          \u003cdiv\u003e吸濕發熱性\u003c\/div\u003e\n          \u003cdiv\u003e遠紅外線輻射熱性\u003c\/div\u003e\n          \u003cdiv\u003e吸濕散濕性\u003c\/div\u003e\n          \u003cdiv\u003e壓縮回復性\u003c\/div\u003e\n          \u003cdiv\u003e洗滌性\u003c\/div\u003e\n          \u003cdiv\u003e抑菌性\u003c\/div\u003e\n          \u003cdiv\u003e防蟎性\u003c\/div\u003e\n          \u003cdiv\u003e除臭性\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro02__wrap1 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"intro02__wrap1__img fadeInUpShort animated\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_img1.jpg\"\n              alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"1092\" height=\"616\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_img1_sp.jpg\"\n              alt=\"\" class=\"u-sp fadeInUpShort animated\" width=\"658\" height=\"658\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"intro02__wrap1__desc\"\u003e\n            \u003cp class=\"intro02__wrap1__ttl fadeInUpShort animated\"\u003e遙遙領先羽絨的\u003cbr\u003e極致溫暖\u003c\/p\u003e\n            \u003cp class=\"intro02__wrap1__txt fadeInUpShort animated\"\u003e\n              腦眠科技經過長時間的獨自開發，創造出完美的混合顆粒綿。將極小尺寸的美洲木棉透過特殊工藝與纖維結合，打造出多功能的次世代顆粒綿。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro02__wrap2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"intro02__wrap2__desc\"\u003e\n              \u003cp class=\"intro02__wrap2__ttl fadeInUpShort animated\"\u003e遙遙領先羽絨的保溫性\u003c\/p\u003e\n              \u003cp class=\"intro02__wrap2__txt fadeInUpShort animated\"\u003e高級羽絨材質相比，實現了約149%的保溫性\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro02__wrap2__img fadeInUpShort animated\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_graph1_zh-hant.webp\"\n                alt=\"\" class=\"fadeInUpShort animated\" width=\"1040\" height=\"586\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"intro02__wrap2__desc\"\u003e\n              \u003cp class=\"intro02__wrap2__ttl fadeInUpShort animated\"\u003e溫暖且不悶熱的舒適感\u003c\/p\u003e\n              \u003cp class=\"intro02__wrap2__txt fadeInUpShort animated\"\u003e整條毛毯能夠吸收並釋放濕氣，帶給你不悶熱的舒適感受。\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro02__wrap2__img fadeInUpShort animated\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_graph2_zh-hant.webp\"\n                alt=\"\" class=\"fadeInUpShort animated\" width=\"1040\" height=\"668\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"intro3 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cp class=\"intro3__ttl fadeInUpShort animated\"\u003e日本募資平台上獲得歷年棉被排行第一名\u003cbr\u003e極致保暖推出的毛毯\u003c\/p\u003e\n      \u003cdiv class=\"intro3__makuake\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro03_makuake.png\"\n          alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"660\" height=\"372\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_makuake_sp.jpg\"\n          alt=\"\" class=\"u-sp fadeInUpShort animated\" width=\"660\" height=\"894\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro3__wrap\"\u003e\n        \u003cdiv class=\"intro3__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_gif_pw.gif\" alt=\"\"\n            class=\"fadeInUpShort animated\" width=\"1426\" height=\"804\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"intro3__txt fadeInUpShort animated\" style=\"text-align: left;\"\u003e簡單收納\u003cbr\u003e辦公室．移動中\u003cbr\u003e戶外都能保持舒適\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"intro04 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro04__bg\"\u003e\n        \u003cimg class=\"u-pc\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro04_bg_v2.jpg\"\n          alt=\"\" width=\"2000\" height=\"1121\"\u003e\n        \u003cimg class=\"u-sp\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro04_bg_sp_v2.jpg\"\n          alt=\"\" width=\"748\" height=\"770\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro04__inner\"\u003e\n        \u003cdiv class=\"intro04__ttl fadeInUpShort animated\" style=\"margin-left: 0;\"\u003e把『不悶熱的極致溫暖』\u003cbr class=\"u-sp\"\u003e帶著走\u003c\/div\u003e\n        \u003cdiv class=\"intro04__logo fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro04_logo.png\"\n            alt=\"\" width=\"590\" height=\"252\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003csection class=\"spec__title\" id=\"spec\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eSPEC\u003c\/span\u003e樣式\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n            \u003cimg height=\"918\" width=\"1630\" class=\"\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_spec01_v2.jpg\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e光滑的觸感\u003cbr\u003e包裹上的瞬間\u003cbr\u003e舒適的溫暖包圍\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e使用的是特殊纖維構造的毛毯布料，幾乎媲美喀什米爾的柔軟和滑順感\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec spec__color technology__item technology__item__sub\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title termina\"\u003eColor\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e暗岩灰\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec spec__material technology__item technology__item__sub\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title termina\"\u003eMaterial\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e外側布料\u003cbr\u003e表布: 100%聚酯纖維\u003cbr\u003e裏布: 絨毛部分 100%聚酯纖維  基布部分 60%聚酯纖維 40%人造纖維\u003cbr\u003e填充物:85%聚酯纖維 15%合成纖維(聚丙烯酸酯系纖維)\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub size animatedParent animateOnce\" data-sequence=\"300\"\n      data-offset=\"300\" style=\"clear: both;\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"size__desc fadeInUpShort animated\"\u003e\n          \u003cp class=\"technology__item__desc__text__content__title termina\"\u003eSize\u003c\/p\u003e\n          \u003cp class=\"technology__item__desc__text__content__desc\"\u003e約寬140 X 長70 (約570g)\u003cbr\u003e收納時尺寸:約寬19 X 長19 X 高30cm\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"size__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_spec02_zh-hant.webp\"\n            class=\"u-pc\" alt=\"\" width=\"1918\" height=\"798\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_spec02_sp_zh-hant.webp\"\n            class=\"u-sp\" alt=\"\" width=\"672\" height=\"330\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"spec__title\" id=\"spec\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eHOW TO USE\u003c\/span\u003e使用方法\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\"\u003e\n      \u003cdiv class=\"technology__item__inner scene\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n            \u003cimg height=\"1016\" width=\"1410\" class=\"u-pc\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_howtouse_img01_model_v2.png\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n            \u003cimg height=\"778\" width=\"750\" class=\"u-sp\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_howtouse_img01_sp_model_v2.jpg\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e多用途的使用方式\u003cbr\u003e適用於各種情境\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                毛毯利用壓扣設計，可以靈活應用於多種場景，實用性極高。寒冷的季節或劇烈的溫差也能守護您保持溫暖。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n            \u003cimg height=\"918\" width=\"1630\" class=\"\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_howtouse_img02_zh-hant.webp\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e毛毯的便攜式摺疊方法\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e捲起進口袋後即可簡單的做收納，想走到哪就帶到哪。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"relatedProducts\" id=\"relatedProducts\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eRELATED PRODUCTS\u003c\/span\u003e相關產品\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"related__wrap\" id=\"related01\"\u003e\n      \u003cdiv class=\"related__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cp class=\"related__name fadeInUpShort animated u-sp\"\u003e腦眠科技被 極致保暖 EX\u003c\/p\u003e\n        \u003cdiv class=\"related__img fadeInUpShort animated\"\u003e\n          \u003cimg height=\"156\" width=\"634\" class=\"\" alt=\"\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_related_comforter_perfect_warmex.jpg\"\n            decoding=\"async\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"related__desc\"\u003e\n          \u003cdiv class=\"related__logo fadeInUpShort animated u-pc\"\u003e\n            \u003cimg height=\"160\" width=\"638\" class=\"\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_related_comforter_perefectwarm_ex_logo.png\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"related__name fadeInUpShort animated u-pc\"\u003e腦眠科技被 極致保暖 EX\u003c\/p\u003e\n          \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e無需羽絨及毛毯\u003cbr\u003e極度溫暖的棉被\u003c\/p\u003e\n          \u003cdiv class=\"u-pc\"\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_perfectwarmex\"\n              class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"u-sp\"\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_perfectwarmex\"\n              class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"related__wrap\" id=\"related02\"\u003e\n      \u003cdiv class=\"related__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cp class=\"related__name fadeInUpShort animated u-sp\"\u003e腦眠科技便攜毯 四季通用\u003c\/p\u003e\n        \u003cdiv class=\"related__img fadeInUpShort animated\"\u003e\n          \u003cimg height=\"234\" width=\"534\" class=\"\" alt=\"\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_related_blanket_allseasons_v2.jpg\"\n            decoding=\"async\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"related__desc\"\u003e\n          \u003cdiv class=\"related__logo fadeInUpShort animated u-pc\"\u003e\n            \u003cimg height=\"234\" width=\"534\" class=\"\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_related_blanket_portable_all_seasons_logo.png\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"related__name fadeInUpShort animated u-pc\"\u003e腦眠科技便攜毯 四季通用\u003c\/p\u003e\n          \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e全年通用 \u003cbr\u003e防冷毛毯\u003c\/p\u003e\n          \u003cdiv class=\"u-pc\"\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/blanket_allseasons\" class=\"related__btn fadeInUpShort animated\"\n              target=\"_blank\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"u-sp\"\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/blanket_allseasons\" class=\"related__btn fadeInUpShort animated\"\n              target=\"_blank\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"technology__item technology__item__sub spec__table\"\u003e\n      \u003cdiv class=\"technology__item__inner u-sp\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\n          style=\"margin-top: 0;\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\" style=\"margin-top: 0;\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\" style=\"line-height: 1.5;margin-bottom: 16px;\"\u003e\n                便攜毛毯比較表\u003c\/h3\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__img animatedParent animateOnce spec__table1\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_blanket_comparison_zh-hant.webp\"\n          alt=\"\" class=\"fadeInUpShort animated  only_pc\" width=\"2000\" height=\"1124\"\u003e\n        \u003cdiv class=\"spec__table1__wrap only_sp\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_blanket_comparison_sp_zh-hant.webp?1\"\n            alt=\"\" class=\"fadeInUpShort animated  only_sp\" width=\"1422\" height=\"800\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec__table__nav only_sp\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_slick_arrow_prev.png\"\n            class=\"spec__table__nav__prev\" alt=\"\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_slick_arrow_next.png\"\n            class=\"spec__table__nav__next \" alt=\"\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"other__title\" id=\"other\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eRecommended selection\u003c\/span\u003e提高睡眠品質的推薦商品\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003csection class=\"other__pillow animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"other__pillow__inner fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"other__pillow__text__sub__title only_sp\"\u003e研究腦部及睡眠誕生的枕頭\u003cbr\u003e喚醒可能性\u003cbr\u003e迎接清爽自在的早晨\n          \u003c\/h3\u003e\n          \u003cdiv class=\"other__pillow__vimeo\"\u003e\n            \u003cvideo class=\"lozad\" width=\"1400\" height=\"1080\" style=\"aspect-ratio: 1400\/1080;\"\n              data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5b3769ce88a34ad5b685b96a373263a8.mp4\" preload=\"none\"\n              autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\n            \u003c\/video\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__pillow__text\"\u003e\n            \u003cdiv class=\"other__pillow__text__title\"\u003e\n              \u003ch2 class=\"other__pillow__text__title__logo\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_pillow_logo.png\"\n                  alt=\"BRAIN SLEEP PILLOW\" width=\"207\" height=\"65\"\u003e\n              \u003c\/h2\u003e\n              \u003cp class=\"other__pillow__text__title__name\"\u003e腦眠科技枕\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"other__pillow__text__sub__title\"\u003e研究腦部及睡眠誕生的枕頭\u003cbr\u003e喚醒可能性\u003cbr\u003e迎接清爽自在的早晨\n            \u003c\/h3\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n      \u003cdiv class=\"other__col2\"\u003e\n        \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\n          id=\"other__coin\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\n          \u003c\/h3\u003e\n          \u003cdiv class=\"other__col2__item__coin__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_coin.jpg\"\n              alt=\"\" width=\"629\" height=\"629\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n            \u003cdiv\u003e\n              \u003ch2 class=\"other__col2__item__logo other__col2__item__coin__logo\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_coin_logo.png\"\n                  alt=\"BRAIN SLEEP COIN\" width=\"199\" height=\"61\"\u003e\n              \u003c\/h2\u003e\n              \u003cp class=\"other__col2__item__logotext\"\u003e腦眠科技 量測幣\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"other__col2__item__flex\"\u003e\n              \u003cp class=\"other__col2__item__flex__desc\"\u003e睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\n              \u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\n          id=\"other__conforter\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e四季通用\u003cbr\u003e引導至舒適溫度\u003c\/h3\u003e\n          \u003cdiv class=\"other__col2__item__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_other_conforter.png\"\n              alt=\"\" width=\"561\" height=\"207\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n            \u003cdiv\u003e\n              \u003ch2 class=\"other__col2__item__logo\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_other_conforter_logo.png\"\n                  alt=\"BRAIN SLEEP FLOAT\" width=\"343\" height=\"104\"\u003e\n              \u003c\/h2\u003e\n              \u003cp class=\"other__col2__item__logotext\"\u003e腦眠科技被 四季通用\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"other__col2__item__flex\"\u003e\n              \u003cp class=\"other__col2__item__flex__desc\"\u003e四季通用\u003cbr\u003e引導至舒適溫度\n              \u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_allseasons\"\n                class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"last animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"last__inner\"\u003e\n        \u003cp class=\"last__txt\"\u003e將極致的溫暖帶著走\u003cbr\u003e舒適度過每一天\u003c\/p\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_awakenyourpossibility.png\"\n          alt=\"\" class=\"lozad last__logo\" width=\"470\" height=\"218\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_last_present_zh-hant.webp\"\n          alt=\"\" class=\"u-pc lozad last__present\" width=\"680\" height=\"228\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_last_present_sp_zh-hant.webp\"\n          alt=\"\" class=\"u-sp lozad last__present\" width=\"680\" height=\"228\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003csection class=\"faq\" id=\"faq\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eFAQ\u003c\/span\u003e常見問題\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq__main animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e能夠水洗嗎?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e可以使用家庭式洗衣機進行洗滌，請務必使用洗衣袋並與白色衣物或淡色物品分開洗滌\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e可以使用漂白劑嗎?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e請避免使用漂白劑（含氯或含氧的漂白劑），可能造成掉色或變色問題\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e乾燥時需要注意什麼嗎 ?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e乾燥後請輕拍填充物，讓其回復蓬鬆感。\u003cbr\u003e請避免使用滾筒式烘乾機，可能會導致產品縮水或材質劣化\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e該如何做使用呢?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e\n              除了可以當作膝上毯或午睡毯外，利用壓扣還能當作裙子或手臂套使用。此外，在拆卸壓扣時，請勿拉扯布料，請從壓扣根部取下。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e如何做收納呢?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e請將毛毯捲起塞進本身的口袋，再放進附帶的收納袋中，即可輕鬆攜帶。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e有哪些顏色可以選購呢?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e目前是暗岩灰一色可供選擇\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n  \u003c\/main\u003e\n\u003c\/div\u003e\n\n\u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\"\n  href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_all_v1.css\"\u003e\n\u003cscript defer type=\"text\/javascript\"\n  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_all_v1.js\"\u003e\u003c\/script\u003e\n\n\u003cstyle\u003e\n  .spec__item__desc__text__content__title,\n  #clean .technology__item__desc.tips .technology__item__desc__text__content__desc span,\n  .technology__link__lists__title,\n  .concept__txt,\n  .fit__ttl,\n  .sleep__info__quality__cold__text,\n  .sleep__info__quality__golden__title,\n  .sleep__info__book__text__title,\n  .sleep__info__book__top,\n  .mv__txt2,\n  .rwlp__header__menu__link,\n  .technology__item__desc__text__content__title,\n  body.typesquare_option {\n    font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n    visibility: visible !important;\n    opacity: 1 !important;\n  }\n\n  .termina {\n    font-family: Termina, \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif !important;\n    font-weight: 400;\n  }\n\n  #clean .technology__item__desc.tips .technology__item__desc__text__content__title {\n    font-family: Termina, \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n  }\n\n  .mv__caption__text span {\n    font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N R\", sans-serif;\n  }\n\u003c\/style\u003e\n\n\u003c!--パラメータ表示制御--\u003e\n\u003cscript\u003e\n  jQuery(function () {\n    const param = location.search;\n    \/\/ jsで表示・非表示の処理をするパターン\n    if (param.indexOf('?ad_1') === 0) {\n      if (window.matchMedia(\"(max-width: 768px)\").matches) {\n        \/\/画面横幅が768px以下のときの処理\n        jQuery('.y_ad_on_sp').css({ 'display': 'block' });\n        jQuery('.y_ad_off_sp').css({ 'display': 'none' });\n      }\n      else {\n        \/\/画面横幅が769px以上のときの処理\n        jQuery('.y_ad_on').css({ 'display': 'block' });\n        jQuery('.y_ad_off').css({ 'display': 'none' });\n      };\n    }\n    else {\n      if (window.matchMedia(\"(max-width: 768px)\").matches) {\n        \/\/画面横幅が768px以下のときの処理\n        jQuery('.y_ad_on_sp').css({ 'display': 'none' });\n        jQuery('.y_ad_off_sp').css({ 'display': 'block' });\n      }\n      else {\n        \/\/画面横幅が769px以上のときの処理\n        jQuery('.y_ad_on').css({ 'display': 'none' });\n        jQuery('.y_ad_off').css({ 'display': 'block' });\n      };\n    }\n  });\n\u003c\/script\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function () {\n    const smoothScrollLinks = document.querySelectorAll('.custom-smooth-scroll');\n\n    smoothScrollLinks.forEach(function (link) {\n      link.addEventListener('click', function (e) {\n        e.preventDefault();\n        const targetId = this.getAttribute('href');\n        const targetElement = document.querySelector(targetId);\n        const offset = 20; \/\/ スクロール位置を調整するためのオフセット\n        const targetPosition = targetElement.getBoundingClientRect().top + window.scrollY - offset;\n        window.scrollTo({\n          top: targetPosition,\n          behavior: 'smooth'\n        });\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"Default Title","offer_id":45927672447198,"sku":"C0009A1-FRDG","price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/blanket_warm.jpg?v=1756808595"}],"url":"https:\/\/brain-sleep.com\/zh-hant\/collections\/thanks_page_gift.oembed","provider":"BRAIN SLEEP OFFICIAL SITE","version":"1.0","type":"link"}