{"title":"ご購入者様限定クーポン","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eクーポンページ\u003c\/title\u003e\n    \u003cstyle\u003e\n        #coupon-section * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        #coupon-section {\n            font-family: \"游ゴシック体\", YuGothic, \"游ゴシック\", \"Yu Gothic\", sans-serif;\n            background-color: #EEECDD;\n            color: #000;\n        }\n\n        #coupon-section .container {\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        #coupon-section .kv-image {\n            width: 100%;\n            height: auto;\n            margin-top: 16px;\n            display: block;\n            background-color: #A2C2DD;\n            aspect-ratio: 16 \/ 9;\n        }\n\n        #coupon-section .content {\n            padding: 32px 20px;\n            text-align: center;\n        }\n\n        #coupon-section .coupon-code {\n            background-color: #A2C2DD;\n            color: #333;\n            padding: 20px 24px;\n            border-radius: 12px;\n            margin-bottom: 24px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n        }\n\n        #coupon-section .coupon-code .title {\n            font-size: 16px;\n            font-weight: normal;\n            margin-bottom: 12px;\n            line-height: 1.5;\n        }\n\n        #coupon-section .coupon-code h2 {\n            font-size: 14px;\n            font-weight: normal;\n            margin-bottom: 10px;\n            letter-spacing: 0.05em;\n        }\n\n        #coupon-section .coupon-code .code {\n            font-size: 22px;\n            font-weight: bold;\n            letter-spacing: 0.1em;\n            padding: 12px;\n            background-color: rgba(238, 236, 221, 0.2);\n            border-radius: 8px;\n            display: inline-block;\n            margin-bottom: 0px;\n        }\n\n        #coupon-section .copy-button {\n            background-color: #9C2335;\n            color: #EEECDD;\n            border: none;\n            padding: 14px 32px;\n            border-radius: 8px;\n            font-size: 16px;\n            font-weight: bold;\n            cursor: pointer;\n            margin-top: 16px;\n            transition: opacity 0.3s ease;\n            width: 100%;\n            max-width: 280px;\n        }\n\n        #coupon-section .copy-button:active {\n            opacity: 0.7;\n        }\n\n        #coupon-section .copy-button.copied {\n            background-color: #EEECDD;\n            color: #000;\n        }\n\n        #coupon-section .gift-wrap-notice {\n            font-size: 13px;\n            color: #333;\n            margin-top: 12px;\n            line-height: 1.6;\n        }\n\n        #coupon-section .notice {\n            font-size: 12px;\n            color: #000;\n            line-height: 1.7;\n            padding: 0 8px;\n        }\n\n        @media (min-width: 768px) {\n            #coupon-section .container {\n                max-width: 480px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv id=\"coupon-section\"\u003e\n         \u003cdiv class=\"container\"\u003e\n            \u003c!-- KV画像 --\u003e\n            \u003c!-- \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/CRM_travel_KV.jpg\" alt=\"ギフトにおすすめアイテム\" class=\"kv-image\"\u003e --\u003e\n            \n            \u003c!-- コンテンツエリア --\u003e\n            \u003cdiv class=\"content\"\u003e\n                \u003c!-- クーポンコード --\u003e\n                \u003cdiv class=\"coupon-code\"\u003e\n                    \u003cdiv class=\"title\"\u003e\n★ページ内の商品が対象★\u003cbr\u003e\u003cbr\u003e\nすべてギフトラッピングできます！\u003csmall\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/small\u003e\n\u003cb\u003eギフトにおすすすめのアイテム\u003cbr\u003eに使える20%OFFクーポン\u003cbr\u003e\u003c\/b\u003e\n\u003c\/div\u003e\n                    \u003ch2\u003eクーポンコード\u003c\/h2\u003e\n                    \u003cdiv class=\"code\"\u003eTXPG25GIFT\u003c\/div\u003e\n                    \u003cbutton class=\"copy-button\" onclick=\"copyCouponCode()\"\u003eコードをコピー\u003c\/button\u003e\n                    \u003cp class=\"gift-wrap-notice\"\u003eギフトラッピングの選択方法については、\u003cbr\u003e各商品ページでご確認ください。\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003c!-- 注意書き --\u003e\n                \u003cp class=\"notice\"\u003e\n                    ※クーポンの利用はご購入いただいたアカウントでのログインが必須となります。未ログイン状態ではクーポンは利用いただけませんのでご了承ください。\u003cbr\u003e※他キャンペーン・クーポンとの併用不可\u003cbr\u003e\u003cbr\u003e\u003cb\u003e\u003cbig\u003e有効期限:注文日から30日間\u003c\/big\u003e\u003c\/b\u003e\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        function copyCouponCode() {\n            const code = 'TXPG25GIFT';\n            const button = document.querySelector('#coupon-section .copy-button');\n            \n            navigator.clipboard.writeText(code).then(() =\u003e {\n                button.textContent = 'コピーしました!';\n                button.classList.add('copied');\n                \n                setTimeout(() =\u003e {\n                    button.textContent = 'コードをコピー';\n                    button.classList.remove('copied');\n                }, 2000);\n            }).catch(err =\u003e {\n                alert('コピーに失敗しました');\n            });\n        }\n    \u003c\/script\u003e\n\n\u003c\/body\u003e","products":[{"product_id":"pillow_portable","title":"ブレインスリープ ピロー ポータブル","description":"\u003cstyle\u003e\n    body .customBuyButton__scroll,\n    body .section-header.shopify-section-group-header-group {\n        z-index: 10;\n    }\n\n    #MainContent,\n    html.js {\n        overflow: unset;\n    }\n\n    .lp_area div:empty {\n        display: initial;\n    }\n\n    .lp_area {\n        overflow-x: hidden;\n    }\n\n    .lp_area video {\n        height: auto;\n    }\n\n    .lp_area a {\n        text-decoration: unset;\n        color: #000;\n    }\n\n    .lp_area ul {\n        list-style: none;\n    }\n\n    .technology__link__lists {\n        padding: 0;\n    }\n\n    .lp_area img {\n        width: 100%;\n        height: auto;\n        max-width: 100%;\n    }\n\n    .faq__item img {\n        width: auto;\n        max-width: 100%;\n    }\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\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\n    .technology__link__lists__desc,\n    .technology__item__desc__text__content__desc,\n    .technology__link__lists__title {\n        margin-bottom: 0;\n    }\n\n    .technology__link__lists {\n        padding: 0 !important;\n    }\n\n    .pillow__mv {\n        height: 42.8571428571429vw;\n        overflow: hidden;\n        position: relative;\n    }\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\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\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\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\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\n    .mv__caption__text__always__text {\n        font-size: 45px;\n        line-height: 1.2;\n        margin-left: 10px;\n    }\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\n    @media screen and (max-width: 749px) {\n        .pillow__mv {\n            height: 500px;\n        }\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\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\n        .mv__caption__text__always {\n            left: 20px;\n            top: 40px;\n            width: 100%;\n            z-index: 5;\n        }\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\n        .mv__caption__text__always__text {\n            font-size: 30px;\n            line-height: 1.392857142857143;\n            margin-left: 7px;\n        }\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\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\n    .technology__link__image__logo {\n        position: relative;\n        z-index: 1;\n    }\n\n    .pillow__mv__layer2 {\n        z-index: 2;\n    }\n\n    .mv__caption__title {\n        margin-bottom: 20px;\n    }\n\n    html {\n        scroll-behavior: smooth;\n    }\n\n    .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {\n        transform: unset;\n        animation: unset;\n        opacity: 1;\n    }\n\n    \/* ギフトのstyle *\/\n    .gift__item.comparison__wrap {\n        border-top: 1px #000 solid;\n        margin-top: 0;\n    }\n\n    .gift__item .comparison {\n        display: flex;\n        \/* margin-top: 110px; *\/\n        margin: 110px;\n        gap: 100px;\n    }\n\n    .gift__item .comparison__ttl {\n        margin-bottom: 50px;\n    }\n\n    .gift__item img {\n        object-fit: contain;\n        max-width: 55%;\n    }\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\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                いつでも、どこでも\u003cbr\u003e最高の睡眠を持ち運ぶ\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"mv__caption__text layer1\"\u003e\n            旅の移動中も\u003cbr\u003e最高の快適に、\u003cbr\u003e包まれる\n        \u003c\/p\u003e\n        \u003cp class=\"mv__caption__text layer2\"\u003e\n            ホテルや普段の枕に\u003cbr\u003e乗せるだけで、\u003cbr\u003e最高の睡眠に変わる\n        \u003c\/p\u003e\n        \u003cdiv class=\"mv__caption\"\u003e\n            \u003ch1 class=\"mv__caption__title\"\u003e\n                \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_brainsleep_pillowportable.png\" alt=\"BRAIN SLEEP PILLOWPORTABLE\"\u003e\n            \u003c\/h1\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"release\" id=\"release\"\u003e\n        \u003cdiv class=\"release__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"release__title__text fadeInUpShort animated\"\u003e\n                新しい眠りが広がる\u003cbr\u003eマルチウェイのピロー登場！\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"release__example animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"release__example__item fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_release_topper_model.jpg\" alt=\"\"\u003e\n                \u003ch3 class=\"release__example__item__title\"\u003eTOPPER PILLOW\u003c\/h3\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"release__example__item fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_release_neck_model.jpg\" alt=\"\"\u003e\n                \u003ch3 class=\"release__example__item__title\"\u003eNECK PILLOW\u003c\/h3\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"release__example__item fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_release_nap_model.jpg\" alt=\"\"\u003e\n                \u003ch3 class=\"release__example__item__title\"\u003eNAP PILLOW\u003c\/h3\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"release__example__img animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n            \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_release_example_img.jpg\" 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.jpg\" 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\u003eFEATURES\u003c\/span\u003e特徴\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__link\"\u003e\n            \u003cul class=\"technology__link__lists animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003cli class=\"item fadeInUpShort animated slower\"\u003e\n                    \u003cdiv class=\"technology__link__lists__img\"\u003e\n                        \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_link_img01_model.jpg\" alt=\"\"\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"technology__link__lists__title\"\u003e\n                        \u003cspan\u003e01\u003c\/span\u003eMulti comfort\n                    \u003c\/h3\u003e\n                    \u003cp class=\"technology__link__lists__desc\"\u003e\n                        快適な睡眠を\u003cbr\u003eあらゆるシーンで\n                    \u003c\/p\u003e\n                \u003c\/li\u003e\n                \u003cli class=\"item fadeInUpShort animated slower\"\u003e\n                    \u003cdiv class=\"technology__link__lists__img\"\u003e\n                        \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_link_img02.jpg\" alt=\"\"\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"technology__link__lists__title\"\u003e\n                        \u003cspan\u003e02\u003c\/span\u003eCompact \u0026amp; light\n                    \u003c\/h3\u003e\n                    \u003cp class=\"technology__link__lists__desc\"\u003e\n                        どこにでも持ち運べる\u003cbr\u003eサイズと軽さ\u003cbr\u003e\u003csmall class=\"technology__link__lists__desc__sm\"\u003e(ブレインスリープ\n                            ピローの重さ1\/3）\u003c\/small\u003e\n                    \u003c\/p\u003e\n                \u003c\/li\u003e\n                \u003cli class=\"item fadeInUpShort animated slower\"\u003e\n                    \u003cdiv class=\"technology__link__lists__img\"\u003e\n                        \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_link_img03.jpg\" alt=\"\"\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"technology__link__lists__title\"\u003e\n                        \u003cspan\u003e03\u003c\/span\u003eSuper clean\n                    \u003c\/h3\u003e\n                    \u003cp class=\"technology__link__lists__desc\"\u003e\n                        全て丸洗い可能で\u003cbr\u003e清潔\n                    \u003c\/p\u003e\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"technology__link__image__box animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" style=\"position:relative;\"\u003e\n                \u003cdiv class=\"technology__link__image fadeInUpShort animated\"\u003e\n                    \u003ciframe src=\"https:\/\/player.vimeo.com\/video\/726931037?autoplay=1\u0026amp;muted=1\u0026amp;loop=1\u0026amp;controls=0\u0026amp;title=0\u0026amp;byline=0\u0026amp;portrait=0\" allow=\"autoplay; fullscreen\" frameborder=\"0\" style=\"display:block;\"\u003e\u003c\/iframe\u003e\n                \u003c\/div\u003e\n                \u003c!-- コントロールUI隠し用オーバーレイ --\u003e\n                \u003cdiv style=\"position:absolute; bottom:0; left:0; width:100%; height:60px; background:#fff; pointer-events:none;\"\u003e\u003c\/div\u003e\n                        \u003c!-- \u003ciframe src=\"https:\/\/player.vimeo.com\/video\/726931037?background=1\u0026autoplay=1\u0026muted=1\u0026loop=1\" allow=\"autoplay; fullscreen\" frameborder=\"0\"\u003e\u003c\/iframe\u003e                \u003c\/div\u003e --\u003e\n                \u003cdiv class=\"technology__link__image__logo fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_pillowportable_logo.png\" alt=\"BRAIN SLEEP PILLOWPORTABLE\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology\" id=\"scene\"\u003e\n        \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n                \u003cspan\u003eSCENE\u003c\/span\u003eシーン\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\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                            旅先のホテルや\u003cbr\u003e\n                            普段の枕の上に重ねて\u003cbr\u003e\n                            最高の寝心地\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            「旅先だと眠れない、首が痛くて何度も目が覚める」\u003cbr\u003e\n                            「新しく買った枕が合わなかった、けど捨てるのはもったいない」\u003cbr\u003e\n                            ブレインスリープ ピロー\n                            ポータブルは、枕の上に重ねて寝心地のアップデートを実現。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_topper02_model.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                            脳が眠る、超通気性\u003cbr\u003e首を支えて、\u003cbr\u003e最適な寝姿勢へ\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            90％以上が空気層でできているので、\u003cbr\u003e\n                            枕と頭の間に空気の層をつくり熱や湿気を逃します。\u003cbr\u003e\n                            睡眠中の体温上昇を抑えることで、朝まで最高の眠りを保ちます。\u003cbr\u003e\n                            高反発の立体構造ファイバー素材が頭、首を支えて沈み込みを回避。\u003cbr\u003e\n                            正しい寝姿勢で快適な睡眠をもたらします。\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                            VERY LOWの枕として\u003cbr\u003e\n                            単体でもご使用いただけます\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            低い枕が好きで、枕の代わりにタオルを敷いて寝ている方も。\u003cbr\u003e\n                            ブレインスリープ ピロー ポータブルは単体で使うことも可能。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\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                            旅の移動中も\u003cbr\u003e\n                            快適に包まれる\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            移動中の僅かな時間の睡眠でも、質を上げることで\u003cbr\u003e\n                            疲れた脳をリフレッシュすることができます。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_neck02_model.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__img only_sp fade_sp\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_neck03_model.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                            首・頭にフィットする\u003cbr\u003e\n                            ハイバックレスト\u003cbr\u003e\n                            さらに、超通気素材で\u003cbr\u003e\n                            長時間でも快適\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            首のカーブを正しく位置でしっかりと支えることで、\u003cbr\u003e\n                            横にならなくても快適です。\u003cbr\u003e\n                            さらに超通気性素材が首周りの熱を逃し、蒸れないため長時間の使用でもさらっと軽い使い心地。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc only_pc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_neck03_model.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item\" id=\"nap1\"\u003e\n        \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                    \u003cspan\u003e03\u003c\/span\u003e for NAP PILLOW\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_nap01_model.jpg\" alt=\"LAYER\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                            パワーナップで\u003cbr\u003e\n                            最高の生産性をサポート\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            朝起きてから忙しく働き続ける脳にとって仮眠は大きな休息に。\u003cbr\u003e\n                            日中に短時間でも昼寝をすることで疲労感の軽減だけでなく、記憶力や注意力が高まり生産性が向上することが実証されています。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item\" id=\"nap2\"\u003e\n        \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                    \u003cspan\u003e04\u003c\/span\u003e for BACKREST\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_nap02_model.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                            腰を支える\u003cbr\u003eバックレストとして\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            長時間のデスクワークによるPC姿勢と座りっぱなしは\u003cbr\u003e\n                            腰に大きな負担をかけ、腰痛の原因に。\u003cbr\u003e\n                            背もたれに設置するだけで、高反発の立体構造ファイバーがあなたをサポートします。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_nap03_model.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                            正しい姿勢をキープ\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            腰のカーブに沿うように設置をするだけ。座骨を立てて腰椎のカーブを正しい状態に導きます。\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                            全て丸洗い可能で清潔\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            カバーはもちろん、中材もすべて丸洗い可能でいつでも清潔を保ちます。\u003cbr\u003eサステナブルな素材を使用し、地球にもやさしい。\u003cbr\u003e中材はシャワーの水をかけて気になる汚れやにおいを洗い流せます。その後は陰干しをするだけ。専用カバーはネットに入れて洗濯機で洗えます。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"spec__title\" id=\"spec\"\u003e\n        \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n                \u003cspan\u003eSPEC\u003c\/span\u003e仕様\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec__item\" id=\"material\"\u003e\n        \u003cdiv class=\"spec__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"spec__item__title fadeInUpShort animated\"\u003eSize\u003c\/h2\u003e\n            \u003cdiv class=\"spec__item__desc\"\u003e\n                \u003cdiv class=\"spec__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_detail_27500_16589166102995.jpg?2\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"spec__item__desc__text__content__title\"\u003eフラット時\u003c\/h3\u003e\n                        \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                            幅 約580㎜ｘ奥行 約300㎜ｘ厚み 約30㎜\/約40㎜（最長部）\u003cbr\u003eアジャスターベルト\n                            約80㎜～約620㎜（全長）\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec__item__desc\"\u003e\n                \u003cdiv class=\"spec__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_detail_27500_16589172745579.jpg?2\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"spec__item__desc__text__content__title\"\u003e\n                            ネックピロー、持ち運び時\n                        \u003c\/h3\u003e\n                        \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                            幅 約150㎜ｘ奥行 約250㎜ｘ厚み 約150㎜（全て最長部）\u003cbr\u003eアジャスターベルト\n                            約80㎜～約620㎜（全長）\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec__item__desc\"\u003e\n                \u003cdiv class=\"spec__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_detail_27500_16589166327995.jpg?2\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"spec__item__desc__text__content__title\"\u003e二つ折り時\u003c\/h3\u003e\n                        \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                            幅 約300㎜ｘ奥行 約290㎜ｘ厚み 約60㎜\/80㎜（最長部）\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec__item__desc\"\u003e\n                \u003cdiv class=\"spec__item__desc__img fadeInUpShort animated\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n                        \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                            ■重量\u003cbr\u003e約210g\u003cbr\u003e\u003cbr\u003e■素材\u003cbr\u003e中材 ポリエチレン100％\u003cbr\u003eカバー\n                            メッシュ生地 ポリエステル100％、マチ生地 ナイロン100％、 テープ\n                            ポリプロピレン100％\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n\n\n    \u003csection class=\"technology__item\"\u003e\n        \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003c!-- \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 --\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\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.jpg\" 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_sp_model.jpg\" 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\u003eよくあるご質問\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\"\u003e取扱い店舗はこちら\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003e取扱店舗でもご購入いただけます。店舗により取扱商品が異なりますので、 \u003cbr\u003e\n                        詳しくは \u003ca href=\"https:\/\/brain-sleep.com\/pages\/shop_information\" target=\"_blank\"\u003eこちら\u003c\/a\u003eからご確認ください。\n                    \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\"\u003e洗えますか？\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003e\n                        はい。カバーは洗濯機で洗えます。中材はシャワーで洗えます。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003e1枚で枕として使用できますか？\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003e\n                        はい。折り畳んだタオルを枕として使用している方など、薄い枕がお好みの方におすすめです。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003e使用中にずれませんか？\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003e\n                        トッパーピローやバックピロー（腰当て）として使用する際は、枕や椅子の背もたれのサイズに合わせてアジャスターベルトの長さを調節して留めることでずれを防止します。\u003cbr\u003eネックピローとして使用する際は、アジャスターベルトを首のサイズに合わせて調整をして留めることが出来ます。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003e\n                    ネックピローとして使用する際、首周りは何㎝まで使えますか？\n                \u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003e\n                        アジャスターベルトで調節ができるため、制限は設けておりません。首周りサイズ約30㎝～約43㎝でフィッティング確認をし、快適に使用できることは確認済みです。ただし、感じ方には個人差がございますので予めご了承ください。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003e\n                    使用をしない時は、折り畳んだ状態で保管をしても大丈夫ですか？\n                \u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003e\n                        保管時は、畳まずにフラットな状態で保管をしてください。折り畳んだ状態や上から荷重がかかった状態で長期間保管をすると、中材の劣化に繋がる恐れがあります。\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\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","brand":"株式会社ブレインスリープ","offers":[{"title":"Default Title","offer_id":45370131972318,"sku":"P0009A1-0002","price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_thumbnail_pillow_portable.jpg?v=1756808595"},{"product_id":"blanket_allseasons","title":"ブレインスリープ ブランケット ポータブル オールシーズンズ","description":"\u003cstyle\u003e\n    #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    \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\"\u003e通年使える\u003cbr\u003e冷え防止ブランケット\u003c\/h1\u003e\n            \u003cdiv class=\"mv__logo\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_kv_logo.png?1\" 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.png?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\"\u003e温度調整が難しいシーンを解決\u003c\/p\u003e\n            \u003cp class=\"intro1__ttl fadeInUpShort animated\"\u003eあらゆる冷えに、\u003cbr\u003eこれ一枚。\u003c\/p\u003e\n            \u003cdiv class=\"intro1__scene\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro01_scene.png\" 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.png\" 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\"\u003e快適さを実現したのは、\u003cbr\u003e宇宙服のために開発された\u003cbr\u003e革新的な調温素材。\u003c\/p\u003e\n            \u003cdiv class=\"intro2__material fadeInUpShort animated\"\u003eアウトラストテクノロジー\u003c\/div\u003e\n            \u003cdiv class=\"intro2__material2 termina fadeInUpShort animated u-pc\"\u003eOUTLAST TECHNOLOGY\u003c\/div\u003e\n            \u003cdiv class=\"intro2__material2 termina fadeInUpShort animated u-sp\"\u003eOUTLAST\u003cbr\u003eTECHNOLOGY\u003c\/div\u003e\n            \u003cdiv class=\"intro2__img\"\u003e\n              \u003cdiv class=\"intro2__img01\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro02_img01_model_v2.jpg\" 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\"\u003e暑い時は熱を吸収し、\u003cbr\u003e寒い時は熱を放出する\u003c\/p\u003e\n              \u003cdiv class=\"intro2__wrap1__desc fadeInUpShort animated\"\u003e\n                \u003cp class=\"intro2__wrap1__txt\"\u003eマイクロカプセルが温度変化に応じて、固体↔液体へと変化し\u003cbr class=\"u-pc\"\u003e吸熱・蓄熱・放熱を繰り返すことで快適温度へ導いてくれます。\u003c\/p\u003e\n                \u003cp class=\"intro2__wrap1__note\"\u003e※動画はアウトラストゲルを36℃の熱板に乗せた時に、カプセル自体が個体↔︎液体へと相変化する\u003cbr class=\"u-pc\"\u003e様子。相変化することにより、熱を吸収し、調温します。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro2__wrap2\"\u003e\n              \u003cdiv class=\"intro2__wrap2__desc\"\u003e\n                \u003cp class=\"intro2__wrap2__ttl fadeInUpShort animated\"\u003eどのような環境でも\u003cbr\u003e快適な温度に\u003c\/p\u003e\n                \u003cp class=\"intro2__wrap2__txt fadeInUpShort animated\"\u003eグラフは室温を10℃↔40℃へ極端に温度変化させた時の最大温度の差の比較です。コットン素材が15℃以上の差に対して、アウトラストはわずか4℃差です。\u003cbr\u003e優れた調温力で外気温度に変化の影響が少ないことがわかります。\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.png\" 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_sp.png\" 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\"\u003e\u003cspan class=\"termina\"\u003eMAKUAKE\u003c\/span\u003eで\u003cbr class=\"u-sp\"\u003e多くのユーザーに支持された\u003cbr\u003e\u003cspan class=\"termina\"\u003eALL SEASONS\u003c\/span\u003eシリーズから\u003cbr class=\"u-sp\"\u003e\u003cspan class=\"td-u\"\u003eブランケット\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\"\u003eコンパクト収納で\u003cbr class=\"u-pc\"\u003eオフィス・移動や\u003cbr class=\"u-pc\"\u003eアウトドアに最適\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \n        \u003cdiv class=\"intro04 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"intro04__bg\"\u003e\n            \u003cimg class=\"u-pc\" 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\"\u003e『1年中快適』を持ち運ぶ\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\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.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\"\u003eリバーシブル構造で\u003cbr\u003e365日手放せない\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003e季節に合わせて生地の表裏を使い分け。暖かい季節はさらっとした接触冷感生地を肌側に、寒い季節は柔らかくてなめらかなピーチスキン生地でやさしく包み込みます。\u003cbr\u003eカバーをかけずにご使用ください。\u003cbr\u003e※商品には、起毛面にWARMが表示されています。反対面のつるつるした生地は接触冷感面です。\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"spec spec__color technology__item technology__item__sub\"\u003e\n          \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n              \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                  \u003ch3 class=\"technology__item__desc__text__content__title termina\"\u003eColor\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003eライトグレー\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"spec spec__material technology__item technology__item__sub\"\u003e\n          \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n              \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                  \u003ch3 class=\"technology__item__desc__text__content__title termina\"\u003eMaterial\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003e側生地\u003cbr\u003e表生地：ポリエステル100％\u003cbr\u003e裏生地：ナイロン100％\u003cbr\u003e詰めもの：レーヨン50％ポリエステル50％0.16㎏\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\"\u003e約W140×L70㎝（約400ｇ）\u003cbr\u003e収納時サイズ : 約W14×D14×H29.5㎝\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.png\" 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.png\" 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\"\u003eギフトにもおすすめ\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          \u003c\/div\u003e\n        \u003c\/section\u003e\n    \n        \u003csection class=\"spec__title\" id=\"spec\"\u003e\n          \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n              \u003cspan\u003eHOW TO USE\u003c\/span\u003e使い方\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\"\u003e様々なシーンで\u003cbr\u003eマルチな使い方\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003eホックをうまく活用すれば多様な使い方が出来る重宝されるブランケットです。さらに、温度コントロールするから1年中使用可能！暑いシーズンは、エアコンの冷気からも守ってくれます。\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.png\" decoding=\"async\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                  \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eブランケット ポータブルの\u003cbr class=\"u-sp\"\u003e畳み方\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003e図のようにくるくる簡単にポケットに収納可能、さらに付属の巾着に入れればスマートにコンパクトに持ち運び可能です。\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n    \n        \u003csection class=\"relatedProducts\" id=\"relatedProducts\"\u003e\n          \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n              \u003cspan\u003eRELATED PRODUCTS\u003c\/span\u003e関連アイテム\u003c\/h2\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"related__wrap\" id=\"related01\"\u003e\n          \u003cdiv class=\"related__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cp class=\"related__name fadeInUpShort animated u-sp\"\u003eブレインスリープ \u003cbr\u003eコンフォーター \u003cbr\u003eオールシーズンズ\u003c\/p\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__name fadeInUpShort animated u-pc\"\u003eブレインスリープ コンフォーター \u003cbr\u003eオールシーズンズ\u003c\/p\u003e\n              \u003cp class=\"related__ttl fadeInUpShort animated\"\u003eオールシーズン\u003cbr\u003e快適温度に導く掛け布団\u003c\/p\u003e\n              \u003cdiv class=\"u-pc\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/products\/comforter_allseasons\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003e詳しく見る\u003c\/a\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"u-sp\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/products\/comforter_allseasons\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"related__wrap\" id=\"related02\"\u003e\n          \u003cdiv class=\"related__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cp class=\"related__name fadeInUpShort animated u-sp\"\u003eブレインスリープ ブランケット ポータブル \u003cbr\u003eパーフェクト ウォーム\u003c\/p\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__name fadeInUpShort animated u-pc\"\u003eブレインスリープ ブランケット ポータブル \u003cbr\u003eパーフェクト ウォーム\u003c\/p\u003e\n              \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e究極に暖かい\u003cbr\u003e冷え防止ブランケット\u003c\/p\u003e\n              \u003cdiv class=\"u-pc\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/products\/blanket_perfectwarm\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003e詳しく見る\u003c\/a\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"u-sp\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/products\/blanket_perfectwarm\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n    \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;\"\u003eブランケット ポータブル\u003cbr\u003e比較表\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_allseasons_blanket_comparison_v2.png\" 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_allseasons_blanket_comparison_sp_v2.png\" 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\/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\/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\/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\"\u003e通年快適を持ち運び\u003cbr\u003eより良い毎日に\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.png\" alt=\"\" class=\"lozad last__present\" width=\"680\" height=\"228\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \n        \u003csection class=\"faq\" id=\"faq\"\u003e\n          \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n              \u003cspan\u003eFAQ\u003c\/span\u003eよくあるご質問\u003c\/h2\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"faq__main animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003e洗濯はできますか？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eはい、家庭で洗濯可能です。白物・淡色製品と分けて洗濯ネットに入れて洗濯してください。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003e漂白剤は使用できますか？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003e色抜けや変色の原因になりますので、漂白剤（塩素系・酸素系）はお避けください。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003eタンブラー乾燥機を使用できますか？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003e製品の縮みや劣化の原因になるので、タンブラー乾燥はお避けください。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003eどのように使用しますか？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eひざ掛けやお昼寝用としてはもちろん、ホックボタンを利用すればスカートやアームカバーとして使用できます。また、ホックボタンを取り外す際は、生地を引っ張らずにホックボタンの根本から外してください。「WARM」と表示されている面が温かみのある微起毛生地、その反対面はつるつるした接触冷感生地なので、お好みによってリバーシブルで使い分けてください。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003e収納方法は？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003e製品を畳んでくるくると巻き、製品のポケットに巻き込んでください。さらに付属の巾着に入れればコンパクトに収納できて、気軽に持ち運びいただけます。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003eカラーは何色展開ですか？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eライトグレー1色です。\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","brand":"株式会社ブレインスリープ","offers":[{"title":"Default Title","offer_id":45927671890142,"sku":"C0008A1-FRLG","price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/blanket_allseasons.jpg?v=1756808514"},{"product_id":"blanket_perfectwarm","title":"ブレインスリープ ブランケット ポータブル パーフェクト ウォーム","description":"\u003cstyle\u003e\n    #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    \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\"\u003e究極に暖かい\u003cbr\u003e冷え防止ブランケット\u003c\/h1\u003e\n            \u003cdiv class=\"mv__logo\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_kv_logo.png?1\" 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.png?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\"\u003e暖かさが欲しい様々なシーンを解決\u003c\/p\u003e\n            \u003cp class=\"intro1__ttl fadeInUpShort animated\"\u003e寒さと寒暖差に、\u003cbr\u003eこれ一枚。\u003c\/p\u003e\n            \u003cdiv class=\"intro1__scene\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro01_scene.png\" 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.png\" 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\"\u003e究極に暖かい秘密は\u003cbr\u003e独自開発素材。\u003c\/p\u003e\n            \u003cdiv class=\"intro2__material fadeInUpShort animated\"\u003e\u003cspan\u003eカーボナノダウン\u003c\/span\u003e\u003c\/div\u003e\n            \u003cdiv class=\"intro2__material2 termina fadeInUpShort animated u-pc\"\u003e\u003cspan\u003eCARBO NANO DOWN\u003c\/span\u003e\u003c\/div\u003e\n            \u003cdiv class=\"intro2__material2 termina fadeInUpShort animated u-sp\"\u003e\n    \u003cspan\u003eCARBO\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eNANO DOWN\u003c\/span\u003e\n    \u003c\/div\u003e\n            \u003cdiv class=\"intro2__features fadeInUpShort animated\"\u003e\n              \u003cdiv\u003e保湿性\u003c\/div\u003e\n              \u003cdiv\u003e吸湿発熱性\u003c\/div\u003e\n              \u003cdiv\u003e遠赤外線輻射熱性\u003c\/div\u003e\n              \u003cdiv\u003e吸湿放湿性\u003c\/div\u003e\n              \u003cdiv\u003e圧縮回復性\u003c\/div\u003e\n              \u003cdiv\u003e洗濯性\u003c\/div\u003e\n              \u003cdiv\u003e制菌性\u003c\/div\u003e\n              \u003cdiv\u003e防ダニ性\u003c\/div\u003e\n              \u003cdiv\u003e消臭性\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro02__wrap1 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n              \u003cdiv class=\"intro02__wrap1__img fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" 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\"\u003e羽毛を遥かに超える\u003cbr\u003e究極の暖かさ\u003c\/p\u003e\n                \u003cp class=\"intro02__wrap1__txt fadeInUpShort animated\"\u003eブレインスリープが長期間費やして独自開発した、完全無欠のハイブリッド粒わた。極限の極小サイズに加工したカーボンを特殊加工で繊維に配合。多機能な次世代粒わた。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro02__wrap2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n              \u003cdiv\u003e\n                \u003cdiv class=\"intro02__wrap2__desc\"\u003e\n                  \u003cp class=\"intro02__wrap2__ttl fadeInUpShort animated\"\u003e羽毛布団を遥かに超える保温性\u003c\/p\u003e\n                  \u003cp class=\"intro02__wrap2__txt fadeInUpShort animated\"\u003e高級羽毛素材と比較して、約149％の保温性を実現\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro02__wrap2__img fadeInUpShort animated\"\u003e\n                  \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_graph1.png\" alt=\"\" class=\"fadeInUpShort animated\" width=\"1040\" height=\"586\"\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cdiv class=\"intro02__wrap2__desc\"\u003e\n                  \u003cp class=\"intro02__wrap2__ttl fadeInUpShort animated\"\u003e暖かいのに、ムレない快適さ\u003c\/p\u003e\n                  \u003cp class=\"intro02__wrap2__txt fadeInUpShort animated\"\u003eブランケット全体で、湿気を吸って放出するためにムレない快適さを実現します。\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro02__wrap2__img fadeInUpShort animated\"\u003e\n                  \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_graph2.png\" alt=\"\" class=\"fadeInUpShort animated\" width=\"1040\" height=\"668\"\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \n        \u003cdiv class=\"intro3 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cp class=\"intro3__ttl fadeInUpShort animated\"\u003e\u003cspan class=\"termina\"\u003eMAKUAKE\u003c\/span\u003eで\u003cbr class=\"u-sp\"\u003e掛け布団ジャンル歴代1位を獲得した\u003cbr\u003e\u003cspan class=\"termina\"\u003ePERFECT WARM \u003c\/span\u003eが\u003cbr class=\"u-sp\"\u003e\u003cspan class=\"td-u\"\u003eブランケット\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\"\u003eコンパクト収納で\u003cbr class=\"u-pc\"\u003eオフィス・移動や\u003cbr class=\"u-pc\"\u003eアウトドアに最適\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \n        \u003cdiv class=\"intro04 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"intro04__bg\"\u003e\n            \u003cimg class=\"u-pc\" 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\"\u003e『ムレない究極の暖かさ』\u003cbr class=\"u-sp\"\u003eを持ち運ぶ\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\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\"\u003eなめらかな肌触りで\u003cbr\u003e入った瞬間から快適な\u003cbr\u003e暖かさに包まれる\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003eカシミヤに極限まで近づけた特殊繊維構造の毛布生地で、まさにカシミヤの様な柔らかで滑らかな風合いを実現。\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"spec spec__color technology__item technology__item__sub\"\u003e\n          \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n              \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                  \u003ch3 class=\"technology__item__desc__text__content__title termina\"\u003eColor\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003eストーングレー\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"spec spec__material technology__item technology__item__sub\"\u003e\n          \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n              \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                  \u003ch3 class=\"technology__item__desc__text__content__title termina\"\u003eMaterial\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003e側生地\u003cbr\u003e表生地：ポリエステル100％\u003cbr\u003e裏生地：パイル部分 ポリエステル100％ 基布部分 ポリエステル60％レーヨン40％\u003cbr\u003e詰めもの：ポリエステル85％合成繊維（アクリレート系）15％\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item technology__item__sub size animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" style=\"clear: both;\"\u003e\n          \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"size__desc fadeInUpShort animated\"\u003e\n              \u003cp class=\"technology__item__desc__text__content__title termina\"\u003eSize\u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e約W140×L70㎝（約570ｇ）\u003cbr\u003e収納時サイズ : 約W19×D19×H30㎝\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.png\" 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.png\" 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\"\u003eギフトにもおすすめ\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          \u003c\/div\u003e\n        \u003c\/section\u003e\n    \n        \u003csection class=\"spec__title\" id=\"spec\"\u003e\n          \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n              \u003cspan\u003eHOW TO USE\u003c\/span\u003e使い方\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\"\u003e様々なシーンで\u003cbr\u003eマルチな使い方\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003eホックをうまく活用すれば多様な使い方が出来る重宝されるブランケットです。寒いシーズンや激しい寒暖差の冷えから守ってくれます。\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \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.png\" decoding=\"async\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                  \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eブランケット ポータブルの\u003cbr class=\"u-sp\"\u003e畳み方\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003e付属の巾着に入れればスマートにコンパクトに持ち運び可能です。\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n    \n        \u003csection class=\"relatedProducts\" id=\"relatedProducts\"\u003e\n          \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n              \u003cspan\u003eRELATED PRODUCTS\u003c\/span\u003e関連アイテム\u003c\/h2\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"related__wrap\" id=\"related01\"\u003e\n          \u003cdiv class=\"related__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cp class=\"related__name fadeInUpShort animated u-sp\"\u003eブレインスリープ \u003cbr\u003eコンフォーター \u003cbr\u003eパーフェクト ウォームEX\u003c\/p\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              \u003cp class=\"related__name fadeInUpShort animated u-pc\"\u003eブレインスリープ コンフォーター \u003cbr\u003eパーフェクト ウォームEX\u003c\/p\u003e\n              \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e羽毛も毛布もいらない\u003cbr\u003e究極に暖かい掛け布団\u003c\/p\u003e\n              \u003cdiv class=\"u-pc\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/products\/comforter_perfectwarmex\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003e詳しく見る\u003c\/a\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"u-sp\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/products\/comforter_perfectwarmex\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"related__wrap\" id=\"related02\"\u003e\n          \u003cdiv class=\"related__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cp class=\"related__name fadeInUpShort animated u-sp\"\u003eブレインスリープ ブランケット ポータブル \u003cbr\u003eオールシーズンズ\u003c\/p\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              \u003cp class=\"related__name fadeInUpShort animated u-pc\"\u003eブレインスリープ ブランケット ポータブル \u003cbr\u003eオールシーズンズ\u003c\/p\u003e\n              \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e通年使える\u003cbr\u003e冷え防止ブランケット\u003c\/p\u003e\n              \u003cdiv class=\"u-pc\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/products\/blanket_allseasons\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003e詳しく見る\u003c\/a\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"u-sp\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/products\/blanket_allseasons\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n    \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;\"\u003eブランケット ポータブル\u003cbr\u003e比較表\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_v2.png\" 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_v2.png?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\/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\/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\/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\"\u003e究極の暖かさを持ち運び\u003cbr\u003e快適な毎日に\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.png\" 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.png\" alt=\"\" class=\"u-sp lozad last__present\" width=\"680\" height=\"228\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \n        \u003csection class=\"faq\" id=\"faq\"\u003e\n          \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n              \u003cspan\u003eFAQ\u003c\/span\u003eよくあるご質問\u003c\/h2\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"faq__main animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003e洗濯はできますか？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eはい、家庭で洗濯可能です。白物・淡色製品と分けて洗濯ネットに入れて洗濯してください。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003e漂白剤は使用できますか？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003e色抜けや変色の原因になりますので、漂白剤（塩素系・酸素系）はお避けください。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003e乾燥の際に気を付けることは？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003e乾燥の際は、わたを解すように軽く手で叩くとふっくら感が出ます。\u003cbr\u003eまた製品の縮みや劣化の原因になるので、タンブラー乾燥はお避けください。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003eどのように使用しますか？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eひざ掛けやお昼寝用としてはもちろん、ホックボタンを利用すればスカートやアームカバーとして使用できます。また、ホックボタンを取り外す際は、生地を引っ張らずにホックボタンの根本から外してください。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003e収納方法は？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003e製品を畳んでくるくると巻き、付属の巾着に入れればコンパクトに収納できて、気軽に持ち運びいただけます。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003eカラーは何色展開ですか？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eストーングレー1色です。\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","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\/collections\/thanks_page_gift.oembed","provider":"BRAIN SLEEP OFFICIAL SITE","version":"1.0","type":"link"}