{"title":"Exclusive coupon for purchasers","description":"\u003cbody\u003e\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n    \u003ctitle\u003eCoupon Page\u003c\/title\u003e\n\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\n         \u003cdiv class=\"container\"\u003e\n\n            \u003c!-- KV image --\u003e\n            \u003c!-- \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/CRM_travel_KV.jpg\" alt=\"Recommended items for gifts\" class=\"kv-image\"\u003e --\u003e\n            \n            \u003c!-- Content area --\u003e\n            \u003cdiv class=\"content\"\u003e\n\n                \u003c!-- Coupon code --\u003e\n                \u003cdiv class=\"coupon-code\"\u003e\n\n                    \u003cdiv class=\"title\"\u003e\n\n★Applies to items on this page★\u003cbr\u003e\u003cbr\u003e\nAll items can be gift wrapped!\u003csmall\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/small\u003e\n\u003cb\u003e20% OFF coupon\u003cbr\u003efor recommended gift items\u003cbr\u003e\u003c\/b\u003e\n\n\u003c\/div\u003e\n\n                    \u003ch2\u003eCoupon Code\u003c\/h2\u003e\n\n                    \u003cdiv class=\"code\"\u003eTXPG25GIFT\u003c\/div\u003e\n\n                    \u003cbutton class=\"copy-button\" onclick=\"copyCouponCode()\"\u003eCopy Code\u003c\/button\u003e\n                    \u003cp class=\"gift-wrap-notice\"\u003eFor instructions on how to select gift wrapping,\u003cbr\u003eplease check each product page.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n                \u003c!-- Notes --\u003e\n                \u003cp class=\"notice\"\u003e\n                    * To use the coupon, you must be logged in with the account you used for your purchase. Please note that the coupon cannot be used if you are not logged in.\u003cbr\u003e* Cannot be combined with other campaigns or coupons.\u003cbr\u003e\u003cbr\u003e\u003cb\u003e\u003cbig\u003eExpiration date: 30 days from order date\u003c\/big\u003e\u003c\/b\u003e\n                \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\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\n\u003c\/body\u003e","products":[{"product_id":"pillow_portable","title":"BRAIN SLEEP PILLOW PORTABLE","description":"\u003cstyle\u003e\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    .lp_area div:empty {\n      display: initial;\n    }\n    .lp_area {\n      overflow-x: hidden;\n    }\n    .lp_area video {\n      height: auto;\n    }\n    .lp_area a {\n      text-decoration: unset;\n      color: #000;\n    }\n    .lp_area ul {\n      list-style: none;\n    }\n    .technology__link__lists {\n      padding: 0;\n    }\n    .lp_area 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\n    \/* ギフトのstyle *\/\n    .gift__item.comparison__wrap {\n        border-top: 1px #000 solid;\n        margin-top: 0;\n    }\n    .gift__item .comparison {\n        display: flex;\n        \/* margin-top: 110px; *\/\n        margin: 110px;\n        gap: 100px;\n    }\n    .gift__item .comparison__ttl {\n        margin-bottom: 50px;\n    }\n    .gift__item img {\n        object-fit: contain;\n        max-width: 55%;\n    }\n    @media screen and (max-width:767px) {\n        .gift__item .comparison {\n            flex-direction: column;\n            \/* gap: 50px; *\/\n            gap: 25px;\n            \/* margin: 50px auto; *\/\n            margin: 50px 25px;\n        }\n        .gift__item img {\n            max-width: 100%;\n        }\n    }\n\n\n  \/* giftブロック調整用 *\/\n  .gitf_block{\n    border-top: 1px #000 solid !important;\n    padding-top: 100px;\n    margin-top: 0px;\n  }\n\n@media screen and (max-width:767px) {\n  .gitf_block{\n    padding-top: 50px;\n  }\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          Anytime. Anywhere.\u003cbr\u003eUltimate sleep, wherever you go\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"mv__caption__text layer1\"\u003e\n        Wrap yourself\u003cbr\u003ein maximum comfort\u003cbr\u003ewhile traveling\n      \u003c\/p\u003e\n      \u003cp class=\"mv__caption__text layer2\"\u003e\n        Just put it on your hotel\u003cbr\u003eor regular pillow and\u003cbr\u003eit will give you the best sleep ever.\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          Introducing a multi-way pillow\u003cbr\u003eA new way of sleeping unfolds\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_img_en.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_img_sp_en.webp\" alt=\"そのすべてがこのひとつで\" class=\"fadeInUpShort animated only_sp\"\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"technology\" id=\"technology\"\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 style=\"margin-bottom: 0;\"\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              Comfortable sleep \u003cbr\u003eacross a wide range of settings\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              A size and weight designed for \u003cbr\u003eeasy portability\u003cbr\u003e\u003csmall class=\"technology__link__lists__desc__sm\"\u003e(Approximately one-third the weight of the BRAIN SLEEP PILLOW)\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              Fully washable for easy,\u003cbr\u003ehygienic care\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 style=\"margin-bottom: 0;\"\u003eSCENE\u003c\/span\u003e\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\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                Layer on top of hotel or everyday pillows\u003cbr\u003efor ultimate comfort\n              \u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                \"Can't sleep when traveling, waking up multiple times from neck pain\"\u003cbr\u003e\"The new pillow doesn’t feel right, but throwing it away feels wasteful.”\u003cbr\u003eBRAIN SLEEP PILLOW PORTABLE is designed to be layered on top of existing pillows to enhance overall comfort.\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                Super-breathable design that support deep sleep\u003cbr\u003eSupporting the neck for an optimal sleeping posture\n              \u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                Over 90% of the material is made of air layers, creating airflow between the pillow and the head, allowing heat and moisture to escape.\u003cbr\u003eBy limiting heat buildup during sleep, a comfortable sleep environment is maintained through the night.\u003cbr\u003eThe resilient, three-dimensional fiber structure supports the head and neck while preventing excessive sinking.\u003cbr\u003eProper alignment helps maintain a comfortable sleeping posture.\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                Can be used on its own as a very low-profile pillow\n              \u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                Ideal for those who prefer a low pillow, or who sleep with a towel instead of a pillow.\u003cbr\u003eThe BRAIN SLEEP PILLOW PORTABLE can also be used on its own as a standalone pillow.\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\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                Wrapped in comfort\u003cbr\u003eeven while traveling\n              \u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                Even short periods of rest during travel can be elevated in quality, helping refresh a tired mind.\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                A high backrest that fits the neck and head, remaining comfortable even during extended use with a super-breathable material\n              \u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                By supporting the natural curve of the neck in the correct position, comfort is maintained without needing to lie down.\u003cbr\u003eExcess heat around the neck is released thanks to the ultra-breathable structure,\u003cbr\u003epreventing stuffiness and delivering a light, airy feel—even over long periods.\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                Power naps to support optimal productivity\n              \u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                For a brain working nonstop from morning, even a short nap provides valuable rest.\u003cbr\u003eIt has been shown that brief daytime naps help reduce fatigue while improving memory, focus, and productivity.\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                Lumbar support as a backrest\n              \u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                Prolonged desk work and sitting for long hours place strain on the lower back and can lead to discomfort.\u003cbr\u003eWhen placed behind the back, the high-resilience 3D fiber structure delivers firm, supportive cushioning.\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                Maintains proper posture\n              \u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                Positioned along the natural curve of the lower back, the design helps keep the pelvis upright and guides the spine into a healthy, well-aligned posture.\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\u003eSuper 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                Fully washable for lasting cleanliness\n              \u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                Both the cover and inner material are fully washable, keeping the pillow clean and fresh at all times.\u003cbr\u003eSustainable materials are used with consideration for the environment.\u003cbr\u003eThe inner material can be rinsed with shower water and air-dried, while the cover is machine-washable when placed in a laundry net.\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\u003eSpecifications\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\"\u003eWhen flat\u003c\/h3\u003e\n              \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                Dimensions\u003cbr\u003eApprox. 580 mm (W) × 300 mm (D) × approx. 30 mm \/ 40 mm (at highest point)\u003cbr\u003e\u003cbr\u003eAdjuster belt length\u003cbr\u003eApprox. 80 mm–620 mm (total length)\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                As a neck pillow \/ When carried\n              \u003c\/h3\u003e\n              \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                Dimensions\u003cbr\u003eApprox. 150 mm (W) × 250 mm (D) × approx. 150 mm (maximum)\u003cbr\u003e\u003cbr\u003eAdjuster Belt Length\u003cbr\u003eApprox. 80 mm–620 mm (total length)\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\"\u003eWhen folded\u003c\/h3\u003e\n              \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                Approx. 300 mm (W) × 290 mm (D) × approx. 60 mm \/ 80 mm (maximum)\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                ◾️Weight\u003cbr\u003eApprox. 210g\u003cbr\u003e\u003cbr\u003e◾️Materials\u003cbr\u003eFilling: 100% polyethylene\u003cbr\u003eCover:　Mesh fabric: 100% polyester\u003cbr\u003eMatte fabric: 100% nylon\u003cbr\u003eTape: 100% polypropylene\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\n\n\n    \u003c!-- \u003csection class=\"technology__item\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\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_giftwrapping.webp\" 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                    高級感のあるポリエステルツイル素材を使用。\n                    ベージュの生地とリボンで統一し、ブレインスリープのロゴを洗練されたサイズ感で配置。\n                    幅広で豪華なリボンが、プレゼントに相応しい上質な高級感を演出します。\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n    \u003c\/section\u003e --\u003e\n\n\n\n        \u003c!-- \u003cdiv class=\"technology__item__desc animatedParent animateOnce gitf_block\" 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_giftwrapping.webp\" 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                    高級感のあるポリエステルツイル素材を使用。\n                    ベージュの生地とリボンで統一し、ブレインスリープのロゴを洗練されたサイズ感で配置。\n                    幅広で豪華なリボンが、プレゼントに相応しい上質な高級感を演出します。\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e --\u003e\n\n    \u003c!-- \u003csection class=\"gift__item comparison__wrap\"\u003e\n        \u003cdiv class=\"comparison animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv\u003e\n                \u003ch2 class=\"comparison__ttl fadeInUpShort animated\"\u003eギフトにもおすすめ\u003c\/h2\u003e\n                \u003cp\u003e\n                    高級感のあるポリエステルツイル素材を使用。\n                    ベージュの生地とリボンで統一し、ブレインスリープのロゴを洗練されたサイズ感で配置。\n                    幅広で豪華なリボンが、プレゼントに相応しい上質な高級感を演出します。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_giftwrapping.webp\" alt=\"\" width=\"45\" height=\"45\"\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e --\u003e\n  \n\n\n\u003c!-- \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              ブレインスリープ マットレス\u003cbr\u003eプラス フロート\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\/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睡眠を \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\/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      \u003csection id=\"other__conforter\" data-offset=\"300\" data-sequence=\"500\" class=\"other__col2__item animatedParent animateOnce\"\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\" height=\"222\" width=\"600\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_comforter-ice-blue_02_0319_01_fin.png\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"other__col2__item__inner animated\"\u003e\n          \u003cdiv\u003e\n            \u003ch2 class=\"other__col2__item__logo\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" height=\"106\" width=\"350\" alt=\"BRAIN SLEEP COMFORTER PERFECT COOL EX\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_logo_comcoolex.png\"\u003e\n            \u003c\/h2\u003e\n            \u003cp class=\"other__col2__item__logotext\"\u003eブレインスリープ コンフォーター \u003cbr class=\"only_sp\"\u003eパーフェクト クール EX\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夏用掛け布団\u003c\/p\u003e\n            \u003ca class=\"other__more__btn other__more__btn__black\" href=\"https:\/\/brain-sleep.com\/products\/comforter_perfectcoolex\"\u003e詳しく見る\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n  \n    \u003c\/div\u003e --\u003e\n\n\n\n\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_img_model_en.webp\" alt=\"AWAKEN YOUR POSSIBILITY. さぁ、新しい眠りへ\" 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_img_model_sp_en.webp\" alt=\"AWAKEN YOUR POSSIBILITY. さぁ、新しい眠りへ\" class=\"only_sp fadeInUpShort animated\"\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\u003eFrequently Asked Questions\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq__main animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n\n\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003eFind a Store\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003eYou can also purchase this product at our retail stores. Product availability varies by location. For more details, please check \u003ca href=\"https:\/\/brain-sleep.com\/en\/pages\/shop_information\" target=\"_blank\"\u003ehere\u003c\/a\u003e.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003eCan I wash it?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e\n              Yes. The cover is machine washable, and the inner material can be rinsed with a shower.\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\"\u003eCan I use is as a pillow on its own?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e\n              Yes. It is recommended for those who prefer a low pillow, including those who usually sleep with a folded towel instead of a pillow.\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\"\u003eDoes it slip during use?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e\n              When used as a topper pillow or backrest, adjusting the belt to match the pillow or chair helps minimize slippage and keep the pillow in place.\u003cbr\u003eWhen used as a neck pillow, adjusting the belt to fit the neck provides a stable, comfortable fit.\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            What neck size can be accommodated when used as a neck pillow?\n          \u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e\n              With adjustable belts, the fit can be easily customized without a fixed size limit.\u003cbr\u003eComfortable use has been confirmed for neck circumferences of approximately 30–43 cm, though fit and comfort may vary by individual.\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            Can I keep it folded when I don't use it?\n          \u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e\n              Keep the pillow flat and unfolded when not in use.\u003cbr\u003eLeaving the pillow folded or placing heavy objects on top may lead to deterioration of the inner material.\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_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\n\n\n\u003cstyle\u003e\n    .technology__item {\n        font-weight: 400;\n    }\n    .technology__item__desc__text__content__title,\n    .technology__item__desc__text__content__desc {\n        letter-spacing: 0;\n    }\n    .spec__item,\n    .size__txt,\n    .spec__item__desc__text__content__desc,\n    .technology__item__desc__text__content__title {\n        font-weight: 400;\n    }\n\u003c\/style\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":"BRAIN SLEEP BLANKET PORTABLE ALL SEASONS","description":"\u003cstyle\u003e\n    #MainContent,\n    html.js {overflow: auto;}\n    .rwlp__wrapper div:empty {display: initial;}\n    .buy__area {background-color: #fff;border-bottom: 1px #000 solid;border-top: 1px #000 solid;bottom: 0;font-weight: 500;left: 0;padding: 15px 0 18px;position: fixed;width: 100%;z-index: 99999}.buy__area__flex {align-items: center;display: flex;justify-content: center;margin: 0 auto;width: 532px}.buy__area__name {font-size: 17px;line-height: 1}.buy__area__price {font-size: 11px;line-height: 1;margin-top: 10px}.buy__area__price span {font-family: 'Helvetica Neue',Helvetica,sans-serif;font-size: 21px;line-height: 1}.buy__area__btn {background-color: #9c2335;color: #fff!important;font-size: 16px;font-weight: 500;letter-spacing: .05em;line-height: 43px;text-align: center;width: 238px}@media screen and (max-width:749px){.buy__area {padding: 20px 0}.buy__area__flex {justify-content: center;padding-left: 0;width: auto}.buy__area__text {display: none}.buy__area__btn {font-size: 16px;line-height: 40px;width: 200px}}\n    html {scroll-behavior: smooth;}\n    .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {transform: unset;animation: unset;opacity: 1;}\n    .rwlp__wrapper .thumbnail {\n        position: relative;\n        cursor: unset;\n    }\n    .rwlp__wrapper .thumbnail:hover {\n        opacity: 1;\n    }\n    .rwlp__wrapper ul {\n      padding-left: 0;\n    }\n    .rwlp__wrapper li {\n      list-style: none;\n    }\n    img {\n      border: unset!important;\n    }\n    .u-pc{display:block!important}@media screen and (max-width:767px){.u-pc{display:none!important}}html,body,div,span,iframe,h2,p,img,small,ul,li,label,details,header,nav,section,summary{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}*{box-sizing:border-box;line-height:1.5}body{width:100%;background:#fff;font-family:\"游ゴシック体\",YuGothic,\"Yu Gothic M\",\"游ゴシック Medium\",\"Yu Gothic Medium\",\"Yu Gothic Pr6N M\",sans-serif;color:#000}main{display:block}li{list-style-type:none}a{display:inline-block;text-decoration:none;color:#000}img{vertical-align:bottom;max-width:100%;height:auto}input,button,select{appearance:none}h2{font-weight:normal!important}.rwlp__wrapper img{width:100%}.mv{background-color:#eeecdd}.mv__inner{width:84vw;margin:0 auto;position:relative}.mv__img{width:50vw;margin-left:auto;padding-top:2.2vw}@media screen and (max-width:749px){.mv{height:182.666vw;position:relative}.mv__inner{width:100vw;height:100%;margin:0 auto}.mv__img{height:90.666vw;width:100vw;margin-left:auto;position:absolute;bottom:0;left:0}}.rwlp__wrapper img{width:100%}.mv{margin-top:0}\n    \n\n    \/* ギフトのstyle *\/\n    .gift__item.comparison__wrap {\n        border-top: 1px #000 solid;\n        margin-top: 0;\n    }\n    .gift__item .comparison {\n        display: flex;\n        \/* margin-top: 110px; *\/\n        margin: 110px;\n        gap: 100px;\n    }\n    .gift__item .comparison__ttl {\n        margin-bottom: 50px;\n    }\n    .gift__item img {\n        object-fit: contain;\n        max-width: 55%;\n    }\n    @media screen and (max-width:767px) {\n        .gift__item .comparison {\n            flex-direction: column;\n            \/* gap: 50px; *\/\n            gap: 25px;\n            \/* margin: 50px auto; *\/\n            margin: 50px 25px;\n        }\n        .gift__item img {\n            max-width: 100%;\n        }\n    }\n\n\/* giftブロック調整用 *\/\n  .gitf_block{\n    border-top: 1px #000 solid !important;\n    padding-top: 100px;\n    margin-top: 0px;\n  }\n\n@media screen and (max-width:767px) {\n  .gitf_block{\n    padding-top: 50px;\n  }\n}\n\n@media screen and (min-width: 750px) {\n  .mv__txt2 {\n    font-size: 2.8vw !important;\n    line-height: 1.3 !important;\n  }\n  .intro2__features {\n    width: 590px !important;\n  }\n  .intro04__ttl {\n    font-size: 2.3vw !important;\n    margin-left: 0 !important;\n  }\n  .intro02__wrap2 \u003e div:nth-of-type(2) .intro02__wrap2__img {\n    margin-top: 44px;\n  }\n  .intro2__wrap1__ttl {\n    padding-right: 30px;\n  }\n}\n@media screen and (max-width: 749px) {\n  .mv__txt2 {\n    \/*top: 11vw !important;*\/\n    font-size: 4.8vw !important;\n  }\n  .intro2__wrap1__ttl {\n    font-size: 23px !important  ;\n  }\n  .intro2__wrap2__desc {\n    padding-right: 20px !important;\n  }\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_kv_img_model_v2.png\" alt=\"\" class=\"u-pc\" width=\"1492\" height=\"1480\"\u003e\n              \u003cimg decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_kv_img_sp_model_v2.jpg\" alt=\"\" class=\"u-sp\" width=\"750\" height=\"680\"\u003e\n            \u003c\/div\u003e\n            \u003ch1 class=\"mv__txt2 termina\"\u003eAn all-season blanket\u003cbr\u003edesigned to reduce chill\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\" alt=\"BRAINSLEEP BLANKET PORTABLE ALL SEASONS\" width=\"542\" height=\"162\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"mv__features\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_kv_features_en.webp?1\" 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\"\u003eFor situations where temperature control \u003cbr class=\"u-sp\"\u003eis difficult\u003c\/p\u003e\n            \u003cp class=\"intro1__ttl fadeInUpShort animated\"\u003eOne blanket,\u003cbr\u003efor every kind of chill\u003c\/p\u003e\n            \u003cdiv class=\"intro1__scene\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro01_scene_en.webp\" alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"1440\" height=\"694\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro01_features_sp_en.webp\" alt=\"冷えすぎたオフィス、アウトドア、冷えすぎた車内、仮眠、子どものお昼寝、涼しい季節の散歩\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro01_img_model_v2.png\" alt=\"\" class=\"u-pc\" width=\"1064\" height=\"1374\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro01_img_sp_model_v2.png\" 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\"\u003eComfort, enabled by\u003cbr\u003ean innovative temperature-regulating material\u003cbr\u003edeveloped for space suits\u003c\/p\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro02_img01_model_v2_en.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm__tech01_03.gif\" 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\"\u003eAbsorbs heat when it is hot\u003cbr\u003ereleases heat when it is cold\u003c\/p\u003e\n              \u003cdiv class=\"intro2__wrap1__desc fadeInUpShort animated\"\u003e\n                \u003cp class=\"intro2__wrap1__txt\"\u003eMicrocapsules respond to temperature changes by shifting between solid and liquid states, repeatedly absorbing, storing, and releasing heat to help maintain a comfortable temperature.\u003c\/p\u003e\n                \u003cp class=\"intro2__wrap1__note\"\u003eThis video demonstrates how Outlast gel changes phase between solid and liquid\u003cbr\u003ewhen placed on a 36\u003cspan style=\"font-family: sans-serif;\"\u003e°C\u003c\/span\u003e heated plate.\u003cbr\u003eThrough this phase change, the capsules absorb heat and help regulate temperature.\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\"\u003eComfortable temperature\u003cbr\u003ein any environment\u003c\/p\u003e\n                \u003cp class=\"intro2__wrap2__txt fadeInUpShort animated\"\u003eThe graph compares the maximum temperature difference when room temperature is changed to extremes ranging from 10\u003cspan style=\"font-family: sans-serif;\"\u003e°C\u003c\/span\u003e to 40\u003cspan style=\"font-family: sans-serif;\"\u003e°C\u003c\/span\u003e. While cotton shows a temperature difference of 15\u003cspan style=\"font-family: sans-serif;\"\u003e°C\u003c\/span\u003e or more, Outlast shows a difference of only 4\u003cspan style=\"font-family: sans-serif;\"\u003e°C\u003c\/span\u003e.\u003cbr\u003eThis indicates that its superior temperature-regulating performance is less affected by changes in ambient temperature.\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"intro2__wrap2__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro02_graph_en.webp\" alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"1130\" height=\"732\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro02_graph_en.webp\" alt=\"\" class=\"u-sp fadeInUpShort animated\" width=\"706\" height=\"458\"\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\"\u003eSupported by a wide range of users on Makuake, \u003cbr class=\"u-pc\"\u003ethe ALL SEASONS series now introduces a \u003cspan class=\"td-u\"\u003eblanket\u003c\/span\u003e!\u003c\/p\u003e\n          \u003cdiv class=\"intro3__makuake\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro03_makuake.png\" alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"660\" height=\"372\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro03_makuake_sp.jpg\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_gif_as.gif\" alt=\"\" class=\"fadeInUpShort animated\" width=\"1426\" height=\"804\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"intro3__txt fadeInUpShort animated\"\u003eCompact storage, \u003cbr class=\"u-pc\"\u003eideal for the office, travel, \u003cbr class=\"u-pc\"\u003eand outdoor use\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro04_bg_model_v2.jpg\" alt=\"\" width=\"2000\" height=\"1121\"\u003e\n            \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro04_bg_sp_model_v2.jpg\" 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;\"\u003eCarry comfort \u003cbr class=\"u-sp\"\u003e  throughout the year\u003c\/div\u003e\n            \u003cdiv class=\"intro04__logo fadeInUpShort animated\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro04_logo.png\" 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 style=\"margin-bottom: 0;  \"\u003eSPEC\u003c\/span\u003e\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=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_spec01_en.webp\" 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\"\u003eA reversible construction for comfort, 365 days a year\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003eSwitch between the front and back surfaces according to the season.\u003cbr\u003eDuring warmer months, the smooth fabric with a cool-to-the-touch feel rests against the skin. In colder seasons, the soft and gentle peach-skin fabric wraps the body comfortably.\u003cbr\u003eDesigned to be used without a cover.\u003cbr\u003e\u003cbr\u003eNote: the brushed side of the fabric is marked “WARM.”\u003cbr\u003eThe smooth reverse side features a cool touch fabric\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\"\u003eStone gray\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\"\u003eSide fabric\u003cbr\u003eOuter fabric: 100% polyester\u003cbr\u003eInner fabric: 100% nylon\u003cbr\u003eFilling: 50% rayon 50% polyester 0.16 kg\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\" 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\"\u003eApprox. W140 × L70 cm (approx. 400 g)\u003cbr\u003eStorage size: approx. W14 × D14 × H29.5 cm\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"size__img fadeInUpShort animated\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_spec02_en.webp\" class=\"u-pc\" alt=\"\" width=\"1918\" height=\"798\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_spec02_sp_en.webp\" 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=\"technology__item technology__item__sub gitf_block\"\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=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_giftwrapping.webp\" 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\"\u003eAlso recommended as a gift\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                    Made with a luxurious polyester twill fabric.\u003cbr\u003eThe packaging features a unified beige tone with matching ribbon, and the Brain Sleep logo is placed with a refined, elegant sizing.\u003cbr\u003eThe wide, lavish ribbon creates a premium, sophisticated feel that is perfectly suited for gifting.\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 style=\"margin-bottom: 0; \"\u003eHOW TO USE\u003c\/span\u003e\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=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_howtouse_img01_model_v2.png\" decoding=\"async\" loading=\"lazy\"\u003e\n                \u003cimg height=\"778\" width=\"750\" class=\"u-sp\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_howtouse_img01_sp_model_v2.jpg\" 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\"\u003eVersatile use\u003cbr\u003eacross a wide range of settings\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003eWith a built-in hood, this weighted blanket can be used in a variety of ways.\u003cbr\u003eIts temperature-regulating properties allow for year-round use, helping reduce chill from air conditioning during warmer seasons as well.\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=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_howtouse_img02_en.webp\" 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\"\u003eHow to fold the portable blanket\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003eThe blanket can be rolled up and stored easily in the pocket, as shown in the diagram.\u003cbr\u003eIt can be carried smartly and compactly by placing it into the included drawstring pouch.\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 style=\"margin-bottom: 0;  \"\u003eRELATED PRODUCTS\u003c\/span\u003e\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            \u003cdiv class=\"related__img fadeInUpShort animated\"\u003e\n              \u003cimg height=\"710\" width=\"1318\" class=\"\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_related_allseasons.jpg\" 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=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_related_allseasons_logo.png\" decoding=\"async\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cp class=\"related__ttl fadeInUpShort animated\"\u003eALL SEASONS\u003cbr\u003eGuides you to a comfortable sleeping temperature, all year round.\u003c\/p\u003e\n              \u003cdiv class=\"u-pc\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/en\/products\/comforter_allseasons\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003eLearn more\u003c\/a\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"u-sp\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/en\/products\/comforter_allseasons\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003eLearn more\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            \u003cdiv class=\"related__img fadeInUpShort animated\"\u003e\n              \u003cimg height=\"741\" width=\"1318\" class=\"\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_related_blanket_portable_perfectwarm_v2.jpg\" 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=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_related_blanket_portable_perfectwarm_logo.png\" decoding=\"async\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cp class=\"related__ttl fadeInUpShort animated\"\u003eExceptionally warm - \u003cbr\u003eA blanket designed to ward off the cold\u003c\/p\u003e\n              \u003cdiv class=\"u-pc\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/en\/products\/blanket_perfectwarm\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003eLearn more\u003c\/a\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"u-sp\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/en\/products\/blanket_perfectwarm\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003eLearn more\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\" 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;\"\u003eBLANKET PORTABLE Comparison\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_blanket_comparison_en_v2.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_blanket_comparison_sp_en_v2.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_slick_arrow_prev.png\" class=\"spec__table__nav__prev\" alt=\"\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_slick_arrow_next.png\" class=\"spec__table__nav__next \" alt=\"\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n\n\n\n\n\n\u003c!--     \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睡眠の質を高めるオススメ商品\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脳と睡眠研究によって生まれた枕\n                \u003cbr\u003e可能性が目覚める。\u003c\/h3\u003e\n              \u003cdiv class=\"other__pillow__vimeo\"\u003e\n                \u003cvideo class=\"lozad\" width=\"1400\" height=\"1080\" style=\"aspect-ratio: 1400\/1080;\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5b3769ce88a34ad5b685b96a373263a8.mp4\" preload=\"none\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_pillow_logo.png\" 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脳と睡眠研究によって生まれた枕\n                  \u003cbr\u003e可能性が目覚める。\n                  \u003cbr\u003e明日のパフォーマンスを目覚めさせる。\u003c\/h3\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/en\/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\" id=\"other__coin\"\u003e\n              \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e睡眠医学×AI\n                \u003cbr\u003e睡眠を\n                \u003cbr\u003eパーソナライズ計測\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\/lp_mattress_premium_float_other_coin.jpg\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_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睡眠医学×AI\n                    \u003cbr\u003e睡眠をパーソナライズ計測\u003c\/p\u003e\n                  \u003ca href=\"https:\/\/brain-sleep.com\/en\/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\" id=\"other__conforter\"\u003e\n              \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003eオールシーズン快適温度に導く。\u003c\/h3\u003e\n              \u003cdiv class=\"other__col2__item__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_other_conforter.png\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_other_conforter_logo.png\" alt=\"BRAIN SLEEP FLOAT\" width=\"343\" height=\"104\"\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 href=\"https:\/\/brain-sleep.com\/en\/products\/comforter_allseasons\" 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 --\u003e\n\n\n\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\"\u003eCarry year-round comfort,\u003cbr\u003efor better days ahead\u003c\/p\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_awakenyourpossibility.png\" alt=\"\" class=\"lozad last__logo\" width=\"470\" height=\"218\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_last_present_en.webp\" 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\u003eFrequently asked questions\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\"\u003eIs it machine washable?\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eYes. It can be washed at home. Please place it in a laundry net and wash separately from white or light-colored items.\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\"\u003eCan I use bleach?\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eBleach (chlorine- or oxygen-based) may cause discoloration or fading, so please avoid using it.\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\"\u003eCan I tumble dry?\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003ePlease avoid using a tumble dryer, as it may cause shrinkage or deterioration of the product.\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\"\u003eHow do I use it?\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eYou can use it as a lap blanket or for daytime warmth. By fastening the hook buttons, it can also be worn as a skirt or used as an arm cover. When unfastening the hook buttons, please remove them from the base of the hook without pulling on the fabric. The side labeled “WARM” features a softly brushed fabric that provides gentle warmth. The reverse side has a smooth, cool-touch fabric. You can use it reversibly depending on your preference and the situation.\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\"\u003eHow do I store it?\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eRoll the blanket up neatly and tuck it into the built-in pocket.\u003cbr\u003ePlacing it into the included drawstring pouch allows for compact storage and easy portability.\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\"\u003eWhat color options are available?\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eAvailable in one color only: Stone Gray.\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'\" 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\" 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      .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      #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      .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              {\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              {\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\n\n\u003cstyle\u003e\n    .technology__item {\n        font-weight: 400;\n    }\n    .technology__item__desc__text__content__title,\n    .technology__item__desc__text__content__desc {\n        letter-spacing: 0;\n    }\n    .spec__item,\n    .size__txt,\n    .spec__item__desc__text__content__desc,\n    .technology__item__desc__text__content__title {\n        font-weight: 400;\n    }\n\u003c\/style\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":"BRAIN SLEEP BLANKET PORTABLE PERFECT WARM","description":"\u003cstyle\u003e\n    #MainContent,\n    html.js {overflow: auto;}\n    .rwlp__wrapper div:empty {display: initial;}\n    .buy__area {background-color: #fff;border-bottom: 1px #000 solid;border-top: 1px #000 solid;bottom: 0;font-weight: 500;left: 0;padding: 15px 0 18px;position: fixed;width: 100%;z-index: 99999}.buy__area__flex {align-items: center;display: flex;justify-content: center;margin: 0 auto;width: 532px}.buy__area__name {font-size: 17px;line-height: 1}.buy__area__price {font-size: 11px;line-height: 1;margin-top: 10px}.buy__area__price span {font-family: 'Helvetica Neue',Helvetica,sans-serif;font-size: 21px;line-height: 1}.buy__area__btn {background-color: #9c2335;color: #fff!important;font-size: 16px;font-weight: 500;letter-spacing: .05em;line-height: 43px;text-align: center;width: 238px}@media screen and (max-width:749px){.buy__area {padding: 20px 0}.buy__area__flex {justify-content: center;padding-left: 0;width: auto}.buy__area__text {display: none}.buy__area__btn {font-size: 16px;line-height: 40px;width: 200px}}\n    html {scroll-behavior: smooth;}\n    .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {transform: unset;animation: unset;opacity: 1;}\n    .rwlp__wrapper .thumbnail {\n        position: relative;\n        cursor: unset;\n    }\n    .rwlp__wrapper .thumbnail:hover {\n        opacity: 1;\n    }\n    .rwlp__wrapper ul {\n      padding-left: 0;\n    }\n    .rwlp__wrapper li {\n      list-style: none;\n    }\n    img {\n      border: unset!important;\n    }\n    .u-pc{display:block!important}@media screen and (max-width:767px){.u-pc{display:none!important}}html,body,div,span,iframe,h2,p,img,small,ul,li,label,details,header,nav,section,summary{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}*{box-sizing:border-box;line-height:1.5}body{width:100%;background:#fff;font-family:\"游ゴシック体\",YuGothic,\"Yu Gothic M\",\"游ゴシック Medium\",\"Yu Gothic Medium\",\"Yu Gothic Pr6N M\",sans-serif;color:#000}main{display:block}li{list-style-type:none}a{display:inline-block;text-decoration:none;color:#000}img{vertical-align:bottom;max-width:100%;height:auto}input,button,select{appearance:none}h2{font-weight:normal!important}.rwlp__wrapper img{width:100%}.mv{background-color:#9c2335}.mv__inner{width:84vw;margin:0 auto;position:relative}.mv__img{width:55vw;margin-left:auto;padding-top:2.2vw}@media screen and (max-width:749px){.mv{height:180vw;position:relative}.mv__inner{width:100vw;height:100%;margin:0 auto}.mv__img{height:90.666vw;width:100vw;margin-left:auto;position:absolute;bottom:0;left:0}}.rwlp__wrapper img{width:100%}.mv{margin-top:0}\n    \n\n    \/* ギフトのstyle *\/\n    .gift__item.comparison__wrap {\n        border-top: 1px #000 solid;\n        margin-top: 0;\n    }\n    .gift__item .comparison {\n        display: flex;\n        \/* margin-top: 110px; *\/\n        margin: 110px;\n        gap: 100px;\n    }\n    .gift__item .comparison__ttl {\n        margin-bottom: 50px;\n    }\n    .gift__item img {\n        object-fit: contain;\n        max-width: 55%;\n    }\n    @media screen and (max-width:767px) {\n        .gift__item .comparison {\n            flex-direction: column;\n            \/* gap: 50px; *\/\n            gap: 25px;\n            \/* margin: 50px auto; *\/\n            margin: 50px 25px;\n        }\n        .gift__item img {\n            max-width: 100%;\n        }\n    }\n\n\n\/* giftブロック調整用 *\/\n  .gitf_block{\n    border-top: 1px #000 solid !important;\n    padding-top: 100px;\n    margin-top: 0px;\n  }\n\n@media screen and (max-width:767px) {\n  .gitf_block{\n    padding-top: 50px;\n  }\n}\n\n@media screen and (min-width: 750px) {\n  .mv__txt2 {\n    top: 6vw !important;\n    font-size: 2.8vw !important;\n    line-height: 1.3 !important;\n  }\n  .intro2__features {\n    width: 590px !important;\n  }\n  .intro04__ttl {\n    font-size: 2.3vw !important;\n    margin-left: 0 !important;\n  }\n  .intro02__wrap2 \u003e div:nth-of-type(2) .intro02__wrap2__img {\n    margin-top: 44px;\n  }\n}\n@media screen and (max-width: 749px) {\n  .mv__txt2 {\n    top: 11vw !important;\n  }\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_kv_img_model_v2.png\" alt=\"\" class=\"u-pc\" width=\"1590\" height=\"1486\"\u003e\n              \u003cimg decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_kv_img_sp_model_v2.jpg\" alt=\"\" class=\"u-sp\" width=\"748\" height=\"700\"\u003e\n            \u003c\/div\u003e\n            \u003ch1 class=\"mv__txt2 termina\"\u003eExceptionally warm - \u003cbr\u003eA blanket designed \u003cbr\u003eto ward off the cold\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\" alt=\"BRAINSLEEP BLANKET PORTABLE PERFECT WARM\" width=\"586\" height=\"252\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"mv__features\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_kv_features_en.webp?1\" 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\"\u003eFor moments when warmth is needed\u003c\/p\u003e\n            \u003cp class=\"intro1__ttl fadeInUpShort animated\"\u003eOne piece for the cold and \u003cbr\u003etemperature changes.\u003c\/p\u003e\n            \u003cdiv class=\"intro1__scene\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro01_scene_en.webp\" alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"1442\" height=\"692\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro01_features_sp_en.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro01_img_v2.png\" alt=\"\" class=\"u-pc\" width=\"1468\" height=\"1359\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro01_img_sp_v2.png\" 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\"\u003eThe secret to exceptional warmth\u003cbr\u003elies in an originally developed material.\u003c\/p\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\u003eThermal insulation\u003c\/div\u003e\n              \u003cdiv\u003eMoisture-absorbing heat generation\u003c\/div\u003e\n              \u003cdiv\u003eFar-infrared radiant heat\u003c\/div\u003e\n              \u003cdiv\u003eMoisture absorption and release\u003c\/div\u003e\n              \u003cdiv\u003eCompression recovery\u003c\/div\u003e\n              \u003cdiv\u003eWashable\u003c\/div\u003e\n              \u003cdiv\u003eAntibacterial\u003c\/div\u003e\n              \u003cdiv\u003eDust mite resistance\u003c\/div\u003e\n              \u003cdiv\u003eDeodorizing\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_img1.jpg\" alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"1092\" height=\"616\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_img1_sp.jpg\" 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\"\u003eWarmth that goes far beyond down.\u003cbr\u003eAn ultimate thermal performance.\u003c\/p\u003e\n                \u003cp class=\"intro02__wrap1__txt fadeInUpShort animated\"\u003eThe hybrid fill incorporates ultra-fine carbon originally developed by BRAIN SLEEP over many years, combined with fibers processed using specialized techniques.\u003cbr\u003eA next-generation fill designed for multifunctional performance.\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\"\u003eThermal insulation that far surpasses down comforters\u003c\/p\u003e\n                  \u003cp class=\"intro02__wrap2__txt fadeInUpShort animated\"\u003eCompared with premium down materials, it delivers approximately 149% higher thermal insulation.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro02__wrap2__img fadeInUpShort animated\"\u003e\n                  \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_graph1_en.webp\" 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\"\u003eWarm yet comfortably dry\u003c\/p\u003e\n                  \u003cp class=\"intro02__wrap2__txt fadeInUpShort animated\"\u003eBy absorbing and releasing moisture throughout the blanket, it maintains a comfortable, non-stuffy feel.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro02__wrap2__img fadeInUpShort animated\"\u003e\n                  \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_graph2_en.webp\" 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\"\u003eRanked No.1 in crowd funding platform Makuake’s comforter category—\u003cbr\u003ePERFECT WARM now comes as a \u003cspan class=\"td-u\"\u003eblanket\u003c\/span\u003e!\u003c\/p\u003e\n          \u003cdiv class=\"intro3__makuake\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro03_makuake.png\" alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"660\" height=\"372\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_makuake_sp.jpg\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_gif_pw.gif\" alt=\"\" class=\"fadeInUpShort animated\" width=\"1426\" height=\"804\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"intro3__txt fadeInUpShort animated\"\u003eCompact storage, \u003cbr\u003eideal for the office, travel, \u003cbr\u003eand outdoor use\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro04_bg_v2.jpg\" alt=\"\" width=\"2000\" height=\"1121\"\u003e\n            \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro04_bg_sp_v2.jpg\" alt=\"\" width=\"748\" height=\"770\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"intro04__inner\"\u003e\n            \u003cdiv class=\"intro04__ttl fadeInUpShort animated\"\u003eCarry the『ultimate, \u003cbr class=\"u-sp\"\u003enon-stuffy warmth』\u003c\/div\u003e\n            \u003cdiv class=\"intro04__logo fadeInUpShort animated\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro04_logo.png\" 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 style=\"margin-bottom: 0;\"\u003eSPEC\u003c\/span\u003e\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=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_spec01_v2.jpg\" 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\"\u003eWrapped in comfortable warmth from the moment you slip inside,\u003cbr\u003ewith a smooth, gentle feel against the skin\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003eMade with a specially engineered fleece fabric featuring a unique fiber structure that closely approaches the fineness of cashmere, it delivers a softness and smoothness reminiscent of cashmere itself.\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\"\u003eStone gray\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\"\u003eSide fabric\u003cbr\u003eOuter fabric: 100% polyester\u003cbr\u003eInner fabric: pile section - 100% polyester base fabric - 60% polyester, 40% rayon\u003cbr\u003eFilling: 85% polyester 15% synthetic fiber (acrylate-based)\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\" 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\"\u003eApprox. W140 × L70 cm (approx. 570 g)\u003cbr\u003eStorage size: approx. W19 × D19 × H30 cm\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"size__img fadeInUpShort animated\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_spec02_en.webp\" class=\"u-pc\" alt=\"\" width=\"1918\" height=\"798\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_spec02_sp_en.webp\" class=\"u-sp\" alt=\"\" width=\"672\" height=\"330\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n\n\n        \u003csection class=\"technology__item technology__item__sub gitf_block\"\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=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_giftwrapping.webp\" 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\"\u003eAlso recommended as a gift\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                    Made with a luxurious polyester twill fabric.\u003cbr\u003eThe packaging features a unified beige tone with matching ribbon, and the Brain Sleep logo is placed with a refined, elegant sizing.\u003cbr\u003eThe wide, lavish ribbon creates a premium, sophisticated feel that is perfectly suited for gifting.\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 style=\"margin-bottom: 0;\"\u003eHOW TO USE\u003c\/span\u003e\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=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_howtouse_img01_model_v2.png\" decoding=\"async\" loading=\"lazy\"\u003e\n                \u003cimg height=\"778\" width=\"750\" class=\"u-sp\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_howtouse_img01_sp_model_v2.jpg\" 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\"\u003eVersatile use\u003cbr\u003eacross a wide range of settings\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003eBy making smart use of the hooks, this lightweight yet versatile blanket can be used in multiple ways.\u003cbr\u003eIt helps protect against the cold during winter seasons and in environments with significant temperature differences.\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=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_howtouse_img02_en.webp\" 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\"\u003eHow to fold the portable blanket\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003eBy placing it inside the included inner pouch, it can be carried smartly and compactly.\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\u003eRELATED PRODUCTS\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            \u003c!-- \u003cp class=\"related__name fadeInUpShort animated u-sp\"\u003eブレインスリープ \u003cbr\u003eコンフォーター \u003cbr\u003eパーフェクト ウォームEX\u003c\/p\u003e --\u003e\n            \u003cdiv class=\"related__img fadeInUpShort animated\"\u003e\n              \u003cimg height=\"156\" width=\"634\" class=\"\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_related_comforter_perfect_warmex.jpg\" 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=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_related_comforter_perefectwarm_ex_logo.png\" decoding=\"async\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003c!-- \u003cp class=\"related__name fadeInUpShort animated u-pc\"\u003eブレインスリープ コンフォーター \u003cbr\u003eパーフェクト ウォームEX\u003c\/p\u003e --\u003e\n              \u003cp class=\"related__ttl fadeInUpShort animated\"\u003eNo down. No blankets.\u003cbr\u003eThe ultimate warm comforter\u003c\/p\u003e\n              \u003cdiv class=\"u-pc\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/en\/products\/comforter_perfectwarmex\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003eLearn more\u003c\/a\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"u-sp\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/en\/products\/comforter_perfectwarmex\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003eLearn more\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            \u003c!-- \u003cp class=\"related__name fadeInUpShort animated u-sp\"\u003eブレインスリープ ブランケット ポータブル \u003cbr\u003eオールシーズンズ\u003c\/p\u003e --\u003e\n            \u003cdiv class=\"related__img fadeInUpShort animated\"\u003e\n              \u003cimg height=\"234\" width=\"534\" class=\"\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_related_blanket_allseasons_v2.jpg\" 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=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_related_blanket_portable_all_seasons_logo.png\" decoding=\"async\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003c!-- \u003cp class=\"related__name fadeInUpShort animated u-pc\"\u003eブレインスリープ ブランケット ポータブル \u003cbr\u003eオールシーズンズ\u003c\/p\u003e --\u003e\n              \u003cp class=\"related__ttl fadeInUpShort animated\"\u003eAn all-season blanket\u003cbr\u003edesigned to ward off the cold\u003c\/p\u003e\n              \u003cdiv class=\"u-pc\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/en\/products\/blanket_allseasons\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003eLearn more\u003c\/a\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"u-sp\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/en\/products\/blanket_allseasons\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003eLearn more\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\" 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;\"\u003eBLANKET PORTABLE \u003cbr\u003eComparison\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_blanket_comparison_en.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_blanket_comparison_sp_en.webp?1\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_slick_arrow_prev.png\" class=\"spec__table__nav__prev\" alt=\"\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_slick_arrow_next.png\" class=\"spec__table__nav__next \" alt=\"\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n\n\n\n\n\n\n\u003c!--     \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睡眠の質を高めるオススメ商品\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脳と睡眠研究によって生まれた枕\n                \u003cbr\u003e可能性が目覚める。\u003c\/h3\u003e\n              \u003cdiv class=\"other__pillow__vimeo\"\u003e\n                \u003cvideo class=\"lozad\" width=\"1400\" height=\"1080\" style=\"aspect-ratio: 1400\/1080;\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5b3769ce88a34ad5b685b96a373263a8.mp4\" preload=\"none\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_pillow_logo.png\" 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脳と睡眠研究によって生まれた枕\n                  \u003cbr\u003e可能性が目覚める。\n                  \u003cbr\u003e明日のパフォーマンスを目覚めさせる。\u003c\/h3\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/en\/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\" id=\"other__coin\"\u003e\n              \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e睡眠医学×AI\n                \u003cbr\u003e睡眠を\n                \u003cbr\u003eパーソナライズ計測\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\/lp_mattress_premium_float_other_coin.jpg\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_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睡眠医学×AI\n                    \u003cbr\u003e睡眠をパーソナライズ計測\u003c\/p\u003e\n                  \u003ca href=\"https:\/\/brain-sleep.com\/en\/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\" id=\"other__conforter\"\u003e\n              \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003eオールシーズン快適温度に導く。\u003c\/h3\u003e\n              \u003cdiv class=\"other__col2__item__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_other_conforter.png\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_other_conforter_logo.png\" alt=\"BRAIN SLEEP FLOAT\" width=\"343\" height=\"104\"\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 href=\"https:\/\/brain-sleep.com\/en\/products\/comforter_allseasons\" 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 --\u003e\n\n\n\n\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\"\u003eBring ultimate warmth with you,\u003cbr\u003efor comfortable everyday living.\u003c\/p\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_awakenyourpossibility.png\" alt=\"\" class=\"lozad last__logo\" width=\"470\" height=\"218\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_last_present_en.webp\" alt=\"\" class=\"u-pc lozad last__present\" width=\"680\" height=\"228\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_last_present_sp_en.webp\" 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\u003eFrequently asked questions\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\"\u003eIs it machine washable?\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eYes. It can be washed at home. Please place it in a laundry net and wash separately from white or light-colored items.\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\"\u003eCan I use bleach?\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003e Bleach (chlorine- or oxygen-based) may cause discoloration or fading, so please avoid using it.\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\"\u003eIs there anything I should be careful about when drying?\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eWhen drying, gently pat the blanket by hand to loosen the fill and restore its loft.\u003cbr\u003eTo prevent shrinkage or damage, please avoid tumble drying.\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\"\u003eHow do I use it?\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eYou can use it as a lap blanket or for naps. By fastening the hook buttons, it can also be worn as a skirt or used as an arm cover.\u003cbr\u003eWhen unfastening the hook buttons, please remove them from the base of the hook rather than pulling on the fabric.\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\"\u003eHow do I store it?\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eRoll the blanket up neatly and place it in the included storage pouch. This allows for compact storage and easy portability.\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\"\u003eWhat color options are available?\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eAvailable in one color only: Stone Gray.\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'\" 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\" 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      .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      #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      .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              {\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              {\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\n\n\u003cstyle\u003e\n    .technology__item {\n        font-weight: 400;\n    }\n    .technology__item__desc__text__content__title,\n    .technology__item__desc__text__content__desc {\n        letter-spacing: 0;\n    }\n    .spec__item,\n    .size__txt,\n    .spec__item__desc__text__content__desc,\n    .technology__item__desc__text__content__title {\n        font-weight: 400;\n    }\n\u003c\/style\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\/en\/collections\/thanks_page_gift.oembed","provider":"BRAIN SLEEP OFFICIAL SITE","version":"1.0","type":"link"}