{"title":"🎁スペシャルクーポン（ギフト）","description":"\u003cbody\u003e\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            -webkit-font-smoothing: antialiased;\n        }\n\n        #coupon-section .container {\n            max-width: 480px;\n            margin: 0 auto;\n            padding: 24px 16px;\n        }\n\n        #coupon-section .coupon-ticket {\n            background-color: #A2C2DD;\n            border-radius: 14px;\n            margin-bottom: 20px;\n            position: relative;\n            box-shadow: 0 4px 16px rgba(0,0,0,0.10);\n            overflow: hidden;\n        }\n\n        #coupon-section .coupon-top {\n            padding: 12px 24px 6px;\n            text-align: center;\n        }\n\n        #coupon-section .coupon-eyebrow {\n            font-size: 10px;\n            letter-spacing: 0.18em;\n            color: #4a6a80;\n            margin-bottom: 6px;\n        }\n\n        #coupon-section .coupon-title {\n            font-size: 12px;\n            line-height: 1.4;\n            color: #222;\n        }\n\n        #coupon-section .coupon-title strong {\n            font-size: 14px;\n            display: block;\n            margin-top: 0;\n            line-height: 1.4;\n        }\n\n        #coupon-section .coupon-perforation {\n            display: flex;\n            align-items: center;\n            position: relative;\n            height: 18px;\n            margin: 0;\n        }\n\n        #coupon-section .coupon-perforation .notch-left,\n        #coupon-section .coupon-perforation .notch-right {\n            width: 18px;\n            height: 18px;\n            min-width: 18px;\n            background-color: #EEECDD;\n            border-radius: 50%;\n            flex-shrink: 0;\n            margin: 0 -9px;\n        }\n\n        #coupon-section .coupon-perforation .dash-line {\n            flex: 1;\n            border: none;\n            border-top: 2px dashed rgba(255,255,255,0.75);\n            margin: 0 14px;\n        }\n\n        #coupon-section .coupon-bottom {\n            padding: 8px 24px 16px;\n            text-align: center;\n        }\n\n        #coupon-section .code-label {\n            font-size: 10px;\n            letter-spacing: 0.18em;\n            color: #4a6a80;\n            margin-bottom: 8px;\n        }\n\n        #coupon-section .coupon-code {\n            font-size: 24px;\n            font-weight: bold;\n            letter-spacing: 0.14em;\n            color: #1a1a1a;\n            background-color: rgba(238, 236, 221, 0.4);\n            display: inline-block;\n            padding: 10px 22px;\n            border-radius: 8px;\n            margin-bottom: 16px;\n        }\n\n        #coupon-section .copy-button {\n            background-color: #9C2335;\n            color: #EEECDD;\n            border: none;\n            padding: 12px 0;\n            border-radius: 8px;\n            font-size: 13px;\n            font-weight: bold;\n            cursor: pointer;\n            transition: opacity 0.25s ease;\n            width: 100%;\n            max-width: 240px;\n            letter-spacing: 0.06em;\n            display: block;\n            margin: 0 auto;\n        }\n\n        #coupon-section .copy-button:active { opacity: 0.7; }\n\n        #coupon-section .copy-button.copied {\n            background-color: rgba(238, 236, 221, 0.55);\n            color: #333;\n        }\n\n        #coupon-section .gift-block {\n            margin-bottom: 20px;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n        }\n\n        #coupon-section .gift-banner-link {\n            display: block;\n            width: 100%;\n            text-decoration: none;\n        }\n\n        #coupon-section .gift-banner-link img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        #coupon-section .gift-text {\n            font-size: 11px;\n            color: #333;\n            line-height: 1.85;\n            text-align: left;\n            padding: 12px 14px;\n            background-color: #A2C2DD;\n        }\n\n        #coupon-section .gift-text a {\n            color: #333;\n            text-decoration: underline;\n            font-weight: bold;\n            font-size: 13px;\n            display: block;\n            text-align: center;\n            margin-top: 4px;\n        }\n\n        #coupon-section .notice {\n            font-size: 10px;\n            color: #555;\n            line-height: 1.85;\n            text-align: left;\n            padding: 14px 12px;\n            border-top: 1px solid rgba(0,0,0,0.08);\n        }\n\n        #coupon-section .notice .expire {\n            font-size: 12px;\n            font-weight: bold;\n            color: #000;\n            display: block;\n            margin-top: 8px;\n        }\n    \u003c\/style\u003e\n\n    \u003cdiv id=\"coupon-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n\n            \u003cdiv class=\"coupon-ticket\"\u003e\n                \u003cdiv class=\"coupon-top\"\u003e\n                    \u003cp class=\"coupon-title\"\u003e\n                        下記紹介の商品をギフトとして贈ってみませんか？\u003cbr\u003e\u003cbr\u003e\n                        \u003cstrong\u003eギフトラッピング・ボックスが\u003cbr\u003e無料になる特別クーポン\u003c\/strong\u003e\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"coupon-perforation\"\u003e\n                    \u003cdiv class=\"notch-left\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"dash-line\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"notch-right\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"coupon-bottom\"\u003e\n                    \u003cp class=\"code-label\"\u003eCOUPON CODE\u003c\/p\u003e\n                    \u003cdiv class=\"coupon-code\"\u003eTXPG26GIFTWB\u003c\/div\u003e\n                    \u003cbutton class=\"copy-button\" onclick=\"copyCouponCode()\"\u003eコードをコピー\u003c\/button\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"gift-block\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/collections\/sf_gift\" class=\"gift-banner-link\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/thanks_bunner_gift.jpg\" alt=\"ギフト特集ページへ\"\u003e\n                \u003c\/a\u003e\n                \u003cp class=\"gift-text\"\u003e\n                    \u003cb\u003e『ギフト対象商品』や『ご利用方法』は特集ページでチェック\u003c\/b\u003e\u003cbr\u003e\u003cbr\u003e\n                    ▼ギフトボックス\u003cbr\u003eブレインスリープ ピロー専用\u003cbr\u003e\u003cbr\u003e\n                    ▼ギフトラッピング\u003cbr\u003eウェア・ブランケット・持ち運び用枕などが対象\u003cbr\u003e\u003cbr\u003e\n                    \u003ca href=\"https:\/\/brain-sleep.com\/collections\/sf_gift\"\u003e詳細はこちら \u0026gt;\u0026gt;\u0026gt;\u003c\/a\u003e\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cp class=\"notice\"\u003e\n                ※クーポンの利用はご購入いただいたアカウントでのログインが必須となります。未ログイン状態ではクーポンは利用いただけませんのでご了承ください。\u003cbr\u003e\n                ※他キャンペーン・クーポンとの併用不可\u003cbr\u003e※ギフトボックス・ラッピングはカート画面で選択できます。\u003cbr\u003e\u003cbr\u003e\n                \u003cspan class=\"expire\"\u003e有効期限：注文日から30日間\u003c\/span\u003e\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        function copyCouponCode() {\n            const code = 'TXPG26GIFTWB';\n            const button = document.querySelector('#coupon-section .copy-button');\n            navigator.clipboard.writeText(code).then(() =\u003e {\n                button.textContent = 'コピーしました！';\n                button.classList.add('copied');\n                setTimeout(() =\u003e {\n                    button.textContent = 'コードをコピー';\n                    button.classList.remove('copied');\n                }, 2000);\n            }).catch(() =\u003e {\n                alert('コピーに失敗しました');\n            });\n        }\n    \u003c\/script\u003e\n\n\u003c\/body\u003e","products":[{"product_id":"pillow","title":"ブレインスリープ ピロー","description":"\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/cdn.shopify.com\"\u003e\n\u003clink rel=\"dns-prefetch\" href=\"https:\/\/cdn.jsdelivr.net\"\u003e\n\u003clink rel=\"dns-prefetch\" href=\"https:\/\/code.jquery.com\"\u003e\n\u003cstyle\u003e\n    \/* =====================================================\n       slick グローバル統一スタイル\n       外部CSS遅延ロード前に先出しして全カルーセルで一貫した見た目を保証\n       ===================================================== *\/\n\n    \/* ドット・矢印を必ずフロー外へ *\/\n    .slick-dots {\n        position: absolute !important;\n    }\n\n    \/* デフォルトアイコン（::before フォント）を無効化 *\/\n    .slick-prev::before,\n    .slick-next::before,\n    .slick-dots li button::before {\n        content: none !important;\n        display: none !important;\n    }\n\n    \/* 矢印: 全スライダー共通の白丸ボタン *\/\n    .slick-prev,\n    .slick-next {\n        position: absolute !important;\n        display: block !important;\n        width: 36px !important;\n        height: 36px !important;\n        top: 40% !important;\n        transform: translateY(-50%) !important;\n        z-index: 1 !important;\n        background-color: rgba(255, 255, 255, 0.92) !important;\n        background-repeat: no-repeat !important;\n        background-size: 60% !important;\n        background-position: center !important;\n        border: none !important;\n        border-radius: 50% !important;\n        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14) !important;\n        cursor: pointer !important;\n        font-size: 0 !important;\n        line-height: 0 !important;\n        color: transparent !important;\n        opacity: 0.85 !important;\n        transition: opacity 0.25s ease, background-color 0.25s ease, transform 0.2s ease !important;\n    }\n\n    .slick-prev:hover,\n    .slick-next:hover {\n        opacity: 1 !important;\n        background-color: rgba(255, 255, 255, 0.96) !important;\n        transform: translateY(-50%) scale(1.06) !important;\n    }\n\n    .slick-prev {\n        left: 8px !important;\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M15 18l-6-6 6-6'\/%3E%3C\/svg%3E\") !important;\n    }\n\n    .slick-next {\n        right: 8px !important;\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M9 18l6-6-6-6'\/%3E%3C\/svg%3E\") !important;\n    }\n\n    \/* 外部CSSが高詳細度(0,2,0)+!importantで暗いPNG矢印を上書きするのを\n       さらに高い詳細度(0,3,0)+!importantで打ち消す *\/\n    .technology__item__graph .slick-prev.slick-arrow,\n    .spec__item__size__lists .slick-prev.slick-arrow {\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M15 18l-6-6 6-6'\/%3E%3C\/svg%3E\") !important;\n        background-color: rgba(255, 255, 255, 0.92) !important;\n        background-size: 60% !important;\n        border-radius: 50% !important;\n        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14) !important;\n    }\n\n    .technology__item__graph .slick-next.slick-arrow,\n    .spec__item__size__lists .slick-next.slick-arrow {\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M9 18l6-6-6-6'\/%3E%3C\/svg%3E\") !important;\n        background-color: rgba(255, 255, 255, 0.92) !important;\n        background-size: 60% !important;\n        border-radius: 50% !important;\n        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14) !important;\n    }\n\n    .rwlp__header__wrapper {\n        background: #a0c0db;\n        height: auto;\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        z-index: 9\n    }\n\n    @media screen and (min-width:750px) {\n        .rwlp__header__wrapper {\n            padding: 0 30px\n        }\n    }\n\n    @media screen and (max-width:749px) {\n        .rwlp__header__wrapper {\n            padding: 0 20px\n        }\n    }\n\n    .rwlp__header {\n        display: flex;\n        align-items: center;\n        justify-content: space-between\n    }\n\n    @media screen and (min-width:1200px) {\n        .rwlp__header {\n            height: 90px\n        }\n    }\n\n    @media screen and (max-width:1199px) {\n        .rwlp__header {\n            height: 65px\n        }\n    }\n\n    @media screen and (min-width:750px) {\n        .rwlp__header__logo {\n            width: 85px\n        }\n    }\n\n    @media screen and (max-width:749px) {\n        .rwlp__header__logo {\n            width: 70px\n        }\n    }\n\n    @media screen and (min-width:750px) {\n        .rwlp__header__menu__wrapper {\n            margin: 0 30px\n        }\n    }\n\n    .rwlp__header__menu__item {\n        display: inline-block\n    }\n\n    @media screen and (min-width:1200px) {\n        .rwlp__header__menu__item+.rwlp__header__menu__item {\n            margin-left: 35px\n        }\n    }\n\n    @media screen and (min-width:750px) and (max-width:1199px) {\n        .rwlp__header__menu__item+.rwlp__header__menu__item {\n            margin-left: 30px\n        }\n    }\n\n    @media screen and (max-width:749px) {\n        .rwlp__header__menu__item+.rwlp__header__menu__item {\n            margin-left: 15px\n        }\n    }\n\n    @media screen and (max-width:749px) {\n        .rwlp__header__menu__item.rwlp__hidden__sm {\n            display: none\n        }\n    }\n\n    @media screen and (min-width:1200px) {\n        .rwlp__header__menu__link {\n            font-size: 14px\n        }\n    }\n\n    @media screen and (max-width:1199px) {\n        .rwlp__header__menu__link {\n            font-size: 14px\n        }\n    }\n\n    .rwlp__header__wrapper.fixed {\n        position: fixed;\n        top: -90px;\n        transition: unset\n    }\n\n    .rwlp__header__wrapper.animate {\n        transition: top .15s ease-out;\n        top: 0\n    }\n\n    .rwlp__header__wrapper.hide {\n        top: -90px\n    }\n\n    html {\n        overflow: unset\n    }\n\n    .rwlp__wrapper {\n        overflow-x: hidden\n    }\n\n    .rwlp__wrapper a {\n        text-decoration: unset;\n        color: #000\n    }\n\n    .rwlp__wrapper .other__more__btn {\n        color: #fff\n    }\n\n    .rwlp__wrapper ul {\n        list-style: none\n    }\n\n    .technology__link__lists {\n        padding: 0\n    }\n\n    .other__lead,\n    .breathability__txt {\n        margin-top: 0\n    }\n\n    .other__set__head__txt,\n    .other__set__head__campaign {\n        margin-bottom: 0\n    }\n\n    @media screen and (max-width:749px) {\n        .only_pc {\n            display: none\n        }\n    }\n\n    .rwlp__header__menu__link:hover {\n        color: #fff !important\n    }\n\n    .u-pc {\n        display: block !important\n    }\n\n    .u-sp {\n        display: none !important\n    }\n\n    @media screen and (max-width:767px) {\n        .u-pc {\n            display: none !important\n        }\n\n        .u-sp {\n            display: block !important\n        }\n    }\n\n    .u-cf:after {\n        display: table;\n        clear: both;\n        content: \"\"\n    }\n\n    .clearfix:after {\n        display: block;\n        content: \"\";\n        clear: both\n    }\n\n    img {\n        vertical-align: bottom\n    }\n\n    .rwlp__wrapper img {\n        width: 100%;\n        height: auto\n    }\n\n    @media screen and (min-width:750px) {\n        .sec {\n            padding: 100px 0\n        }\n    }\n\n    @media screen and (max-width:749px) {\n        .sec {\n            padding: 50px 0\n        }\n    }\n\n    .animated {\n        -webkit-animation-duration: 1s;\n        animation-duration: 1s;\n        -webkit-animation-fill-mode: both;\n        animation-fill-mode: both\n    }\n\n    .fadeInUpShort {\n        opacity: 0;\n        -webkit-transform: translateY(20px);\n        transform: translateY(20px)\n    }\n\n    .only_sp {\n        display: none\n    }\n\n    .pillow__mv {\n        font-weight: 400;\n        height: 56.0714285714286vw;\n        overflow: hidden;\n        position: relative\n    }\n\n    .pillow__mv__layer1 {\n        height: 100%;\n        left: 0;\n        position: absolute;\n        top: 0;\n        width: 100vw\n    }\n\n    .pillow__mv__layer1 img {\n        width: 100%\n    }\n\n    .mv__caption {\n        left: 7.8vw;\n        position: absolute;\n        top: 22%;\n        transform: translateY(-50%);\n        z-index: 3\n    }\n\n    .mv__caption__title {\n        margin-top: 100px;\n        max-width: 100%;\n        width: 330px;\n        padding: 0\n    }\n\n    .mv__caption__text {\n        font-size: 2.75vw;\n        line-height: 1\n    }\n\n    .mv__caption__text span {\n        display: block;\n        font-size: 1.625vw;\n        line-height: 1;\n        margin-top: 25px\n    }\n\n    .sleep__info {\n        background-color: #a2c2dd;\n        font-weight: 500\n    }\n\n    .termina {\n        font-family: Termina, YuGothic, \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\", sans-serif;\n        font-weight: 400\n    }\n\n    @media screen and (max-width:749px) {\n        .only_sp {\n            display: block\n        }\n\n        .pillow__mv {\n            height: 133.333vw\n        }\n\n        .mv__caption {\n            left: 8vw;\n            position: absolute;\n            top: 1vw;\n            transform: none\n        }\n\n        .mv__caption__text {\n            font-size: 7vw\n        }\n\n        .mv__caption__text span {\n            font-size: 4.2vw;\n            margin-top: 15px\n        }\n\n        .mv__caption__title {\n            margin-top: 20px;\n            width: 173px;\n            padding: 0;\n            font-size: 0\n        }\n\n    }\n\n    .u-ta-c {\n        text-align: center !important\n    }\n\n    .u-mt-8 {\n        margin-top: 8px !important\n    }\n\n    .pillow__mv {\n        margin-top: 0\n    }\n\n    body {\n        visibility: visible !important;\n        opacity: 1 !important\n    }\n\n    body,\n    #modal {\n        overflow-x: hidden\n    }\n\n    \/* FAQ アイコン モダン化 (+\/× CSS回転) *\/\n    #faq .faq__item__question {\n        padding-bottom: 24px;\n        padding-top: 10px;\n        background-image: none !important;\n        position: relative;\n    }\n\n    #faq .faq__item__question.open {\n        background-image: none !important;\n    }\n\n    #faq .faq__item__question::after {\n        content: '+';\n        position: absolute;\n        right: 14px;\n        top: 50%;\n        transform: translateY(-50%) rotate(0deg);\n        font-size: 26px;\n        font-weight: 200;\n        line-height: 1;\n        color: #555;\n        transition: transform 0.35s cubic-bezier(0.4, 0.0, 0.2, 1),\n                    color 0.25s ease;\n        pointer-events: none;\n    }\n\n    #faq .faq__item__question.open::after {\n        transform: translateY(-50%) rotate(45deg);\n        color: #333;\n    }\n\n    @media screen and (max-width:749px) {\n        #faq .faq__item__question {\n            padding-bottom: 14px;\n            padding-right: 36px;\n            padding-top: 10px\n        }\n\n        .pillow_catch {\n            font-size: 9px\n        }\n    }\n\n    \/* FAQ トライアルステップ *\/\n    .faq__trial-steps {\n        display: flex;\n        flex-direction: column;\n        gap: 12px;\n        margin: 24px 0;\n        background-color: #f5f5f5;\n        padding: 20px;\n        border-radius: 12px;\n    }\n\n    .faq__trial-step {\n        display: flex;\n        align-items: flex-start;\n        gap: 16px;\n    }\n\n    .faq__trial-step__icon {\n        width: 44px;\n        height: 44px;\n        background-color: #fff;\n        border-radius: 10px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n    }\n\n    .faq__trial-step__icon svg {\n        width: 22px;\n        height: 22px;\n        stroke: #000;\n        fill: none;\n        stroke-width: 1.8;\n        stroke-linecap: round;\n        stroke-linejoin: round;\n    }\n\n    .faq__trial-step__content {\n        flex: 1;\n        min-width: 0;\n    }\n\n    .faq__trial-step__title {\n        font-weight: bold;\n        font-size: 15px;\n        line-height: 1.5;\n        margin: 0 0 4px;\n    }\n\n    .faq__trial-step__desc {\n        font-size: 13px;\n        line-height: 1.6;\n        color: #333;\n        margin: 0;\n    }\n\n    @media screen and (max-width:749px) {\n        .faq__trial-steps {\n            padding: 16px;\n        }\n\n        .faq__trial-step__icon {\n            width: 40px;\n            height: 40px;\n        }\n\n        .faq__trial-step__icon svg {\n            width: 20px;\n            height: 20px;\n        }\n\n        .faq__trial-step__title {\n            font-size: 14px;\n        }\n\n        .faq__trial-step__desc {\n            font-size: 12px;\n        }\n    }\n\n    .pillow_catch {\n        font-size: 10px\n    }\n\n    \/* spec__item__size スライダー カスタマイズ *\/\n    .spec__item__size__lists .slick-dots {\n        display: flex !important;\n        justify-content: center;\n        align-items: center;\n        gap: 7px;\n        left: 0 !important;\n        width: 100% !important;\n        bottom: 14px !important;\n    }\n\n    .spec__item__size__lists .slick-dots li {\n        background-color: #ccc !important;\n        cursor: pointer;\n        display: block !important;\n        height: 7px !important;\n        width: 7px !important;\n        flex: none !important;\n        margin: 0 !important;\n        padding: 0;\n        border-radius: 50% !important;\n        position: relative;\n        transition: background-color 0.3s ease;\n    }\n\n    .spec__item__size__lists .slick-dots li button {\n        display: block;\n        width: 100%;\n        height: 100%;\n        padding: 0;\n        opacity: 0;\n        position: absolute;\n        inset: 0;\n        cursor: pointer;\n        font-size: 0;\n    }\n\n    .spec__item__size__lists .slick-dots li.slick-active {\n        background-color: #333 !important;\n        width: 9px !important;\n        height: 9px !important;\n        flex: none !important;\n    }\n\n    @media (max-width: 749px) {\n        .spec__item__size__lists {\n            position: relative !important;\n            padding-bottom: 50px !important;\n        }\n\n        .spec__item__size__lists .item {\n            background: #fff !important;\n            border-radius: 16px !important;\n            overflow: hidden !important;\n            margin: 0 7px !important;\n            padding-bottom: 16px !important;\n        }\n    }\n\n    .section__title__text,\n    .gradient__ttl {\n        padding: 0\n    }\n\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    .sleep__info__quality__golden__title,\n    .gradient__ttl {\n        margin: 0\n    }\n\n    \/* 見出しタグをh3\/h4へ下げてもサイズが変わらないよう、テーマの見出しサイズをクラスに固定 *\/\n    .technology__item__title {\n        font-size: calc(var(--font-heading-scale) * 2rem)\n    }\n\n    .technology__item__graph__title,\n    .technology__item__desc__text__content__title {\n        font-size: calc(var(--font-heading-scale) * 1.7rem)\n    }\n\n    @media only screen and (min-width: 750px) {\n        .technology__item__title {\n            font-size: calc(var(--font-heading-scale) * 2.4rem)\n        }\n\n        .technology__item__graph__title,\n        .technology__item__desc__text__content__title {\n            font-size: calc(var(--font-heading-scale) * 1.8rem)\n        }\n    }\n\n    .spec__item__desc__text__content__title {\n        margin-bottom: 0\n    }\n\n    .gradient__ttl span {\n        color: #fff\n    }\n\n    html {\n        scroll-behavior: smooth\n    }\n\n    .technology__item__desc__img img {\n        object-fit: contain\n    }\n\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .evidence_0910 {\n        margin: 0 auto;\n        width: 400px\n    }\n\n    .evidence_left_0910 {\n        padding-left: 6.7142857142857vw\n    }\n\n    .tech01_01 {\n        position: unset !important\n    }\n\n    @media only screen and (max-width:750px) {\n        .evidence_0910 {\n            width: 90%\n        }\n\n        .evidence_left_0910 {\n            padding-left: unset !important\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .sleep__info,\n    .sleep__info2,\n    .sleep__info3 {\n        background: #000;\n        color: #fff\n    }\n\n    .sleep__info h3,\n    .sleep__info2 h3,\n    .sleep__info3 h3 {\n        color: #fff\n    }\n\n    .sleep__info__book_20241118 h2 {\n        color: #fff;\n        font-size: 35px;\n        line-height: 160%\n    }\n\n    .sleep__info__book_20241118 h2\u003espan {\n        background: #fff;\n        color: #000\n    }\n\n    .sleep__info__book_20241118 {\n        position: relative;\n        height: 600px\n    }\n\n    .brain_sleeper {\n        max-width: 1196px;\n        margin: 0 auto;\n        display: flex;\n        align-items: center;\n        flex-direction: column\n    }\n\n    .massage_txt {\n        color: #fff;\n        font-size: 3.7vw;\n        position: relative;\n        z-index: 1;\n        width: 100%;\n        text-align: center;\n        font-family: Termina, YuGothic, Yu Gothic, Yu Gothic Pr6N R, Hiragino Kaku Gothic ProN, ヒラギノ角ゴProN W3, sans-serif\n    }\n\n    .f_termina {\n        font-family: Termina, YuGothic, Yu Gothic, Yu Gothic Pr6N R, Hiragino Kaku Gothic ProN, ヒラギノ角ゴProN W3, sans-serif\n    }\n\n    .youtube {\n        width: 100%;\n        aspect-ratio: 16\/9\n    }\n\n    .youtube iframe {\n        width: 100%;\n        height: 100%\n    }\n\n    .stanford_text_1 {\n        position: absolute;\n        top: 75px;\n        left: 100px;\n        line-height: 175%\n    }\n\n    .stanford_text_2 {\n        display: flex;\n        align-items: flex-end\n    }\n\n    .stanford_text_2 h3 {\n        font-size: 25px\n    }\n\n    .sleep__info__evidence_20241118 {\n        margin-left: 100px;\n        z-index: 1;\n        position: sticky\n    }\n\n    .sleep__info__important_20241118 h3 {\n        position: absolute;\n        top: 22px;\n        left: 50%;\n        transform: translateX(-50%);\n        -webkit-transform: translateX(-50%);\n        -ms-transform: translateX(-50%);\n        font-size: 35px;\n        width: 100%;\n        text-align: center\n    }\n\n    .sleep__info__important_20241118 {\n        position: relative;\n        margin-top: 100px;\n        margin-bottom: -150px\n    }\n\n    .important_img {\n        width: 200px;\n        margin: 0 auto\n    }\n\n    .sleep__info__evidence_text {\n        font-size: 25px;\n        line-height: 175%\n    }\n\n    .fit_flex {\n        display: flex;\n        align-items: center\n    }\n\n    .fit__movie {\n        width: 50% !important\n    }\n\n    .user {\n        margin-bottom: 150px\n    }\n\n    .sleep__info__quality__golden__img img {\n        width: 90% !important\n    }\n\n    .sleep__info__quality__golden__img {\n        max-width: 650px !important;\n    }\n\n    .fit {\n        position: relative;\n        z-index: 1\n    }\n\n    .craftsman h3 {\n        font-size: 30px\n    }\n\n    .sleep__info__quality__cold__text {\n        margin-top: 0\n    }\n\n    .concept {\n        height: 50vw !important\n    }\n\n    .user_voice_title p {\n        text-align: center\n    }\n\n    .user_voice_title span {\n        margin-top: 0;\n        font-size: 10px\n    }\n\n    .voice_img_wrap {\n        max-width: 1196px;\n        margin: 0 auto;\n    }\n\n    @media only screen and (max-width:750px) {\n        .massage_txt {\n            text-align: left;\n            font-size: 5vw;\n            top: 43vw;\n            left: 7vw\n        }\n\n        .concept {\n            height: 85vw !important\n        }\n\n        .brain_sleeper p {\n            font-size: 3vw\n        }\n\n        .user h3,\n        .user p {\n            margin-left: 20px\n        }\n\n        .user {\n            display: flex;\n            margin-bottom: 100px;\n            align-items: flex-start;\n            padding-top: 50px;\n            flex-direction: column;\n            justify-content: flex-start\n        }\n\n        .craftsman h3 {\n            font-size: 25px;\n            line-height: 175%\n        }\n\n        .craftsman p {\n            font-size: 3.5vw\n        }\n\n        .sleep__info__book_20241118 {\n            padding-top: 1px;\n            height: unset\n        }\n\n        .stanford_text_1 {\n            text-align: center;\n            font-size: 4.7vw;\n            line-height: 175%;\n            position: relative;\n            top: 30px;\n            left: 0;\n            margin: 0 auto;\n            width: 100%\n        }\n\n        .stanford_text_1 p {\n            font-size: 15px;\n            line-height: 200%;\n            width: 90%;\n            margin: 0 auto\n        }\n\n        .sleep__info__book_20241118 h2 {\n            color: #fff;\n            font-size: 5.5vw;\n            line-height: 175%\n        }\n\n        .sleep__info__book_20241118 p {\n            text-align: left\n        }\n\n        .stanford_text_2 {\n            display: unset\n        }\n\n        .stanford_text_2 h3 {\n            font-size: 20px;\n            margin-top: 380px\n        }\n\n        .sleep__info__evidence_20241118 {\n            margin-left: unset;\n            margin-top: 150px;\n            width: 100%\n        }\n\n        .sleep__info__evidence_text {\n            font-size: 20px;\n            margin-left: 20px\n        }\n\n        .sleep__info__important_20241118 h3 {\n            position: absolute;\n            top: 56%;\n            left: 50%;\n            font-size: 20px;\n            width: 100%;\n            text-align: center;\n            margin: 0;\n            transform: translate(-50%, -50%)\n        }\n\n        .sleep__info__important_20241118 {\n            position: relative;\n            margin-top: 60px;\n            margin-bottom: -30px\n        }\n\n        .important_img {\n            width: 50%;\n            margin: 0 auto\n        }\n\n        .fit_flex {\n            display: unset\n        }\n\n        .fit__movie {\n            width: 100% !important\n        }\n\n        .sleep__info__quality__golden__img img {\n            width: 100% !important\n        }\n\n        .sleep__info__quality__cold__text {\n            font-size: 19px\n        }\n\n        .sleep__info__quality__cold {\n            margin-top: 75px\n        }\n\n        .demerit {\n            margin: 50px auto 32px !important\n        }\n\n        .user_voice_title p {\n            text-align: unset\n        }\n    }\n\n    \/* ピロー耐久性ブロック用 *\/\n    @media screen and (max-width:749px) {\n        .tech03_durability\u003e.technology__item__desc__img {\n            padding: 0 0 30px 0 !important;\n            margin: 0 auto !important;\n        }\n\n        .tech03_durability img {\n            height: unset !important;\n            position: unset !important;\n        }\n\n        .sleep__info__quality__golden__img{\n            width: 90% !important;\n        }\n    }\n\n    \/* 比較表のスタイル *\/\n    .chart.accordion_item {\n        max-width: 1260px;\n        margin: 100px auto 0;\n        padding: 0 30px;\n        border: solid 1px #000;\n    }\n\n    .chart.accordion_item .btn {\n        position: absolute;\n        bottom: 8%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        height: 6%;\n        padding: 0 15px;\n        border: 1px solid #000;\n        text-decoration: none;\n        color: #000;\n        font-size: 1rem;\n        letter-spacing: normal;\n        border-radius: 30px;\n        line-height: 1.3;\n        font-weight: bold;\n    }\n\n    .chart.accordion_item .btn::after {\n        content: \"\";\n        display: block;\n        width: 10px;\n        height: 10px;\n        margin-left: 10px;\n        background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_eco_cycle_program_step_arrow.png);\n        background-repeat: no-repeat;\n        background-size: contain;\n    }\n\n    .chart.accordion_item .pillow_btn {\n        left: 140px;\n    }\n\n    .chart.accordion_item .pillow_neckconditioning_btn {\n        left: 345px;\n    }\n\n    .chart.accordion_item .pillow_snoreless_btn {\n        left: 552px;\n    }\n\n    .chart.accordion_item .pillow_for_kids_btn {\n        right: 254px;\n    }\n\n    .chart.accordion_item .pillow_portable_btn {\n        right: 54px;\n    }\n\n    .chart.accordion_item .mattress_premium_float_btn {\n        left: 210px;\n    }\n\n    .chart.accordion_item .mattress_plus_float_btn {\n        left: 560px;\n    }\n\n    .chart.accordion_item .mattress_float_btn {\n        right: 90px;\n    }\n\n    .chart.accordion_item .comforter_perfectcoolex_btn {\n        left: 169px;\n    }\n\n    .chart.accordion_item .comforter_airthrow_btn {\n        right: 765px;\n    }\n\n    .chart.accordion_item .comforter_allseasons_btn {\n        right: 599px;\n    }\n\n    .chart.accordion_item .comforter_weightblance_btn {\n        right: 426px;\n    }\n\n    .chart.accordion_item .comforter_perfectwarm_btn {\n        right: 255px;\n    }\n\n    .chart.accordion_item .comforter_perfectwarm_dual_btn {\n        right: 70px;\n    }\n\n    .chart.accordion_item .blanket_perfectwarm_btn {\n        left: 306px;\n    }\n\n    .chart.accordion_item .blanket_allseasons_btn {\n        right: 186px;\n    }\n\n    .chart.accordion_item .coffee_btn {\n        left: 210px;\n    }\n\n    .chart.accordion_item .nmn9000_btn {\n        right: 535px;\n    }\n\n    .chart.accordion_item .water_btn {\n        right: 278px;\n    }\n\n    .chart.accordion_item .gaba_btn {\n        right: 39px;\n    }\n\n    .chart.accordion_item .accordion_item__question {\n        text-align: center;\n        font-size: 24px;\n        margin: 0;\n        padding: 35px 0;\n        cursor: pointer;\n        background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/collections_chart_arrow_more.svg);\n        background-position: center right 25px;\n        background-repeat: no-repeat;\n        background-size: 37px;\n    }\n\n    .chart.accordion_item .accordion_item__question.open {\n        background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/collections_chart_arrow_close.svg);\n    }\n\n    .chart.accordion_item .scroll_wrap {\n        overflow-x: auto;\n    }\n\n    .chart.accordion_item .img_wrap {\n        position: relative;\n        width: fit-content;\n    }\n\n    .chart.accordion_item .scroll_icon {\n        display: none;\n    }\n\n    .chart.accordion_item .accordion_item__answer {\n        overflow-x: auto;\n    }\n\n    .chart.accordion_item .accordion_item__answer .chart_img {\n        width: 1098px;\n        box-sizing: content-box;\n        height: auto;\n        padding: 10px 50px 35px;\n    }\n\n    .support-benefits-section {\n        width: 100%;\n        background-color: #f5f0eb;\n        display: flex;\n        justify-content: center;\n    }\n\n    .support-benefits-section__eco-box {\n        display: flex;\n        justify-content: center;\n    }\n\n    .support-benefits-section__support {\n        padding: 40px 20px;\n        text-align: center;\n        max-width: 1080px;\n    }\n\n    .support-benefits-section__support-title {\n        font-weight: bold;\n        letter-spacing: 0.05em;\n        color: #000;\n        ;\n        margin: 0 0 3vw;\n        font-size: 27px;\n        line-height: 1.6;\n        text-align: justify;\n    }\n\n    .support-benefits-section__support-subtitle {\n        color: #000;\n        font-size: 16px;\n        text-align: justify;\n        font-weight: bold;\n        line-height: 1.6;\n        margin: 0 0 30px;\n    }\n\n    .support-benefits-section__guarantee {\n        list-style: none;\n        padding: 0;\n        margin: 0 0 8vw;\n    }\n\n    .support-benefits-section__guarantee-item {\n        padding: 30px 0;\n        border-bottom: 1px solid #d5cec6;\n    }\n\n    .support-benefits-section__guarantee-item:first-child {\n        border-top: 1px solid #d5cec6;\n    }\n\n    .support-benefits-section__guarantee-header {\n        display: flex;\n        align-items: center;\n        gap: 3vw;\n        margin-bottom: 2vw;\n    }\n\n    .rwlp__wrapper img.support-benefits-section__guarantee-icon {\n        display: block;\n        width: 38px;\n        height: auto;\n        flex-shrink: 0;\n    }\n\n    .support-benefits-section__guarantee-title {\n        font-weight: bold;\n        color: #000;\n        ;\n        margin: 0;\n        letter-spacing: 0.05em;\n        font-size: 25px;\n    }\n\n    .support-benefits-section__guarantee-text {\n        font-size: 14px;\n        color: #000;\n        line-height: 1.6;\n        margin: 0;\n        text-align: left;\n    }\n\n    .support-benefits-section__shop-box {\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n        gap: 12px;\n    }\n\n    .support-benefits-section__shop-link {\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        background-color: #fff;\n        border: 1px solid #000;\n        padding: 20px;\n        text-decoration: none;\n        color: #000;\n        max-width: 400px;\n        width: 100%;\n    }\n\n    .support-benefits-section__shop-link-inner {\n        text-align: left;\n    }\n\n    .support-benefits-section__shop-link-title {\n        font-weight: bold;\n        letter-spacing: 0.05em;\n        display: block;\n        margin-bottom: 1vw;\n    }\n\n    .support-benefits-section__shop-link-sub {\n        color: #000;\n        display: block;\n    }\n\n    .support-benefits-section__shop-link-arrow {\n        color: #000;\n        ;\n        flex-shrink: 0;\n    }\n\n    .support-benefits-section__eco {\n        background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_bg.png?v=1771316331');\n        background-size: cover;\n        background-position: center;\n        background-repeat: no-repeat;\n        padding: 50px 20px 30px;\n        margin-top: 24px;\n        max-width: 800px;\n    }\n\n    .support-benefits-section__eco-logo {\n        display: block;\n        max-width: 200px;\n        margin: 0 0 50px;\n    }\n\n    .support-benefits-section__eco-title {\n        font-size: 24px;\n        font-weight: bold;\n        line-height: 1.8;\n        letter-spacing: 0.05em;\n        color: #000;\n        margin: 0 0 30px;\n        text-align: center;\n        line-height: 1.6;\n    }\n\n    .support-benefits-section__eco-text {\n        font-size: 16px;\n        color: #000;\n        line-height: 1.8;\n        margin: 0 0 50px;\n        text-align: left;\n    }\n\n    .support-benefits-section__eco-link {\n        width: 100%;\n        display: block;\n        color: #000;\n        text-decoration: none;\n        letter-spacing: 0.05em;\n        padding: 20px;\n    }\n\n\n    @media screen and (max-width: 1258px) {\n        .chart.accordion_item .scroll_icon {\n            display: block;\n            width: 120px;\n            height: auto;\n            margin: 0 0 0 auto;\n            display: inherit;\n            padding: 0 0 35px 0;\n        }\n    }\n\n    @media screen and (max-width: 988px) {\n        .chart.accordion_item {\n            padding: 0 10px;\n            margin-left: 20px;\n            margin-right: 20px;\n        }\n\n        .chart.accordion_item .accordion_item__question {\n            padding: 20px 0;\n            font-size: 16px;\n            background-size: 26px;\n        }\n\n        .chart.accordion_item .accordion_item__answer .chart_img {\n            width: 920px;\n        }\n\n        .chart.accordion_item .btn {\n            padding: 0 8px;\n        }\n\n        .chart.accordion_item .pillow_btn {\n            left: 124px;\n        }\n\n        .chart.accordion_item .pillow_neckconditioning_btn {\n            left: 299px;\n        }\n\n        .chart.accordion_item .pillow_snoreless_btn {\n            left: 477px;\n        }\n\n        .chart.accordion_item .pillow_for_kids_btn {\n            right: 221px;\n        }\n\n        .chart.accordion_item .pillow_portable_btn {\n            right: 47px;\n        }\n\n        .chart.accordion_item .mattress_premium_float_btn {\n            left: 205px;\n        }\n\n        .chart.accordion_item .mattress_plus_float_btn {\n            left: 482px;\n        }\n\n        .chart.accordion_item .mattress_float_btn {\n            right: 75px;\n        }\n\n        .chart.accordion_item .comforter_perfectcoolex_btn {\n            left: 148px;\n        }\n\n        .chart.accordion_item .comforter_airthrow_btn {\n            right: 646px;\n        }\n\n        .chart.accordion_item .comforter_allseasons_btn {\n            right: 512px;\n        }\n\n        .chart.accordion_item .comforter_weightblance_btn {\n            right: 375px;\n        }\n\n        .chart.accordion_item .comforter_perfectwarm_btn {\n            right: 255px;\n        }\n\n        .chart.accordion_item .comforter_perfectwarm_dual_btn {\n            right: 70px;\n        }\n\n        .chart.accordion_item .blanket_perfectwarm_btn {\n            left: 228px;\n        }\n\n        .chart.accordion_item .blanket_allseasons_btn {\n            right: 146px;\n        }\n\n        .chart.accordion_item .coffee_btn {\n            left: 190px;\n        }\n\n        .chart.accordion_item .nmn9000_btn {\n            right: 460px;\n        }\n\n        .chart.accordion_item .water_btn {\n            right: 247px;\n        }\n\n        .chart.accordion_item .gaba_btn {\n            right: 55px;\n        }\n    }\n\n    \/* FAQ ピローの選び方 *\/\n    body.no-scroll {\n        overflow: hidden;\n    }\n\n    .howto_btn {\n        display: inline-flex;\n        align-items: center;\n        gap: 8px;\n        cursor: pointer;\n        padding: 12px 22px;\n        font-size: 14px;\n        font-weight: bold;\n        letter-spacing: 0.05em;\n        background: #fff;\n        border: 1.5px solid #000;\n        color: #000 !important;\n        margin-top: 16px;\n        transition: background-color 0.25s ease, color 0.25s ease;\n        font-family: -apple-system, BlinkMacSystemFont, \"游ゴシック体\", YuGothic,\n            \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"游ゴシック体 Pr6N R\",\n            \"Yu Gothic Pr6N R\", \"游ゴシック体 Pr6N M\", \"Yu Gothic Pr6N M\",\n            \"ヒラギノ角ゴ ProN W3\", \"Hiragino Kaku Gothic ProN W3\", HiraKakuProN-W3,\n            \"ヒラギノ角ゴ ProN\", \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ Pro\",\n            \"Hiragino Kaku Gothic Pro\", \"メイリオ\", Meiryo, Osaka, \"ＭＳ Ｐゴシック\",\n            \"MS PGothic\", \"Helvetica Neue\", HelveticaNeue, Helvetica, Arial, \"Segoe UI\",\n            sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\",\n            \"Noto Color Emoji\";\n    }\n\n    .howto_btn:hover {\n        background: #000;\n        color: #fff !important;\n    }\n\n    .howto_btn::after {\n        content: \"→\";\n        font-size: 14px;\n        transition: transform 0.25s ease;\n    }\n\n    .howto_btn:hover::after {\n        transform: translateX(3px);\n    }\n\n    .howto_popup .close_btn {\n        position: sticky;\n        top: 0;\n        right: 0;\n        margin: 0 0 0 auto;\n        display: block;\n        font-size: 24px;\n        background: none;\n        border: none;\n        cursor: pointer;\n    }\n\n    .howto_popup {\n        display: none;\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background-color: rgba(0, 0, 0, 0.5);\n        z-index: 1000;\n        justify-content: center;\n        align-items: center;\n        color: #000;\n    }\n\n    .howto_popup.show {\n        display: block;\n    }\n\n    .howto_popup_wrap {\n        max-width: 1000px;\n        width: 100%;\n        padding: 20px;\n        margin: 50px auto;\n        text-align: left;\n        color: #000;\n        background: white;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);\n        position: relative;\n        overflow-y: auto;\n        max-height: 90vh;\n    }\n\n    .howto_popup_wrap .howto__popup__content:first-of-type {\n        margin-bottom: 150px;\n    }\n\n    .howto_popup_wrap ul {\n        padding: 0;\n        list-style: none;\n    }\n\n    .howto_popup_wrap p {\n        font-size: 14px;\n        line-height: 2;\n    }\n\n    .howto_popup_wrap .blue_line {\n        background: linear-gradient(transparent 35%, #DAEFF9 70%);\n    }\n\n    .howto_popup_wrap h4 {\n        margin: 0 auto;\n        font-size: 30px;\n        text-align: center;\n        font-weight: normal;\n    }\n\n    .howto_popup_wrap h5 {\n        display: flex;\n        flex-direction: column;\n        gap: 10px;\n        font-size: 24px;\n        font-weight: normal;\n    }\n\n    .howto_popup_wrap h5 span {\n        font-size: 12px;\n    }\n\n    .howto_popup_wrap .howto__popup__img {\n        display: flex;\n        justify-content: space-between;\n        margin-bottom: 25px;\n    }\n\n    .howto_popup_wrap .howto__popup__img img {\n        width: 33%;\n        height: auto;\n        object-fit: contain;\n    }\n\n    .howto_popup_wrap .point_list {\n        display: flex;\n        flex-direction: column;\n        gap: 10px;\n        border: solid 1px #000;\n        width: fit-content;\n        padding: 10px;\n        margin: 0 auto 50px;\n        font-size: 12px;\n    }\n\n    .howto_popup_wrap .point_list_2 li {\n        display: flex;\n        gap: 30px;\n        align-items: center;\n        margin-bottom: 80px;\n    }\n\n    .howto_popup_wrap .point_list_2 img {\n        max-width: 220px;\n        width: 100%;\n    }\n\n    @media screen and (max-width: 749px) {\n        .howto_popup_wrap h4 {\n            font-size: 24px;\n        }\n\n        .howto_popup_wrap h5 {\n            gap: 5px;\n            font-size: 18px;\n        }\n\n        .howto_popup_wrap .howto__popup__content:first-of-type {\n            margin-bottom: 80px;\n        }\n\n        .howto_popup_wrap .point_list_2 li {\n            margin-bottom: 50px;\n            gap: 15px;\n            flex-direction: column;\n        }\n\n        .howto_popup_wrap .point_list_2 img {\n            max-width: none;\n        }\n    }\n\n    .card-carousel_wrap {\n        margin-top: 50px;\n    }\n\n    .card-carousel {\n        padding: 16px 0 24px;\n        margin: 0 20px;\n    }\n\n    .card-carousel .cover-card {\n        background: #fff;\n        border-radius: 16px;\n        overflow: hidden;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n        transition: transform 0.3s, box-shadow 0.3s;\n        border: 1px solid #f0f0f0;\n        margin: 0 7px;\n    }\n\n    .cover-card-style {\n        max-width: 400px !important;\n    }\n\n    .card-carousel .cover-card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);\n    }\n\n    .card-carousel .card-image {\n        width: 100%;\n        object-fit: cover;\n        background: linear-gradient(135deg, #e8f4fc 0%, #d4eaf5 100%);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .card-carousel .card-image .pillow {\n        position: absolute;\n    }\n\n    .card-carousel .pillow-img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n    }\n\n    .card-carousel .card-content {\n        padding: 16px 18px 20px;\n    }\n\n    .card-carousel .card-name {\n        font-size: 15px;\n        font-weight: 700;\n        color: #1a1a1a;\n        margin-bottom: 8px;\n        letter-spacing: 0.3px;\n    }\n\n    .card-carousel .card-tagline {\n        font-size: 10px;\n        color: #666;\n        margin-bottom: 12px;\n        line-height: 1.5;\n    }\n\n    .card-carousel .card-features {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 6px;\n    }\n\n    .card-carousel .feature-tag {\n        font-size: 10px;\n        padding: 4px 8px;\n        background: #f5f5f5;\n        border-radius: 12px;\n        color: #000;\n    }\n\n    .card-carousel .feature-tag.primary {\n        background: #1a1a1a;\n        color: #fff;\n    }\n\n    .card-carousel .card-material {\n        margin-top: 12px;\n        font-size: 11px;\n        color: #999;\n        display: flex;\n        align-items: center;\n        gap: 6px;\n    }\n\n    .card-carousel .card-material::before {\n        content: '';\n        width: 4px;\n        height: 4px;\n        background: #ccc;\n        border-radius: 50%;\n    }\n\n    .card-carousel {\n        position: relative;\n        padding-bottom: 50px;\n    }\n\n    \/* ドット型インジケーター *\/\n    .card-carousel .slick-dots {\n        display: flex !important;\n        justify-content: center;\n        align-items: center;\n        gap: 7px;\n        left: 0 !important;\n        width: 100% !important;\n        bottom: 14px !important;\n    }\n\n    .card-carousel .slick-dots li {\n        background-color: #ccc !important;\n        cursor: pointer;\n        display: block !important;\n        height: 7px !important;\n        width: 7px !important;\n        flex: none !important;\n        margin: 0 !important;\n        padding: 0;\n        border-radius: 50% !important;\n        position: relative;\n        transition: background-color 0.3s ease;\n    }\n\n    .card-carousel .slick-dots li button {\n        display: block;\n        width: 100%;\n        height: 100%;\n        padding: 0;\n        opacity: 0;\n        position: absolute;\n        inset: 0;\n        cursor: pointer;\n        font-size: 0;\n    }\n\n    .card-carousel .slick-dots li.slick-active {\n        background-color: #333 !important;\n        width: 9px !important;\n        height: 9px !important;\n        flex: none !important;\n    }\n\n    @media (min-width: 768px) {\n        .support-benefits-section__support {\n            padding: 60px 40px 40px;\n        }\n\n        .support-benefits-section__support-title {\n            font-size: 24px;\n            margin: 0 0 12px;\n            text-align: center;\n        }\n\n        .support-benefits-section__support-subtitle {\n            font-size: 14px;\n            margin: 0 0 30px;\n            text-align: center;\n        }\n\n        .support-benefits-section__guarantee {\n            display: flex;\n            gap: 24px;\n            margin: 0 0 32px;\n        }\n\n        .support-benefits-section__guarantee-item {\n            flex: 1;\n            padding: 24px;\n            border-bottom: none;\n            border-top: none;\n        }\n\n        .support-benefits-section__guarantee-item:first-child {\n            border-top: none;\n        }\n\n        .support-benefits-section__guarantee-header {\n            gap: 12px;\n            margin-bottom: 8px;\n        }\n\n        .support-benefits-section__guarantee-title {\n            font-size: 18px;\n        }\n\n        .support-benefits-section__shop-link {\n            padding: 20px 24px;\n            max-width: 400px;\n        }\n\n        .support-benefits-section__shop-link-title {\n            font-size: 16px;\n            margin-bottom: 4px;\n        }\n\n        .support-benefits-section__shop-link-sub {\n            font-size: 13px;\n        }\n\n        .support-benefits-section__shop-link-arrow {\n            font-size: 18px;\n        }\n\n        .support-benefits-section__eco {\n            padding: 50px 40px 30px;\n        }\n    }\n\n    @media (max-width: 767px) {\n        .support-benefits-section__eco-logo {\n            width: 50% !important;\n            margin: 0 0 24px;\n        }\n\n        .support-benefits-section__eco-title {\n            font-size: 16px;\n            margin: 0 0 12px;\n        }\n\n        .support-benefits-section__eco-text {\n            font-size: 12px;\n            margin: 0 0 16px;\n        }\n\n        .support-benefits-section__eco-link {\n            font-size: 14px;\n        }\n    }\n\n    \/* PCサイズではカードを横並びに *\/\n    @media screen and (min-width: 768px) {\n        .card-carousel {\n            display: flex !important;\n            gap: 20px;\n            justify-content: center;\n        }\n    }\n\n    @media screen and (max-width: 749px) {\n        .card-carousel .cover-card {\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n        }\n\n        .technology__item .spec__table1__wrap img {\n            width: 220vw;\n            max-width: unset;\n        }\n    }\n\n    \/* technology__item__graph スライダー カスタマイズ *\/\n    .technology__item__graph {\n        background-color: #fff;\n        border-radius: 16px;\n        padding: 16px 16px 50px;\n        margin-top: 20px;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n        border: 1px solid #f0f0f0 !important;\n        position: relative;\n    }\n\n    .technology__item__graph .slick-dots {\n        display: flex !important;\n        justify-content: center;\n        align-items: center;\n        gap: 7px;\n        left: 0 !important;\n        width: 100% !important;\n        bottom: 14px !important;\n    }\n\n    .technology__item__graph .slick-dots li {\n        background-color: #ccc !important;\n        cursor: pointer;\n        display: block !important;\n        height: 7px !important;\n        width: 7px !important;\n        flex: none !important;\n        margin: 0 !important;\n        padding: 0;\n        border-radius: 50% !important;\n        position: relative;\n        transition: background-color 0.3s ease;\n    }\n\n    .technology__item__graph .slick-dots li button {\n        display: block;\n        width: 100%;\n        height: 100%;\n        padding: 0;\n        opacity: 0;\n        position: absolute;\n        inset: 0;\n        cursor: pointer;\n        font-size: 0;\n    }\n\n    .technology__item__graph .slick-dots li.slick-active {\n        background-color: #333 !important;\n        width: 9px !important;\n        height: 9px !important;\n        flex: none !important;\n    }\n\n    \/* 製品比較表 ナビゲーション矢印 *\/\n    .spec__table__nav {\n        justify-content: center;\n        gap: 16px;\n        margin-top: 12px;\n    }\n\n    @media screen and (max-width: 749px) {\n        .spec__table__nav {\n            display: flex;\n        }\n    }\n\n    .spec__table__nav__prev,\n    .spec__table__nav__next {\n        \/* img src を透明1pxに差し替えてCSS背景を前面に出す *\/\n        content: url(\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\");\n        display: block;\n        width: 36px !important;\n        height: 36px !important;\n        background-color: rgba(255, 255, 255, 0.92);\n        background-repeat: no-repeat;\n        background-size: 60%;\n        background-position: center;\n        border: 1px solid #e8e8e8;\n        border-radius: 50%;\n        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14);\n        cursor: pointer;\n        opacity: 0.85;\n        transition: opacity 0.25s ease, background-color 0.25s ease, transform 0.2s ease;\n    }\n\n    .spec__table__nav__prev:hover,\n    .spec__table__nav__next:hover {\n        opacity: 1;\n        background-color: rgba(255, 255, 255, 0.96);\n        transform: scale(1.06);\n    }\n\n    .spec__table__nav__prev {\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M15 18l-6-6 6-6'\/%3E%3C\/svg%3E\");\n    }\n\n    .spec__table__nav__next {\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M9 18l6-6-6-6'\/%3E%3C\/svg%3E\");\n    }\n\n\n\u003c\/style\u003e\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n    \u003cheader style=\"display: none;\" class=\"rwlp__header__wrapper\"\u003e\n        \u003cdiv\u003e\n            \u003cheader class=\"rwlp__header\"\u003e\u003ca href=\"#\" class=\"rwlp__header__logo\"\u003e\u003cimg height=\"40\" width=\"85\" alt=\"ロゴ：Brain Sleep\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_adpage_logo.webp\"\u003e\u003c\/a\u003e\n                \u003cnav class=\"rwlp__header__menu__wrapper\"\u003e\n                    \u003cul class=\"rwlp__header__menu\"\u003e\n                        \u003cli class=\"rwlp__header__menu__item\"\u003e\u003ca href=\"#technology\" class=\"rwlp__header__menu__link custom-smooth-scroll\"\u003eテクノロジー\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"rwlp__header__menu__item\"\u003e\u003ca href=\"#spec\" class=\"rwlp__header__menu__link custom-smooth-scroll\"\u003e仕様\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"rwlp__header__menu__item\"\u003e\u003ca href=\"#faq\" class=\"rwlp__header__menu__link custom-smooth-scroll\"\u003eFAQ\u003c\/a\u003e\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/nav\u003e\n            \u003c\/header\u003e\n        \u003c\/div\u003e\n    \u003c\/header\u003e\n    \u003cmain\u003e\n        \u003csection id=\"pillow-mv\" class=\"pillow__mv\"\u003e\n            \u003cdiv class=\"pillow__mv__layer1\"\u003e\n                \u003cdiv class=\"mv__caption\"\u003e\n                    \u003ch2 class=\"mv__caption__text ad_on_off\"\u003e速く、深く、脳が眠る。\u003cspan\u003e明日のパフォーマンスを目覚めさせる。\u003c\/span\u003e\n                    \u003c\/h2\u003e\n                    \u003ch2 style=\"display: none; line-height: 125%;\" class=\"mv__caption__text y_ad_on\"\u003e脳と睡眠研究によって\u003cbr\u003e生まれた枕\n                    \u003c\/h2\u003e\n                \u003c\/div\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_pillow_mv_sp_ad_model.webp\" media=\"(max-width: 767px)\"\u003e\n                    \u003csource srcset=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_pillow_mv_pc_ad_model.webp\" media=\"(min-width: 768px)\"\u003e\n                    \u003cimg src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_pillow_mv_pc_ad_model.webp\" alt=\"ブレインスリープ ピローで快適に眠るイメージ\" height=\"787\" width=\"1400\" fetchpriority=\"high\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection id=\"sleep__info\" class=\"sleep__info\"\u003e\n            \u003cdiv class=\"sleep__info__book_20241118\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_01.webp\" class=\"u-pc\" style=\"max-width: 1600px; margin-left: auto;\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_01_sp.webp\" class=\"u-sp\" style=\"position: absolute; top: 150px;\" decoding=\"async\" loading=\"lazy\"\u003e\n                \u003cdiv class=\"stanford_text_1\"\u003e\n                    \u003ch2 class=\"ad_on_off\"\u003e限られた睡眠時間でも\u003cbr\u003e\u003cspan\u003e究極の疲労回復と最強の覚醒へ\u003c\/span\u003e\n                    \u003c\/h2\u003e\n                    \u003ch2 class=\"y_ad_on\" style=\"display: none;\"\u003e限られた睡眠時間でも\u003cbr\u003e\u003cspan\u003e究極のリカバリーと最強の覚醒へ\u003c\/span\u003e\n                    \u003c\/h2\u003e\n                    \u003cdiv class=\"stanford_text_2\"\u003e\n                        \u003ch3\u003e『スタンフォード式 最高の睡眠』\u003cbr class=\"u-sp\"\u003eの\u003cbr class=\"u-pc\"\u003eメソッドを\u003cbr class=\"u-sp\"\u003e集約した唯一の枕。\u003c\/h3\u003e\n                        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_02.webp\" style=\"display: block; width: 67px; height: 100%; margin-left: 15px;\" class=\"u-pc\" decoding=\"async\" loading=\"lazy\"\u003e\n                    \u003c\/div\u003e\n                    \u003cp\u003e人生の約3分の1が睡眠。睡眠の質が悪いと脳や身体が休まらず、\u003cbr class=\"u-pc\"\u003e本来のパフォーマンスを引き出すことができません。\u003cbr class=\"u-pc\"\u003e睡眠の質を高めるためにも、枕はとても重要です。\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"sleep__info__evidence_20241118\"\u003e\n                \u003ch3 class=\"sleep__info__evidence_text ad_on_off\"\u003e実際、1時間短い睡眠でも\u003cbr\u003e\u003cspan style=\"border-bottom: 1px solid;\"\u003e疲労回復と翌朝の目覚めが改善\u003c\/span\u003e\n                \u003c\/h3\u003e\n                \u003ch3 class=\"sleep__info__evidence_text y_ad_on\" style=\"display: none;\"\u003e実際、1時間短い睡眠でも\u003cbr\u003e\u003cspan style=\"border-bottom: 1px solid;\"\u003e休養度と翌朝の目覚めが改善\u003c\/span\u003e\n                \u003c\/h3\u003e\n                \u003cdiv class=\"ad_on_off\"\u003e\n                    \u003cdiv style=\"display: flex; width: 35%; margin-left: 7%; margin-top: 50px;\"\u003e\n                        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_03_reg.webp?2\" class=\"u-pc\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_04_reg.webp?2\" class=\"u-pc\" style=\"margin-left: 100px;\" decoding=\"async\" loading=\"lazy\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"display: flex; width: 100%; flex-direction: column;\"\u003e\n                        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_02_reg_sp.webp?2\" class=\"u-sp\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_03_reg_sp.webp?2\" class=\"u-sp\" style=\"margin-top: 60px;\" decoding=\"async\" loading=\"lazy\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"y_ad_on\"\u003e\n                    \u003cdiv style=\"display: flex; width: 35%; margin-left: 7%; margin-top: 50px;\"\u003e\n                        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_03_reg_yahoo.webp?3\" class=\"u-pc\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_04_reg.webp?2\" class=\"u-pc\" style=\"margin-left: 100px;\" decoding=\"async\" loading=\"lazy\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"display: flex; width: 100%; flex-direction: column;\"\u003e\n                        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_02_reg_yahoo_sp.webp?3\" class=\"u-sp\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_03_reg_sp.webp?2\" class=\"u-sp\" style=\"margin-top: 60px;\" decoding=\"async\" loading=\"lazy\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"voice_img_wrap\"\u003e\n                \u003cimg height=\"854\" width=\"780\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_09_sp_v2.webp?1\" class=\"u-sp\" decoding=\"async\" loading=\"lazy\"\u003e\n                \u003cimg height=\"770\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_09_01_v2.webp?2\" class=\"u-pc\" decoding=\"async\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"demerit\"\u003e\n                \u003cimg height=\"497\" width=\"1100\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_07.webp?1\" decoding=\"async\" loading=\"lazy\" class=\"u-pc\"\u003e \u003cimg height=\"388\" width=\"684\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_06_sp.webp?1\" decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro__comparison\"\u003e\n                \u003cimg height=\"873\" width=\"1196\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20260512_img_08_v2.webp\" decoding=\"async\" loading=\"lazy\" class=\"u-pc\" style=\"width: 1000px; margin: 0 auto;\"\u003e \u003cimg height=\"674\" width=\"748\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20260512_img_07_sp_v2.webp\" decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"sleep__info__important_20241118\"\u003e\n                \u003cdiv class=\"important_img\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_05.webp\" class=\"u-pc\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_04_sp.webp\" class=\"u-sp\" decoding=\"async\" loading=\"lazy\"\u003e\n                    \u003ch3\u003e睡眠で大事なのは\u003cbr class=\"u-sp\"\u003e\"時間だけでなく質\"\u003c\/h3\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"sleep__info__quality\"\u003e\n                \u003cdiv class=\"sleep__info__quality__golden\"\u003e\n                    \u003cdiv class=\"sleep__info__quality__golden__text\"\u003e\n                        \u003ch3 class=\"sleep__info__quality__golden__title ad_on_off\"\u003e睡眠の質を決めるのは\u003cbr\u003e\"黄金の\u003cspan class=\"termina\"\u003e90\u003c\/span\u003e分\"\u003c\/h3\u003e\n                        \u003ch3 style=\"display: none;\" class=\"sleep__info__quality__golden__title y_ad_on\"\u003e\n                            睡眠に重要な\u003cbr\u003e\"黄金の\u003cspan class=\"termina\"\u003e90\u003c\/span\u003e分\"\u003c\/h3\u003e\n                        \u003cp class=\"sleep__info__quality__golden__desc ad_on_off\"\u003e十分睡眠時間を確保できない日本人にとって、\u003cbr class=\"u-pc\"\u003e眠りはじめの９０分の睡眠を深くすることで睡眠サイクルの質をあげることができます。\u003c\/p\u003e\n                        \u003cp style=\"display: none;\" class=\"sleep__info__quality__golden__desc y_ad_on\"\u003e\n                            十分睡眠時間を確保できない日本人にとって、\u003cbr class=\"u-pc\"\u003e眠りはじめの９０分の睡眠を深くすることが重要です。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"sleep__info__quality__golden__img\"\u003e\n                        \u003cimg height=\"472\" width=\"840\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_06.webp?1\" decoding=\"async\" loading=\"lazy\" class=\"u-pc\"\u003e \n                        \u003cimg height=\"472\" width=\"840\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_05_sp.webp?1\" decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"padding: 0;\" class=\"sleep__info__quality__cold\"\u003e\n                    \u003cp class=\"sleep__info__quality__cold__text\" style=\"text-align: center; padding-left: 0;\"\u003e\n                        そのために必要なのは\u003cbr\u003e\u003cspan style=\"color: #a1c1dc !important;\" class=\"ad_on_off\"\u003e脳を冷やすこと\u003c\/span\u003e \u003cspan style=\"color: #a1c1dc !important; display: none;\" class=\"y_ad_on\"\u003e頭を冷やすこと\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cimg height=\"850\" width=\"1399\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_mov_02_model_pc.webp\" decoding=\"async\" loading=\"lazy\" class=\"u-pc\"\u003e \u003cimg height=\"580\" width=\"748\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_mov_02_model_sp.webp?2\" decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"sleep__info2\"\u003e\n            \u003cdiv class=\"breathability\"\u003e\n                \u003cp class=\"breathability__txt ad_on_off\"\u003eブレインスリープ ピローは\u003cbr\u003e抜群の通気性で熱がこもらず脳を冷やす\u003c\/p\u003e\n                \u003cp style=\"display: none;\" class=\"breathability__txt y_ad_on\"\u003eブレインスリープ ピローは\u003cbr\u003e抜群の通気性で熱がこもらず頭を冷やす\u003c\/p\u003e\n                \u003cdiv class=\"breathability__img\"\u003e\u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/83c07d51b6a94d1598a9867928580a8a.mp4\" style=\"aspect-ratio: 1400\/788;\" height=\"788\" width=\"1400\" class=\"lozad\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"fit\"\u003e\n                \u003cdiv class=\"fit_flex\"\u003e\n                    \u003cdiv\u003e\n                        \u003cp class=\"renewal__point termina\" style=\"margin-top: 5px;\"\u003eさらに\u003c\/p\u003e\n                        \u003cp class=\"fit__ttl\" style=\"margin-top: 5px;\"\u003e\u003cspan class=\"termina\"\u003e1\u003c\/span\u003e人\u003cspan class=\"termina\"\u003e1\u003c\/span\u003e人の\u003cbr class=\"u-sp\"\u003e頭の大きさ・寝方に合わせて\u003cbr\u003eパーソナルフィットを実現。\u003c\/p\u003e\n                        \u003cp class=\"fit__txt u-pc\"\u003e眠るたびにお使いのマットレスと、\u003cbr\u003eあなたの頭の大きさや寝方に合わせてフィットしていきます。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"fit__img fit__movie\"\u003e\u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cd686c17d50c4ae3b0ab24bf72bd1905.mp4\" style=\"aspect-ratio: 1400\/788;\" height=\"788\" width=\"1400\" class=\"lozad\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"fit__txt u-sp\"\u003e眠るたびにお使いのマットレスと、 あなたの頭の大きさや寝方に合わせてフィットしていきます。\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"lp__gradient\"\u003e\n                \u003cdiv class=\"gradient__head\"\u003e\n                    \u003cdiv class=\"gradient__patent\"\u003e特許\u003cbr\u003e技術\u003c\/div\u003e\n                    \u003cdiv class=\"gradient__ttl__wrap\"\u003e\n                        \u003ch2 class=\"gradient__ttl\" style=\"color: #fff;\"\u003e\n                            パーソナルフィットを実現した\u003cbr\u003e\u003cspan\u003e3LAYER×\u003cbr\u003e9GRADATION\u003c\/span\u003e\n                        \u003c\/h2\u003e\n                    \u003c\/div\u003e\n                    \u003cp class=\"gradient__txt u-pc\"\u003e［太さや密度の異なる繊維が組み合わさった独自の構造］\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"gradient__img\"\u003e\n                    \u003cimg height=\"1318\" width=\"1924\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_gradient1.webp?4\" class=\"u-pc\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg height=\"720\" width=\"826\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_gradient1_sp.webp\" class=\"u-sp\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg height=\"1320\" width=\"1924\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_gradient2.webp\" class=\"u-pc gradient2\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg height=\"\" width=\"\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_gradient2_sp.webp\" class=\"u-sp gradient2\" decoding=\"async\" loading=\"lazy\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"sleep__info3\"\u003e\n            \u003cdiv class=\"brain_sleeper user\"\u003e\n                \u003ch3 class=\"f_termina\" style=\"font-size: 25px; margin-bottom: 0;\"\u003eBRAIN SLEEPER\u003c\/h3\u003e\n                \u003cdiv class=\"user_voice_title\"\u003e\n                    \u003cp style=\"margin-top: 0;\"\u003e使用者の声\u003cbr\u003e\u003cspan class=\"ad_on\"\u003e※効果には個人差があります。\u003c\/span\u003e\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ad_on_off\"\u003e\n                    \u003cimg height=\"770\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_09_02_v2.webp?4\" class=\"u-pc\" decoding=\"async\" loading=\"lazy\" style=\"width: 77%; margin: 20px auto 0 auto;\"\u003e\n                    \u003cdiv style=\"width: 77%; margin: 0px auto 0 auto;\" class=\"u-pc\"\u003e\u003ca href=\"https:\/\/brain-sleep.com\/pages\/passion_never_sleeps\" style=\"display: block; width: 100%;\" target=\"_blank\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_passion_never_sleeps_pc.jpg?1\" style=\"width: 100%; height: auto; display: block;\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n                    \u003cimg height=\"854\" width=\"780\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_08_sp.webp?4\" class=\"u-sp\" decoding=\"async\" loading=\"lazy\"\u003e\n                    \u003cdiv style=\"width: 90%; margin: 0 auto;\" class=\"u-sp\"\u003e\u003ca href=\"https:\/\/brain-sleep.com\/pages\/passion_never_sleeps\" style=\"display: block; width: 100%;\" target=\"_blank\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_passion_never_sleeps_sp.jpg?1\" style=\"width: 100%; height: auto; display: block;\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"y_ad_on\" style=\"display: none;\"\u003e\n                    \u003cimg height=\"770\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_09_02_v2.webp?4\" class=\"u-pc\" decoding=\"async\" loading=\"lazy\" style=\"width: 77%; margin: 20px auto 0 auto;\"\u003e \u003cimg height=\"770\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_09_01_ad.webp?2\" class=\"u-pc\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg height=\"854\" width=\"780\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_08_sp.webp?3\" class=\"u-sp\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg height=\"854\" width=\"780\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_09_sp_ad.webp?1\" class=\"u-sp\" decoding=\"async\" loading=\"lazy\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"concept\"\u003e\n                \u003cdiv class=\"concept__bg\"\u003e\n                    \u003cimg height=\"770\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_10.webp\" class=\"u-pc\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg height=\"854\" width=\"780\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_10_sp.webp\" class=\"u-sp\" decoding=\"async\" loading=\"lazy\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"massage_txt\"\u003eAWAKEN\u003cbr class=\"u-sp\"\u003eYOUR\u003cbr class=\"u-sp\"\u003ePOSSIBILITY.\u003cbr class=\"u-sp\"\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection id=\"technology\" class=\"technology js-box\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eTECHNOLOGY\u003c\/span\u003eテクノロジー\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__link\"\u003e\n                \u003cul class=\"technology__link__lists\"\u003e\n                    \u003cli class=\"item\"\u003e\u003ca href=\"#cool\" class=\"custom-smooth-scroll\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\u003cimg height=\"363\" width=\"396\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_nav01.webp?2\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                            \u003cdiv class=\"ad_on_off\"\u003e\n                                \u003ch3 class=\"technology__link__lists__title\"\u003e\n                                    \u003cspan\u003e01\u003c\/span\u003e脳を冷やして\u003cbr\u003e速く深く眠る\n                                \u003c\/h3\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv style=\"display: none;\" class=\"y_ad_on\"\u003e\n                                \u003ch3 class=\"technology__link__lists__title\"\u003e\n                                    \u003cspan\u003e01\u003c\/span\u003e頭を冷やす\n                                \u003c\/h3\u003e\n                            \u003c\/div\u003e\n                        \u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli class=\"item\"\u003e\u003ca href=\"#fit\" class=\"custom-smooth-scroll\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\u003cimg height=\"363\" width=\"396\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_nav02.webp?2\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title\"\u003e\n                                \u003cspan\u003e02\u003c\/span\u003e特許技術で\u003cbr\u003eあなただけの枕に\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli class=\"item\"\u003e\u003ca href=\"#clean\" class=\"custom-smooth-scroll\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\u003cimg height=\"363\" width=\"396\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_nav03.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title no03\"\u003e\n                                \u003cspan\u003e03\u003c\/span\u003e水洗いできて清潔\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection id=\"cool\" class=\"technology__item\"\u003e\n            \u003cdiv style=\"padding-left: unset;\" class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"evidence_left_0910\"\u003e\n                    \u003ch3 class=\"technology__item__title ad_on_off\"\u003e\n                        \u003cspan\u003e01\u003c\/span\u003eCool your brain\n                    \u003c\/h3\u003e\n                    \u003ch3 style=\"display: none;\" class=\"technology__item__title y_ad_on\"\u003e\n                        \u003cspan\u003e01\u003c\/span\u003eCool your head\n                    \u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc evidence_left_0910\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp\"\u003e\u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b6af58c7e2b041ebaafd767a3c7e9286.mp4\" style=\"aspect-ratio: 750\/422;\" height=\"422\" width=\"750\" class=\"lozad\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"tech01_01 u-sp\"\u003e\u003cimg height=\"246\" width=\"702\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech01_01_sp.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title ad_on_off\"\u003e脳を冷やして、\u003cbr\u003e速く、深く、眠る\u003c\/h4\u003e\n                            \u003ch4 style=\"display: none;\" class=\"technology__item__desc__text__content__title y_ad_on\"\u003e\n                                頭を冷やす\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                90％以上が空気層でできているので、睡眠時に発生する熱や湿気が枕にこもらず、快適な睡眠環境をつくります。\u003c\/p\u003e\n                            \u003cdiv class=\"tech01_01 u-pc\"\u003e\u003cimg height=\"214\" width=\"300\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech01_01.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ad_on_off\"\u003e\n                    \u003cdiv class=\"technology__item__desc evidence_left_0910\"\u003e\n                        \u003cdiv style=\"padding: 10px; height: unset; overflow: hidden;\" class=\"technology__item__desc__img change_sp tech01_02\"\u003e\u003cimg style=\"height: unset; position: relative;\" height=\"788\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech01_02.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__desc__text\"\u003e\n                            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                                \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e\n                                    睡眠の質を決める\u003cbr\u003e「黄金の90分」の眠りを\u003cbr\u003e深くする\u003c\/h4\u003e\n                                \u003cp class=\"technology__item__desc__text__content__desc\"\u003eブレインスリープ\n                                    ピローは、一般的な機能性枕と比べて、睡眠の質を決める第1周期（黄金の90分）の深い睡眠の割合が高いことを確認されました。\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc evidence_left_0910\"\u003e\n                        \u003cdiv class=\"technology__item__desc__img change_sp tech01_02\" style=\"padding: 10px; height: unset;\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech01_03_v2.webp\" alt=\"\" width=\"1400\" height=\"788\" style=\"height: unset; position: relative;\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__desc__text\"\u003e\n                            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                                \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e1時間短い睡眠でも\u003cbr\u003e疲労回復度116％\u003c\/h4\u003e\n                                \u003cp class=\"technology__item__desc__text__content__desc\"\u003eブレインスリープ\n                                    ピローでの6時間睡眠と、一般的な機能性枕での7時間睡眠の疲労回復度を比較したところ、 ブレインスリープ\n                                    ピローでの6時間睡眠の方が、疲労回復度が16%アップすることがわかりました。\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"margin-top: 50px;\"\u003e\n                        \u003cdiv\u003e\n                            \u003cdiv class=\"technology__item__desc__text__content__btn evidence_0910\"\u003eエビデンスをより詳しく\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__graph\"\u003e\n                        \u003cdiv class=\"technology__item__graph__content\"\u003e\n                            \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg height=\"230\" width=\"300\" alt=\"睡眠の質が向上したことを示す調査結果のグラフ\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_evidence2_3.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                            \u003cdiv class=\"technology__item__graph__text\"\u003e\n                                \u003ch4 class=\"technology__item__graph__title\"\u003e睡眠の質が\u003cbr\u003e向上したことを実感\u003c\/h4\u003e\n                                \u003cp class=\"technology__item__graph__desc\"\u003eブレインスリープ\n                                    ピローは一般的な機能性枕と比べて、眠気・入眠・疲労回復に関する主観評価が高いことが確認されました。\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__graph__content\"\u003e\n                            \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg height=\"229\" width=\"300\" alt=\"熱がこもらない\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_evidence2_1.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                            \u003cdiv class=\"technology__item__graph__text\"\u003e\n                                \u003ch4 class=\"technology__item__graph__title\"\u003e放熱量が高く、 \u003cbr\u003e熱がこもらない\u003c\/h4\u003e\n                                \u003cp class=\"technology__item__graph__desc\"\u003e熱がこもってしまうと、睡眠の質に影響してしまいます。\n                                    \u003cbr\u003e本製品は通気性がよい素材のため、他素材と比較しても熱がこもりにくく、一晩中快適に眠ることができます。\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection id=\"fit\" class=\"technology__item\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv\u003e\n                    \u003ch3 class=\"technology__item__title\"\u003e\n                        \u003cspan\u003e02\u003c\/span\u003ePersonalized fit\n                    \u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img\"\u003e\u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/8ca5c34e81274dc9b4d213a63d777576.mp4\" style=\"aspect-ratio: 750\/422;\" height=\"422\" width=\"750\" class=\"lozad\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title fit_top\"\u003e\n                                特許技術であなただけの枕に\u003cbr\u003eパーソナルフィットを実現した\u003cbr class=\"u-sp\"\u003e3層９グラデーション構造\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                頭の大きさ、寝方に合わせて徐々にフィットする3層9グラデーション構造を特許技術で実現。\u003cbr\u003e使うたび睡眠に適した自分だけの枕になっていきます。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion\"\u003e\u003cimg height=\"786\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech02_02_model.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e新感覚\u003cbr\u003eオーダーメイドを超える\u003cbr\u003e最高のフィット感\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                無数の繊維がスプリングの役割をし、反発力がありながらもふんわり立体的に頭を包み込む新感覚の弾力。\u003cbr\u003eアジャスト層：ふんわり柔らかく頭の形に調整\u003cbr\u003eサポート層：頭や首をしっかり支える\u003cbr\u003eベース層：硬く、下からも空気が抜ける\u003cbr\u003eまた、表面の柔らかさと、毎日の使用に耐えうる耐久性を両立する3層構造です。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv id=\"tech02_03\" class=\"technology__item__desc\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion change_sp\"\u003e\u003cimg height=\"512\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech02_03.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e使うたびあなたにフィット\u003cbr\u003e頭・首の負荷を軽減\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e試験方法：\u003cbr\u003e枕使用1回目と1週間後の頭部圧分布を測定\u003cbr\u003e被験者\n                                男性 身長169cm 体重62kg\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion\"\u003e\u003cimg height=\"782\" width=\"1398\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech02_04_model.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion u-sp\"\u003e\u003cimg height=\"786\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech02_05_model.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003eどんな寝姿勢も支える\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                左右に行くほど弾力が高まる仕様にしているため、横寝の際に頭が沈み込みすぎず、寝姿勢が崩れません。横向き、うつ伏せなどどのような寝方にもフィットします。\u003cbr\u003eまた9グラデーション構造はスムーズな寝返りもサポートします。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"u-pc\"\u003e\n                    \u003cdiv class=\"technology__item__desc\"\u003e\n                        \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion\"\u003e\u003cimg height=\"786\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech02_05_model.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection id=\"clean\" class=\"technology__item\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv\u003e\n                    \u003ch3 class=\"technology__item__title\"\u003e\n                        \u003cspan\u003e03\u003c\/span\u003eSuper clean\n                    \u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp tech03_01\"\u003e\u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/a6022b79a35f48ce826dcc52d70547c7.mp4\" style=\"aspect-ratio: 750\/422;\" height=\"422\" width=\"750\" class=\"lozad\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003eシャワーで水洗いできて清潔\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                人間は寝ている間に、コップ1杯分（約200ml）の汗をかくと言われています。\u003cbr\u003e抜群の通気性で湿気をためず、衛生的です。さらに、水洗いもできてすぐ乾くので、いつでも清潔に保てます。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content__btn\"\u003eエビデンスをより詳しく\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__graph\"\u003e\n                    \u003cdiv class=\"technology__item__graph__content\"\u003e\n                        \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg height=\"230\" width=\"311\" alt=\"カビの発生が少ない\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_evidence2_2.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__graph__text\"\u003e\n                            \u003ch4 class=\"technology__item__graph__title\"\u003eカビの発生が少ない\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__graph__desc\"\u003e\n                                他素材と比較して圧倒的にカビの発生量が低いのがわかります。ハウスダスト、アレルギーの方、お子様と一緒に寝ている方にもおススメです。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__graph__content\"\u003e\n                        \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg height=\"208\" width=\"311\" alt=\"ダニの発生が少ない\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_evidence2_2_2.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__graph__text\"\u003e\n                            \u003ch4 class=\"technology__item__graph__title\"\u003eダニの発生が少ない\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__graph__desc\"\u003e\n                                他素材と比較して圧倒的にダニの発生率が低いのがわかります。ハウスダスト、アレルギーの方、お子様と一緒に寝ている方にもおススメ\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"clr\"\u003e\u003cbr\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc tips\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text u-sp\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003eCARE\u003c\/h4\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__img\"\u003e\u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/c095b3ba82c747fa9f95bc2cbd43e5ae.mp4\" style=\"aspect-ratio: 750\/422;\" height=\"422\" width=\"750\" class=\"lozad\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title u-pc\"\u003eCARE\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\u003cspan\u003eシャワーで\u003cbr class=\"u-pc\"\u003eふっくら感を取り戻す\u003c\/span\u003e枕の高さが合わなくなってきたと感じたら、45~50度のシャワーでふっくら膨らみます。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc tips tech03_durability\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion\"\u003e\n                        \u003cimg class=\"u-pc\" height=\"786\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech03_durability.webp?3\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg class=\"u-sp\" height=\"786\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech03_durability_sp.webp?3\" decoding=\"async\" loading=\"lazy\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e長く使用できる\u003cbr\u003e優れた耐久性\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e毎日使う枕で気になるのはその耐久性。\u003cbr class=\"u-pc\"\u003e本製品は6年相当の使用を想定した耐久性試験\u003cbr class=\"u-pc\"\u003e(43,200回の圧縮)でも高い耐久性を実証。\u003cbr class=\"u-pc\"\u003e長期間の使用でも安定した寝心地が続きます。\u003cbr\u003e※使用方法により、耐久年数は前後します。\u003cbr\u003e※ブレインスリープ ピロー\n                                スタンダードの検証結果。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc tips\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text u-sp\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003eMADE IN JAPAN\u003c\/h4\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion\"\u003e\u003cimg height=\"786\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech03_quality.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title u-pc\"\u003eMADE IN JAPAN\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                \u003cspan\u003eこだわりのものづくり\u003cbr\u003e安心品質\u003c\/span\u003eマットレスやピローなど、一点ずつ丁寧に技術者や職人たちの手で繰り返し品質確認を行っています。\u003cbr\u003e厳しい品質検査を経て一点ずつ丁寧に梱包しお客様の元へお届けします。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc tips tech03_water\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion\"\u003e\u003cimg height=\"786\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech03_water.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e不純物の少ない、\u003cbr\u003e自然の湧き水を使用し\u003cbr\u003e品質の劣化を防ぐ\n                            \u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                「豊の国名水15選」にも指定された特別な軟水で、不純物が限りなく少ない清水瀑園(しみずばくえん)の湧き水を生産工程で使用。不純物の少ない水を使用することで、不要な化学反応を避け、品質の劣化を防ぐことができます。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"brain_sleeper craftsman\" style=\"padding-bottom: 25px;margin: 50px auto 0;\"\u003e\n                \u003ch3 style=\"margin-bottom: 0;\"\u003e日本の睡眠課題に\u003cbr class=\"u-sp\"\u003e本気で立ち向かう\u003c\/h3\u003e\n                \u003cp\u003e大分県玖珠町で生まれたブレインスリープ ピロー。\u003cbr\u003e特許技術と職人の技術で一つ一つ想いをこめて。\u003c\/p\u003e\n                \u003cdiv class=\"fit__img\"\u003e\n                    \u003cdiv class=\"youtube\"\u003e\u003ciframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/bQjXpn8-vb8?si=_JgLve2bMXSjuHiY\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"support-benefits-section\"\u003e\n                \u003cdiv class=\"support-benefits-section__support\"\u003e\n                    \u003ch3 class=\"support-benefits-section__support-title\"\u003eあなたにぴったりのものと\u003cbr class=\"u-sp\"\u003e出会ってほしいから\u003c\/h3\u003e\n                    \u003cp class=\"support-benefits-section__support-subtitle\"\u003e安心して、あなたに合うものを見つけてもらえるようにサポートします。\u003c\/p\u003e\n                    \u003cul class=\"support-benefits-section__guarantee\"\u003e\n                        \u003cli class=\"support-benefits-section__guarantee-item\"\u003e\n                            \u003cdiv class=\"support-benefits-section__guarantee-header\"\u003e\n                                \u003cimg class=\"support-benefits-section__guarantee-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_guarantee_img.svg?v=1771316330\" alt=\"安心の1年保証\" width=\"40\" height=\"40\" decoding=\"async\" loading=\"lazy\"\u003e\n                                \u003cp class=\"support-benefits-section__guarantee-title\"\u003e安心の１年保証\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cp class=\"support-benefits-section__guarantee-text\"\u003e安心してお使いいただけるよう、１年間の保証をお付けしています。\u003c\/p\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"support-benefits-section__guarantee-item\"\u003e\n                            \u003cdiv class=\"support-benefits-section__guarantee-header\"\u003e\n                                \u003cimg class=\"support-benefits-section__guarantee-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_change_img.svg?v=1771316331\" alt=\"サイズ交換無料\" width=\"40\" height=\"40\" decoding=\"async\" loading=\"lazy\"\u003e\n                                \u003cp class=\"support-benefits-section__guarantee-title\"\u003eサイズ交換無料\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cp class=\"support-benefits-section__guarantee-text\"\u003eサイズが合わなかった際には、１回に限り無料で交換を承ります。\u003c\/p\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"support-benefits-section__guarantee-item\"\u003e\n                            \u003cdiv class=\"support-benefits-section__guarantee-header\"\u003e\n                                \u003cimg class=\"support-benefits-section__guarantee-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_free_img.svg?v=1771316330\" alt=\"送料無料\" width=\"40\" height=\"40\" decoding=\"async\" loading=\"lazy\"\u003e\n                                \u003cp class=\"support-benefits-section__guarantee-title\"\u003e送料無料\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cp class=\"support-benefits-section__guarantee-text\"\u003e日本全国どこでも、送料無料でお届けします。\u003c\/p\u003e\n                        \u003c\/li\u003e\n                    \u003c\/ul\u003e\n                    \u003cdiv class=\"support-benefits-section__shop-box\"\u003e\n                        \u003c!-- \u003ca href=\"https:\/\/brain-sleep.com\/pages\/shop_information\" class=\"support-benefits-section__shop-link\" target=\"_blank\"\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-inner\"\u003e\n                                \u003cspan class=\"support-benefits-section__shop-link-title\"\u003e試せる場所を探す\u003c\/span\u003e\n                                \u003cspan class=\"support-benefits-section__shop-link-sub\"\u003eお近くの正規取扱店のご案内\u003c\/span\u003e\n                            \u003c\/span\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-arrow\"\u003e›\u003c\/span\u003e\n                        \u003c\/a\u003e --\u003e\n                        \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow_trial\" class=\"support-benefits-section__shop-link\" target=\"_blank\"\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-inner\"\u003e\n                                \u003cspan class=\"support-benefits-section__shop-link-title\"\u003eご自宅で試す\u003c\/span\u003e\n                                \u003cspan class=\"support-benefits-section__shop-link-sub\"\u003e30日間のトライアルサービスのご案内\u003c\/span\u003e\n                            \u003c\/span\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-arrow\"\u003e›\u003c\/span\u003e\n                        \u003c\/a\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"support-benefits-section__eco-box\"\u003e\n                        \u003cdiv class=\"support-benefits-section__eco\"\u003e\n                            \u003cimg class=\"support-benefits-section__eco-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_logo.svg?v=1771316362\" alt=\"BRAIN SLEEP ECO CYCLE PROGRAM\" width=\"200\" height=\"80\" decoding=\"async\" loading=\"lazy\"\u003e\n                            \u003ch3 class=\"support-benefits-section__eco-title\"\u003eお客様が使い続けるほど\u003cbr\u003e環境にやさしい仕組み\u003c\/h3\u003e\n                            \u003cp class=\"support-benefits-section__eco-text\"\u003e\n                                ブレインスリープの枕やマットレスの素材は100％リサイクルが可能です。永く持続していく社会を目指して、その後のリサイクルも考えた原料の選定をしています。\u003c\/p\u003e\n                            \u003ca href=\"https:\/\/brain-sleep.com\/pages\/eco_cycle_program\" class=\"support-benefits-section__eco-link\" target=\"_blank\"\u003e詳しくはこちら ›\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/section\u003e\n        \u003csection id=\"spec\" class=\"spec__title js-box\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eSPEC\u003c\/span\u003e仕様\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection style=\"height: 0;width: 0;overflow: hidden;\"\u003e\n            \u003cimg height=\"480\" width=\"750\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ab_2_1.webp\" decoding=\"async\" loading=\"lazy\"\u003e\n\n            \u003cdiv class=\"height-selector\"\u003e\n                \u003cdiv class=\"height-tabs\"\u003e\n                    \u003cdiv class=\"height-tab\" data-height=\"low\"\u003e\n                        \u003cdiv class=\"height-tab-name\"\u003eLOW\u003c\/div\u003e\n                        \u003cdiv class=\"height-tab-range\"\u003e6-8cm\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"height-tab active\" data-height=\"standard\"\u003e\n                        \u003cspan class=\"badge\"\u003ePOPULAR\u003c\/span\u003e\n                        \u003cdiv class=\"height-tab-name\"\u003eSTANDARD\u003c\/div\u003e\n                        \u003cdiv class=\"height-tab-range\"\u003e9-11cm\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"height-tab\" data-height=\"high\"\u003e\n                        \u003cdiv class=\"height-tab-name\"\u003eHIGH\u003c\/div\u003e\n                        \u003cdiv class=\"height-tab-range\"\u003e12-14cm\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"height-visual\"\u003e\n                    \u003cdiv class=\"height-bar\" data-height=\"low\" style=\"height: 40%;\"\u003e\n                        \u003cdiv class=\"height-bar-label\"\u003eLOW\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"height-bar active\" data-height=\"standard\" style=\"height: 65%;\"\u003e\n                        \u003cdiv class=\"height-bar-label\"\u003eSTANDARD\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"height-bar\" data-height=\"high\" style=\"height: 90%;\"\u003e\n                        \u003cdiv class=\"height-bar-label\"\u003eHIGH\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"height-detail\"\u003e\n                \u003cdiv class=\"height-content\" data-content=\"low\"\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003cdiv class=\"spec-row\"\u003e\n                            \u003cspan class=\"spec-label\"\u003e高さ\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e6-8cm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-row\"\u003e\n                            \u003cspan class=\"spec-label\"\u003e奥行き\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e35cm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-row\"\u003e\n                            \u003cspan class=\"spec-label\"\u003e幅\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e60cm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"recommend-card\"\u003e\n                        \u003cdiv class=\"recommend-title\"\u003e\n                            \u003cspan\u003e👤\u003c\/span\u003e\n                            \u003cspan\u003eこんな方におすすめ\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cul class=\"recommend-list\"\u003e\n                            \u003cli\u003e枕の高さが「低め」が好みの方\u003c\/li\u003e\n                            \u003cli\u003eストレートネックが気になる方\u003c\/li\u003e\n                            \u003cli\u003e普段枕を利用しない方\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"height-content active\" data-content=\"standard\"\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003cdiv class=\"spec-row\"\u003e\n                            \u003cspan class=\"spec-label\"\u003e高さ\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e9-11cm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-row\"\u003e\n                            \u003cspan class=\"spec-label\"\u003e奥行き\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e35cm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-row\"\u003e\n                            \u003cspan class=\"spec-label\"\u003e幅\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e60cm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"recommend-card\"\u003e\n                        \u003cdiv class=\"recommend-title\"\u003e\n                            \u003cspan\u003e👤\u003c\/span\u003e\n                            \u003cspan\u003eこんな方におすすめ\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cul class=\"recommend-list\"\u003e\n                            \u003cli\u003e枕の高さが「標準」が好みの方\u003c\/li\u003e\n                            \u003cli\u003e初めてブレインスリープピローを使う方\u003c\/li\u003e\n                            \u003cli\u003e迷ったらまずはこちら\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"height-content\" data-content=\"high\"\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003cdiv class=\"spec-row\"\u003e\n                            \u003cspan class=\"spec-label\"\u003e高さ\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e12-14cm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-row\"\u003e\n                            \u003cspan class=\"spec-label\"\u003e奥行き\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e35cm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-row\"\u003e\n                            \u003cspan class=\"spec-label\"\u003e幅\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e60cm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"recommend-card\"\u003e\n                        \u003cdiv class=\"recommend-title\"\u003e\n                            \u003cspan\u003e👤\u003c\/span\u003e\n                            \u003cspan\u003eこんな方におすすめ\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cul class=\"recommend-list\"\u003e\n                            \u003cli\u003e肩幅が広い方、肩に厚みがある方\u003c\/li\u003e\n                            \u003cli\u003e枕の高さが「高め」が好みの方\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv style=\"\n                text-align: center;\n                padding: 24px 20px;\n                background: #f8f8f8;\n                border-radius: 12px;\n                margin: 20px;\"\u003e\n                \u003cp style=\"\n                    font-size: 12px;\n                    color: #666;\n                    margin-bottom: 16px;\n                    text-align: left;\n                    line-height: 1.6;\"\u003e\n                    ※500ml、高さ20.5cmのペットボトルと比較\u003cbr\u003e\n                    ※ピロー高さが、高い方・低い方、どちらに頭を置いても快適にお休みいただけます。\n                \u003c\/p\u003e\n                \u003cdiv class=\"pillow-slider\" style=\"max-width: 750px; margin: 0 auto; background: #fff; padding: 16px 16px 50px; border-radius: 16px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); border: 1px solid #f0f0f0; position: relative;\"\u003e\n                    \u003cul style=\"list-style: none; padding: 0; margin: 0;\"\u003e\n                        \u003cli style=\"outline: none;\"\u003e\n                            \u003cimg height=\"480\" width=\"750\" alt=\"スタンダード\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ab_2_1_standard.webp\" decoding=\"async\" loading=\"lazy\" style=\"width: 100%; height: auto; display: block; border-radius: 8px;\"\u003e\n                        \u003c\/li\u003e\n                        \u003cli style=\"outline: none;\"\u003e\n                            \u003cimg height=\"480\" width=\"750\" alt=\"ロー\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ab_2_1_low.webp\" decoding=\"async\" loading=\"lazy\" style=\"width: 100%; height: auto; display: block; border-radius: 8px;\"\u003e\n                        \u003c\/li\u003e\n                        \u003cli style=\"outline: none;\"\u003e\n                            \u003cimg height=\"480\" width=\"750\" alt=\"ハイ\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ab_2_1_high.webp\" decoding=\"async\" loading=\"lazy\" style=\"width: 100%; height: auto; display: block; border-radius: 8px;\"\u003e\n                        \u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003cstyle\u003e\n            .height-selector {\n                padding: 20px 16px 16px;\n            }\n\n            .height-tabs {\n                display: flex;\n                gap: 8px;\n                margin-bottom: 24px;\n            }\n\n            .height-tab {\n                flex: 1;\n                background: #f5f5f5;\n                border: 2px solid transparent;\n                border-radius: 12px;\n                padding: 16px 8px;\n                text-align: center;\n                cursor: pointer;\n                transition: all 0.2s;\n                position: relative;\n            }\n\n            .height-tab.active {\n                background: white;\n                border-color: #8B0000;\n            }\n\n            .height-tab .badge {\n                position: absolute;\n                top: -8px;\n                left: 50%;\n                transform: translateX(-50%);\n                background: #8B0000;\n                color: white;\n                font-size: 10px;\n                padding: 2px 8px;\n                border-radius: 10px;\n                font-weight: 600;\n            }\n\n            .height-tab-name {\n                font-size: 15px;\n                font-weight: 600;\n                color: #000;\n                ;\n                margin-bottom: 8px;\n            }\n\n            .height-tab-range {\n                font-size: 18px;\n                font-weight: 700;\n                color: #8B0000;\n            }\n\n            .height-tab.active .height-tab-range {\n                color: #8B0000;\n            }\n\n            .height-tab:not(.active) .height-tab-range {\n                color: #999;\n            }\n\n            .height-visual {\n                display: flex;\n                justify-content: center;\n                align-items: flex-end;\n                gap: 4px;\n                height: 100px;\n                margin-bottom: 24px;\n                padding: 0 40px;\n            }\n\n            .height-bar {\n                flex: 1;\n                background: #e0e0e0;\n                border-radius: 8px 8px 0 0;\n                position: relative;\n                transition: all 0.3s;\n                opacity: 0.3;\n            }\n\n            .height-bar.active {\n                background: linear-gradient(180deg, #8B0000 0%, #A52A2A 100%);\n                opacity: 1;\n            }\n\n            .height-bar-label {\n                position: absolute;\n                top: -24px;\n                left: 50%;\n                transform: translateX(-50%);\n                font-size: 11px;\n                font-weight: 600;\n                color: #999;\n                white-space: nowrap;\n            }\n\n            .height-bar.active .height-bar-label {\n                color: #8B0000;\n            }\n\n            .height-detail {\n                padding: 0 20px 24px;\n            }\n\n            .height-content {\n                display: none;\n            }\n\n            .height-content.active {\n                display: block;\n            }\n\n            .spec-card {\n                background: #f8f8f8;\n                border-radius: 12px;\n                padding: 20px;\n                margin-bottom: 16px;\n            }\n\n            .spec-row {\n                display: flex;\n                justify-content: space-between;\n                padding: 12px 0;\n                border-bottom: 1px solid #e0e0e0;\n            }\n\n            .spec-row:last-child {\n                border-bottom: none;\n            }\n\n            .spec-label {\n                font-size: 13px;\n                color: #666;\n            }\n\n            .spec-value {\n                font-size: 15px;\n                font-weight: 600;\n                color: #000;\n                ;\n            }\n\n            .recommend-card {\n                background: linear-gradient(135deg, #FFF5F5 0%, #FFEAEA 100%);\n                border-radius: 12px;\n                padding: 20px;\n            }\n\n            .recommend-title {\n                font-size: 14px;\n                font-weight: 600;\n                color: #8B0000;\n                margin-bottom: 12px;\n                display: flex;\n                align-items: center;\n                gap: 6px;\n            }\n\n            .recommend-list {\n                list-style: none;\n            }\n\n            .recommend-list li {\n                font-size: 14px;\n                color: #000;\n                ;\n                padding: 8px 0;\n                padding-left: 20px;\n                position: relative;\n            }\n\n            .recommend-list li:before {\n                content: \"✓\";\n                position: absolute;\n                left: 0;\n                color: #8B0000;\n                font-weight: 700;\n            }\n\n            .pillow-slider .slick-dots {\n                display: flex !important;\n                justify-content: center;\n                align-items: center;\n                gap: 7px;\n                left: 0 !important;\n                width: 100% !important;\n                bottom: 14px !important;\n            }\n\n            .pillow-slider .slick-dots li {\n                background-color: #ccc !important;\n                cursor: pointer;\n                display: block !important;\n                height: 7px !important;\n                width: 7px !important;\n                flex: none !important;\n                margin: 0 !important;\n                padding: 0;\n                border-radius: 50% !important;\n                position: relative;\n                transition: background-color 0.3s ease;\n            }\n\n            .pillow-slider .slick-dots li button {\n                display: block;\n                width: 100%;\n                height: 100%;\n                padding: 0;\n                opacity: 0;\n                position: absolute;\n                inset: 0;\n                cursor: pointer;\n                font-size: 0;\n            }\n\n            .pillow-slider .slick-dots li.slick-active {\n                background-color: #333 !important;\n                width: 9px !important;\n                height: 9px !important;\n                flex: none !important;\n            }\n\n        \u003c\/style\u003e\n\n        \u003cscript\u003e\n            $(document).ready(function () {\n                if ($('.pillow-slider ul').length) {\n                    $('.pillow-slider ul').slick({\n                        dots: true,\n                        infinite: true,\n                        speed: 500,\n                        slidesToShow: 1,\n                        slidesToScroll: 1,\n                        autoplay: false,\n                        arrows: false,\n                        fade: false,\n                        adaptiveHeight: true\n                    });\n                }\n            });\n\n            const heightTabs = document.querySelectorAll('.height-tab');\n            if (heightTabs.length) {\n                heightTabs.forEach(tab =\u003e {\n                    tab.addEventListener('click', function () {\n                        const height = this.dataset.height;\n\n                        \/\/ タブのアクティブ切り替え\n                        document.querySelectorAll('.height-tab').forEach(t =\u003e t.classList.remove('active'));\n                        this.classList.add('active');\n\n                        \/\/ バーのアクティブ切り替え\n                        const targetBar = document.querySelector(`.height-bar[data-height=\"${height}\"]`);\n                        if (targetBar) {\n                            document.querySelectorAll('.height-bar').forEach(bar =\u003e bar.classList.remove('active'));\n                            targetBar.classList.add('active');\n                        }\n\n                        \/\/ コンテンツのアクティブ切り替え\n                        const targetContent = document.querySelector(`.height-content[data-content=\"${height}\"]`);\n                        if (targetContent) {\n                            document.querySelectorAll('.height-content').forEach(content =\u003e content.classList.remove('active'));\n                            targetContent.classList.add('active');\n                        }\n                    });\n                });\n            }\n        \u003c\/script\u003e\n\n        \u003csection id=\"size\" class=\"spec__item\"\u003e\n            \u003cdiv class=\"spec__item__inner\"\u003e\n                \u003cdiv class=\"size__ttl termina\"\u003eSize\u003c\/div\u003e\n                \u003cdiv class=\"size__img\"\u003e\n                    \u003cimg height=\"1238\" width=\"2000\" alt=\"ブレインスリープ ピロー本体\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_spec_main.webp\" decoding=\"async\" loading=\"lazy\" class=\"u-pc\"\u003e \u003cimg height=\"480\" width=\"750\" alt=\"ブレインスリープ ピロー本体\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_spec_main_sp.webp?2\" decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"size__txt\"\u003eブレインスリープピローでは3つの高さの枕をご用意しています。\u003c\/p\u003e\n                \u003cdiv class=\"spec__item__size\"\u003e\n                    \u003cul class=\"spec__item__size__lists\"\u003e\n                        \u003cli class=\"item\"\u003e\n                            \u003cdiv class=\"spec__item__size__lists__img\"\u003e\u003cimg alt=\"ブレインスリープ ピロー Lowサイズの寸法\" height=\"150\" width=\"686\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_size_low.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                            \u003cp class=\"spec__item__size__lists__text\"\u003eLOW\u003c\/p\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"item\"\u003e\n                            \u003cdiv class=\"spec__item__size__lists__img\"\u003e\u003cimg alt=\"ブレインスリープ ピロー Standardサイズの寸法\" height=\"182\" width=\"686\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_size_standard.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                            \u003cp class=\"spec__item__size__lists__text\"\u003eSTANDARD\u003c\/p\u003e\n                            \u003cp class=\"spec__item__size__lists__popular\"\u003ePOPULAR\u003c\/p\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"item\"\u003e\n                            \u003cdiv class=\"spec__item__size__lists__img\"\u003e\u003cimg alt=\"ブレインスリープ ピロー Highサイズの寸法\" height=\"186\" width=\"714\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_size_high.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                            \u003cp class=\"spec__item__size__lists__text\"\u003eHIGH\u003c\/p\u003e\n                        \u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"accordion_item chart\"\u003e\n                    \u003ch3 class=\"accordion_item__question\"\u003eサイズ比較表\u003c\/h3\u003e\n                    \u003cdiv class=\"accordion_item__answer\" style=\"display: none;\"\u003e\n                        \u003cdiv class=\"scroll_wrap\"\u003e\n                            \u003cdiv class=\"img_wrap\"\u003e\u003cimg class=\"chart_img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_size_comparison_img.webp\" loading=\"lazy\" width=\"120\" height=\"100\"\u003e\u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cimg class=\"scroll_icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_summer_campaign_2024_scroll.png\" loading=\"lazy\" width=\"120\" height=\"100\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp style=\"margin-top: 80px; text-align: center;\"\u003e商品到着から30日以内はサイズ交換１回無料です。\u003cbr\u003e\u003ca style=\"text-decoration: underline;\" href=\"#faq_koukan\" class=\"faq_koukan_link btn\"\u003e詳細はこちら＞＞\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/section\u003e\n        \u003csection id=\"material\" class=\"spec__item\"\u003e\n            \u003cdiv class=\"spec__item__inner\"\u003e\n                \u003ch2 class=\"spec__item__title u-sp\"\u003eMaterial\u003c\/h2\u003e\n                \u003cdiv class=\"spec__item__desc\"\u003e\n                    \u003cdiv class=\"spec__item__desc__img\"\u003e\u003cimg height=\"786\" width=\"1400\" alt=\"ブレインスリープ ピローの素材\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_material.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec__item__desc__text\"\u003e\n                        \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n                            \u003ch2 class=\"spec__item__title u-pc\"\u003eMaterial\u003c\/h2\u003e\n                            \u003ch3 class=\"spec__item__desc__text__content__title\"\u003e100％リサイクルが可能な\u003cbr\u003eサステナブル素材\u003c\/h3\u003e\n                            \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                                枕には、地球に優しい100％再生可能な材料を使用しています。地球環境に配慮したサステナブルな素材を追求しています。\u003cbr\u003e素材：ポリエチレン100%\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=\"card-carousel_wrap\"\u003e\n            \u003cdiv class=\"spec__item__inner\"\u003e\n                \u003cdiv\u003e\n                    \u003ch2 class=\"spec__item__title\"\u003eCover\u003c\/h2\u003e\n                    \u003cp class=\"spec__item__title__under\"\u003e２種類の専用カバーから選べます。\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-carousel\"\u003e\n                    \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillowcover_activeair\" class=\"cover-card cover-card-style\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"card-image active-air\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_cover_activeair.webp\" alt=\"アクティブエア\" class=\"pillow-img\" loading=\"lazy\" decoding=\"async\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_spec_cover_img01.webp\" alt=\"アクティブエア\" class=\"pillow\" loading=\"lazy\" decoding=\"async\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"card-content\"\u003e\n                            \u003ch3 class=\"card-name\"\u003eアクティブエア\u003c\/h3\u003e\n                            \u003cp class=\"card-tagline\"\u003e通気性抜群のメッシュ素材。速乾性に優れ、いつでもサラサラ。\u003c\/p\u003e\n                            \u003cdiv class=\"card-features\"\u003e\n                                \u003cspan class=\"feature-tag primary\"\u003e通気性\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e抗菌\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e防臭\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e吸水速乾\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e防臭\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e静電気防止\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e抗カビ\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e花粉脱落\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e乾燥機対応\u003c\/span\u003e\n                            \u003c\/div\u003e\n                            \u003cp class=\"card-material\"\u003eポリエステル100%\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n\n                    \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillowcover_organicsleep\" class=\"cover-card cover-card-style\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"card-image organic\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_cover_organic.webp\" alt=\"オーガニックスリープ\" class=\"pillow-img\" loading=\"lazy\" decoding=\"async\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_spec_cover_img02.png\" alt=\"オーガニックスリープ\" class=\"pillow\" loading=\"lazy\" decoding=\"async\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"card-content\"\u003e\n                            \u003ch3 class=\"card-name\"\u003eオーガニックスリープ\u003c\/h3\u003e\n                            \u003cp class=\"card-tagline\"\u003e天然オーガニックコットン100%。肌触り重視の方に。\u003c\/p\u003e\n                            \u003cdiv class=\"card-features\"\u003e\n                                \u003cspan class=\"feature-tag primary\"\u003e抗菌防臭\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e消臭\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e吸水速乾\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e静電気防止\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e抗カビ\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e花粉脱落\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003eハイブリッド触媒⁠\u003c\/span\u003e\n                            \u003c\/div\u003e\n                            \u003cp class=\"card-material\"\u003eコットン100%\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/section\u003e\n\n        \u003cdiv class=\"conversion-section spec__item__inner\"\u003e\n            \u003cimg class=\"conversion-section__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_cta.png?v=1771317264\" alt=\"ブレインスリープ ピロー\" loading=\"lazy\" decoding=\"async\"\u003e\n            \u003cdiv class=\"conversion-section__button-wrap\"\u003e\n                \u003ca href=\"#custom_product_cta\" class=\"conversion-section__button\"\u003e購入\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003csection id=\"gift_box\" class=\"spec__item\"\u003e\n            \u003cdiv class=\"spec__item__inner\"\u003e\n                \u003cdiv\u003e\n                    \u003ch2 class=\"spec__item__title\"\u003eGIFTBOX\u003c\/h2\u003e\n                    \u003cdiv class=\"spec__item__desc\"\u003e\n                        \u003cdiv class=\"spec__item__desc__img\"\u003e\u003cimg height=\"786\" width=\"1400\" alt=\"ブレインスリープ ピローのギフトボックス\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_giftbox_01.webp?2\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"spec__item__desc__text\"\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                                    ピロー1個とピローカバーが入る、ちょうど良い大きさのギフトボックスです。\u003cbr\u003e外蓋には上品な箔押しのロゴを施し、蓋を開けると\"GIFT YOU THE BEST\n                                    SLEEP\" のメッセージ。\u003cbr\u003e贈る人の想いが伝わる、特別なデザインに仕上げました。\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px;\"\u003e\n                                        サイズ：横62cmx奥行き37.5cmx高さ21cm\u003cbr\u003eギフトボックス：¥1,100(税込) \u003c\/span\u003e\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection id=\"faq\" class=\"faq js-box\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eFAQ\u003c\/span\u003eよくあるご質問\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__main\"\u003e\n                \u003cdiv class=\"faq__item\"\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                            一般的にはSTANDARDがおすすめです。高めがお好みの方はHIGH、低めがお好みの方はLOWをお選びください。\n                        \u003c\/p\u003e\n                        \u003cbutton class=\"howto_btn\" id=\"howtoPopup_open\"\u003e自分に合ったピローの選び方を見る\u003c\/button\u003e\n                        \u003cdiv style=\"display: block; margin-top: 24px;\" id=\"faq_koukan\"\u003e\u003c\/div\u003e\n                        まずは1週間お試しください。高さが合わなければ、到着から30日以内に1回に限りサイズ交換が可能です（ブレインスリープ ピロー LOW・STANDARD・HIGH 限定）。交換後の再交換・返品はできかねますのでご注意ください。\u003cbr\u003e\u003cbr\u003e交換希望の方は、「\u003ca href=\"\/pages\/shop-contact\" target=\"_blank\" rel=\"noopener\" style=\"color: #1558d6; text-decoration: underline;\"\u003eお問い合わせフォーム\u003c\/a\u003e」に以下の情報をお送りください。\u003cbr\u003e※BRAIN SLEEP OFFICIAL SITE及びBRAIN\n                        SLEEP公式通販ショップ（楽天市場・Yahoo!ショッピング・Amazon）でご購入の場合に限り交換サービスの対象となります。\u003cbr\u003e※交換希望の際に購入履歴の確認のために注文番号を確認させていただいております。\u003cbr\u003e\u003cbr\u003e----------------------------------------------------\u003cbr\u003e【注文番号】：\u003cbr\u003e【購入サイズ】：\u003cbr\u003e【交換希望サイズ】：\u003cbr\u003e【使用期間\n                        ※まずは1週間はお試し下さい】：\u003cbr\u003e----------------------------------------------------\u003cbr\u003eブレインスリープ\n                        ピローのサイズ交換につきましては、交換品をお届けした際に、お手元の枕を配達員へお渡しいただく同時集荷での対応となります。\u003cbr\u003e※同時集荷の配送費は弊社負担とさせていただきます。\u003cbr\u003e※商品がお手元にないなど、同時集荷以外の交換対応に関しては承ることができませんのでご了承ください。\u003cbr\u003e※枕カバーはそのままご利用ください。交換品と一緒にお送り頂いた場合、返送は出来かねますのでご了承ください。\u003cbr\u003e※Amazon、楽天、Yahoo！等のショッピングモールでご購入いただいた場合は、サイズ交換の際にBRAIN\n                        SLEEP OFFICIAL SITEで会員登録が必要です。\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003eお試し購入（30日間トライアル）とは？\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            まず試して、納得したら続ける新しい購入体験です。\u003cbr\u003e\n                            30日間、ご自宅でじっくりお試しいただけます。\n                        \u003c\/p\u003e\n                        \u003cdiv class=\"faq__trial-steps\"\u003e\n                            \u003cdiv class=\"faq__trial-step\"\u003e\n                                \u003cdiv class=\"faq__trial-step__icon\"\u003e\n                                    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n                                        \u003ccircle cx=\"8\" cy=\"21\" r=\"1\"\u003e\u003c\/circle\u003e\n                                        \u003ccircle cx=\"19\" cy=\"21\" r=\"1\"\u003e\u003c\/circle\u003e\n                                        \u003cpath d=\"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12\"\u003e\u003c\/path\u003e\n                                    \u003c\/svg\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"faq__trial-step__content\"\u003e\n                                    \u003cp class=\"faq__trial-step__title\"\u003e7,700円で注文\u003c\/p\u003e\n                                    \u003cp class=\"faq__trial-step__desc\"\u003e本体代5,500円＋トライアルサービス料2,200円をお支払いいただき注文確定\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"faq__trial-step\"\u003e\n                                \u003cdiv class=\"faq__trial-step__icon\"\u003e\n                                    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n                                        \u003cpath d=\"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2\"\u003e\u003c\/path\u003e\n                                        \u003cpath d=\"M15 18H9\"\u003e\u003c\/path\u003e\n                                        \u003cpath d=\"M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14\"\u003e\u003c\/path\u003e\n                                        \u003ccircle cx=\"17\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n                                        \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n                                    \u003c\/svg\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"faq__trial-step__content\"\u003e\n                                    \u003cp class=\"faq__trial-step__title\"\u003e30日間、自宅でお試し\u003c\/p\u003e\n                                    \u003cp class=\"faq__trial-step__desc\"\u003e出荷日から30日間、じっくりお試しいただけます\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"faq__trial-step\"\u003e\n                                \u003cdiv class=\"faq__trial-step__icon\"\u003e\n                                    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n                                        \u003cpolyline points=\"9 11 12 14 22 4\"\u003e\u003c\/polyline\u003e\n                                        \u003cpath d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"\u003e\u003c\/path\u003e\n                                    \u003c\/svg\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"faq__trial-step__content\"\u003e\n                                    \u003cp class=\"faq__trial-step__title\"\u003e気に入ったらそのままキープ\u003c\/p\u003e\n                                    \u003cp class=\"faq__trial-step__desc\"\u003e残金27,500円を自動請求。合計35,200円で購入完了\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"faq__trial-step\"\u003e\n                                \u003cdiv class=\"faq__trial-step__icon\"\u003e\n                                    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n                                        \u003cpath d=\"m21 16-4 4-4-4\"\u003e\u003c\/path\u003e\n                                        \u003cpath d=\"M17 20V4\"\u003e\u003c\/path\u003e\n                                        \u003cpath d=\"m3 8 4-4 4 4\"\u003e\u003c\/path\u003e\n                                        \u003cpath d=\"M7 4v16\"\u003e\u003c\/path\u003e\n                                    \u003c\/svg\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"faq__trial-step__content\"\u003e\n                                    \u003cp class=\"faq__trial-step__title\"\u003eサイズ交換・返却もOK\u003c\/p\u003e\n                                    \u003cp class=\"faq__trial-step__desc\"\u003e高さが合わなければサイズ交換、ご不満なら返却を選択可能。返却・交換の送料は一切かかりません\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow_trial\" class=\"support-benefits-section__shop-link\" target=\"_blank\"\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-inner\"\u003e\n                                \u003cspan class=\"support-benefits-section__shop-link-title\"\u003eご自宅で試す\u003c\/span\u003e\n                                \u003cspan class=\"support-benefits-section__shop-link-sub\"\u003e30日間のトライアルサービスのご案内\u003c\/span\u003e\n                            \u003c\/span\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-arrow\"\u003e›\u003c\/span\u003e\n                        \u003c\/a\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item\"\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                            はい、次回購入時は10,000円OFFで新品と交換可能です。\u003cbr\u003e詳しくは\u003ca href=\"\/pages\/eco_cycle_program\" style=\"color: #1558d6; text-decoration: underline;\"\u003eこちら\u003c\/a\u003eをご確認ください。\u003cbr\u003e\n                            ※Web購入・会員登録が必要です\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item\"\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=\"\/pages\/shop_information\" target=\"_blank\" rel=\"noopener\" style=\"color: #1558d6; text-decoration: underline;\"\u003eこちら\u003c\/a\u003eからご確認ください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item\"\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                            \u003cstrong\u003e汚れ・においが気になるとき\u003c\/strong\u003e\u003cbr\u003eシャワーの水で全体を洗い流してください。特に汚れやにおいが気になる際は、薄めた中性洗剤を使用してください。洗った後は風通しの良い平らな場所で陰干しをしてください。\u003cbr\u003e早く乾かしたい場合は、バスタオルで枕を包み上下に優しく振って水気を切ってから乾かしてください。\n                        \u003c\/p\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            \u003cstrong\u003e高さが気になってきたとき（1〜2か月に一度）\u003c\/strong\u003e\u003cbr\u003e\u003cstrong\u003eSTEP1：45〜50℃のお湯を60秒程度かける\u003c\/strong\u003e\u003cbr\u003e平らな場所に置いて、気になる部分にお湯をかけてください。立てかけた状態や加重をかけながらお湯をかけると変形の恐れがあるのでお控えください。\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eSTEP2：水を15秒程度かけてふんわり感を固定\u003c\/strong\u003e\u003cbr\u003e水道水の水温でOKです。※夏の猛暑日などは水道水の温度が上がるため効果が薄れることがあります。\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eSTEP3：風通しのよい日陰で乾かす\u003c\/strong\u003e\u003cbr\u003e平らな場所に平置きにして乾かしてください。直射日光や温風での乾燥はお控えください。早く乾かしたい場合は、バスタオルで枕を包み上下に優しく振って水気を切ってください。\n                        \u003c\/p\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            また、体調や気分など、その日の状態に合わせて常にベストなフィット感を提供するための、ブレインスリープ ピローの高さ調整ができる『ブレインスリープ ピロー アジャストシート』もございます。\u003cbr\u003e\u003cbr\u003e\u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow_adjustsheet\"\u003e\u003cimg style=\"max-width: 600px; width: 100%; height: auto;\" height=\"294\" width=\"600\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_banner_ajustsheet.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/a\u003e\n                        \u003c\/p\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            【お手入れ・メンテナンス共通の注意事項】\u003cbr\u003e立て掛ける、折り曲げる、上に物を置く、加重をかけるなどの状態でお手入れすると、枕にしわのような線が入ったりくぼむことがありますのでお避けください。\u003cbr\u003e51℃以上の高温のお湯はかけないでください。\u003cbr\u003e直射日光や温風などでの乾燥はお避けください。\u003cbr\u003e整髪料や化粧品などにより変色することがあります。素材自体が変色した場合はお手入れをしても元の色に戻すことはできないためご注意ください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item\"\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\"\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\"\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直射日光が当たる場所、高温になる場所での保管は避けてください。\u003cbr\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n    \u003c\/main\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .pc_reco {\n        font-size: 18px !important\n    }\n\n    @media screen and (max-width:749px) {\n        .sp_reco {\n            font-size: 12px !important\n        }\n    }\n\n    .conversion-section {\n        margin-top: 60px;\n        text-align: center;\n    }\n\n    .conversion-section__image {\n        width: 70%;\n        max-width: 600px;\n    }\n\n    .conversion-section__button-wrap {\n        margin-top: 20px;\n    }\n\n    .rwlp__wrapper a.conversion-section__button {\n        display: inline-block;\n        max-width: 320px;\n        width: 100%;\n        background: #1a1a1a;\n        color: #fff;\n        font-size: 16px;\n        font-weight: 700;\n        letter-spacing: 0.1em;\n        padding: 14px 60px;\n        border-radius: 50px;\n        text-decoration: none;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n    \u003cmain\u003e\n        \u003csection id=\"related\" class=\"related__title\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eRELATED PRODUCTS\u003c\/span\u003e関連商品\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection style=\"height: 0;width: 0;overflow: hidden;\"\u003e\n            \u003cdiv class=\"pillow-cards-slider\"\u003e\n                \u003cdiv class=\"product-card\"\u003e\n                    \u003cdiv class=\"product-image-container\"\u003e\n                        \u003cimg src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_thumbnail_pillow_organic_cloudwhite.webp\" alt=\"ブレインスリープ ピロー\" class=\"product-image\" loading=\"lazy\" decoding=\"async\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"product-content\"\u003e\n                        \u003cp class=\"product-subtitle\"\u003eSTANDARD \/ LOW \/ HIGH\u003c\/p\u003e\n                        \u003ch3 class=\"product-name\"\u003eブレインスリープ ピロー\u003c\/h3\u003e\n                        \u003cp class=\"product-description\"\u003e脳が眠る枕。独自の三層構造で最適温度をキープ。\u003c\/p\u003e\n                        \u003cdiv class=\"product-actions\"\u003e\n                            \u003ca href=\"#custom_product_cta\" class=\"btn-primary\"\u003e購入する\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"product-card\"\u003e\n                    \u003cdiv class=\"product-image-container\"\u003e\n                        \u003cimg src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_thumbnail_pillow_neckconditioning_organic_cloudwhite_10c623e2-7787-4f6f-ab2b-78bf41cdcba3.webp\" alt=\"ブレインスリープ ピロー ネックコンディショニング\" class=\"product-image\" loading=\"lazy\" decoding=\"async\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"product-content\"\u003e\n                        \u003cp class=\"product-subtitle\"\u003eNECK CONDITIONING\u003c\/p\u003e\n                        \u003ch3 class=\"product-name\"\u003eブレインスリープ ピロー ネックコンディショニング\u003c\/h3\u003e\n                        \u003cp class=\"product-description\"\u003e首・肩を整えるストレートネック対応モデル。\u003c\/p\u003e\n                        \u003cdiv class=\"product-actions\"\u003e\n                            \u003ca href=\"\/products\/pillow_neckconditioning\" class=\"btn-primary\"\u003e購入する\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"product-card\"\u003e\n                    \u003cdiv class=\"product-image-container\"\u003e\n                        \u003cimg src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_thumbnail_pillow_snoreless_organic_cloudwhite.jpg\" alt=\"ブレインスリープ ピロー スノーレス\" class=\"product-image\" loading=\"lazy\" decoding=\"async\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"product-content\"\u003e\n                        \u003cp class=\"product-subtitle\"\u003e\u003c\/p\u003e\n                        \u003ch3 class=\"product-name\"\u003eブレインスリープ ピロー スノーレス\u003c\/h3\u003e\n                        \u003cp class=\"product-description\"\u003e気道確保でいびき軽減。横向き寝をサポート。\u003c\/p\u003e\n                        \u003cdiv class=\"product-actions\"\u003e\n                            \u003ca href=\"\/products\/pillow_snoreless\" class=\"btn-primary\"\u003e購入する\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003cstyle\u003e\n            .pillow-cards-slider {\n                max-width: 1080px;\n                margin: 0 auto;\n                padding: 40px 20px;\n            }\n\n            .pillow-cards-slider .product-card {\n                background-color: #fff;\n                border-radius: 8px;\n                overflow: hidden;\n                box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);\n                margin: 0 16px;\n            }\n\n            .pillow-cards-slider .product-image-container {\n                position: relative;\n                padding-top: 70%;\n                background-color: #f8f8f8;\n                overflow: hidden;\n            }\n\n            .pillow-cards-slider .product-image {\n                position: absolute;\n                top: 50%;\n                left: 50%;\n                transform: translate(-50%, -50%);\n                width: 75%;\n                height: auto;\n                object-fit: contain;\n            }\n\n            .pillow-cards-slider .product-content {\n                padding: 24px 20px;\n            }\n\n            .pillow-cards-slider .product-subtitle {\n                font-size: 10px;\n                letter-spacing: 0.12em;\n                color: #999;\n                margin-bottom: 6px;\n            }\n\n            .pillow-cards-slider .product-name {\n                font-size: 14px;\n                font-weight: 500;\n                color: #1a1a1a;\n                margin-bottom: 8px;\n                line-height: 1.4;\n            }\n\n            .pillow-cards-slider .product-description {\n                font-size: 12px;\n                color: #888;\n                line-height: 1.6;\n                margin-bottom: 16px;\n            }\n\n            .pillow-cards-slider .product-actions {\n                display: flex;\n                gap: 8px;\n            }\n\n            .pillow-cards-slider .btn-primary {\n                flex: 1;\n                padding: 12px 16px;\n                font-size: 12px;\n                font-weight: 500;\n                color: #fff;\n                background-color: #1a1a1a;\n                border: none;\n                border-radius: 4px;\n                cursor: pointer;\n                letter-spacing: 0.03em;\n                -webkit-tap-highlight-color: transparent;\n            }\n\n            .pillow-cards-slider .btn-secondary {\n                padding: 12px 14px;\n                font-size: 12px;\n                color: #666;\n                background-color: transparent;\n                border: 1px solid #e0e0e0;\n                border-radius: 4px;\n                cursor: pointer;\n                white-space: nowrap;\n                -webkit-tap-highlight-color: transparent;\n            }\n\n            .pillow-cards-slider .slick-dots {\n                display: flex !important;\n                justify-content: center;\n                align-items: center;\n                gap: 7px;\n                left: 0 !important;\n                width: 100% !important;\n                bottom: -10px;\n            }\n\n            .pillow-cards-slider .slick-dots li {\n                background-color: #ccc !important;\n                cursor: pointer;\n                display: block !important;\n                height: 7px !important;\n                width: 7px !important;\n                flex: none !important;\n                margin: 0 !important;\n                padding: 0;\n                border-radius: 50% !important;\n                position: relative;\n                transition: background-color 0.3s ease;\n            }\n\n            .pillow-cards-slider .slick-dots li button {\n                display: block;\n                width: 100%;\n                height: 100%;\n                padding: 0;\n                opacity: 0;\n                position: absolute;\n                inset: 0;\n                cursor: pointer;\n                font-size: 0;\n            }\n\n            .pillow-cards-slider .slick-dots li button:before {\n                content: '';\n                display: none;\n            }\n\n            .pillow-cards-slider .slick-dots li.slick-active {\n                background-color: #333 !important;\n                width: 9px !important;\n                height: 9px !important;\n                flex: none !important;\n            }\n\n            .pillow-cards-slider .slick-prev,\n            .pillow-cards-slider .slick-next {\n                display: none !important;\n            }\n\n            .pillow-cards-slider .slick-slide {\n                padding: 0;\n            }\n\n            .pillow-cards-slider .slick-list {\n                overflow: visible;\n            }\n        \u003c\/style\u003e\n        \u003cscript\u003e\n            $(document).ready(function () {\n                if ($('.pillow-cards-slider').length) {\n                    \/\/ SP専用設定\n                    const slickOptions = {\n                        dots: true,\n                        infinite: false,\n                        speed: 300,\n                        slidesToShow: 1,\n                        slidesToScroll: 1,\n                        centerMode: true,\n                        centerPadding: '5%',\n                        arrows: false\n                    };\n\n                    $('.pillow-cards-slider').slick(slickOptions);\n                }\n            });\n        \u003c\/script\u003e\n\n        \u003csection style=\"border-top: unset;\" id=\"related_products\" class=\"technology__item\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"technology__item__desc\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img\"\u003e\u003cimg height=\"458\" width=\"815\" alt=\"ブレインスリープ ピロー パーフェクト クール\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_related_pillow_cool.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\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__lead ad_on_off\"\u003e夏の睡眠をクールに。\u003cbr\u003e速く、深く、脳まで眠る。\n                            \u003c\/p\u003e\n                            \u003cp style=\"display: none;\" class=\"technology__item__desc__text__content__lead y_ad_on\"\u003e\n                                夏の睡眠をクールに。\u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003eアイスパック付きで、猛暑にもしっかり頭を冷やせる枕。\u003c\/p\u003e\n                            \u003ca class=\"related__btn\" href=\"https:\/\/brain-sleep.com\/products\/pillow_perfectcool\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img\"\u003e\u003cimg height=\"458\" width=\"815\" alt=\"ブレインスリープ ピロー ネックコンディショニング\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_related_pillow_conditioning.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\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__lead\"\u003e首を理想のカーブへ\u003cbr\u003e寝ながら身体を整える\u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                睡眠専門鍼灸マッサージスタジオ監修の首のカーブを整える枕。首を伸ばして頭部を緩めることで首回りが軽くなる\u003c\/p\u003e\n                            \u003ca class=\"related__btn\" href=\"https:\/\/brain-sleep.com\/products\/pillow_neckconditioning\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img\"\u003e\u003cimg height=\"407\" width=\"819\" alt=\"ブレインスリープ ピロー スノーレス\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_related_snoreless.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\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__lead ad_off\"\u003eいびきをカット\u003cbr\u003e横向き寝を促進し、快適な眠りを。\n                            \u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc ad_off\"\u003e\n                                いびき・睡眠時無呼吸症候群専門クリニックが推奨。いびきを抑えるクラウンウェーブ形状が、 横向き寝を促進、呼吸を整える。いびきの軽減に焦点を当てた枕。\u003c\/p\u003e\n                            \u003cp style=\"display: none;\" class=\"technology__item__desc__text__content__lead y_ad_on ad_on\"\u003e\n                                横向き寝を促進し、快適な眠りを。\u003c\/p\u003e\n                            \u003cp style=\"display: none;\" class=\"technology__item__desc__text__content__desc y_ad_on ad_on\"\u003e\n                                いびき・睡眠時無呼吸症候群専門クリニックが推奨。クラウンウェーブ形状が、 横向き寝を促進、呼吸を整える。いびきに焦点を当てた枕。\u003c\/p\u003e\n                            \u003ca class=\"related__btn\" href=\"https:\/\/brain-sleep.com\/products\/pillow_snoreless\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"comparison\"\u003e\n                \u003ch2 class=\"comparison__ttl\"\u003e製品比較表\u003c\/h2\u003e\n                \u003cdiv class=\"comparison__wrap spec__table1\"\u003e\n                    \u003cimg height=\"819\" width=\"1000\" alt=\"ブレインスリープ ピローシリーズの製品比較表\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_adpage_comparison_cool.webp\" decoding=\"async\" loading=\"lazy\" class=\"u-pc\"\u003e\n                    \u003cdiv class=\"spec__table1__wrap only_sp\"\u003e\u003cimg height=\"819\" width=\"1000\" alt=\"ブレインスリープ ピローシリーズの製品比較表\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_adpage_comparison_cool.webp\" decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec__table__nav only_sp\"\u003e\n                        \u003cimg height=\"45\" width=\"45\" alt=\"\" class=\"spec__table__nav__prev\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_prev.webp?2\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg height=\"45\" width=\"45\" alt=\"\" class=\"spec__table__nav__next\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_next.webp?2\" decoding=\"async\" loading=\"lazy\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection id=\"possibility\" class=\"possibility\"\u003e\u003cimg height=\"640\" width=\"1280\" class=\"only_pc\" alt=\"AWAKEN YOUR POSSIBILITY\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_possibility_img_model.webp\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg height=\"375\" width=\"375\" class=\"only_sp\" alt=\"AWAKEN YOUR POSSIBILITY\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_possibility_img_model_sp.webp\" decoding=\"async\" loading=\"lazy\"\u003e\n        \u003c\/section\u003e\n    \u003c\/main\u003e\n\u003c\/div\u003e\n\u003c!-- 選び方ガイドのポップアップ ここから --\u003e\n\u003cdiv class=\"howto_popup\" id=\"howtoPopup\"\u003e\n    \u003cdiv class=\"howto_popup_wrap\"\u003e\n        \u003cbutton class=\"close_btn\" id=\"closeBtn\"\u003e✖\u003c\/button\u003e\n        \u003ch4\u003e枕選びにお悩みの方へ\u003c\/h4\u003e\n        \u003cdiv class=\"howto__popup__content\"\u003e\n            \u003ch5\u003e\n                \u003cspan\u003e自分に合った枕選びのポイント①\u003c\/span\u003e 枕の理想的な高さを知ろう\n            \u003c\/h5\u003e\n            \u003cdiv class=\"howto__popup__img\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/howto_popup_ideal_1.webp\" alt=\"正しい枕\" loading=\"lazy\" decoding=\"async\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/howto_popup_ideal_2.webp\" alt=\"低すぎる枕\" loading=\"lazy\" decoding=\"async\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/howto_popup_ideal_3.webp\" alt=\"高すぎる枕\" loading=\"lazy\" decoding=\"async\"\u003e\n            \u003c\/div\u003e\n            \u003cul class=\"point_list\"\u003e\n                \u003cli\u003e✓ 高さが合っていると目線は真上よりやや下向き\u003c\/li\u003e\n                \u003cli\u003e✓ 首・肩の筋肉に入っていない状態\u003c\/li\u003e\n                \u003cli\u003e✓ のどが圧迫されず呼吸がしやすい\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e枕は高すぎても低すぎてもよくありません。後頭部が高いと首が圧迫されて、首や肩のこり、痛み、いびきの原因になることもあります。反対に低すぎる枕では頭が安定せず、首や肩に負担がかかります。\n                一般的に、仰向けの状態で頭を乗せたときに、\u003cspan class=\"blue_line\"\u003e首から頭にかけての傾斜角度が10～15度、額より顎の先が0～5度程度下がる状態が理想の寝姿勢\u003c\/span\u003eとされています。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"howto__popup__content\"\u003e\n            \u003ch5\u003e\n                \u003cspan\u003e自分に合った枕選びのポイント②\u003c\/span\u003e 仰向け枕？横向き枕？自分の寝姿勢から選ぼう\n            \u003c\/h5\u003e\n            \u003cul class=\"point_list_2\"\u003e\n                \u003cli\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/howto_popup_yoko_1.webp\" alt=\"横向き枕\" loading=\"lazy\" decoding=\"async\"\u003e\n                    \u003cp\u003e仰向け枕のときは、真っ直ぐに立った状態と同じように、首の骨が緩やかなS字カーブになる高さの枕がオススメです。\u003cbr\u003e肩の厚みの高さに近い高さの枕を選択すると理想の高さになります。\u003c\/p\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/howto_popup_yoko_2.webp\" alt=\"低すぎる枕\" loading=\"lazy\" decoding=\"async\"\u003e\n                    \u003cp\u003e横向き枕のときは、真っ直ぐに立った状態と同じように、頭から背中にかけての骨が真っ直ぐになる高さの枕がオススメです。\u003cbr\u003e肩の高さに近い高さの枕を選択すると理想の高さになります。\u003cbr\u003e仰向け枕ではLowがピッタリな方も横向きではStandardの方が合うといった場合もあります。\n                    \u003c\/p\u003e\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 選び方ガイドのポップアップ ここまで --\u003e\n\u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_all_v1.css\"\u003e\n    \u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.css\"\u003e\n    \u003cnoscript\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.css\"\u003e\u003c\/noscript\u003e\n    \u003cscript src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"\u003e\u003c\/script\u003e\n    \u003cscript src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_all_v1.js\"\u003e\u003c\/script\u003e\n    \u003cscript\u003ejQuery(function () { const n = location.search; if (n.indexOf(\"?ad_y\") === 0) { const n = document.getElementById(\"fixed_01\"); n.style.display = \"none\"; console.log(\"yahoo広告\"); jQuery(\".shopify-section-group-header-group\").css({ display: \"none\" }); jQuery(\".rwlp__header__wrapper\").css({ display: \"block\" }); window.matchMedia(\"(max-width: 768px)\").matches ? jQuery(\"body\").css({ \"padding-top\": \"65px\" }) : jQuery(\"body\").css({ \"padding-top\": \"90px\" }); jQuery(\".ad_off\").css({ display: \"none\" }); jQuery(\".ad_on_off\").css({ cssText: \"display:none !important;\" }); jQuery(\".y_ad_on\").css({ cssText: \"display:block !important;\" }); jQuery(\".ad_on\").css({ display: \"none\" }) } else if (n.indexOf(\"?ad\") === 0) { console.log(\"通常広告\"); const n = document.getElementById(\"fixed_01\"); n.style.display = \"none\"; jQuery(\".shopify-section-group-header-group\").css({ display: \"none\" }); jQuery(\".rwlp__header__wrapper\").css({ display: \"block\" }); window.matchMedia(\"(max-width: 768px)\").matches ? jQuery(\"body\").css({ \"padding-top\": \"65px\" }) : jQuery(\"body\").css({ \"padding-top\": \"90px\" }); jQuery(\".ad_off\").css({ display: \"none\" }); jQuery(\".y_ad_on\").css({ cssText: \"display:none !important;\" }); jQuery(\".ad_on_off\").css({ cssText: \"display:block !important;\" }); jQuery(\".ad_on\").css({ display: \"block\" }) } else console.log(\"なにもなし\"), jQuery(\".y_ad_on\").css({ cssText: \"display:none !important;\" }), jQuery(\".ad_off\").css({ display: \"block\" }), jQuery(\".ad_on\").css({ display: \"none\" }) })\u003c\/script\u003e\n\n    \u003cscript\u003e\n        window.addEventListener('DOMContentLoaded', function () {\n\n            var slickOptions = {\n                dots: true,\n                infinite: true,\n                speed: 300,\n                slidesToShow: 1,\n                slidesToScroll: 1,\n                centerMode: false,\n                arrows: true\n            };\n\n            function initSlick() {\n                if (!jQuery('.card-carousel').length) return;\n\n                if (window.innerWidth \u003c 768) {\n                    if (!jQuery('.card-carousel').hasClass('slick-initialized')) {\n                        jQuery('.card-carousel').slick(slickOptions);\n                    }\n                } else {\n                    if (jQuery('.card-carousel').hasClass('slick-initialized')) {\n                        jQuery('.card-carousel').slick('unslick');\n                    }\n                }\n            }\n\n            if (typeof jQuery !== 'undefined' \u0026\u0026 typeof jQuery.fn.slick !== 'undefined') {\n                initSlick();\n                jQuery(window).on('resize', initSlick);\n            } else {\n                setTimeout(function () {\n                    if (typeof jQuery !== 'undefined' \u0026\u0026 typeof jQuery.fn.slick !== 'undefined') {\n                        initSlick();\n                        jQuery(window).on('resize', initSlick);\n                    }\n                }, 100);\n            }\n\n        });\n    \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__caption__text,\n    .technology__item__desc__text__content__title {\n        font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif\n    }\n\n    #clean .technology__item__desc.tips .technology__item__desc__text__content__title {\n        font-family: Termina, \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif\n    }\n\n    .mv__caption__text span {\n        font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N R\", sans-serif\n    }\n\u003c\/style\u003e\n\u003cdiv style=\"display: block;\" name=\"buy\" id=\"buy\"\u003e\u003c\/div\u003e\n\u003cp\u003e\n    \u003cscript\u003edocument.addEventListener(\"DOMContentLoaded\", function () { const n = document.querySelectorAll(\".custom-smooth-scroll\"); n.forEach(function (n) { n.addEventListener(\"click\", function (n) { n.preventDefault(); const t = this.getAttribute(\"href\"), i = document.querySelector(t), r = i.getBoundingClientRect().top + window.scrollY - 20; window.scrollTo({ top: r, behavior: \"smooth\" }) }) }) })\u003c\/script\u003e\n    \u003cscript\u003evar startPos = 0, winScrollTop = 0; $(window).on(\"scroll\", function () { winScrollTop = $(this).scrollTop(); winScrollTop \u003e= startPos ? winScrollTop \u003e= 130 ? ($(\".rwlp__header__wrapper\").addClass(\"animate\"), $(\".rwlp__header__wrapper\").addClass(\"hide\"), $(\".rwlp__header__wrapper\").addClass(\"fixed\")) : winScrollTop \u003e= 90 ? ($(\".rwlp__header__wrapper\").addClass(\"fixed\"), $(\".rwlp__header__wrapper\").removeClass(\"animate\")) : $(\".rwlp__header__wrapper\").removeClass(\"fixed\") : $(\".rwlp__header__wrapper\").removeClass(\"hide\"); startPos = winScrollTop })\u003c\/script\u003e\n\u003c\/p\u003e\n\u003c!-- FAQサイズ交換リンク遷移 ここから --\u003e\n\u003cstyle\u003e\n    .faq_koukan_link {\n        display: inline-block;\n        margin: 0;\n        text-align: center;\n        border: none;\n        vertical-align: middle;\n        cursor: pointer;\n        white-space: nowrap;\n        padding: 10px 20px;\n        text-decoration: none;\n        -webkit-transition: all .4s ease;\n        -moz-transition: all .4s ease;\n        transition: all .4s ease;\n    }\n\n    .faq_koukan_link:hover {\n        opacity: .7;\n    }\n\u003c\/style\u003e\n\u003c!-- FAQサイズ交換リンク遷移 ここまで --\u003e\n\u003cscript\u003e\n\n    jQuery('.faq_koukan_link').on('click', function () {\n        jQuery('#modal').removeClass('cta__modal open');\n        jQuery('#modalContainer').removeClass('cta__container');\n        jQuery('html, body').removeClass('modal-open');\n\n        jQuery(\".faq__item:nth-of-type(1) .faq__item__answer\").show();\n        jQuery(\".faq__item:nth-of-type(1) .faq__item__question\").addClass(\"open\");\n\n        var headerHeight = jQuery('.rwlp__header').outerHeight() + 10;\n        var href = jQuery(this).attr(\"href\");\n        var target = jQuery(href);\n        var position = target.offset().top - headerHeight;\n        jQuery('body,html').stop().animate({ scrollTop: position }, 300);\n\n        setTimeout(function () {\n            var position = target.offset().top - headerHeight;\n            jQuery('body,html').stop().animate({ scrollTop: position }, 300);\n        }, 500);\n\n    });\n\u003c\/script\u003e\n\n\u003cstyle\u003e\n    .faq_koukan_link {\n        display: inline-block;\n        margin: 0;\n        text-align: center;\n        border: none;\n        vertical-align: middle;\n        cursor: pointer;\n        white-space: nowrap;\n        padding: 10px 20px;\n        text-decoration: none;\n        -webkit-transition: all .4s ease;\n        -moz-transition: all .4s ease;\n        transition: all .4s ease;\n    }\n\n    .faq_koukan_link:hover {\n        opacity: .7;\n    }\n\u003c\/style\u003e\n","brand":"株式会社ブレインスリープ","offers":[{"title":"STANDARD \/ オーガニックスリープ \/ ホワイト","offer_id":45417279258846,"sku":"P0002S1-STCW","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"STANDARD \/ オーガニックスリープ \/ ネイビー\/ブルー","offer_id":46852067459294,"sku":"P0002S1-STMN","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"STANDARD \/ オーガニックスリープ \/ グレー","offer_id":45417279324382,"sku":"P0002S1-STSG","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"STANDARD \/ アクティブエア \/ ホワイト","offer_id":45417279127774,"sku":"P0002S1-STWH","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"STANDARD \/ アクティブエア \/ ネイビー\/ブルー","offer_id":46852067426526,"sku":"P0002S1-STNV","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"STANDARD \/ パーフェクト クール EX \/ ネイビー\/ブルー","offer_id":46852067492062,"sku":"P0002S1-STSX","price":34100.0,"currency_code":"JPY","in_stock":true},{"title":"STANDARD \/ パーフェクト クール EX \/ グレー","offer_id":46645203370206,"sku":"P0002S1-STLG","price":34100.0,"currency_code":"JPY","in_stock":true},{"title":"LOW \/ オーガニックスリープ \/ ホワイト","offer_id":45416599781598,"sku":"P0002S1-LWCW","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"LOW \/ オーガニックスリープ \/ ネイビー\/ブルー","offer_id":46852067557598,"sku":"P0002S1-LWMN","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"LOW \/ オーガニックスリープ \/ グレー","offer_id":45416599847134,"sku":"P0002S1-LWSG","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"LOW \/ アクティブエア \/ ホワイト","offer_id":45416599650526,"sku":"P0002S1-LWWH","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"LOW \/ アクティブエア \/ ネイビー\/ブルー","offer_id":46852067524830,"sku":"P0002S1-LWNV","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"LOW \/ パーフェクト クール EX \/ ネイビー\/ブルー","offer_id":46852067590366,"sku":"P0002S1-LWSX","price":34100.0,"currency_code":"JPY","in_stock":true},{"title":"LOW \/ パーフェクト クール EX \/ グレー","offer_id":46645203566814,"sku":"P0002S1-LWLG","price":34100.0,"currency_code":"JPY","in_stock":true},{"title":"HIGH \/ オーガニックスリープ \/ ホワイト","offer_id":45417279520990,"sku":"P0002S1-HGCW","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"HIGH \/ オーガニックスリープ \/ ネイビー\/ブルー","offer_id":46852067655902,"sku":"P0002S1-HGMN","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"HIGH \/ オーガニックスリープ \/ グレー","offer_id":45417279586526,"sku":"P0002S1-HGSG","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"HIGH \/ アクティブエア \/ ホワイト","offer_id":45417279389918,"sku":"P0002S1-HGWH","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"HIGH \/ アクティブエア \/ ネイビー\/ブルー","offer_id":46852067623134,"sku":"P0002S1-HGNV","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"HIGH \/ パーフェクト クール EX \/ ネイビー\/ブルー","offer_id":46852067688670,"sku":"P0002S1-HGSX","price":34100.0,"currency_code":"JPY","in_stock":true},{"title":"HIGH \/ パーフェクト クール EX \/ グレー","offer_id":46645203763422,"sku":"P0002S1-HGLG","price":34100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_thumbnail_pillow_organic_cloudwhite.webp?v=1766567642"},{"product_id":"pillow_neckconditioning","title":"ブレインスリープ ピロー ネックコンディショニング","description":"\u003clink rel=\"preload\" as=\"image\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_kv_logo.webp\" fetchpriority=\"high\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/unpkg.com\/modern-css-reset\/dist\/reset.min.css\"\u003e\n\u003cstyle\u003e\n\/* hタグ調整箇所の文字色調整 *\/\n.neck_stretch_gear__ttl,\n.intro03__ttl,\n.intro01__ttl {\n    color: #fff;\n}\n\n    #MainContent,\n    html.js {\n        overflow: unset\n    }\n\n    .technology__item__desc div:empty {\n        display: block\n    }\n\n    .animated {\n        -webkit-animation-duration: 1s;\n        animation-duration: 1s;\n        -webkit-animation-fill-mode: both;\n        animation-fill-mode: both\n    }\n\n    .fadeInUpShort {\n        opacity: 0;\n        -webkit-transform: translateY(20px);\n        transform: translateY(20px)\n    }\n\n    .rwlp__wrapper img {\n        width: 100%\n    }\n\n    .animated {\n        -webkit-animation-duration: 1s;\n        animation-duration: 1s;\n        -webkit-animation-fill-mode: both;\n        animation-fill-mode: both\n    }\n\n    .fadeInUpShort {\n        opacity: 0;\n        -webkit-transform: translateY(20px);\n        transform: translateY(20px)\n    }\n\n    h1,\n    h2,\n    h3 {\n        font-weight: 400 !important\n    }\n\n    .pillow__mv {\n        font-weight: 500;\n        height: 56.0714285714286vw;\n        overflow: hidden;\n        position: relative\n    }\n\n    .pillow__mv__layer1 {\n        height: 100%;\n        left: 0;\n        position: absolute;\n        top: 0;\n        width: 100vw\n    }\n\n    .mv__caption {\n        left: 7.65vw;\n        position: absolute;\n        top: 5.42857vw;\n        z-index: 3\n    }\n\n    .mv__caption__title {\n        margin-top: 2.4vw;\n        max-width: 100%;\n        width: 22.07142vw\n    }\n\n    .mv__caption__text {\n        font-size: 2.96vw;\n        line-height: 1.2\n    }\n\n    .termina {\n        font-family: Termina, YuGothic, \"Yu Gothic\", \"Yu Gothic Pr6N R\", \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\", sans-serif;\n        font-weight: 400\n    }\n\n    @media screen and (max-width:749px) {\n\n        .other__col2__item__img img {\n            width: 70% !important;\n            margin: 0 auto;\n            display: block;\n        }\n\n        .pillow__mv {\n            height: 142vw\n        }\n\n        .mv__caption {\n            left: 8vw;\n            position: absolute;\n            top: 10vw;\n            transform: none\n        }\n\n        .mv__caption__text {\n            font-size: 5.333vw\n        }\n\n        .mv__caption__title {\n            margin-top: 4vw;\n            width: 72.2666vw;\n            margin-left: .55vw\n        }\n    }\n\n    .u-ta-c {\n        text-align: center !important\n    }\n\n    .u-mt-8 {\n        margin-top: 8px !important\n    }\n\n    @media screen and (max-width:1400px) {\n        .intro01__bg img {\n            max-width: unset;\n            width: 1400px\n        }\n    }\n\n    .intro01__ttl {\n        font-size: 30px;\n        margin-bottom: 30px\n    }\n\n    @media screen and (max-width:749px) {\n        .intro01__bg img {\n            width: 100%\n        }\n\n        .intro01__ttl {\n            font-size: 21px;\n            margin-bottom: 20px\n        }\n\n        .technology__item .spec__table1__wrap img {\n            width: 220vw;\n            max-width: unset\n        }\n    }\n\n    .container {\n        width: 100% !important\n    }\n\n    body {\n        overflow-x: hidden\n    }\n\n    h1,\n    h2,\n    h3 {\n        font-weight: 400 !important\n    }\n\n    .technology__link__lists__img img {\n        width: 100%\n    }\n\n    .technology__item__desc__text {\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n        flex-shrink: 0;\n        justify-content: space-between;\n        margin-right: 8.0714285714286vw;\n        width: 26.2857142857143vw\n    }\n\n    .technology__item__desc__img {\n        padding-top: 36%;\n        position: relative;\n        width: 58.1428571428571vw;\n        flex: 1\n    }\n\n    .technology__item__desc__img video {\n        height: 100%;\n        left: 0;\n        position: absolute;\n        top: 0;\n        width: 100%\n    }\n\n    .technology__item__desc__img img {\n        left: 0;\n        position: absolute;\n        top: 0;\n        width: 100%\n    }\n\n    .technology__item__desc__text__content__title {\n        font-size: 30px;\n        font-weight: 500;\n        letter-spacing: -.06em;\n        line-height: 1.733333333333333\n    }\n\n    #tech03 .technology__item__desc.tips .technology__item__desc__text__content__title {\n        font-family: Termina, YuGothic, \"Yu Gothic\", \"Yu Gothic Pr6N R\", \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\", sans-serif;\n        font-weight: 400;\n        letter-spacing: 0\n    }\n\n    .support-benefits-section {\n        width: 100%;\n        background-color: #f5f0eb;\n        display: flex;\n        justify-content: center;\n    }\n\n    .support-benefits-section__eco-box {\n        display: flex;\n        justify-content: center;\n    }\n\n    .support-benefits-section__support {\n        padding: 40px 20px;\n        text-align: center;\n        max-width: 1080px;\n    }\n\n    .support-benefits-section__support-title {\n        font-weight: bold;\n        letter-spacing: 0.05em;\n        color: #000;\n        ;\n        margin: 0 0 3vw;\n        font-size: 27px;\n        line-height: 1.6;\n        text-align: justify;\n    }\n\n    .support-benefits-section__support-subtitle {\n        color: #000;\n        font-size: 16px;\n        text-align: justify;\n        font-weight: bold;\n        line-height: 1.6;\n        margin: 0 0 30px;\n    }\n\n    .support-benefits-section__guarantee {\n        list-style: none;\n        padding: 0;\n        margin: 0 0 8vw;\n    }\n\n    .support-benefits-section__guarantee-item {\n        padding: 30px 0;\n        border-bottom: 1px solid #d5cec6;\n    }\n\n    .support-benefits-section__guarantee-item:first-child {\n        border-top: 1px solid #d5cec6;\n    }\n\n    .support-benefits-section__guarantee-header {\n        display: flex;\n        align-items: center;\n        gap: 3vw;\n        margin-bottom: 2vw;\n    }\n\n    .rwlp__wrapper img.support-benefits-section__guarantee-icon {\n        display: block;\n        width: 38px;\n        height: auto;\n        flex-shrink: 0;\n    }\n\n    .support-benefits-section__guarantee-title {\n        font-weight: bold;\n        color: #000;\n        ;\n        margin: 0;\n        letter-spacing: 0.05em;\n        font-size: 25px;\n    }\n\n    .support-benefits-section__guarantee-text {\n        font-size: 14px;\n        color: #000;\n        line-height: 1.6;\n        margin: 0;\n        text-align: left;\n    }\n\n    .support-benefits-section__shop-box {\n        display: flex;\n        justify-content: center;\n    }\n\n    .support-benefits-section__shop-link {\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        background-color: #fff;\n        border: 1px solid #000;\n        padding: 20px;\n        text-decoration: none;\n        color: #000;\n        max-width: 400px;\n        width: 100%;\n    }\n\n    .support-benefits-section__shop-link-inner {\n        text-align: left;\n    }\n\n    .support-benefits-section__shop-link-title {\n        font-weight: bold;\n        letter-spacing: 0.05em;\n        display: block;\n        margin-bottom: 1vw;\n    }\n\n    .support-benefits-section__shop-link-sub {\n        color: #000;\n        display: block;\n    }\n\n    .support-benefits-section__shop-link-arrow {\n        color: #000;\n        ;\n        flex-shrink: 0;\n    }\n\n    .support-benefits-section__eco {\n        background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_bg.png?v=1771316331');\n        background-size: cover;\n        background-position: center;\n        background-repeat: no-repeat;\n        padding: 50px 20px 30px;\n        margin-top: 24px;\n        max-width: 800px;\n    }\n\n    .support-benefits-section__eco-logo {\n        display: block;\n        max-width: 200px;\n        margin: 0 0 50px;\n    }\n\n    .support-benefits-section__eco-title {\n        font-size: 24px !important;\n        font-weight: bold !important;\n        line-height: 1.8;\n        letter-spacing: 0.05em;\n        color: #000;\n        margin: 0 0 30px;\n        text-align: left;\n        line-height: 1.6;\n    }\n\n    .support-benefits-section__eco-text {\n        font-size: 16px;\n        color: #000;\n        line-height: 1.8;\n        margin: 0 0 50px;\n        text-align: left;\n    }\n\n    .support-benefits-section__eco-link {\n        width: 100%;\n        display: block;\n        color: #000;\n        text-decoration: none;\n        letter-spacing: 0.05em;\n        padding: 20px;\n    }\n\n    @media (min-width: 768px) {\n        .support-benefits-section__support {\n            padding: 60px 40px 40px;\n        }\n\n        .support-benefits-section__support-title {\n            font-size: 24px;\n            margin: 0 0 12px;\n            text-align: center;\n        }\n\n        .support-benefits-section__support-subtitle {\n            font-size: 14px;\n            margin: 0 0 30px;\n            text-align: center;\n        }\n\n        .support-benefits-section__guarantee {\n            display: flex;\n            gap: 24px;\n            margin: 0 0 32px;\n        }\n\n        .support-benefits-section__guarantee-item {\n            flex: 1;\n            padding: 24px;\n            border-bottom: none;\n            border-top: none;\n        }\n\n        .support-benefits-section__guarantee-item:first-child {\n            border-top: none;\n        }\n\n        .support-benefits-section__guarantee-header {\n            gap: 12px;\n            margin-bottom: 8px;\n        }\n\n        .support-benefits-section__guarantee-title {\n            font-size: 18px;\n        }\n\n        .support-benefits-section__shop-link {\n            padding: 20px 24px;\n            max-width: 400px;\n        }\n\n        .support-benefits-section__shop-link-title {\n            font-size: 16px;\n            margin-bottom: 4px;\n        }\n\n        .support-benefits-section__shop-link-sub {\n            font-size: 13px;\n        }\n\n        .support-benefits-section__shop-link-arrow {\n            font-size: 18px;\n        }\n\n        .support-benefits-section__eco {\n            padding: 50px 40px 30px;\n        }\n    }\n\n    .spec__item {\n        font-weight: 500;\n        padding-bottom: 125px;\n        padding-top: 56px\n    }\n\n    .spec__item__inner {\n        padding-left: 6.7142857142857vw\n    }\n\n    .spec__item__title {\n        font-family: Termina, YuGothic, \"Yu Gothic\", \"Yu Gothic Pr6N R\", \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\", sans-serif;\n        font-size: 30px;\n        font-weight: 400;\n        letter-spacing: .02em;\n        line-height: 1\n    }\n\n    .spec__item__desc {\n        display: flex;\n        flex-direction: row-reverse;\n        margin-top: 80px;\n        justify-content: space-between\n    }\n\n    .spec__item__desc__text {\n        display: flex;\n        flex-direction: column;\n        flex-shrink: 0;\n        margin-right: 8.0714285714286vw;\n        width: 26.2857142857143vw\n    }\n\n    .spec__item__desc__text__img {\n        margin-top: 50px\n    }\n\n    .spec__item__desc__text__img.img02 {\n        margin-top: 30px\n    }\n\n    .spec__item__desc__img {\n        flex-shrink: 0;\n        width: 58.1428571428571vw\n    }\n\n    .spec__item__desc__text__content__title {\n        font-size: 30px;\n        line-height: 1.3;\n        font-weight: 400 !important\n    }\n\n    .spec__item__desc__text__content__desc {\n        font-size: 16px;\n        line-height: 1.9375;\n        margin-top: 30px\n    }\n\n    .card-carousel_wrap {\n        margin-top: 50px;\n    }\n\n    .card-carousel {\n        padding: 16px 0 24px;\n        margin: 0 20px;\n    }\n\n    .card-carousel .cover-card {\n        background: #fff;\n        border-radius: 16px;\n        overflow: hidden;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n        transition: transform 0.3s, box-shadow 0.3s;\n        border: 1px solid #f0f0f0;\n        margin: 0 7px;\n    }\n\n    .cover-card-style {\n        max-width: 400px !important;\n    }\n\n    .card-carousel .cover-card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);\n    }\n\n    .card-carousel .card-image {\n        width: 100%;\n        object-fit: cover;\n        background: linear-gradient(135deg, #e8f4fc 0%, #d4eaf5 100%);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .card-carousel .card-image .pillow {\n        position: absolute;\n    }\n\n    .card-carousel .pillow-img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n    }\n\n    .card-carousel .card-content {\n        padding: 16px 18px 20px;\n    }\n\n    .card-carousel .card-name {\n        font-size: 15px;\n        font-weight: 700;\n        color: #1a1a1a;\n        margin-bottom: 8px;\n        letter-spacing: 0.3px;\n    }\n\n    .card-carousel .card-tagline {\n        font-size: 10px;\n        color: #666;\n        margin-bottom: 12px;\n        line-height: 1.5;\n    }\n\n    .card-carousel .card-features {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 6px;\n    }\n\n    .card-carousel .feature-tag {\n        font-size: 10px;\n        padding: 4px 8px;\n        background: #f5f5f5;\n        border-radius: 12px;\n        color: #000;\n    }\n\n    .card-carousel .feature-tag.primary {\n        background: #1a1a1a;\n        color: #fff;\n    }\n\n    .card-carousel .card-material {\n        margin-top: 12px;\n        font-size: 11px;\n        color: #999;\n        display: flex;\n        align-items: center;\n        gap: 6px;\n    }\n\n    .card-carousel .card-material::before {\n        content: '';\n        width: 4px;\n        height: 4px;\n        background: #ccc;\n        border-radius: 50%;\n    }\n\n    .card-carousel {\n        position: relative;\n        padding-bottom: 50px;\n    }\n\n    \/* ドット型インジケーター *\/\n    .card-carousel .slick-dots {\n        display: flex !important;\n        justify-content: center;\n        align-items: center;\n        gap: 7px;\n        left: 0 !important;\n        width: 100% !important;\n        bottom: 14px;\n    }\n\n    .card-carousel .slick-dots li {\n        background-color: #ccc !important;\n        cursor: pointer;\n        display: block !important;\n        height: 7px !important;\n        width: 7px !important;\n        flex: none !important;\n        margin: 0 !important;\n        padding: 0;\n        border-radius: 50% !important;\n        position: relative;\n        transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease;\n    }\n\n    .card-carousel .slick-dots li button {\n        display: block;\n        width: 100%;\n        height: 100%;\n        padding: 0;\n        opacity: 0;\n        position: absolute;\n        inset: 0;\n        cursor: pointer;\n        font-size: 0;\n    }\n\n    .card-carousel .slick-dots li.slick-active {\n        background-color: #333 !important;\n        width: 9px !important;\n        height: 9px !important;\n        flex: none !important;\n    }\n\n    \/* 矢印ボタン: PNG黒四角 → CSS矢印＋白丸背景 *\/\n    .card-carousel .slick-prev,\n    .card-carousel .slick-next {\n        display: block !important;\n        width: 36px;\n        height: 36px;\n        z-index: 1;\n        top: 40%;\n        transform: translateY(-50%);\n        background-color: rgba(255, 255, 255, 0.78);\n        background-repeat: no-repeat;\n        background-size: 60%;\n        background-position: center;\n        border: none;\n        border-radius: 50%;\n        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14);\n        cursor: pointer;\n        font-size: 0;\n        line-height: 0;\n        color: transparent;\n        opacity: 0.85;\n        transition: opacity 0.25s ease, background-color 0.25s ease, transform 0.2s ease;\n    }\n\n    .card-carousel .slick-prev:hover,\n    .card-carousel .slick-next:hover {\n        opacity: 1;\n        background-color: rgba(255, 255, 255, 0.96);\n        transform: translateY(-50%) scale(1.06);\n    }\n\n    .card-carousel .slick-prev {\n        left: 8px;\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M15 18l-6-6 6-6'\/%3E%3C\/svg%3E\") !important;\n    }\n\n    .card-carousel .slick-next {\n        right: 8px;\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M9 18l6-6-6-6'\/%3E%3C\/svg%3E\") !important;\n    }\n\n    \/* PCサイズではカードを横並びに *\/\n    @media screen and (min-width: 768px) {\n        .card-carousel {\n            display: flex !important;\n            gap: 20px;\n            justify-content: center;\n        }\n    }\n\n    @media screen and (max-width:749px) {\n        .technology__item__desc__img {\n            margin-left: 0 !important;\n            padding-top: 54%;\n            width: 100% !important\n        }\n\n        .technology__item__desc__img img {\n            height: 100%;\n            left: 0;\n            position: absolute;\n            top: 0;\n            width: 100%;\n            object-fit: cover\n        }\n\n        .technology__item__desc__text {\n            display: block;\n            margin: 25px 0 0;\n            padding: 0 20px;\n            width: 100%\n        }\n\n        .technology__item__desc__text__content__title {\n            font-size: 22px;\n            line-height: 1.44\n        }\n\n        #tech03 .technology__item__desc__text {\n            margin: 25px 0 0\n        }\n\n        #tech03 .technology__item__desc.tips .technology__item__desc__text {\n            margin-top: 0\n        }\n\n        .support-benefits-section__eco-logo {\n            width: 50% !important;\n            margin: 0 0 24px;\n        }\n\n        .support-benefits-section__eco-title {\n            font-size: 16px;\n            margin: 0 0 12px;\n        }\n\n        .support-benefits-section__eco-text {\n            font-size: 12px;\n            margin: 0 0 16px;\n        }\n\n        .support-benefits-section__eco-link {\n            font-size: 14px;\n        }\n\n        .spec__item {\n            padding-bottom: 70px;\n            padding-top: 50px\n        }\n\n        .spec__item__inner {\n            padding-left: 0\n        }\n\n        .spec__item__title {\n            padding: 0 20px\n        }\n\n        .spec__item__desc {\n            flex-direction: column;\n            margin-top: 35px\n        }\n\n        .conditioningstudio__img {\n            padding-left: 0 !important\n        }\n\n        .spec__item__desc__img {\n            padding-left: 0 !important;\n            width: 100%\n        }\n\n        .spec__item__desc__text {\n            display: block;\n            margin: 25px 0 0;\n            padding: 0 20px;\n            width: 100%\n        }\n\n        .spec__item__desc__text__content__title {\n            font-size: 25px;\n            line-height: 1.44\n        }\n\n        .spec__item__desc__text__content__desc {\n            margin-top: 30px\n        }\n\n        .spec__item__title {\n            font-size: 25px\n        }\n    }\n\n    .u-pc {\n        display: block !important\n    }\n\n    .u-sp {\n        display: none !important\n    }\n\n    @media screen and (max-width:767px) {\n        .u-pc {\n            display: none !important\n        }\n\n        .u-sp {\n            display: block !important\n        }\n    }\n\n    .u-cf:after {\n        display: table;\n        clear: both;\n        content: \"\"\n    }\n\n    img {\n        vertical-align: bottom\n    }\n\n    @media screen and (max-width:749px) {\n        .u-pc {\n            display: none !important\n        }\n\n        .u-sp {\n            display: block !important\n        }\n    }\n\n    body {\n        visibility: visible !important;\n        opacity: 1 !important\n    }\n\n    @media screen and (max-width:749px) {\n        #size .spec__item__size__lists .slick-dots {\n            left: 20px;\n            width: calc(100% - 40px)\n        }\n    }\n\n    @media screen and (max-width:749px) {\n        .mv__caption .mv__caption__text {\n            padding: 0\n        }\n    }\n\n    html {\n        scroll-behavior: smooth\n    }\n\n    .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {\n        transform: unset;\n        animation: unset;\n        opacity: 1\n    }\n\n    .intro02__item img {\n        display: inline\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n    \u003cmain\u003e\n        \u003csection class=\"pillow__mv\" id=\"pillow-mv\"\u003e\n            \u003cdiv class=\"pillow__mv__layer1\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/pillow_neckconditioning_lp_sp_kv.webp\" media=\"(max-width: 767px)\"\u003e\n                    \u003csource srcset=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/pillow_neckconditioning_lp_kv.webp\" media=\"(min-width: 768px)\"\u003e\u003cimg src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/pillow_neckconditioning_lp_kv.webp\" alt=\"\" width=\"2000\" height=\"1124\"\u003e\n                    \u003csource\u003e\u003c\/source\u003e\u003c\/picture\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"mv__caption\"\u003e\n                \u003cp class=\"mv__caption__tag\"\u003e睡眠専門 鍼灸マッサージスタジオ監修\u003c\/p\u003e\n                \u003ch2 class=\"mv__caption__text\"\u003e首を理想のカーブへ\u003cbr\u003e寝ながら身体を整える\u003c\/h2\u003e\n                \u003cdiv class=\"mv__caption__title\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_kv_logo.webp\" media=\"(max-width: 767px)\"\u003e\n                        \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_kv_logo.webp\" media=\"(min-width: 768px)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_kv_logo.webp\" alt=\"BRAINSLEEP PILLOW NECK CONDITIONING\" width=\"379\" height=\"88\"\u003e\n                        \u003csource\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"intro01 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"intro01__bg\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro01_bg.webp\" alt=\"\" width=\"1000\" height=\"750\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro01_bg.webp\" alt=\"\" width=\"375\" height=\"220\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro01__inner fadeInUpShort animated\"\u003e\n                \u003ch2 class=\"intro01__ttl u-pc\"\u003e\n\u003cspan\u003eスマホやデスクワークで\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e首を酷使する現代人\u003c\/span\u003e\n\u003c\/h2\u003e\n                \u003ch2 class=\"intro01__ttl u-sp\"\u003e\n\u003cspan\u003eスマホやデスクワークで\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e首を酷使する\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e現代人\u003c\/span\u003e\n\u003c\/h2\u003e\n                \u003cdiv class=\"intro01__img01\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro01_01.webp\" alt=\"\" width=\"386\" height=\"242\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro01_01.webp\" alt=\"\" width=\"327\" height=\"169\"\u003e \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro01_02.webp\" alt=\"\" width=\"386\" height=\"242\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro01_02.webp\" alt=\"\" width=\"327\" height=\"169\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro01__wrap\"\u003e\n                    \u003cp class=\"intro01__txt\"\u003e次第に理想の首のカーブは失われ、\u003cbr\u003eストレートな状態に。\u003c\/p\u003e\n                    \u003cdiv class=\"intro01__img02\"\u003e\n                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro01_03.webp\" alt=\"\" width=\"864\" height=\"312\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro01_03.webp?2\" alt=\"\" width=\"335\" height=\"178\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro01__gradient\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_gradient.webp\" alt=\"\" width=\"1000\" height=\"153\"\u003e\u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"intro02 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"intro02__bg\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro02_bg.webp\" alt=\"\" width=\"1000\" height=\"668\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro02_bg.webp?2\" alt=\"\" width=\"375\" height=\"410\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro02__inner fadeInUpShort animated\"\u003e\n                \u003ch2 class=\"intro02__ttl\"\u003e首の歪みによる\u003cbr\u003e様々な\u003cspan\u003eトラブル\u003c\/span\u003e\n\u003c\/h2\u003e\n                \u003cul class=\"intro02__list\"\u003e\n                    \u003cli class=\"intro02__item\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_icon_check.webp\" alt=\"\" width=\"24\" height=\"24\"\u003e 首や肩のコリ\n                    \u003c\/li\u003e\n                    \u003cli class=\"intro02__item\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_icon_check.webp\" alt=\"\" width=\"24\" height=\"24\"\u003e 片頭痛や眼精疲労\n                    \u003c\/li\u003e\n                    \u003cli class=\"intro02__item\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_icon_check.webp\" alt=\"\" width=\"24\" height=\"24\"\u003e 不眠症\n                    \u003c\/li\u003e\n                    \u003cli class=\"intro02__item\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_icon_check.webp\" alt=\"\" width=\"24\" height=\"24\"\u003e 起床時の疲労感\n                    \u003c\/li\u003e\n                    \u003cli class=\"intro02__item\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_icon_check.webp\" alt=\"\" width=\"24\" height=\"24\"\u003e 集中力の低下\n                    \u003c\/li\u003e\n                    \u003cli class=\"intro02__item\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_icon_check.webp\" alt=\"\" width=\"24\" height=\"24\"\u003e むくみや冷え\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"intro03 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"intro03__bg\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro03_bg.webp\" alt=\"\" width=\"1000\" height=\"450\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro03_bg.webp\" alt=\"\" width=\"375\" height=\"450\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro03__inner fadeInUpShort animated\"\u003e\n                \u003ch2 class=\"intro03__ttl\"\u003eそこで大事なのは\u003cbr\u003e\u003cspan\u003e首を整える\u003c\/span\u003eこと。\u003c\/h2\u003e\n                \u003cdiv class=\"intro03__wrap\"\u003e\n                    \u003cdiv class=\"intro03__txt\"\u003e\n                        \u003cp\u003e\u003cspan\u003e寝ている間に\u003c\/span\u003eストレッチ\u003c\/p\u003e\n                        \u003cbr\u003e\n                        \u003cp\u003e首を理想のカーブへ\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"intro03__img\"\u003e\n                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro03_img.webp?2\" alt=\"\" width=\"1000\" height=\"445\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro03_img.webp?2\" alt=\"\" width=\"338\" height=\"243\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"neck_stretch_gear__inner fadeInUpShort animated\"\u003e\n                \u003cp class=\"neck_stretch_gear__txt\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_neck_stretch_gear.webp\" alt=\"NECK STRETCH GEAR\" width=\"468\" height=\"44\" style=\"display: inline;\"\u003e \u003cspan\u003e採用\u003c\/span\u003e\u003c\/p\u003e\n                \u003ch2 class=\"neck_stretch_gear__ttl\"\u003e理想のカーブを実現する\u003cbr\u003eコンディショニングピロー\u003cbr class=\"u-sp\"\u003e　登場。\u003c\/h2\u003e\n                \u003cdiv class=\"neck_stretch_gear__img\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro03_pillow.webp\" alt=\"\" width=\"997\" height=\"427\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro03_pillow.webp\" alt=\"\" width=\"337\" height=\"351\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"intro animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"intro__txt fadeInUpShort animated\"\u003e\n\u003cspan\u003e睡眠専門鍼灸マッサージ\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eブレインスリープ \u003cbr class=\"u-sp\"\u003eコンディショニングスタジオ監修\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"intro__txt__tdb\"\u003e首を整えてパフォーマンスを変える\u003c\/span\u003e枕\u003c\/h2\u003e\n            \u003cdiv class=\"conditioningstudio fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"conditioningstudio__img\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_conditioningstudio.webp\" alt=\"\" width=\"613\" height=\"346\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_conditioningstudio.webp\" alt=\"\" width=\"355\" height=\"200\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"conditioningstudio__body\"\u003e\n                    \u003ch3 class=\"conditioningstudio__ttl\"\u003e自律神経を整える\u003cbr\u003e眠りが変わる\u003c\/h3\u003e\n                    \u003cp class=\"conditioningstudio__txt\"\u003e鍼灸マッサージの国家資格保有者 ×睡眠のスペシャリスト が行う、\u003cbr class=\"u-pc\"\u003e医学的根拠に基づく施術。\u003cbr\u003e\u003cbr\u003e施術を受けたその日から眠りが変わる。\u003cbr\u003eさらに睡眠の質を高めるためのホームケアも提案し、日々の生活からサポート。\u003c\/p\u003e\n                    \u003cdiv class=\"conditioningstudio__logo\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_logo_conditioningstudio.webp\" alt=\"\" width=\"177\" height=\"46\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"intro04 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"intro04__bg\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro04_bg.webp\" alt=\"\" width=\"1000\" height=\"546\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro04_bg.webp\" alt=\"\" width=\"375\" height=\"577\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro04__inner fadeInUpShort animated\"\u003e\n                \u003ch2 class=\"intro04__ttl\"\u003e首のカーブを整え、\u003cbr\u003e現代人のクリエイティブな毎日を\u003cbr\u003eサポート\u003c\/h2\u003e\n                \u003cdiv class=\"intro04__logo\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_product_logo.webp\" alt=\"\" width=\"379\" height=\"89\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology js-box animatedParent animateOnce\" id=\"technology\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"section__title fadeInUpShort animated\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eTECHNOLOGY\u003c\/span\u003eテクノロジー\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__link\"\u003e\n                \u003cul class=\"technology__link__lists fadeInUpShort animated\"\u003e\n                    \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca href=\"#tech01\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\n                                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_nav01.webp\" alt=\"\" width=\"390\" height=\"360\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_nav01.webp\" alt=\"\" width=\"214\" height=\"198\"\u003e\n                            \u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title\"\u003e\n                                \u003cspan\u003e01\u003c\/span\u003e首のカーブを整え\u003cbr\u003e頭部を緩める\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca href=\"#tech02\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\n                                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_nav02.webp\" alt=\"\" width=\"390\" height=\"360\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_nav02.webp\" alt=\"\" width=\"214\" height=\"198\"\u003e\n                            \u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title\"\u003e\n                                \u003cspan\u003e02\u003c\/span\u003e超通気性素材で\u003cbr\u003e深い眠りへ\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca href=\"#tech03\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\n                                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_nav03.webp\" alt=\"\" width=\"390\" height=\"360\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_nav03.webp\" alt=\"\" width=\"214\" height=\"198\"\u003e\n                            \u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title no03\"\u003e\n                                \u003cspan\u003e03\u003c\/span\u003e洗えて\u003cbr class=\"u-sp\"\u003eいつでも清潔\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item\" id=\"tech01\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003ch3 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                        \u003cspan\u003e01\u003c\/span\u003eNECK CONDITIONING\n                    \u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_01\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                        \u003cvideo class=\"u-pc lozad\" width=\"750\" height=\"422\" style=\"aspect-ratio:750\/422\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/49766c75e1a34eeaa911532051854e57.mp4\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\"\u003e\u003c\/video\u003e\u003cvideo class=\"u-sp lozad\" width=\"750\" height=\"750\" style=\"aspect-ratio:750\/750\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/24940a846614434bb8371ba82b5a3f40.mp4\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\"\u003e\u003c\/video\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                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e首のカーブを整え\u003cbr\u003e頭部を緩める\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                長時間のデスクワークやスマホの使用により首や後頭部の筋肉は常に引っ張られて緊張した状態に。\u003cbr\u003eコンディショニングを整えるにはこれらの筋肉の緊張を解放し緩めてあげることが大切です。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_02\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_02.webp\" alt=\"\" width=\"814\" height=\"458\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__img u-sp u-mt-8 fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_03.webp\" alt=\"\" width=\"814\" height=\"460\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e首のカーブにフィット\u003cbr\u003e伸ばして、支えて、整える\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                真っ直ぐ伸びた首を正しいカーブにすることで首回りの筋肉が緩みます。伸びた首をしっかり支えるハードギア搭載で頸椎を正しいカーブに導き頭と首をしっかり支えて整えます。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc u-mt-16 animatedParent animateOnce\" id=\"tech01_03\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img u-pc fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_03.webp\" alt=\"\" width=\"814\" height=\"460\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text u-pc fadeInUpShort animated\"\u003e\u003cbr\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_04\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_04.webp\" alt=\"\" width=\"816\" height=\"458\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e首のコンディションに合わせて使えるダブルストレッチ構造\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                身体のコンディションが毎日違うように、首のコンディションもその日によって異なります。強度の異なるダブルストレッチ構造により、毎日の首のコンディションに合わせて使い分けることが可能です。\u003cbr\u003e\u003cbr\u003eハイストレッチ側で入眠前に強めにストレッチし、ローストレッチ側で眠るのもおすすめです。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_05\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_05.webp\" alt=\"\" width=\"816\" height=\"459\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e胸・気道を広げて\u003cbr\u003e呼吸がスムーズに\u003c\/h4\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                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_06\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_06.webp\" alt=\"\" width=\"814\" height=\"460\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e寝ている間にコンディショニング\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                ブレインポットが睡眠中に後頭部全体を優しく刺激し、ツボの周りの頭皮や筋肉を緩め血液やリンパの流れを良くします。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_07\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_07.webp?2\" alt=\"\" width=\"814\" height=\"460\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e施術では手が届きにくい後頭部を寝ながらケア\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                頭部には50個以上のツボがあり、後頭部には自律神経や頭痛、眼精疲労などに効くツボが集中しています。\u003c\/p\u003e\n                            \u003cdiv class=\"tech01_07_conditioning\"\u003e\n                                \u003cp class=\"tech01_07_conditioning_txt\"\u003e\n                                    ブレインスリープコンディショニングスタジオでは、前頭部・側頭部・頭頂部を中心に頭部の鍼・マッサージを行っております。本製品は、施術では手が届きにくい後頭部（後頭筋）へ刺激を入れることができるため、自宅でできるケアとしておすすめです。\n                                \u003c\/p\u003e\n                                \u003cdiv class=\"tech01_07_conditioning_wrap\"\u003e\n                                    \u003cdiv class=\"tech01_07_conditioning_wrap_img\"\u003e\n                                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_conditioningstudio_uchida.webp\" alt=\"\" width=\"141\" height=\"80\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_conditioningstudio_uchida.webp\" alt=\"\" width=\"87\" height=\"80\"\u003e\n                                    \u003c\/div\u003e\n                                    \u003cp class=\"tech01_07_conditioning_wrap_txt\"\u003eブレインスリープ\u003cbr\u003eコンディショニングスタジオ \u003cbr\u003e施術監修者\n                                        株式会社フレアス\u003cbr\u003e内田朝美先生\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_08\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                        \u003cvideo class=\"u-pc lozad\" width=\"750\" height=\"422\" style=\"aspect-ratio:750\/422\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/57cd3595e66c42a494624da5c74c29fe.mp4\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\"\u003e\u003c\/video\u003e\u003cvideo class=\"u-sp lozad\" width=\"750\" height=\"750\" style=\"aspect-ratio:750\/750\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/56f2cac91dcf476888da28b0c8edf72f.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_zone.webp\" alt=\"\" width=\"285\" height=\"193\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e3ゾーン設計で\u003cbr class=\"u-pc\"\u003e寝返りをサポート\n                            \u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                寝返りは、一晩に20回以上。寝返りをサポートするため中央が柔らかく、両サイドが硬い3ゾーン設計。横向き時でも頭が沈み込みすぎずスムーズに寝返りを打てます。\u003c\/p\u003e\n                            \u003cdiv class=\"tech01_zone u-pc\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_zone.webp\" alt=\"\" width=\"346\" height=\"235\"\u003e\u003c\/div\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 animatedParent animateOnce\" id=\"tech02\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv\u003e\n                    \u003ch3 class=\"technology__item__title\"\u003e\n                        \u003cspan\u003e02\u003c\/span\u003eSUPER BREATHABLE\n                    \u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\" id=\"tech02_01\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img\"\u003e\n                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech02_01.webp\" alt=\"\" width=\"816\" height=\"459\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_tech02_01.webp\" alt=\"\" width=\"350\" height=\"350\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e超通気性素材で深い眠りへ\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                良質な睡眠を得るためには、寝床内の温度と湿度を適正に保つことが重要です。通気性のよい素材が頭部の熱を放熱し、深い眠りへ導きます。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\" id=\"tech02_02\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"padding:0;height:unset\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech02_02.webp\" alt=\"\" width=\"816\" height=\"459\" style=\"height:unset;position:relative\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e超通気性素材で\u003cbr\u003e睡眠に最適な温度・湿度を\u003cbr\u003eコントロール\n                            \u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                90％以上が空気層でできているので、睡眠時に発生する熱や湿気がこもらず、快適な睡眠環境をつくります。\u003cbr\u003eウレタン素材やフェザー素材の枕と比較しても格段に優れる通気性の良さで朝まで快適に眠れます。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content__btn\"\u003eエビデンスをより詳しく\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__graph\"\u003e\n                    \u003cdiv class=\"technology__item__graph__content\"\u003e\n                        \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_evidence2_1.webp\" alt=\"熱がこもらない\" width=\"360\" height=\"275\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__graph__text\"\u003e\n                            \u003ch4 class=\"technology__item__graph__title\"\u003e放熱量が高く、\u003cbr\u003e熱がこもらない\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__graph__desc\"\u003e熱がこもってしまうと、睡眠の質に影響してしまいます。\n                                \u003cbr\u003e本製品は通気性がよい素材のため、他素材と比較しても熱がこもりにくく、一晩中快適に眠ることができます。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item animatedParent animateOnce\" id=\"tech03\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv\u003e\n                    \u003ch3 class=\"technology__item__title\"\u003e\n                        \u003cspan\u003e03\u003c\/span\u003eSuper Clean\n                    \u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                        \u003cvideo class=\"u-pc lozad\" width=\"816\" height=\"459\" style=\"aspect-ratio:816\/459\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fd48c0978e4940dc88ba26ec0838dee0.mp4\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\"\u003e\u003c\/video\u003e\n                        \u003cvideo class=\"u-sp lozad\" width=\"750\" height=\"422\" style=\"aspect-ratio:750\/422\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fd48c0978e4940dc88ba26ec0838dee0.mp4\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\"\u003e\u003c\/video\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                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003eシャワーで水洗いできて清潔\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                人間は寝ている間に、コップ1杯分（約200ml）の汗をかくと言われています。\u003cbr\u003e抜群の通気性で湿気をためず、衛生的です。さらに、水洗いもできてすぐ乾くので、いつでも清潔に保てます。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content__btn\"\u003eエビデンスをより詳しく\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__graph\"\u003e\n                    \u003cdiv class=\"technology__item__graph__content\"\u003e\n                        \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_evidence2_2.webp\" alt=\"カビの発生が少ない\" width=\"311\" height=\"230\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__graph__text\"\u003e\n                            \u003ch4 class=\"technology__item__graph__title\"\u003eカビの発生が少ない\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__graph__desc\"\u003e\n                                他素材と比較して圧倒的にカビの発生量が低いのがわかります。ハウスダスト、アレルギーの方、お子様と一緒に寝ている方にもおススメです。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__graph__content\"\u003e\n                        \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_evidence2_2_2.webp\" alt=\"ダニの発生が少ない\" width=\"311\" height=\"208\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__graph__text\"\u003e\n                            \u003ch4 class=\"technology__item__graph__title\"\u003eダニの発生が少ない\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__graph__desc\"\u003e\n                                他素材と比較して圧倒的にダニの発生率が低いのがわかります。ハウスダスト、アレルギーの方、お子様と一緒に寝ている方にもおススメ\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"clr\"\u003e\u003cbr\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc tips\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text u-sp\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003eMADE IN JAPAN\u003c\/h4\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech03_quality.webp\" alt=\"\" width=\"1400\" height=\"786\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title u-pc\"\u003eMADE IN JAPAN\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                \u003cspan\u003eこだわりのものづくり\u003cbr\u003e安心品質\u003c\/span\u003eマットレスやピローなど、一点ずつ丁寧に技術者や職人たちの手で繰り返し品質確認を行っています。\u003cbr\u003e厳しい品質検査を経て一点ずつ丁寧に梱包しお客様の元へお届けします。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc tips tech03_water\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech03_water.webp\" alt=\"\" width=\"1400\" height=\"786\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e不純物の少ない、\u003cbr\u003e自然の湧き水を使用し\u003cbr\u003e品質の劣化を防ぐ\n                            \u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                「豊の国名水15選」にも指定された特別な軟水で、不純物が限りなく少ない清水瀑園(しみずばくえん)の湧き水を生産工程で使用。不純物の少ない水を使用することで、不要な化学反応を避け、品質の劣化を防ぐことができます。\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        \u003c!-- エコサイクル訴求セクション ここから --\u003e\n        \u003cdiv class=\"support-benefits-section\"\u003e\n            \u003cdiv class=\"support-benefits-section__support\"\u003e\n                \u003ch3 class=\"support-benefits-section__support-title\"\u003eあなたにぴったりのものと\u003cbr class=\"u-sp\"\u003e出会ってほしいから\u003c\/h3\u003e\n                \u003cp class=\"support-benefits-section__support-subtitle\"\u003e安心して、あなたに合うものを見つけてもらえるようにサポートします。\u003c\/p\u003e\n                \u003cul class=\"support-benefits-section__guarantee\"\u003e\n                    \u003cli class=\"support-benefits-section__guarantee-item\"\u003e\n                        \u003cdiv class=\"support-benefits-section__guarantee-header\"\u003e\n                            \u003cimg class=\"support-benefits-section__guarantee-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_guarantee_img.svg?v=1771316330\" alt=\"安心の1年保証\" width=\"40\" height=\"40\" decoding=\"async\" loading=\"lazy\"\u003e\n                            \u003cp class=\"support-benefits-section__guarantee-title\"\u003e安心の１年保証\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"support-benefits-section__guarantee-text\"\u003e安心してお使いいただけるよう、１年間の保証をお付けしています。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"support-benefits-section__guarantee-item\"\u003e\n                        \u003cdiv class=\"support-benefits-section__guarantee-header\"\u003e\n                            \u003cimg class=\"support-benefits-section__guarantee-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_free_img.svg?v=1771316330\" alt=\"送料無料\" width=\"40\" height=\"40\" decoding=\"async\" loading=\"lazy\"\u003e\n                            \u003cp class=\"support-benefits-section__guarantee-title\"\u003e送料無料\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"support-benefits-section__guarantee-text\"\u003e日本全国どこでも、送料無料でお届けします。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"support-benefits-section__shop-box\"\u003e\n                    \u003ca href=\"https:\/\/brain-sleep.com\/pages\/shop_information\" class=\"support-benefits-section__shop-link\" target=\"_blank\"\u003e\n                        \u003cspan class=\"support-benefits-section__shop-link-inner\"\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-title\"\u003e試せる場所を探す\u003c\/span\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-sub\"\u003eお近くの正規取扱店のご案内\u003c\/span\u003e\n                        \u003c\/span\u003e\n                        \u003cspan class=\"support-benefits-section__shop-link-arrow\"\u003e›\u003c\/span\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"support-benefits-section__eco-box\"\u003e\n                    \u003cdiv class=\"support-benefits-section__eco\"\u003e\n                        \u003cimg class=\"support-benefits-section__eco-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_logo.svg?v=1771316362\" alt=\"BRAIN SLEEP ECO CYCLE PROGRAM\" width=\"200\" height=\"80\" decoding=\"async\" loading=\"lazy\"\u003e\n                        \u003ch3 class=\"support-benefits-section__eco-title\"\u003eお客様が使い続けるほど\u003cbr\u003e環境にやさしい仕組み\u003c\/h3\u003e\n                        \u003cp class=\"support-benefits-section__eco-text\"\u003e\n                            ブレインスリープの枕やマットレスの素材は100％リサイクルが可能です。永く持続していく社会を目指して、その後のリサイクルも考えた原料の選定をしています。\u003c\/p\u003e\n                        \u003ca href=\"https:\/\/brain-sleep.com\/pages\/eco_cycle_program\" class=\"support-benefits-section__eco-link\" target=\"_blank\"\u003e詳しくはこちら ›\u003c\/a\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- エコサイクル訴求セクション ここまで --\u003e\n\n        \u003csection class=\"spec__title js-box animatedParent animateOnce\" id=\"spec\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eSPEC\u003c\/span\u003e仕様\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"spec__item animatedParent animateOnce\" id=\"size\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"spec__item__inner fadeInUpShort animated\"\u003e\n                \u003ch3 class=\"size__ttl termina\"\u003eSize\u003c\/h3\u003e\n                \u003cdiv class=\"size__img\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_spec01.webp\" alt=\"\" width=\"1000\" height=\"595\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_spec01.webp\" alt=\"\" width=\"365\" height=\"226\"\u003e \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_spec02.webp\" alt=\"\" width=\"1000\" height=\"180\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_spec02.webp\" alt=\"\" width=\"335\" height=\"72\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"spec__item animatedParent animateOnce\" id=\"material\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"spec__item__inner fadeInUpShort animated\"\u003e\n                \u003ch3 class=\"spec__item__title u-sp\"\u003eMaterial\u003c\/h3\u003e\n                \u003cdiv class=\"spec__item__desc\"\u003e\n                    \u003cdiv class=\"spec__item__desc__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_material.webp\" alt=\"\" width=\"1400\" height=\"786\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec__item__desc__text\"\u003e\n                        \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"spec__item__title u-pc\"\u003eMaterial\u003c\/h3\u003e\n                            \u003ch4 class=\"spec__item__desc__text__content__title\"\u003e100％リサイクルが可能な\u003cbr\u003eサステナブル素材\u003c\/h4\u003e\n                            \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                                枕には、地球に優しい100％再生可能な材料を使用しています。地球環境に配慮したサステナブルな素材を追求しています。\u003cbr\u003e素材：ポリエチレン100%\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        \u003c!-- カードのカルーセル化 ここから--\u003e\n        \u003csection class=\"card-carousel_wrap\"\u003e\n            \u003cdiv class=\"spec__item__inner\"\u003e\n                \u003cdiv\u003e\n                    \u003ch3 class=\"spec__item__title\"\u003eCover\u003c\/h3\u003e\n                    \u003cp class=\"spec__item__title__under\"\u003e２種類の専用カバーから選べます。\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-carousel\"\u003e\n                    \u003c!-- Card 1: Active Air --\u003e\n                    \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillowcover_activeair\" class=\"cover-card cover-card-style\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"card-image active-air\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_cover_activeair.webp\" alt=\"アクティブエア\" class=\"pillow-img\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_spec_cover_img01.webp\" alt=\"アクティブエア\" class=\"pillow\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"card-content\"\u003e\n                            \u003ch4 class=\"card-name\"\u003eアクティブエア\u003c\/h4\u003e\n                            \u003cp class=\"card-tagline\"\u003e通気性抜群のメッシュ素材。速乾性に優れ、いつでもサラサラ。\u003c\/p\u003e\n                            \u003cdiv class=\"card-features\"\u003e\n                                \u003cspan class=\"feature-tag primary\"\u003e通気性\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e抗菌\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e防臭\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e吸水速乾\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e防臭\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e静電気防止\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e抗カビ\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e花粉脱落\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e乾燥機対応\u003c\/span\u003e\n                            \u003c\/div\u003e\n                            \u003cp class=\"card-material\"\u003eポリエステル100%\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n\n                    \u003c!-- Card 2: Organic Sleep --\u003e\n                    \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillowcover_organicsleep\" class=\"cover-card cover-card-style\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"card-image organic\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_cover_organic.webp\" alt=\"オーガニックスリープ\" class=\"pillow-img\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_spec_cover_img02.png\" alt=\"オーガニックスリープ\" class=\"pillow\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"card-content\"\u003e\n                            \u003ch4 class=\"card-name\"\u003eオーガニックスリープ\u003c\/h4\u003e\n                            \u003cp class=\"card-tagline\"\u003e天然オーガニックコットン100%。肌触り重視の方に。\u003c\/p\u003e\n                            \u003cdiv class=\"card-features\"\u003e\n                                \u003cspan class=\"feature-tag primary\"\u003e抗菌防臭\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e消臭\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e吸水速乾\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e静電気防止\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e抗カビ\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e花粉脱落\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003eハイブリッド触媒⁠\u003c\/span\u003e\n                            \u003c\/div\u003e\n                            \u003cp class=\"card-material\"\u003eコットン100%\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003c!-- カードのカルーセル化 ここまで--\u003e\n\n        \u003csection class=\"spec__item animatedParent animateOnce\" id=\"gift_box\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"spec__item__inner\"\u003e\n                \u003cdiv class=\"fadeInUpShort animated\"\u003e\n                    \u003ch2 class=\"spec__item__title\"\u003eGIFTBOX\u003c\/h2\u003e\n                    \u003cdiv class=\"spec__item__desc\"\u003e\n                        \u003cdiv class=\"spec__item__desc__img\"\u003e\n                            \u003cimg height=\"786\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_giftbox_01.webp?1\" decoding=\"async\" loading=\"lazy\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec__item__desc__text\"\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                                    ブレインスリープ ピロー1個とピローカバーが入る、ちょうど良い大きさのギフトボックスです。\u003cbr\u003e\n                                    外蓋には上品な箔押しのロゴを施し、蓋を開けると“GIFT YOU THE BEST SLEEP” のメッセージ。\u003cbr\u003e\n                                    贈る人の想いが伝わる、特別なデザインに仕上げました。\u003cbr\u003e\u003cbr\u003e\n                                    \u003cspan style=\"font-size:12px;\"\u003e\n                                        サイズ：横62cmx奥行き37.5cmx高さ21cm\u003cbr\u003e\n                                        ギフトボックス：¥1,100(税込)\n                                    \u003c\/span\u003e\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n    \u003c\/main\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .pc_reco {\n        font-size: 18px !important\n    }\n\n    @media screen and (max-width:749px) {\n        .sp_reco {\n            font-size: 12px !important\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n    \u003cmain\u003e\n        \u003csection class=\"related__title animatedParent animateOnce\" id=\"related\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eRELATED PRODUCTS\u003c\/span\u003e関連商品\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item animatedParent animateOnce\" id=\"related_products\" style=\"border-top:unset\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_related_pillow.webp\" alt=\"\" width=\"842\" height=\"393\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eブレインスリープ ピロー\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__lead\"\u003e速く、深く、脳が眠る。\u003cbr\u003e明日のパフォーマンスを目覚めさせる。\u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                特許技術の独自3層構造と9段階のグラデーション設計により、あなたの頭の大きさや寝方に合わせて徐々にフィットし、使用するたびに睡眠に適したあなただけの枕に変化します。良質な睡眠に必要な黄金の90分をつくるための3つの機能を搭載した、「脳が眠る」ことに焦点を当てた枕。\n                            \u003c\/p\u003e\n                            \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow\" class=\"related__btn\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_related_pillow_cool.webp\" alt=\"\" width=\"815\" height=\"458\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\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__lead\"\u003e夏の睡眠をクールに。\u003cbr\u003e速く、深く、脳まで眠る。\u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003eアイスパック付きで、猛暑にもしっかり頭を冷やせる枕。\u003c\/p\u003e\n                            \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow_perfectcool\" class=\"related__btn\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_related_snoreless.webp\" alt=\"\" width=\"819\" height=\"407\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eブレインスリープ ピロー\u003cbr\u003eスノーレス\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__lead\"\u003eいびきをカット\u003cbr\u003e横向き寝を促進し、快適な眠りを。\u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                いびき・睡眠時無呼吸症候群専門クリニックが推奨。いびきを抑えるクラウンウェーブ形状が、横向き寝を促進、呼吸を整える。いびきの軽減に焦点を当てた枕。\u003c\/p\u003e\n                            \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow_snoreless\" class=\"related__btn\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"comparison fadeInUpShort animated\"\u003e\n                \u003ch2 class=\"comparison__ttl\"\u003e製品比較表\u003c\/h2\u003e\n                \u003cdiv class=\"comparison__wrap spec__table1\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_comparison.webp?1\" alt=\"\" width=\"1000\" height=\"819\"\u003e\n                    \u003cdiv class=\"spec__table1__wrap only_sp\"\u003e\u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_comparison.webp?1\" alt=\"\" width=\"1000\" height=\"819\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec__table__nav only_sp\"\u003e\n                        \u003cbutton class=\"spec__table__nav__prev\" aria-label=\"前へ\"\u003e\u003c\/button\u003e\n                        \u003cbutton class=\"spec__table__nav__next\" aria-label=\"次へ\"\u003e\u003c\/button\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"possibility animatedParent animateOnce\" id=\"possibility\" 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\/pillow_neckconditioning_lp_last.webp\" alt=\"AWAKEN YOUR POSSIBILITY\" class=\"only_pc\" width=\"1000\" height=\"562\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_last.webp\" alt=\"AWAKEN YOUR POSSIBILITY\" class=\"only_sp\" width=\"375\" height=\"375\"\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"faq js-box animatedParent animateOnce\" id=\"faq\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eFAQ\u003c\/span\u003eよくあるご質問\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__main\"\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                            はい、次回購入時は10,000円OFFで新品と交換可能です。詳しくは\u003ca href=\"https:\/\/brain-sleep.com\/pages\/eco_cycle_program\" target=\"_blank\"\u003eこちら\u003c\/a\u003eをご確認ください。\u003cbr\u003e※Web購入・会員登録が必要です\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                            ピローは〈オーダーメイドのようなフィット感〉で使用者の頭の形にフィットするのが特徴です。3層ｘ9グラデーション構造の特殊加工による極上の柔らかさがオーダーメイドのようなフィット感を作っています。\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                            ブレインスリープ ピロー ネックコンディショニングは、幅広い方に最適な首のコンディショニングをお届けできるよう、ユニバーサルな1サイズ設計です。\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                            取扱店舗でもご購入いただけます。店舗により取扱商品が異なりますので、詳しくは\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                \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\u003cbr\u003e\n                            ①シャワーの水で全体を洗い流す\u003cbr\u003e\n                            特に汚れやにおいが気になる際は、薄めた中性洗剤を使用してください。\u003cbr\u003e\u003cbr\u003e\n                            ②風通しの良い平らな場所で陰干しをする\u003cbr\u003e\n                            早く乾かしたい時は…バスタオルで枕を包み上下に優しく振って水気を切ってから乾かしてください。\n                        \u003c\/p\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            枕本体をお手入れする際の注意\u003cbr\u003e\n                            立て掛ける、折り曲げる、上に物を置く、加重をかけるなどの状態でメンテナンスをすると、枕にしわのような線が入ったりくぼむことがありますのでお避けください。\u003cbr\u003e\n                            51℃以上の高温のお湯はかけないでください。\u003cbr\u003e\n                            直射日光や温風などでの乾燥はお避けください。\u003cbr\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ピローカバーの取り付け方\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            ●オーガニックスリープ\u003cbr\u003e枕カバーのメッシュが内側についている面を下向きにして置き、枕の裏面を上向きに入れて下さい。枕を入れたらカバーのフラップをカバーの内側に入れ、枕を裏返して柔らかい面を頭側にしてご使用ください。\u003cbr\u003e\u003cbr\u003e●アクティブエア\u003cbr\u003eカバーを広げ、ピローの下面が上に来るように置き、ピローにカバーをかけてスナップボタンを止めてご使用ください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e枕の裏表の見分け方\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            枕には表裏が分かる目印が付いています。目印が付いている面を下向きにしてご使用ください。また、目印は外さずにご使用ください。もし表裏が分からなくなった場合は、繊維が細かく柔らかい方が表側、繊維が太く触って硬い方が裏側になりますので触ってお確かめください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e保管時の注意点は？\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            日中でも枕を使わない時は、高温多湿は避け上から荷重をかけずに保管してください。直射日光が当たる場所、高温になる場所での保管は避けてください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n    \u003c\/main\u003e\n\u003c\/div\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_all_20240502.css?3\"\u003e\n\u003cscript defer src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_all_20240502.js?3\"\u003e\u003c\/script\u003e\n\u003cstyle\u003e\n    p:empty {\n        margin: 0;\n        padding: 0;\n    }\n\n    .campaign__item {\n        display: flow-root;\n    }\n\n    .intro04__bg {\n        height: 100%;\n    }\n\n    .intro04__bg img {\n        height: 100% !important;\n        object-fit: cover;\n    }\n\n    .intro__txt,\n    .intro01__ttl span,\n    .intro01__txt,\n    .intro02__ttl,\n    .intro03__ttl,\n    .neck_stretch_gear__txt,\n    .neck_stretch_gear__ttl,\n    .intro04__ttl,\n    #tech03 .technology__item__desc.tips .technology__item__desc__text__content__desc span,\n    #tech03 .technology__item__desc.tips .technology__item__desc__text__content__title,\n    .conditioningstudio__ttl,\n    .spec__item__desc__text__content__title,\n    .technology__link__lists__title,\n    .mv__caption__text,\n    .technology__item__desc__text__content__title,\n    .mv__caption__tag {\n        font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n        visibility: visible !important;\n        opacity: 1 !important\n    }\n\n    @media screen and (min-width:750px) {\n\n        #section__title__text .y_ad_on,\n        #section__title__text .y_ad_off {\n            font-size: 18px !important\n        }\n\n        .intro__txt__tdb::after {\n            bottom: 8px\n        }\n    }\n\n    @media screen and (max-width:749px) {\n\n        #section__title__text .y_ad_on,\n        #section__title__text .y_ad_off {\n            font-size: 12px !important\n        }\n\n        .intro__txt__tdb::after {\n            bottom: 3px\n        }\n    }\n\n    .campaign__item__inner {\n        margin: 100px auto;\n        text-align: center;\n    }\n\n    .campaign__item__inner .font-red {\n        color: #952335;\n    }\n\n    .campaign__item__inner .campaign__catchcopy {\n        padding: 5px 80px;\n        background-color: #000;\n        color: #fff;\n        font-size: 24px;\n        font-weight: bold;\n    }\n\n    .campaign__item__inner .campaign__title {\n        margin: 30px auto;\n        font-size: 30px;\n    }\n\n    .campaign__item__inner .campaign__desc {\n        position: relative;\n        display: inline-block;\n        padding: 35px 10px 30px;\n        border-top: 1px solid #000;\n        border-bottom: 1px solid #000;\n        font-size: 16px;\n    }\n\n    .campaign__item__inner .campaign__desc span {\n        position: absolute;\n        top: -12px;\n        background: #fff;\n        padding: 0 15px;\n        left: 50%;\n        transform: translateX(-50%);\n        -webkit-transform: translateX(-50%);\n        -ms-transform: translateX(-50%);\n        font-size: 18px;\n    }\n\n    .campaign__item__inner .pillow_set_btn {\n        display: block;\n        max-width: 639px;\n        width: 100%;\n        line-height: 32px;\n        padding: 10px;\n        margin: 40px auto 0;\n        font-size: 18px;\n        color: #fff;\n        background-color: #952335;\n        border: none;\n        cursor: pointer;\n        border-radius: 50px;\n    }\n\n    .campaign__item__inner .campaign__scenes__title {\n        display: block;\n        margin-top: 55px;\n        font-size: 18px;\n        font-weight: bold;\n    }\n\n    .campaign__item__inner .campaign__scenes__list {\n        display: flex;\n        gap: 35px;\n        align-items: center;\n        justify-content: center;\n        max-width: 1200px;\n        margin: 30px auto 0;\n    }\n\n    .campaign__item__inner .campaign__other__link {\n        display: inline-block;\n        margin-top: 60px;\n        padding: 15px 40px;\n        font-size: 16px;\n        border: 1px solid #000;\n    }\n\n    .set_swiper-container {\n        display: none;\n    }\n\n    @media screen and (max-width:768px) {\n        .campaign__item__inner {\n            margin: 50px auto;\n            padding: 0 15px;\n        }\n\n        .campaign__item__inner .campaign__scenes__list {\n            display: none;\n        }\n\n        .campaign__item__inner .campaign__catchcopy {\n            font-size: 12px;\n            padding: 5px 20px;\n        }\n\n        .campaign__item__inner .campaign__desc {\n            font-size: 10px;\n            padding: 30px 10px 25px;\n        }\n\n        .campaign__item__inner .campaign__desc span {\n            font-size: 13px;\n            padding: 0 10px;\n        }\n\n        .campaign__item__inner .pillow_set_btn {\n            font-size: 14px;\n        }\n\n        .campaign__item__inner .campaign__title {\n            font-size: 18px;\n            margin-top: 20px;\n        }\n\n        .campaign__item__inner .campaign__scenes__title {\n            font-size: 16px;\n        }\n\n        .set_swiper-container {\n            display: block;\n            width: 100%;\n            height: auto;\n            margin: 20px 0;\n            padding: 0;\n            overflow: hidden;\n            position: relative;\n            \/* 追加 *\/\n        }\n\n        .set_swiper-wrapper {\n            width: 100%;\n            height: 100%;\n            position: relative;\n            display: flex;\n            transition-property: transform;\n            box-sizing: content-box;\n        }\n\n        .set_swiper-slide {\n            text-align: center;\n            background: #fff;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            padding: 0;\n            \/* paddingを削除 *\/\n            transition: transform 0.3s ease;\n        }\n\n        .set_swiper-slide:not(.swiper-slide-active) {\n            transform: scale(0.9);\n            opacity: 0.7;\n        }\n\n        .set_swiper-slide img {\n            width: 70%;\n            max-width: 100%;\n            height: auto;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n            margin: 10px;\n            \/* 画像自体にマージンを追加 *\/\n        }\n\n        .set_swiper-pagination {\n            position: static;\n            margin-top: 20px;\n        }\n\n        .set_swiper-pagination-bullet {\n            width: 12px;\n            height: 12px;\n            background-color: #ccc;\n            opacity: 1;\n        }\n\n        .set_swiper-pagination-bullet-active {\n            background-color: #007aff;\n        }\n    }\n\n    @media screen and (max-width: 749px) {\n        .card-carousel .cover-card {\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n        }\n    }\n\n    \/* FAQ アイコン モダン化 (+\/× CSS回転) *\/\n    #faq .faq__item__question {\n        background-image: none !important;\n        position: relative;\n    }\n    #faq .faq__item__question.open {\n        background-image: none !important;\n    }\n    #faq .faq__item__question::after {\n        content: '+';\n        position: absolute;\n        right: 14px;\n        top: 50%;\n        transform: translateY(-50%) rotate(0deg);\n        font-size: 26px;\n        font-weight: 200;\n        line-height: 1;\n        color: #555;\n        transition: transform 0.35s cubic-bezier(0.4, 0.0, 0.2, 1),\n                    color 0.25s ease;\n        pointer-events: none;\n    }\n    #faq .faq__item__question.open::after {\n        transform: translateY(-50%) rotate(45deg);\n        color: #333;\n    }\n\n    \/* technology__item__graph スライダー カスタマイズ *\/\n    .technology__item__graph .slick-dots {\n        display: flex !important;\n        justify-content: center;\n        align-items: center;\n        gap: 7px;\n        left: 0 !important;\n        width: 100% !important;\n        bottom: -28px;\n    }\n    .technology__item__graph .slick-dots li {\n        background-color: #ccc !important;\n        cursor: pointer;\n        display: block !important;\n        height: 7px !important;\n        width: 7px !important;\n        flex: none !important;\n        margin: 0 !important;\n        padding: 0;\n        border-radius: 50% !important;\n        position: relative;\n        transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease;\n    }\n    .technology__item__graph .slick-dots li button {\n        display: block;\n        width: 100%;\n        height: 100%;\n        padding: 0;\n        opacity: 0;\n        position: absolute;\n        inset: 0;\n        cursor: pointer;\n        font-size: 0;\n    }\n    .technology__item__graph .slick-dots li.slick-active {\n        background-color: #333 !important;\n        width: 9px !important;\n        height: 9px !important;\n        flex: none !important;\n    }\n    .technology__item__graph .slick-prev,\n    .technology__item__graph .slick-next {\n        display: block !important;\n        width: 36px;\n        height: 36px;\n        z-index: 1;\n        top: 40%;\n        transform: translateY(-50%);\n        background-color: rgba(255, 255, 255, 0.78);\n        background-repeat: no-repeat;\n        background-size: 60%;\n        background-position: center;\n        border: none;\n        border-radius: 50%;\n        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14);\n        cursor: pointer;\n        font-size: 0;\n        line-height: 0;\n        color: transparent;\n        opacity: 0.85;\n        transition: opacity 0.25s ease, background-color 0.25s ease, transform 0.2s ease;\n    }\n    .technology__item__graph .slick-prev:hover,\n    .technology__item__graph .slick-next:hover {\n        opacity: 1;\n        background-color: rgba(255, 255, 255, 0.96);\n        transform: translateY(-50%) scale(1.06);\n    }\n    .technology__item__graph .slick-prev {\n        left: 8px;\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M15 18l-6-6 6-6'\/%3E%3C\/svg%3E\") !important;\n    }\n    .technology__item__graph .slick-next {\n        right: 8px;\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M9 18l6-6-6-6'\/%3E%3C\/svg%3E\") !important;\n    }\n\n    \/* 製品比較表 ナビゲーション矢印 *\/\n    .spec__table__nav {\n        display: flex;\n        justify-content: center;\n        gap: 16px;\n        margin-top: 12px;\n    }\n    .spec__table__nav__prev,\n    .spec__table__nav__next {\n        display: block;\n        width: 36px;\n        height: 36px;\n        background-color: rgba(255, 255, 255, 0.78);\n        background-repeat: no-repeat;\n        background-size: 60%;\n        background-position: center;\n        border: none;\n        border-radius: 50%;\n        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14);\n        cursor: pointer;\n        opacity: 0.85;\n        transition: opacity 0.25s ease, background-color 0.25s ease;\n    }\n    .spec__table__nav__prev:hover,\n    .spec__table__nav__next:hover {\n        opacity: 1;\n        background-color: rgba(255, 255, 255, 0.96);\n    }\n    .spec__table__nav__prev {\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M15 18l-6-6 6-6'\/%3E%3C\/svg%3E\");\n    }\n    .spec__table__nav__next {\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M9 18l6-6-6-6'\/%3E%3C\/svg%3E\");\n    }\n\u003c\/style\u003e\n\u003cdiv id=\"buy\" name=\"buy\" style=\"display:block\"\u003e\u003c\/div\u003e\n\n\u003c!-- Swiper JS --\u003e\n\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/Swiper\/11.0.5\/swiper-bundle.min.js\"\u003e\u003c\/script\u003e\n\n\u003cscript\u003e\n    document.addEventListener('DOMContentLoaded', function () {\n        function initSwiper() {\n            if (window.innerWidth \u003c= 768) {\n                const SetSwiper = new Swiper('.set_swiper-container', {\n                    slidesPerView: 1,\n                    spaceBetween: 0,\n                    centeredSlides: true,\n                    speed: 450,\n                    pagination: {\n                        el: '.set_swiper-pagination',\n                        clickable: true,\n                    },\n                    touchRatio: 1,\n                    touchAngle: 45,\n                    grabCursor: true,\n                    loop: true,\n                });\n            }\n        }\n\n        initSwiper();\n\n        window.addEventListener('resize', function () {\n            \/\/ 必要に応じてリサイズ時の処理を追加\n        });\n    });\n\u003c\/script\u003e\n\n\u003cscript\u003e\n    window.addEventListener('DOMContentLoaded', function () {\n\n        var slickOptions = {\n            dots: true,\n            infinite: true,\n            speed: 450,\n            cssEase: 'cubic-bezier(0.25, 0.46, 0.45, 0.94)',\n            slidesToShow: 1,\n            slidesToScroll: 1,\n            centerMode: false,\n            arrows: true\n        };\n\n        function initSlick() {\n            if (!jQuery('.card-carousel').length) return;\n\n            if (window.innerWidth \u003c 768) {\n                if (!jQuery('.card-carousel').hasClass('slick-initialized')) {\n                    jQuery('.card-carousel').slick(slickOptions);\n                }\n            } else {\n                if (jQuery('.card-carousel').hasClass('slick-initialized')) {\n                    jQuery('.card-carousel').slick('unslick');\n                }\n            }\n        }\n\n        if (typeof jQuery !== 'undefined' \u0026\u0026 typeof jQuery.fn.slick !== 'undefined') {\n            initSlick();\n            jQuery(window).on('resize', initSlick);\n        } else {\n            setTimeout(function () {\n                if (typeof jQuery !== 'undefined' \u0026\u0026 typeof jQuery.fn.slick !== 'undefined') {\n                    initSlick();\n                    jQuery(window).on('resize', initSlick);\n                }\n            }, 100);\n        }\n\n    });\n\u003c\/script\u003e\n\u003c!-- ピローcoverカードのカルーセル ここまで --\u003e\n","brand":"株式会社ブレインスリープ","offers":[{"title":"オーガニックスリープ \/ ホワイト","offer_id":45417281421534,"sku":"P0003S1-FRCW","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"オーガニックスリープ \/ ネイビー\/ブルー","offer_id":46864495739102,"sku":"P0003S1-FRMN","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"オーガニックスリープ \/ グレー","offer_id":45417281487070,"sku":"P0003S1-FRSG","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"アクティブエア \/ ホワイト","offer_id":45417281290462,"sku":"P0003S1-FRWH","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"アクティブエア \/ ネイビー\/ブルー","offer_id":46864495706334,"sku":"P0003S1-FRNV","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"パーフェクト クール EX \/ ネイビー\/ブルー","offer_id":46864495771870,"sku":"P0003S1-FRSX","price":34100.0,"currency_code":"JPY","in_stock":true},{"title":"パーフェクト クール EX \/ グレー","offer_id":46645168210142,"sku":"P0003S1-FRLG","price":34100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_thumbnail_pillow_neckconditioning_organic_cloudwhite_10c623e2-7787-4f6f-ab2b-78bf41cdcba3.webp?v=1762399800"},{"product_id":"pillow_snoreless","title":"ブレインスリープ ピロー スノーレス","description":"\u003cstyle\u003e\n    p:empty {\n        margin: 0;\n        padding: 0;\n    }\n\n    .campaign__item {\n        display: flow-root;\n    }\n\n    .intro01__bg,\n    .intro03__bg,\n    .intro04__bg,\n    .intro05__bg {\n        height: 100%;\n    }\n\n    .intro01__bg img,\n    .intro03__bg img,\n    .intro04__bg img,\n    .intro05__bg img {\n        height: 100% !important;\n        object-fit: cover;\n    }\n\n    .mv__caption {\n        z-index: 2 !important;\n    }\n\n    #MainContent,\n    html.js {\n        overflow: unset;\n    }\n\n    .technology__item__desc div:empty {\n        display: block;\n    }\n\n    .lp_area {\n        overflow-x: hidden;\n    }\n\n    .lp_area .other__pillow__text__sub__more {\n        color: #fff;\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__title,\n    .section__title__text,\n    .technology__item__title,\n    .technology__item__graph__title,\n    .technology__item__desc__text__content__title,\n    .intro04__fuki p,\n    .dclinic__body__dr p:nth-of-type(1),\n    .dclinic__body__dr p:nth-of-type(2),\n    .dclinic__body__dr p:nth-of-type(4),\n    .mv__caption__text,\n    .sleep__info__book__text__title,\n    .sleep__info__quality__golden__title {\n        margin: 0;\n    }\n\n    .intro01__ttl,\n    .dclinic__head__ttl,\n    .dclinic__body__ttl,\n    .dclinic__body__dr p:nth-of-type(3),\n    .intro05__txt,\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__item__desc__text__content__desc,\n    .technology__link__lists__title {\n        margin-bottom: 0;\n    }\n\n    .lp_area video {\n        height: auto;\n    }\n\n    .lp_area {\n        overflow-x: hidden;\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    .lp_area img {\n        border: unset;\n    }\n\n    .technology__link__lists {\n        padding: 0 !important;\n    }\n\n    .animated {\n        -webkit-animation-duration: 1s;\n        animation-duration: 1s;\n        -webkit-animation-fill-mode: both;\n        animation-fill-mode: both;\n    }\n\n    .fadeInUpShort {\n        opacity: 0;\n        -webkit-transform: translateY(20px);\n        transform: translateY(20px);\n    }\n\n    .rwlp__wrapper img {\n        width: 100%;\n    }\n\n    h1,\n    h2,\n    h3 {\n        font-weight: 400 !important;\n    }\n\n    .only_sp {\n        display: none;\n    }\n\n    .pillow__mv {\n        font-weight: 500;\n        height: 56.0714285714286vw;\n        overflow: hidden;\n        position: relative;\n    }\n\n    .pillow__mv__layer1 {\n        height: 100%;\n        left: 0;\n        position: absolute;\n        top: 0;\n        width: 100vw;\n    }\n\n    .mv__caption {\n        left: 7.65vw;\n        position: absolute;\n        top: 5.42857vw;\n        z-index: 3;\n    }\n\n    .mv__caption__title {\n        margin-top: 2.4vw;\n        max-width: 100%;\n        width: 22.07142vw;\n    }\n\n    .mv__caption__text {\n        font-size: 2.96vw;\n        line-height: 1.2;\n    }\n\n    .mv__caption__text span {\n        font-size: 1.7921vw;\n    }\n\n    .termina {\n        font-family: Termina, YuGothic, \"Yu Gothic\", \"Yu Gothic Pr6N R\",\n            \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\", sans-serif;\n        font-weight: 400;\n    }\n\n    @media screen and (max-width: 749px) {\n        .only_sp {\n            display: block;\n        }\n\n        .pillow__mv {\n            height: 142vw;\n        }\n\n        .mv__caption {\n            left: 8vw;\n            position: absolute;\n            top: 12vw;\n            transform: none;\n        }\n\n        .mv__caption__text {\n            font-size: 6.9333vw;\n        }\n\n        .mv__caption__text span {\n            font-size: 5.06666vw;\n            margin-top: 4vw;\n        }\n\n        .mv__caption__title {\n            margin-top: 4vw;\n            width: 40.2666vw;\n        }\n    }\n\n    .u-ta-c {\n        text-align: center !important;\n    }\n\n    .u-mt-8 {\n        margin-top: 8px !important;\n    }\n\n    @media screen and (max-width: 1400px) {\n        .intro01__bg img {\n            max-width: unset;\n            width: 1400px;\n        }\n    }\n\n    .dclinic__body__dr p:nth-of-type(1) {\n        font-size: 16px;\n    }\n\n    .dclinic__body__dr p:nth-of-type(2) {\n        font-size: 24px;\n    }\n\n    .dclinic__body__dr p:nth-of-type(3) {\n        font-size: 16px;\n        margin-bottom: 14px;\n    }\n\n    .dclinic__body__dr p:nth-of-type(4) {\n        font-size: 16px;\n        line-height: 1.8;\n    }\n\n    @media screen and (max-width: 749px) {\n        .intro01__bg img {\n            width: 100%;\n        }\n\n        .dclinic__body__dr p:nth-of-type(1) {\n            font-size: 16px;\n        }\n\n        .dclinic__body__dr p:nth-of-type(2) {\n            font-size: 24px;\n            margin-bottom: 12px;\n        }\n\n        .dclinic__body__dr p:nth-of-type(3) {\n            font-size: 14px;\n            margin-bottom: 14px;\n        }\n\n        .dclinic__body__dr p:nth-of-type(4) {\n            font-size: 14px;\n            line-height: 1.8;\n        }\n    }\n\n    .container {\n        width: 100% !important;\n    }\n\n    body {\n        overflow-x: hidden;\n    }\n\n    h1,\n    h2,\n    h3 {\n        font-weight: 400 !important;\n    }\n\n    .support-benefits-section {\n        width: 100%;\n        background-color: #f5f0eb;\n        display: flex;\n        justify-content: center;\n    }\n\n    .support-benefits-section__eco-box {\n        display: flex;\n        justify-content: center;\n    }\n\n    .support-benefits-section__support {\n        padding: 40px 20px;\n        text-align: center;\n        max-width: 1080px;\n    }\n\n    .support-benefits-section__support-title {\n        font-weight: bold;\n        letter-spacing: 0.05em;\n        color: #000;\n        ;\n        margin: 0 0 3vw;\n        font-size: 27px;\n        line-height: 1.6;\n        text-align: justify;\n    }\n\n    .support-benefits-section__support-subtitle {\n        color: #000;\n        font-size: 16px;\n        text-align: justify;\n        font-weight: bold;\n        line-height: 1.6;\n        margin: 0 0 30px;\n    }\n\n    .support-benefits-section__guarantee {\n        list-style: none;\n        padding: 0;\n        margin: 0 0 8vw;\n    }\n\n    .support-benefits-section__guarantee-item {\n        padding: 30px 0;\n        border-bottom: 1px solid #d5cec6;\n    }\n\n    .support-benefits-section__guarantee-item:first-child {\n        border-top: 1px solid #d5cec6;\n    }\n\n    .support-benefits-section__guarantee-header {\n        display: flex;\n        align-items: center;\n        gap: 3vw;\n        margin-bottom: 2vw;\n    }\n\n    .rwlp__wrapper img.support-benefits-section__guarantee-icon {\n        display: block;\n        width: 38px;\n        height: auto;\n        flex-shrink: 0;\n    }\n\n    .support-benefits-section__guarantee-title {\n        font-weight: bold;\n        color: #000;\n        ;\n        margin: 0;\n        letter-spacing: 0.05em;\n        font-size: 25px;\n    }\n\n    .support-benefits-section__guarantee-text {\n        font-size: 14px;\n        color: #000;\n        line-height: 1.6;\n        margin: 0;\n        text-align: left;\n    }\n\n    .support-benefits-section__shop-box {\n        display: flex;\n        justify-content: center;\n    }\n\n    .support-benefits-section__shop-link {\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        background-color: #fff;\n        border: 1px solid #000;\n        padding: 20px;\n        text-decoration: none;\n        color: #000;\n        max-width: 400px;\n        width: 100%;\n    }\n\n    .support-benefits-section__shop-link-inner {\n        text-align: left;\n    }\n\n    .support-benefits-section__shop-link-title {\n        font-weight: bold;\n        letter-spacing: 0.05em;\n        display: block;\n        margin-bottom: 1vw;\n    }\n\n    .support-benefits-section__shop-link-sub {\n        color: #000;\n        display: block;\n    }\n\n    .support-benefits-section__shop-link-arrow {\n        color: #000;\n        ;\n        flex-shrink: 0;\n    }\n\n    .support-benefits-section__eco {\n        background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_bg.png?v=1771316331');\n        background-size: cover;\n        background-position: center;\n        background-repeat: no-repeat;\n        padding: 50px 20px 30px;\n        margin-top: 24px;\n        max-width: 800px;\n    }\n\n    .support-benefits-section__eco-logo {\n        display: block;\n        max-width: 200px !important;\n        margin: 0 0 50px;\n    }\n\n    .support-benefits-section__eco-title {\n        font-size: 24px;\n        font-weight: bold !important;\n        line-height: 1.8;\n        letter-spacing: 0.05em;\n        color: #000;\n        margin: 0 0 30px;\n        text-align: left;\n        line-height: 1.6;\n    }\n\n    .support-benefits-section__eco-text {\n        font-size: 16px;\n        color: #000;\n        line-height: 1.8;\n        margin: 0 0 50px;\n        text-align: left;\n    }\n\n    .support-benefits-section__eco-link {\n        width: 100%;\n        display: block;\n        color: #000;\n        text-decoration: none;\n        letter-spacing: 0.05em;\n        padding: 20px;\n        font-size: 14px;\n    }\n\n    @media (min-width: 768px) {\n        .support-benefits-section__support {\n            padding: 60px 40px 40px;\n        }\n\n        .support-benefits-section__support-title {\n            font-size: 24px;\n            margin: 0 0 12px;\n            text-align: center;\n        }\n\n        .support-benefits-section__support-subtitle {\n            font-size: 14px;\n            margin: 0 0 30px;\n            text-align: center;\n        }\n\n        .support-benefits-section__guarantee {\n            display: flex;\n            gap: 24px;\n            margin: 0 0 32px;\n        }\n\n        .support-benefits-section__guarantee-item {\n            flex: 1;\n            padding: 24px;\n            border-bottom: none;\n            border-top: none;\n        }\n\n        .support-benefits-section__guarantee-item:first-child {\n            border-top: none;\n        }\n\n        .support-benefits-section__guarantee-header {\n            gap: 12px;\n            margin-bottom: 8px;\n        }\n\n        .support-benefits-section__guarantee-title {\n            font-size: 18px;\n        }\n\n        .support-benefits-section__shop-link {\n            padding: 20px 24px;\n            max-width: 400px;\n        }\n\n        .support-benefits-section__shop-link-title {\n            font-size: 16px;\n            margin-bottom: 4px;\n        }\n\n        .support-benefits-section__shop-link-sub {\n            font-size: 13px;\n        }\n\n        .support-benefits-section__shop-link-arrow {\n            font-size: 18px;\n        }\n\n        .support-benefits-section__eco {\n            padding: 50px 40px 30px;\n        }\n    }\n\n    @media (max-width: 767px) {\n        .support-benefits-section__eco-logo {\n            width: 50% !important;\n            margin: 0 0 24px;\n        }\n\n        .support-benefits-section__eco-title {\n            font-size: 16px;\n            margin: 0 0 12px;\n        }\n\n        .support-benefits-section__eco-text {\n            font-size: 14px;\n            margin: 0 0 16px;\n        }\n\n        .support-benefits-section__eco-link {\n            font-size: 14px;\n        }\n    }\n\n    .spec__item {\n        font-weight: 500;\n        padding-bottom: 125px;\n        padding-top: 56px;\n    }\n\n    .spec__item__inner {\n        padding-left: 6.7142857142857vw;\n    }\n\n    .spec__item__title {\n        font-family: Termina, YuGothic, \"Yu Gothic\", \"Yu Gothic Pr6N R\",\n            \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\", sans-serif;\n        font-size: 30px;\n        font-weight: 400;\n        letter-spacing: 0.02em;\n        line-height: 1;\n    }\n\n    .spec__item__desc {\n        display: flex;\n        flex-direction: row-reverse;\n        margin-top: 80px;\n        justify-content: space-between;\n    }\n\n    .spec__item__desc__text {\n        display: flex;\n        flex-direction: column;\n        flex-shrink: 0;\n        margin-right: 8.0714285714286vw;\n        width: 26.2857142857143vw;\n    }\n\n    .spec__item__desc__text__img {\n        margin-top: 50px;\n    }\n\n    .spec__item__desc__text__img.img02 {\n        margin-top: 30px;\n    }\n\n    .spec__item__desc__img {\n        flex-shrink: 0;\n        width: 58.1428571428571vw;\n    }\n\n    .spec__item__desc__text__content__title {\n        font-size: 30px;\n        line-height: 1.3;\n        font-weight: 400 !important;\n    }\n\n    .spec__item__desc__text__content__desc {\n        font-size: 16px;\n        line-height: 1.9375;\n        margin-top: 30px;\n    }\n\n    @media screen and (max-width: 749px) {\n        .only_pc {\n            display: none;\n        }\n\n        .spec__item {\n            padding-bottom: 70px;\n            padding-top: 50px;\n        }\n\n        .spec__item__inner {\n            padding-left: 0;\n        }\n\n        .spec__item__title {\n            padding: 0 20px;\n        }\n\n        .spec__item__desc {\n            flex-direction: column;\n            margin-top: 35px;\n        }\n\n        .technology__item__desc__img {\n            margin-left: 0 !important;\n            width: 100% !important;\n        }\n\n        .spec__item__desc__img {\n            padding-left: 0 !important;\n            width: 100%;\n        }\n\n        .spec__item__desc__text {\n            display: block;\n            margin: 25px 0 0;\n            padding: 0 20px;\n            width: 100%;\n        }\n\n        .spec__item__desc__text__content__title {\n            font-size: 25px;\n            line-height: 1.44;\n        }\n\n        .spec__item__desc__text__content__desc {\n            margin-top: 30px;\n        }\n\n        .spec__item__title {\n            font-size: 25px;\n        }\n    }\n\n    .u-cf:after {\n        display: table;\n        clear: both;\n        content: \"\";\n    }\n\n    img {\n        vertical-align: bottom;\n    }\n\n    .sleep__info {\n        background-color: #a2c2dd;\n        font-weight: 500;\n    }\n\n    .sleep__info__book {\n        padding-bottom: 20px;\n        padding-top: 70px;\n    }\n\n    .sleep__info__book__top {\n        font-size: 36px;\n        font-weight: 400 !important;\n        text-align: center;\n    }\n\n    .sleep__info__book__inner {\n        margin: 0 auto;\n        width: 690px;\n    }\n\n    .sleep__info__book__inner__flex {\n        display: flex;\n        margin-top: 40px;\n        justify-content: space-between;\n    }\n\n    .sleep__info__book__img {\n        width: 168px;\n    }\n\n    .sleep__info__book__img img {\n        width: 100%;\n    }\n\n    .sleep__info__book__text {\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n    }\n\n    .sleep__info__book__text__title {\n        font-size: 30px;\n        line-height: 1.2;\n        font-weight: 400 !important;\n    }\n\n    @media screen and (max-width: 749px) {\n        .sleep__info__book {\n            padding-bottom: 20vw;\n            padding-top: 20px;\n        }\n\n        .sleep__info__book__inner {\n            margin: 0 auto;\n            padding: 0 20px;\n            width: 100%;\n        }\n\n        .sleep__info__book__top {\n            font-size: 25px;\n            line-height: 1.64;\n            text-align: center;\n        }\n\n        .sleep__info__book__inner__flex {\n            align-items: center;\n            flex-direction: column;\n            margin-top: 30px;\n        }\n\n        .sleep__info__book__img {\n            width: 103px;\n        }\n\n        .sleep__info__book__text {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            margin-top: 30px;\n            padding-left: 0;\n        }\n\n        .sleep__info__book__text__title {\n            font-size: 20px;\n            line-height: 1.35;\n            text-align: center;\n        }\n    }\n\n    .header__bnr a {\n        display: block;\n        text-align: center;\n    }\n\n    .intro__head {\n        background-color: #e7e5d6;\n        padding: 0 6.7142857142857vw;\n    }\n\n    .intro__head img {\n        max-width: 100%;\n    }\n\n    .intro__head__inner {\n        width: 100%;\n        margin: 0 auto;\n        position: relative;\n        max-width: 1130px;\n    }\n\n    @media screen and (max-width: 749px) {\n        .intro__head {\n            padding: 0;\n        }\n    }\n\n    .u-pc {\n        display: block !important;\n    }\n\n    .u-sp {\n        display: none !important;\n    }\n\n    @media screen and (max-width: 749px) {\n        .u-pc {\n            display: none !important;\n        }\n\n        .u-sp {\n            display: block !important;\n        }\n    }\n\n    body {\n        visibility: visible !important;\n        opacity: 1 !important;\n    }\n\n    @media screen and (max-width: 749px) {\n        #size .spec__item__size__lists .slick-dots {\n            left: 20px;\n            width: calc(100% - 40px);\n        }\n    }\n\n    @media screen and (max-width: 749px) {\n        .mv__caption .mv__caption__text {\n            padding: 0;\n        }\n    }\n\n    html {\n        scroll-behavior: smooth;\n    }\n\n    .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {\n        transform: unset;\n        animation: unset;\n        opacity: 1;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n    \u003cmain\u003e\n        \u003csection class=\"pillow__mv\" id=\"pillow-mv\"\u003e\n            \u003cdiv class=\"pillow__mv__layer1\"\u003e\n                \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_kv_model.jpg\" alt=\"\" width=\"2000\" height=\"1142\"\u003e\n                \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_kv_model_sp.jpg?01\" alt=\"\" width=\"750\" height=\"1066\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"mv__caption\"\u003e\n                \u003ch1 class=\"mv__caption__text\"\u003e\n                    いびきをカット\u003cbr\u003e\u003cspan\u003e横向き寝を促進し、快適な眠りを。\u003c\/span\u003e\n                \u003c\/h1\u003e\n                \u003cdiv class=\"mv__caption__title\"\u003e\n                    \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_kv_logo.png\" alt=\"BRAINSLEEP PILLOW SNORELESS\" width=\"309\" height=\"144\"\u003e\n                    \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_kv_logo_sp.png\" alt=\"BRAINSLEEP PILLOW SNORELESS\" width=\"152\" height=\"66\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"sleep__info\" id=\"sleep__info\"\u003e\n            \u003cdiv class=\"sleep__info__book\"\u003e\n                \u003cdiv class=\"sleep__info__book__inner\"\u003e\n                    \u003ch2 class=\"sleep__info__book__top\"\u003e\n                        睡眠で大事なのは\u003cbr class=\"only_sp\"\u003e“時間だけでなく質”\n                    \u003c\/h2\u003e\n                    \u003cdiv class=\"sleep__info__book__inner__flex\"\u003e\n                        \u003cdiv class=\"sleep__info__book__img\"\u003e\n                            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_stanford_method.png\" alt=\"スタンフォード式 最高の睡眠\" width=\"168\" height=\"241\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"sleep__info__book__text\"\u003e\n                            \u003ch3 class=\"sleep__info__book__text__title y_ad_off\"\u003e\n                                『スタンフォード式 最高の睡眠』\u003cbr class=\"only_sp\"\u003eの\u003cbr class=\"only_pc\"\u003eメソッドを\u003cbr class=\"only_sp\"\u003e集約した\n                                唯一の枕。\n                            \u003c\/h3\u003e\n                            \u003ch3 class=\"sleep__info__book__text__title y_ad_on\" style=\"display: none\"\u003e\n                                『スタンフォード式 最高の睡眠』\u003cbr class=\"only_sp\"\u003eの\u003cbr class=\"only_pc\"\u003eメソッドを\u003cbr class=\"only_sp\"\u003e集約した枕。\n                            \u003c\/h3\u003e\n                            \u003cp class=\"sleep__info__book__text__desc y_ad_off\"\u003e\n                                人生の約3分の1が睡眠。\u003cbr\u003e睡眠の質が悪いと脳や身体が休まらず、\u003cbr\u003e本来のパフォーマンスを引き出すことができません。\u003cbr\u003e毎日使う大事な寝具だからこそ、質から見直しませんか?\n                            \u003c\/p\u003e\n                            \u003cp class=\"sleep__info__book__text__desc y_ad_on\" style=\"display: none\"\u003e\n                                人生の約3分の1が睡眠。\u003cbr\u003e睡眠の質が悪いと本来のパフォーマンスを\u003cbr\u003e引き出すことができません。\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=\"intro01 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"intro01__bg\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro01_bg_model.png\" alt=\"\" width=\"1000\" height=\"425\"\u003e\n                \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro01_bg_model_sp.png\" alt=\"\" width=\"375\" height=\"472\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro01__inner fadeInUpShort animated\"\u003e\n                \u003cp class=\"intro01__ttl\"\u003e\n                    日本人の\u003cspan class=\"termina\"\u003e6\u003c\/span\u003e人に\u003cspan class=\"termina\"\u003e1\u003c\/span\u003e人が\u003cbr\u003e習慣的にいびきをかいている。\u003cbr\u003eパートナーの睡眠にも影響が。\n                \u003c\/p\u003e\n                \u003cp class=\"intro01__txt\"\u003e\n                    日本では「いびき」をかく人は約\u003cspan class=\"termina\"\u003e2000\u003c\/span\u003e万人いるとされ、\u003cbr class=\"u-pc\"\u003eそのうちの約\u003cspan class=\"termina\"\u003e300\u003c\/span\u003e万人から\u003cspan class=\"termina\"\u003e500\u003c\/span\u003e万人が睡眠時無呼吸症\u003cbr class=\"u-pc\"\u003e候群ではないかと推定されています。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"intro02 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"intro02__bg\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro02_bg1.jpg\" alt=\"\" width=\"992\" height=\"585\"\u003e\n                \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro02_bg.jpg\" alt=\"\" width=\"375\" height=\"500\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro02__bg2\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro02_bg2.png\" alt=\"\" width=\"1000\" height=\"1000\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro02__inner fadeInUpShort animated\"\u003e\n                \u003cp class=\"intro02__ttl\"\u003e\n                    \u003cspan\u003eいびきの原因は\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e仰向け寝で気道が狭くなること\u003c\/span\u003e\n                \u003c\/p\u003e\n                \u003cp class=\"intro02__txt\"\u003e\n                    いびきをかく理由は、寝ているときに下顎を支える筋肉が緩み気道をふさいでしまうためです。下顎の筋肉が緩むと重力で軟口蓋や舌の付け根などが落ち込み、気道が狭くなります。\n                \u003c\/p\u003e\n                \u003cdiv class=\"intro02__img\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro02_img.png\" alt=\"\" width=\"1000\" height=\"572\"\u003e\n                    \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro02_img_sp.png?3\" alt=\"\" width=\"307\" height=\"761\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro02__arrow\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_arrow.png\" alt=\"\" width=\"75\" height=\"86\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"intro03 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"intro03__bg\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro03_bg_model.jpg\" alt=\"\" width=\"1000\" height=\"357\"\u003e\n                \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro03_bg_model_sp.jpg\" alt=\"\" width=\"375\" height=\"510\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro03__inner fadeInUpShort animated\"\u003e\n                \u003cp class=\"intro03__ttl\"\u003e\n                    \u003cspan\u003eいびき軽減には、\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e気道を確保する \u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e横向き寝が効果的。\u003c\/span\u003e\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"intro04 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"intro04__bg\"\u003e\n                \u003cvideo id=\"video01\" class=\"u-pc lozad\" width=\"1400\" height=\"596\" style=\"aspect-ratio: 1400\/596\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cc16e1a081244151b895607b12f707b7.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\n                \u003cvideo class=\"u-sp lozad\" width=\"750\" height=\"750\" style=\"aspect-ratio: 750\/750\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5af86c8b2c0c4a3ebcaef3f7b715f39b.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro04__inner fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"intro04__fuki\"\u003e\n                    \u003cp\u003e最大\u003cspan class=\"termina\"\u003e66\u003c\/span\u003e%いびき軽減\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"intro04__ttl\"\u003e\n                    クラウンウェーブ形状で\u003cbr\u003e\u003cspan\u003eいびきを抑える\u003cbr class=\"u-sp\"\u003e横向き寝促進ピロー\u003c\/span\u003e\n                \u003c\/p\u003e\n                \u003cdiv class=\"dclinic\"\u003e\n                    \u003cdiv class=\"dclinic__head\"\u003e\n                        \u003cp class=\"dclinic__head__ttl\"\u003e\n                            いびき・睡眠時無呼吸症候群\u003cbr class=\"u-sp\"\u003e専門クリニックが推奨\n                        \u003c\/p\u003e\n                        \u003cp class=\"dclinic__head__txt\"\u003e\n                            ブレインスリープが共同研究を行っている\u003cspan class=\"termina\"\u003eD\u003c\/span\u003eクリニック東京ウェルネスではいびき予防の一環として\u003cbr class=\"u-pc\"\u003e寝姿勢改善のためブレインスリープ ピロー\n                            スノーレスの使用をおすすめしています。\n                        \u003c\/p\u003e\n                        \u003cdiv class=\"dclinic__head__logo\"\u003e\n                            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_logo_dclinic.png\" alt=\"\" width=\"359\" height=\"48\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"dclinic__img\"\u003e\n                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_img_dclinic.jpg\" alt=\"\" width=\"1000\" height=\"258\"\u003e\n                        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_img_dclinic_sp.jpg\" alt=\"\" width=\"306\" height=\"245\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"dclinic__body\"\u003e\n                        \u003cp class=\"dclinic__body__ttl\"\u003e\n                            横向き寝で正常域まで\u003cbr class=\"u-sp\"\u003e改善することも\n                        \u003c\/p\u003e\n                        \u003cdiv class=\"dclinic__body__wrap\"\u003e\n                            \u003cdiv class=\"dclinic__body__description\"\u003e\n                                \u003cp class=\"dclinic__body__txt\"\u003e\n                                    睡眠時無呼吸症候群（\u003cspan class=\"termina\"\u003eSAS\u003c\/span\u003e）にならないようにするには普段の生活における心がけが重要です。飲酒制限や、睡眠薬使用の制限などの指導、肥満者の場合には減量の指示、また寝姿勢の改善（横向きの寝姿勢への変更）などによって、\u003cspan class=\"termina\"\u003eSAS\u003c\/span\u003eの重症度がある程度軽減される場合があります。軽症の患者の場合には、無呼吸が正常域近くまで改善するケースも見られます。\n                                \u003c\/p\u003e\n                                \u003cdiv class=\"dclinic__body__dr u-pc\"\u003e\n                                    \u003cp\u003e睡眠センター長\u003c\/p\u003e\n                                    \u003cp\u003e井坂 奈央\u003c\/p\u003e\n                                    \u003cp\u003e\n                                        \u003cspan class=\"termina\"\u003eD\u003c\/span\u003eクリニック東京ウェルネス \/\n                                        睡眠・\u003cspan class=\"termina\"\u003eSAS\u003c\/span\u003e外来 \/ 医学博士\n                                    \u003c\/p\u003e\n                                    \u003cp\u003e\n                                        認定資格　日本睡眠学会専門医 \/ 耳鼻咽喉科専門医 \/\n                                        厚生労働省指定オンライン診療研修修了\n                                    \u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"dclinic__body__img\"\u003e\n                                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_dr_dclinic.jpg\" alt=\"\" width=\"494\" height=\"357\"\u003e\n                                \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_dr_dclinic_sp.jpg\" alt=\"\" width=\"261\" height=\"189\"\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"dclinic__body__dr u-sp\"\u003e\n                                \u003cp\u003e睡眠センター長\u003c\/p\u003e\n                                \u003cp\u003e井坂 奈央\u003c\/p\u003e\n                                \u003cp\u003e\n                                    \u003cspan class=\"termina\"\u003eD\u003c\/span\u003eクリニック東京ウェルネス \/\n                                    睡眠・\u003cspan class=\"termina\"\u003eSAS\u003c\/span\u003e外来 ／ 医学博士\n                                \u003c\/p\u003e\n                                \u003cp\u003e\n                                    認定資格　日本睡眠学会専門医 \/ 耳鼻咽喉科専門医 \/\n                                    厚生労働省指定オンライン診療研修修了\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"intro05 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"intro05__bg\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro05_bg_model.jpg\" alt=\"\" width=\"1000\" height=\"586\"\u003e\n                \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro05_bg_model.png\" alt=\"\" width=\"375\" height=\"539\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro05__inner fadeInUpShort animated\"\u003e\n                \u003cp class=\"intro05__txt\"\u003e\n                    気道を確保し、いびきをケア。\u003cbr\u003eパートナーのためにも\u003cbr class=\"u-sp\"\u003e静かな夜を。\n                \u003c\/p\u003e\n                \u003cdiv class=\"intro05__logo\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_product_logo.png\" alt=\"\" width=\"277\" height=\"129\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology js-box animatedParent animateOnce\" id=\"technology\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"section__title fadeInUpShort animated\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eTECHNOLOGY\u003c\/span\u003eテクノロジー\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__link\"\u003e\n                \u003cul class=\"technology__link__lists fadeInUpShort animated\"\u003e\n                    \u003cli class=\"item fadeInUpShort animated\"\u003e\n                        \u003ca href=\"#tech01\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\n                                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_nav01.jpg\" alt=\"\" width=\"395\" height=\"364\"\u003e\n                                \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_nav01_sp.jpg\" alt=\"\" width=\"106\" height=\"98\"\u003e\n                            \u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title\"\u003e\n                                \u003cspan\u003e01\u003c\/span\u003e横向き寝促進の\u003cbr\u003eクラウンウェーブ\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"item fadeInUpShort animated\"\u003e\n                        \u003ca href=\"#tech02\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\n                                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_nav02_model.jpg\" alt=\"\" width=\"395\" height=\"364\"\u003e\n                                \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_nav02_model_sp.jpg\" alt=\"\" width=\"106\" height=\"98\"\u003e\n                            \u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title\"\u003e\n                                \u003cspan\u003e02\u003c\/span\u003e超通気性素材で\u003cbr\u003e深い眠りへ\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"item fadeInUpShort animated\"\u003e\n                        \u003ca href=\"#tech03\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\n                                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_nav03.jpg\" alt=\"\" width=\"395\" height=\"364\"\u003e\n                                \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_nav03_sp.jpg\" alt=\"\" width=\"106\" height=\"98\"\u003e\n                            \u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title no03\"\u003e\n                                \u003cspan\u003e03\u003c\/span\u003e水洗いできて清潔\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item\" id=\"tech01\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                        \u003cspan\u003e01\u003c\/span\u003eCrown wave\n                    \u003c\/h2\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_01\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                        \u003cvideo id=\"video02\" class=\"lozad\" width=\"750\" height=\"422\" style=\"aspect-ratio: 750\/422\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/3c2a16730ef04c888e2a705944f6ecc6.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\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\n                                いびきを抑える\u003cbr\u003eクラウンウェーブ形状が、\u003cbr\u003e横向き寝を促進、呼吸を整える\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                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_02\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                        \u003cvideo id=\"video03\" class=\"lozad\" width=\"750\" height=\"422\" style=\"aspect-ratio: 750\/422\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/558d3cf7598545b692f1a83abe563c8f.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\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                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_03\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"border: 1px solid #000\"\u003e\n                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_03.png\" alt=\"\" width=\"817\" height=\"459\"\u003e\n                        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_03_sp.png\" alt=\"\" width=\"355\" height=\"200\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__img u-sp fadeInUpShort animated\"\u003e\n                        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_04.png\" alt=\"\" width=\"355\" height=\"355\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                                いびきが66％軽減\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                10人のいびきに悩みを抱える被験者の睡眠中に横向きになっている時間といびき発生頻度を計測したところ、一般的な枕と比較してブレインスリープ\n                                ピロー\n                                スノーレスを使うと横向きの時間が増え、いびきの発生頻度も66％軽減という結果に。横向きで眠ることで自然といびきを解消します。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc u-mt-16 animatedParent animateOnce\" id=\"tech01_04\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img u-pc fadeInUpShort animated\" style=\"border: 1px solid #000\"\u003e\n                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_04_sp.png\" alt=\"\" width=\"817\" height=\"459\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text u-pc fadeInUpShort animated\"\u003e\n                        \u003cbr\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_05\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_05.jpg\" alt=\"\" width=\"817\" height=\"459\"\u003e\n                        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_05_sp.jpg\" alt=\"\" width=\"355\" height=\"200\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__img u-sp fadeInUpShort animated\"\u003e\n                        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_06_model_sp.jpg\" alt=\"\" width=\"354\" height=\"400\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\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                                ソフトサイド\/スタンダードサイドのダブル設計でそれぞれの好みや体格に応じて最適に寝姿勢をサポートします。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc u-mt-16 animatedParent animateOnce\" id=\"tech01_06\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img u-pc fadeInUpShort animated\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_06_model.jpg\" alt=\"\" width=\"815\" height=\"920\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text u-pc fadeInUpShort animated\"\u003e\n                        \u003cbr\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_07\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_07_model.jpg\" alt=\"\" width=\"810\" height=\"490\"\u003e\n                        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_07_model_sp.jpg\" alt=\"\" width=\"355\" height=\"215\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\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 animatedParent animateOnce\" id=\"tech02\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"\"\u003e\n                    \u003ch2 class=\"technology__item__title\"\u003e\n                        \u003cspan\u003e02\u003c\/span\u003eSuper breathable\n                    \u003c\/h2\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\" id=\"tech02_01\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img\"\u003e\n                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech02_01_model.jpg\" alt=\"\" width=\"816\" height=\"459\"\u003e\n                        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech02_01_model_sp.jpg\" alt=\"\" width=\"350\" height=\"350\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\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％以上が空気層でできているので、睡眠時に発生する熱や湿気が枕にこもらず、快適な睡眠環境をつくります。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"tech01_01\"\u003e\n                            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_01.png\" alt=\"\" width=\"300\" height=\"214\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\" id=\"tech02_02\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"padding: 0; height: unset\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech02_02.jpg\" alt=\"\" width=\"816\" height=\"459\" style=\"height: unset; position: relative\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\u003cbr\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content__btn\"\u003e\n                            エビデンスをより詳しく\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__graph\"\u003e\n                    \u003cdiv class=\"technology__item__graph__content\"\u003e\n                        \u003cdiv class=\"technology__item__graph__img\"\u003e\n                            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_evidence2_1.png\" alt=\"熱がこもらない\" width=\"360\" height=\"275\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__graph__text\"\u003e\n                            \u003ch3 class=\"technology__item__graph__title\"\u003e\n                                放熱量が高く、\u003cbr\u003e熱がこもらない\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__graph__desc\"\u003e\n                                熱がこもってしまうと、睡眠の質に影響してしまいます。\n                                \u003cbr\u003e本製品は通気性がよい素材のため、他素材と比較しても熱がこもりにくく、一晩中快適に眠ることができます。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item animatedParent animateOnce\" id=\"tech03\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"\"\u003e\n                    \u003ch2 class=\"technology__item__title\"\u003e\n                        \u003cspan\u003e03\u003c\/span\u003eSuper clean\n                    \u003c\/h2\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                        \u003cvideo class=\"lozad\" width=\"750\" height=\"422\" style=\"aspect-ratio: 750\/422\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fd48c0978e4940dc88ba26ec0838dee0.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\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\n                                シャワーで水洗いできて清潔\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                人間は寝ている間に、コップ1杯分（約200ml）の汗をかくと言われています。\u003cbr\u003e抜群の通気性で湿気をためず、衛生的です。さらに、水洗いもできてすぐ乾くので、いつでも清潔に保てます。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content__btn\"\u003e\n                            エビデンスをより詳しく\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__graph\"\u003e\n                    \u003cdiv class=\"technology__item__graph__content\"\u003e\n                        \u003cdiv class=\"technology__item__graph__img\"\u003e\n                            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_evidence2_2.png\" alt=\"カビの発生が少ない\" width=\"311\" height=\"230\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__graph__text\"\u003e\n                            \u003ch3 class=\"technology__item__graph__title\"\u003eカビの発生が少ない\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__graph__desc\"\u003e\n                                他素材と比較して圧倒的にカビの発生量が低いのがわかります。ハウスダスト、アレルギーの方、お子様と一緒に寝ている方にもおススメです。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__graph__content\"\u003e\n                        \u003cdiv class=\"technology__item__graph__img\"\u003e\n                            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_evidence2_2_2.png\" alt=\"ダニの発生が少ない\" width=\"311\" height=\"208\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__graph__text\"\u003e\n                            \u003ch3 class=\"technology__item__graph__title\"\u003eダニの発生が少ない\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__graph__desc\"\u003e\n                                他素材と比較して圧倒的にダニの発生率が低いのがわかります。ハウスダスト、アレルギーの方、お子様と一緒に寝ている方にもおススメ\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"clr\"\u003e\u003cbr\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc tips\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text u-sp\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                                MADE IN JAPAN\n                            \u003c\/h3\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech03_quality.jpg\" alt=\"\" width=\"1400\" height=\"786\"\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 u-pc\"\u003e\n                                MADE IN JAPAN\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                \u003cspan\u003eこだわりのものづくり\u003cbr\u003e安心品質\u003c\/span\u003eマットレスやピローなど、一点ずつ丁寧に技術者や職人たちの手で繰り返し品質確認を行っています。\u003cbr\u003e厳しい品質検査を経て一点ずつ丁寧に梱包しお客様の元へお届けします。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc tips tech03_water\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech03_water.jpg\" alt=\"\" width=\"1400\" height=\"786\"\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\n                                不純物の少ない、\u003cbr\u003e自然の湧き水を使用し\u003cbr\u003e品質の劣化を防ぐ\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                「豊の国名水15選」にも指定された特別な軟水で、不純物が限りなく少ない清水瀑園(しみずばくえん)の湧き水を生産工程で使用。不純物の少ない水を使用することで、不要な化学反応を避け、品質の劣化を防ぐことができます。\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        \u003c!-- エコサイクル訴求セクション ここから --\u003e\n        \u003cdiv class=\"support-benefits-section\"\u003e\n            \u003cdiv class=\"support-benefits-section__support\"\u003e\n                \u003ch3 class=\"support-benefits-section__support-title\"\u003eあなたにぴったりのものと\u003cbr class=\"u-sp\"\u003e出会ってほしいから\u003c\/h3\u003e\n                \u003cp class=\"support-benefits-section__support-subtitle\"\u003e安心して、あなたに合うものを見つけてもらえるようにサポートします。\u003c\/p\u003e\n                \u003cul class=\"support-benefits-section__guarantee\"\u003e\n                    \u003cli class=\"support-benefits-section__guarantee-item\"\u003e\n                        \u003cdiv class=\"support-benefits-section__guarantee-header\"\u003e\n                            \u003cimg class=\"support-benefits-section__guarantee-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_guarantee_img.svg?v=1771316330\" alt=\"安心の1年保証\" width=\"40\" height=\"40\" decoding=\"async\" loading=\"lazy\"\u003e\n                            \u003cp class=\"support-benefits-section__guarantee-title\"\u003e安心の１年保証\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"support-benefits-section__guarantee-text\"\u003e安心してお使いいただけるよう、１年間の保証をお付けしています。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"support-benefits-section__guarantee-item\"\u003e\n                        \u003cdiv class=\"support-benefits-section__guarantee-header\"\u003e\n                            \u003cimg class=\"support-benefits-section__guarantee-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_free_img.svg?v=1771316330\" alt=\"送料無料\" width=\"40\" height=\"40\" decoding=\"async\" loading=\"lazy\"\u003e\n                            \u003cp class=\"support-benefits-section__guarantee-title\"\u003e送料無料\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"support-benefits-section__guarantee-text\"\u003e日本全国どこでも、送料無料でお届けします。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"support-benefits-section__shop-box\"\u003e\n                    \u003ca href=\"https:\/\/brain-sleep.com\/pages\/shop_information\" class=\"support-benefits-section__shop-link\" target=\"_blank\"\u003e\n                        \u003cspan class=\"support-benefits-section__shop-link-inner\"\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-title\"\u003e試せる場所を探す\u003c\/span\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-sub\"\u003eお近くの正規取扱店のご案内\u003c\/span\u003e\n                        \u003c\/span\u003e\n                        \u003cspan class=\"support-benefits-section__shop-link-arrow\"\u003e›\u003c\/span\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"support-benefits-section__eco-box\"\u003e\n                    \u003cdiv class=\"support-benefits-section__eco\"\u003e\n                        \u003cimg class=\"support-benefits-section__eco-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_logo.svg?v=1771316362\" alt=\"BRAIN SLEEP ECO CYCLE PROGRAM\" width=\"200\" height=\"80\" decoding=\"async\" loading=\"lazy\"\u003e\n                        \u003ch3 class=\"support-benefits-section__eco-title\"\u003eお客様が使い続けるほど\u003cbr\u003e環境にやさしい仕組み\u003c\/h3\u003e\n                        \u003cp class=\"support-benefits-section__eco-text\"\u003e\n                            ブレインスリープの枕やマットレスの素材は100％リサイクルが可能です。永く持続していく社会を目指して、その後のリサイクルも考えた原料の選定をしています。\u003c\/p\u003e\n                        \u003ca href=\"https:\/\/brain-sleep.com\/pages\/eco_cycle_program\" class=\"support-benefits-section__eco-link\" target=\"_blank\"\u003e詳しくはこちら ›\u003c\/a\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- エコサイクル訴求セクション ここまで --\u003e\n\n        \u003csection class=\"spec__title js-box animatedParent animateOnce\" id=\"spec\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eSPEC\u003c\/span\u003e仕様\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"spec__item animatedParent animateOnce\" id=\"size\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"spec__item__inner fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"size__ttl termina\"\u003eSize\u003c\/div\u003e\n                \u003cdiv class=\"size__img\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_size.jpg\" alt=\"\" width=\"1000\" height=\"514\"\u003e\n                    \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_size_sp.jpg\" alt=\"\" width=\"355\" height=\"200\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"side__img\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_side.png\" alt=\"\" width=\"1000\" height=\"529\"\u003e\n                    \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_side_sp.png\" alt=\"\" width=\"256\" height=\"299\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"spec__item animatedParent animateOnce\" id=\"material\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"spec__item__inner fadeInUpShort animated\"\u003e\n                \u003ch2 class=\"spec__item__title u-sp\"\u003eMaterial\u003c\/h2\u003e\n                \u003cdiv class=\"spec__item__desc\"\u003e\n                    \u003cdiv class=\"spec__item__desc__img\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_material.jpg\" alt=\"\" width=\"1400\" height=\"786\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec__item__desc__text\"\u003e\n                        \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n                            \u003ch2 class=\"spec__item__title u-pc\"\u003eMaterial\u003c\/h2\u003e\n                            \u003ch3 class=\"spec__item__desc__text__content__title\"\u003e\n                                100％リサイクルが可能な\u003cbr\u003eサステナブル素材\n                            \u003c\/h3\u003e\n                            \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                                枕には、地球に優しい100％再生可能な材料を使用しています。地球環境に配慮したサステナブルな素材を追求しています。\u003cbr\u003e素材：ポリエチレン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\n\n        \u003csection class=\"spec__item animatedParent animateOnce\" id=\"cover\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"spec__item__inner\"\u003e\n                \u003cdiv class=\"fadeInUpShort animated\"\u003e\n                    \u003ch2 class=\"spec__item__title\"\u003eCover\u003c\/h2\u003e\n                    \u003c!-- \u003cp class=\"spec__item__title__under\"\u003e\n              ２種類の専用カバーから選べます。\n            \u003c\/p\u003e --\u003e\n                    \u003cdiv class=\"spec__item__desc\"\u003e\n                        \u003cdiv class=\"spec__item__desc__img\"\u003e\n                            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_cover_organic.jpg\" alt=\"\" width=\"1400\" height=\"786\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec__item__desc__text\"\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                                    3年以上農薬や化学肥料を使わないで栽培された農地で育てられた綿花を使った、地球に優しいオーガニックコットン100％の生地にいつでも清潔に使用できる機能を加えた天然素材×高機能テクノロジーの快適さを追求した枕カバー。\n                                    \u003cbr\u003e抗菌防臭 \/ 消臭 \/ 吸水速乾 \/ 静電気防止 \/ 抗カビ \/\n                                    花粉脱落 \/ ハイブリッド触媒⁠\u003cbr\u003eコットン100％\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"spec__item__desc__text__img img02\"\u003e\n                                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_cover_snoreless.jpg\" alt=\"\" width=\"353\" height=\"212\"\u003e\n                            \u003c\/div\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__item animatedParent animateOnce\" id=\"gift_box\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"spec__item__inner\"\u003e\n                \u003cdiv class=\"fadeInUpShort animated\"\u003e\n                    \u003ch2 class=\"spec__item__title\"\u003eGIFTBOX\u003c\/h2\u003e\n                    \u003cdiv class=\"spec__item__desc\"\u003e\n                        \u003cdiv class=\"spec__item__desc__img\"\u003e\n                            \u003cimg height=\"786\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_giftbox_01.webp?1\" decoding=\"async\" loading=\"lazy\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec__item__desc__text\"\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                                    ブレインスリープ ピロー1個とピローカバーが入る、ちょうど良い大きさのギフトボックスです。\u003cbr\u003e\n                                    外蓋には上品な箔押しのロゴを施し、蓋を開けると“GIFT YOU THE BEST SLEEP” のメッセージ。\u003cbr\u003e\n                                    贈る人の想いが伝わる、特別なデザインに仕上げました。\u003cbr\u003e\u003cbr\u003e\n                                    \u003cspan style=\"font-size:12px;\"\u003e\n                                        サイズ：横62cmx奥行き37.5cmx高さ21cm\u003cbr\u003e\n                                        ギフトボックス：¥1,100(税込)\n                                    \u003c\/span\u003e\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n\n\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n    \u003c\/main\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .pc_reco {\n        font-size: 18px !important;\n    }\n\n    @media screen and (max-width: 749px) {\n        .sp_reco {\n            font-size: 12px !important;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n    \u003cmain\u003e\n        \u003csection class=\"related__title animatedParent animateOnce\" id=\"related\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eRELATED PRODUCTS\u003c\/span\u003e関連商品\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item animatedParent animateOnce\" id=\"related_products\" style=\"border-top: unset\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__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_snoreless_related_pillow.jpg?01\" alt=\"\" width=\"842\" height=\"393\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\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__lead\"\u003e\n                                速く、深く、脳が眠る。\u003cbr\u003e明日のパフォーマンスを目覚めさせる。\n                            \u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                特許技術の独自3層構造と9段階のグラデーション設計により、あなたの頭の大きさや寝方に合わせて徐々にフィットし、使用するたびに睡眠に適したあなただけの枕に変化します。良質な睡眠に必要な黄金の90分をつくるための3つの機能を搭載した、「脳が眠る」ことに焦点を当てた枕。\n                            \u003c\/p\u003e\n                            \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow\" class=\"related__btn\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_related_pillow_cool.jpg\" alt=\"\" width=\"815\" height=\"458\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\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__lead\"\u003e\n                                夏の睡眠をクールに。\u003cbr\u003e速く、深く、脳まで眠る。\n                            \u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                アイスパック付きで、猛暑にもしっかり頭を冷やせる枕。\n                            \u003c\/p\u003e\n                            \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow_perfectcool\" class=\"related__btn\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__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_snoreless_related_pillow_conditioning.jpg\" alt=\"\" width=\"815\" height=\"458\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\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__lead\"\u003e\n                                首を理想のカーブへ\u003cbr\u003e寝ながら身体を整える\n                            \u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                睡眠専門鍼灸マッサージスタジオ監修の首のカーブを整える枕。首を伸ばして頭部を緩めることで首回りが軽くなる\n                            \u003c\/p\u003e\n                            \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow_snoreless\" class=\"related__btn\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"comparison fadeInUpShort animated\"\u003e\n                \u003ch2 class=\"comparison__ttl\"\u003e製品比較表\u003c\/h2\u003e\n                \u003cdiv class=\"comparison__wrap spec__table1\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_comparison.jpg?1\" alt=\"\" width=\"1000\" height=\"819\"\u003e\n                    \u003cdiv class=\"spec__table1__wrap only_sp\"\u003e\n                        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_comparison.jpg?1\" alt=\"\" width=\"1000\" height=\"819\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec__table__nav only_sp\"\u003e\n                        \u003cbutton class=\"spec__table__nav__prev\" aria-label=\"前へ\"\u003e\u003c\/button\u003e\n                        \u003cbutton class=\"spec__table__nav__next\" aria-label=\"次へ\"\u003e\u003c\/button\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"faq js-box animatedParent animateOnce\" id=\"faq\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eFAQ\u003c\/span\u003eよくあるご質問\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__main\"\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                            はい、次回購入時は10,000円OFFで新品と交換可能です。詳しくは\u003ca href=\"https:\/\/brain-sleep.com\/pages\/eco_cycle_program\" target=\"_blank\"\u003eこちら\u003c\/a\u003eをご確認ください。\u003cbr\u003e※Web購入・会員登録が必要です\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                            ピローは〈オーダーメイドのようなフィット感〉で使用者の頭の形にフィットするのが特徴です。3層ｘ9グラデーション構造の特殊加工による極上の柔らかさがオーダーメイドのようなフィット感を作っています。\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                            取扱店舗でもご購入いただけます。店舗により取扱商品が異なりますので、詳しくは\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                \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\u003cbr\u003e\n                            ①シャワーの水で全体を洗い流す\u003cbr\u003e\n                            特に汚れやにおいが気になる際は、薄めた中性洗剤を使用してください。\u003cbr\u003e\u003cbr\u003e\n                            ②風通しの良い平らな場所で陰干しをする\u003cbr\u003e\n                            早く乾かしたい時は…バスタオルで枕を包み上下に優しく振って水気を切ってから乾かしてください。\n                        \u003c\/p\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            枕本体をお手入れする際の注意\u003cbr\u003e\n                            立て掛ける、折り曲げる、上に物を置く、加重をかけるなどの状態でメンテナンスをすると、枕にしわのような線が入ったりくぼむことがありますのでお避けください。\u003cbr\u003e\n                            51℃以上の高温のお湯はかけないでください。\u003cbr\u003e\n                            直射日光や温風などでの乾燥はお避けください。\u003cbr\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ピローカバーの取り付け方\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            ●オーガニックスリープ\u003cbr\u003e枕カバーのメッシュが内側についている面を下向きにして置き、枕の裏面を上向きに入れて下さい。枕を入れたらカバーのフラップをカバーの内側に入れ、枕を裏返して柔らかい面を頭側にしてご使用ください。\u003cbr\u003e\u003cbr\u003e※ブレインスリープ\n                            ピロー スノーレスはピローカバー\n                            アクティブエアのご使用はいただけません。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e枕の裏表の見分け方\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            枕には表裏が分かる目印が付いています。目印が付いている面を下向きにしてご使用ください。また、目印は外さずにご使用ください。もし表裏が分からなくなった場合は、繊維が細かく柔らかい方が表側、繊維が太く触って硬い方が裏側になりますので触ってお確かめください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e保管時の注意点は？\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            日中でも枕を使わない時は、高温多湿は避け上から荷重をかけずに保管してください。直射日光が当たる場所、高温になる場所での保管は避けてください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n    \u003c\/main\u003e\n\u003c\/div\u003e\n\u003cp\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_all_v1.css\"\u003e\n    \u003cscript defer src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_all_v1.js?2\"\u003e\u003c\/script\u003e\n\u003c\/p\u003e\n\u003c!--パラメータ表示制御--\u003e\n\u003cstyle\u003e\n    .intro__txt,\n    .intro01__ttl,\n    .intro02__ttl span,\n    .intro03__ttl span,\n    .intro04__fuki p,\n    .intro04__ttl,\n    .intro04__ttl span,\n    .dclinic__head__ttl,\n    .dclinic__body__ttl,\n    .intro05__txt,\n    #tech03 .technology__item__desc.tips .technology__item__desc__text__content__desc span,\n    #tech03 .technology__item__desc.tips .technology__item__desc__text__content__title,\n    .conditioningstudio__ttl,\n    .spec__item__desc__text__content__title,\n    .technology__link__lists__title,\n    .sleep__info__book__top,\n    .sleep__info__book__text__title,\n    .mv__caption__text,\n    .mv__caption__text span,\n    .technology__item__desc__text__content__title {\n        font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\",\n            \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n        visibility: visible !important;\n        opacity: 1 !important;\n    }\n\n    @media screen and (min-width: 750px) {\n\n        #section__title__text .y_ad_on,\n        #section__title__text .y_ad_off {\n            font-size: 18px !important;\n        }\n    }\n\n    @media screen and (max-width: 749px) {\n\n        #section__title__text .y_ad_on,\n        #section__title__text .y_ad_off {\n            font-size: 12px !important;\n        }\n    }\n\n\n    .campaign__item__inner {\n        margin: 100px auto;\n        text-align: center;\n    }\n\n    .campaign__item__inner .font-red {\n        color: #952335;\n    }\n\n    .campaign__item__inner .campaign__catchcopy {\n        padding: 5px 80px;\n        background-color: #000;\n        color: #fff;\n        font-size: 24px;\n        font-weight: bold;\n    }\n\n    .campaign__item__inner .campaign__title {\n        margin: 30px auto;\n        font-size: 30px;\n    }\n\n    .campaign__item__inner .campaign__desc {\n        position: relative;\n        display: inline-block;\n        padding: 35px 10px 30px;\n        border-top: 1px solid #000;\n        border-bottom: 1px solid #000;\n        font-size: 16px;\n    }\n\n    .campaign__item__inner .campaign__desc span {\n        position: absolute;\n        top: -12px;\n        background: #fff;\n        padding: 0 15px;\n        left: 50%;\n        transform: translateX(-50%);\n        -webkit-transform: translateX(-50%);\n        -ms-transform: translateX(-50%);\n        font-size: 18px;\n    }\n\n    .campaign__item__inner .pillow_set_btn {\n        display: block;\n        max-width: 639px;\n        width: 100%;\n        line-height: 32px;\n        padding: 10px;\n        margin: 40px auto 0;\n        font-size: 18px;\n        color: #fff;\n        background-color: #952335;\n        border: none;\n        cursor: pointer;\n        border-radius: 50px;\n    }\n\n    .campaign__item__inner .campaign__scenes__title {\n        display: block;\n        margin-top: 55px;\n        font-size: 18px;\n        font-weight: bold;\n    }\n\n    .campaign__item__inner .campaign__scenes__list {\n        display: flex;\n        gap: 35px;\n        align-items: center;\n        justify-content: center;\n        max-width: 1200px;\n        margin: 30px auto 0;\n    }\n\n    .campaign__item__inner .campaign__other__link {\n        display: inline-block;\n        margin-top: 60px;\n        padding: 15px 40px;\n        font-size: 16px;\n        border: 1px solid #000;\n    }\n\n    .set_swiper-container {\n        display: none;\n    }\n\n    @media screen and (max-width:768px) {\n        .campaign__item__inner {\n            margin: 50px auto;\n            padding: 0 15px;\n        }\n\n        .campaign__item__inner .campaign__scenes__list {\n            display: none;\n        }\n\n        .campaign__item__inner .campaign__catchcopy {\n            font-size: 12px;\n            padding: 5px 20px;\n        }\n\n        .campaign__item__inner .campaign__desc {\n            font-size: 10px;\n            padding: 30px 10px 25px;\n        }\n\n        .campaign__item__inner .campaign__desc span {\n            font-size: 13px;\n            padding: 0 10px;\n        }\n\n        .campaign__item__inner .pillow_set_btn {\n            font-size: 14px;\n        }\n\n        .campaign__item__inner .campaign__title {\n            font-size: 18px;\n            margin-top: 20px;\n        }\n\n        .campaign__item__inner .campaign__scenes__title {\n            font-size: 16px;\n        }\n\n        .set_swiper-container {\n            display: block;\n            width: 100%;\n            height: auto;\n            margin: 20px 0;\n            padding: 0;\n            overflow: hidden;\n            position: relative;\n            \/* 追加 *\/\n        }\n\n        .set_swiper-wrapper {\n            width: 100%;\n            height: 100%;\n            position: relative;\n            display: flex;\n            transition-property: transform;\n            box-sizing: content-box;\n        }\n\n        .set_swiper-slide {\n            text-align: center;\n            background: #fff;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            padding: 0;\n            transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),\n                        opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        }\n\n        .set_swiper-slide:not(.swiper-slide-active) {\n            transform: scale(0.9);\n            opacity: 0.7;\n        }\n\n        .set_swiper-slide img {\n            width: 70%;\n            max-width: 100%;\n            height: auto;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n            margin: 10px;\n            \/* 画像自体にマージンを追加 *\/\n        }\n\n        .set_swiper-pagination {\n            position: static;\n            margin-top: 20px;\n        }\n\n        .set_swiper-pagination-bullet {\n            width: 8px;\n            height: 8px;\n            background-color: #ccc;\n            opacity: 1;\n            transition: width 0.3s cubic-bezier(0.4, 0.0, 0.2, 1),\n                        background-color 0.3s ease,\n                        border-radius 0.3s ease;\n        }\n\n        .set_swiper-pagination-bullet-active {\n            width: 24px;\n            border-radius: 4px;\n            background-color: #952335;\n        }\n    }\n\n    \/* FAQ アイコン モダン化 (+\/× CSS回転) *\/\n    #faq .faq__item__question {\n        background-image: none !important;\n        position: relative;\n    }\n    #faq .faq__item__question.open {\n        background-image: none !important;\n    }\n    #faq .faq__item__question::after {\n        content: '+';\n        position: absolute;\n        right: 14px;\n        top: 50%;\n        transform: translateY(-50%) rotate(0deg);\n        font-size: 26px;\n        font-weight: 200;\n        line-height: 1;\n        color: #555;\n        transition: transform 0.35s cubic-bezier(0.4, 0.0, 0.2, 1),\n                    color 0.25s ease;\n        pointer-events: none;\n    }\n    #faq .faq__item__question.open::after {\n        transform: translateY(-50%) rotate(45deg);\n        color: #333;\n    }\n\n    \/* technology__item__graph スライダー カスタマイズ *\/\n    .technology__item__graph .slick-dots {\n        display: flex !important;\n        justify-content: center;\n        align-items: center;\n        gap: 7px;\n        left: 0 !important;\n        width: 100% !important;\n        bottom: -28px;\n    }\n    .technology__item__graph .slick-dots li {\n        background-color: #ccc !important;\n        cursor: pointer;\n        display: block !important;\n        height: 7px !important;\n        width: 7px !important;\n        flex: none !important;\n        margin: 0 !important;\n        padding: 0;\n        border-radius: 50% !important;\n        position: relative;\n        transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease;\n    }\n    .technology__item__graph .slick-dots li button {\n        display: block;\n        width: 100%;\n        height: 100%;\n        padding: 0;\n        opacity: 0;\n        position: absolute;\n        inset: 0;\n        cursor: pointer;\n        font-size: 0;\n    }\n    .technology__item__graph .slick-dots li.slick-active {\n        background-color: #333 !important;\n        width: 9px !important;\n        height: 9px !important;\n        flex: none !important;\n    }\n    .technology__item__graph .slick-prev,\n    .technology__item__graph .slick-next {\n        display: block !important;\n        width: 36px;\n        height: 36px;\n        z-index: 1;\n        top: 40%;\n        transform: translateY(-50%);\n        background-color: rgba(255, 255, 255, 0.78);\n        background-repeat: no-repeat;\n        background-size: 60%;\n        background-position: center;\n        border: none;\n        border-radius: 50%;\n        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14);\n        cursor: pointer;\n        font-size: 0;\n        line-height: 0;\n        color: transparent;\n        opacity: 0.85;\n        transition: opacity 0.25s ease, background-color 0.25s ease, transform 0.2s ease;\n    }\n    .technology__item__graph .slick-prev:hover,\n    .technology__item__graph .slick-next:hover {\n        opacity: 1;\n        background-color: rgba(255, 255, 255, 0.96);\n        transform: translateY(-50%) scale(1.06);\n    }\n    .technology__item__graph .slick-prev {\n        left: 8px;\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M15 18l-6-6 6-6'\/%3E%3C\/svg%3E\") !important;\n    }\n    .technology__item__graph .slick-next {\n        right: 8px;\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M9 18l6-6-6-6'\/%3E%3C\/svg%3E\") !important;\n    }\n\n    \/* 製品比較表 ナビゲーション矢印 *\/\n    .spec__table__nav {\n        display: flex;\n        justify-content: center;\n        gap: 16px;\n        margin-top: 12px;\n    }\n    .spec__table__nav__prev,\n    .spec__table__nav__next {\n        display: block;\n        width: 36px;\n        height: 36px;\n        background-color: rgba(255, 255, 255, 0.78);\n        background-repeat: no-repeat;\n        background-size: 60%;\n        background-position: center;\n        border: none;\n        border-radius: 50%;\n        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14);\n        cursor: pointer;\n        opacity: 0.85;\n        transition: opacity 0.25s ease, background-color 0.25s ease;\n    }\n    .spec__table__nav__prev:hover,\n    .spec__table__nav__next:hover {\n        opacity: 1;\n        background-color: rgba(255, 255, 255, 0.96);\n    }\n    .spec__table__nav__prev {\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M15 18l-6-6 6-6'\/%3E%3C\/svg%3E\");\n    }\n    .spec__table__nav__next {\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M9 18l6-6-6-6'\/%3E%3C\/svg%3E\");\n    }\n\u003c\/style\u003e\n\u003cdiv id=\"buy\" name=\"buy\" style=\"display: block\"\u003e\u003c\/div\u003e\n\n\u003c!-- Swiper JS --\u003e\n\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/Swiper\/11.0.5\/swiper-bundle.min.js\"\u003e\u003c\/script\u003e\n\n\u003cscript\u003e\n    document.addEventListener('DOMContentLoaded', function () {\n        function initSwiper() {\n            if (window.innerWidth \u003c= 768) {\n                const SetSwiper = new Swiper('.set_swiper-container', {\n                    slidesPerView: 1,\n                    spaceBetween: 0,\n                    centeredSlides: true,\n                    speed: 450,\n                    pagination: {\n                        el: '.set_swiper-pagination',\n                        clickable: true,\n                    },\n                    touchRatio: 1,\n                    touchAngle: 45,\n                    grabCursor: true,\n                    loop: true,\n                });\n            }\n        }\n\n        initSwiper();\n\n        window.addEventListener('resize', function () {\n            \/\/ 必要に応じてリサイズ時の処理を追加\n        });\n    });\n\u003c\/script\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"オーガニックスリープ \/ ホワイト","offer_id":45417283518686,"sku":"P0004S1-FRCW","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"オーガニックスリープ \/ ネイビー\/ブルー","offer_id":46864596730078,"sku":"P0004S1-FRMN","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"オーガニックスリープ \/ グレー","offer_id":45417283584222,"sku":"P0004S1-FRSG","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"パーフェクト クール EX \/ ネイビー\/ブルー","offer_id":46864596762846,"sku":"P0004S1-FRSX","price":34100.0,"currency_code":"JPY","in_stock":true},{"title":"パーフェクト クール EX \/ グレー","offer_id":46645094842590,"sku":"P0004S1-FRLG","price":34100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_thumbnail_pillow_snoreless_organic_cloudwhite.jpg?v=1756808595"},{"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":"wear_thermocontrol","title":"ブレインスリープ ウェア サーモコントロール","description":"\u003cp\u003e\n    \u003clink fetchpriority=\"high\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_kv_2_model_sp.webp\" as=\"image\" rel=\"preload\"\u003e\n    \u003clink fetchpriority=\"high\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_kv_logo_2.webp\" as=\"image\" rel=\"preload\"\u003e\n    \u003clink href=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick-theme.min.css\" rel=\"stylesheet\"\u003e\n    \u003clink href=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.min.css\" rel=\"stylesheet\"\u003e\n\u003c\/p\u003e\n\u003cstyle\u003e\n    #MainContent,\n    html.js {\n        overflow: unset\n    }\n\n    .lp_area div:empty {\n        display: initial\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    .trouble__ttl,\n    .problem__ttl {\n        color: #fff\n    }\n\n    .technology__link__lists__title {\n        margin-bottom: 0\n    }\n\n    .faq__item__question,\n    .technology__item__graph__title,\n    .technology__item__desc__text__content__title,\n    .technology__item__title {\n        margin: 0\n    }\n\n    @media screen and (max-width:749px) {\n\n        .mv__txt,\n        .intro_ttl,\n        .problem__ttl,\n        .trouble__ttl,\n        .solution__ttl,\n        .technology__item__title,\n        .mv__caption__title {\n            padding: 0 !important\n        }\n\n        .section__title__text {\n            padding: 10px 0 0 !important\n        }\n\n        .other__pillow__text__sub__title.u-sp {\n            padding: 20px 0 0 !important\n        }\n    }\n\n    .animated {\n        -webkit-animation-duration: 1s;\n        animation-duration: 1s;\n        -webkit-animation-fill-mode: both;\n        animation-fill-mode: both\n    }\n\n    .fadeInUpShort {\n        opacity: 0;\n        -webkit-transform: translateY(20px);\n        transform: translateY(20px)\n    }\n\n    .only_sp {\n        display: none !important\n    }\n\n    .mv {\n        position: relative;\n        height: 56.071vw;\n        background-color: #111\n    }\n\n    .mv__bg {\n        position: absolute;\n        width: 100%;\n        left: 0;\n        top: 0\n    }\n\n    .mv__txt {\n        position: absolute;\n        left: 10vw;\n        top: 8vw;\n        color: #fff;\n        font-size: 2.5714vw\n    }\n\n    .mv__logo {\n        position: absolute;\n        width: 22.1428vw;\n        position: absolute;\n        left: 10vw;\n        top: 19.2vw\n    }\n\n    .termina {\n        font-family: Termina, YuGothic, \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\", sans-serif;\n        font-weight: 400\n    }\n\n    .intro__bottom .intro__slide {\n        width: 750px\n    }\n\n    .technology__link__lists__img img {\n        width: 100%\n    }\n\n    .technology__item__desc__img {\n        padding-top: 35.5%;\n        position: relative;\n        width: 58.1428571428571vw;\n        flex: 1\n    }\n\n    .technology__item__desc__img img {\n        height: auto;\n        left: 0;\n        position: absolute;\n        top: 0;\n        width: 100%\n    }\n\n    .technology__item__desc__text__content__desc {\n        font-size: 16px;\n        letter-spacing: -.06em;\n        line-height: 1.9375;\n        margin-top: 20px\n    }\n\n    .comparison {\n        max-width: 1200px;\n        margin: 0 auto 110px\n    }\n\n    .comparison__ttl {\n        font-size: 30px;\n        margin-bottom: 16px\n    }\n\n    @media screen and (max-width:749px) {\n        .only_pc {\n            display: none !important\n        }\n\n        .only_sp {\n            display: block !important\n        }\n\n        .mv {\n            height: 132.887vw\n        }\n\n        .mv__txt {\n            font-size: 5.333vw;\n            left: 6.4vw;\n            top: 11vw\n        }\n\n        .mv__logo {\n            width: 34.666vw;\n            left: 6.4vw;\n            top: 33vw\n        }\n\n        .intro__bottom .intro__slide {\n            width: 87.466vw;\n            margin: 0 auto;\n            padding: 0\n        }\n\n        .technology__item__desc__img {\n            margin-left: 20px;\n            padding-top: 94%;\n            width: calc(100% - 20px)\n        }\n\n        .technology__item__sub .technology__item__desc__img.change_sp {\n            padding-top: 53%;\n            width: 95%\n        }\n\n        .technology__item__desc__img img {\n            height: 100%;\n            left: 0;\n            position: absolute;\n            top: 0;\n            width: 100%;\n            object-fit: cover\n        }\n\n        .technology__item__desc__text__content__desc {\n            margin-top: 20px\n        }\n\n        .comparison {\n            width: 86.571428572vw;\n            margin: 0 auto;\n            position: relative\n        }\n\n        .comparison__ttl {\n            font-size: 25px;\n            margin-bottom: 20px\n        }\n\n        .spec__table__nav .spec__table__nav__prev,\n        .spec__table__nav .spec__table__nav__next {\n            width: 45px;\n            position: absolute;\n            top: 44%;\n            transform: translateY(-50%)\n        }\n\n        .spec__table__nav .spec__table__nav__prev {\n            left: -25px\n        }\n\n        .spec__table__nav .spec__table__nav__next {\n            right: -25px\n        }\n\n        .technology__item .spec__table1__wrap img {\n            width: 220vw;\n            max-width: unset;\n        }\n\n        .spec__table1__wrap {\n            width: 100%;\n            overflow-y: hidden;\n            overflow-x: scroll;\n            position: relative\n        }\n\n    }\n\n    .sizeguide__table img,\n    .size__table img {\n        width: 100%\n    }\n\n    .u-mt-8 {\n        margin-top: 8px !important\n    }\n\n    .u-pc {\n        display: block !important\n    }\n\n    .u-sp {\n        display: none !important\n    }\n\n    @media screen and (max-width:767px) {\n        .u-pc {\n            display: none !important\n        }\n\n        .u-sp {\n            display: block !important\n        }\n    }\n\n    .u-mt-8 {\n        margin-top: 8px !important\n    }\n\n    .u-mt-24 {\n        margin-top: 24px !important\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        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    \/* 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\u003cdiv class=\"rwlp__wrapper\"\u003e\n    \u003cmain\u003e\n        \u003csection class=\"mv\"\u003e\n            \u003cdiv class=\"mv__bg\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_wear_thermocontrol_kv_2_model.webp\" alt=\"\" class=\"only_pc\" width=\"1400\" height=\"785\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_wear_thermocontrol_kv_2_model_sp.webp\" alt=\"\" class=\"only_sp\" width=\"374\" height=\"497\"\u003e\n            \u003c\/div\u003e\n            \u003ch1 class=\"mv__txt\"\u003e睡眠時の寒暖差に負けない、\u003cbr\u003e調温スリープウェア\u003c\/h1\u003e\n            \u003cdiv class=\"mv__logo\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_kv_logo_2.webp\" alt=\"\" width=\"310\" height=\"144\"\u003e\u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003cdiv class=\"intro animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"intro__inner\"\u003e\n                \u003cdiv class=\"fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"intro__ttl__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_intro_ttl.webp?2\" alt=\"THERMO CONTROL\" width=\"865\" height=\"54\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003ch2 class=\"intro_ttl fadeInUpShort animated\"\u003e暑い時涼しく、\u003cbr class=\"u-sp\"\u003e寒い時暖かく調温する\u003c\/h2\u003e\n                \u003cdiv class=\"intro_ttl2 fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_intro_ttl2.webp?2\" alt=\"OUTLAST TECHNOLOGY\" width=\"924\" height=\"168\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_intro_ttl2_sp.webp?2\" alt=\"\" width=\"330\" height=\"131\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro__bottom\"\u003e\n                    \u003cp class=\"intro_txt fadeInUpShort animated\"\u003e宇宙服技術を採用した\u003cbr\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_wear_thermocontrol_intro_slide.webp?3\" alt=\"\" class=\"intro__slide u-pc fadeInUpShort animated\" width=\"750\" height=\"385\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_intro_slide_sp.webp?3\" alt=\"\" class=\"intro__slide u-sp fadeInUpShort animated\" width=\"328\" height=\"198\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"makuake animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"makuake__head fadeInUpShort animated\"\u003e\n                \u003cp\u003eMakuakeで応援購入総額 5,200万円 を超えた\u003cbr\u003eオールシーズン快適温度に導く\u003cbr class=\"u-sp\"\u003e掛け布団に続き\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"makuake__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_makuake.webp?2\" alt=\"\" class=\"fadeInUpShort animated only_pc\" width=\"873\" height=\"344\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_makuake.webp?2\" alt=\"\" class=\"fadeInUpShort animated only_sp\" width=\"284\" height=\"389\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"makuake__bottom fadeInUpShort animated\"\u003e\n                \u003cspan\u003e究極の\u003cbr class=\"u-sp\"\u003e調温スリープウェア\u003c\/span\u003eが\u003cbr class=\"u-sp\"\u003e遂に登場！\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro2 fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_intro2_model.webp?2\" alt=\"BRAINSLEEP WEAR THERMO CONTROL\" width=\"1157\" height=\"648\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_intro2_model_sp.webp?2\" alt=\"\" width=\"375\" height=\"295\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"problem animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"problem__inner\"\u003e\n                \u003ch2 class=\"problem__ttl fadeInUpShort animated\"\u003e睡眠中の寒暖差は、\u003cbr class=\"u-sp\"\u003e最大\u003cspan class=\"termina\"\u003e7.1℃\u003c\/span\u003eにも\u003c\/h2\u003e\n                \u003cp class=\"problem__txt fadeInUpShort animated\"\u003e睡眠中に、都心でもこれだけの\u003cbr class=\"u-sp\"\u003e寒暖差が発生しています。\u003cbr\u003e\u003cbr class=\"u-sp\"\u003e\u003cspan\u003e※睡眠中を想定した22時～8時の10月の最高気温と最低気温（東京都）　\u003cbr class=\"u-sp\"\u003e※最高気温 20.8℃　最低気温\n                        13.7℃、\u003cbr\u003eその気温差は7.1℃　※気象庁：平年気温値（日ごと・時間ごと）、統計期間過去30年間（1991年～2020年）\u003c\/span\u003e\u003c\/p\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_arrow.webp?2\" alt=\"\" class=\"arrow fadeInUpShort animated\" width=\"87\" height=\"152\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"trouble animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"trouble__inner\"\u003e\n                \u003ch2 class=\"trouble__ttl fadeInUpShort animated\"\u003e寒暖差による\u003cbr\u003eさまざまな睡眠トラブル\u003c\/h2\u003e\n                \u003cul class=\"trouble__list fadeInUpShort animated\"\u003e\n                    \u003cli class=\"trouble__item\"\u003e寒暖差に対応出来ず、スムーズな入眠が\u003cbr class=\"u-sp\"\u003eしにくい…\u003c\/li\u003e\n                    \u003cli class=\"trouble__item\"\u003e寝床内環境のバランスが崩れて、\u003cbr class=\"u-sp\"\u003e夜中に目覚めやすい…\u003c\/li\u003e\n                    \u003cli class=\"trouble__item\"\u003e睡眠中、暑さとムレで布団を蹴飛ばして\u003cbr class=\"u-sp\"\u003eしまう…\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"solution__head animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cp class=\"solution__head__txt fadeInUpShort animated\"\u003eそこで大事なのは、\u003cbr class=\"u-sp\"\u003e\u003cspan\u003e温度コントロール\u003c\/span\u003eし、\u003cbr\u003e質の高い睡眠をとること。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"solution animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"solution__inner\"\u003e\n                \u003ch2 class=\"solution__ttl fadeInUpShort animated\"\u003e寒暖差をカバーし\u003cbr\u003e良質な睡眠へ導く。\u003c\/h2\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_product_logo.webp?2\" alt=\"BRAINSLEEP WEAR THERMO CONTROL\" class=\"solution__logo fadeInUpShort animated\" width=\"347\" height=\"58\"\u003e\n                \u003cp class=\"solution__txt fadeInUpShort animated\"\u003e※暑い夏場などは、エアコンも調節しながら快適にご着用ください。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003csection class=\"technology\" id=\"technology\"\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\u003eTECHNOLOGY\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=\"300\" data-offset=\"300\"\u003e\n                    \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca href=\"#tech01\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\n                                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_nav01_2_model.webp\" class=\"u-pc\" alt=\"\" width=\"394\" height=\"364\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_nav01_2_model_sp.webp\" class=\"u-sp\" alt=\"\" width=\"214\" height=\"188\"\u003e\n                            \u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title\"\u003e\n                                \u003cspan\u003e01\u003c\/span\u003e自動調温する\u003cbr\u003e宇宙テクノロジー\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca href=\"#tech02\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\n                                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_nav02_2_model.webp\" class=\"u-pc\" alt=\"\" width=\"394\" height=\"364\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_nav02_2_model_sp.webp\" class=\"u-sp\" alt=\"\" width=\"214\" height=\"188\"\u003e\n                            \u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title\"\u003e\n                                \u003cspan\u003e02\u003c\/span\u003e肌に優しく\u003cbr\u003e快適性を高めた設計\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca href=\"#tech03\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\n                                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_nav03_2.webp\" class=\"u-pc\" alt=\"\" width=\"394\" height=\"364\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_nav03_2_sp.webp\" class=\"u-sp\" alt=\"\" width=\"214\" height=\"188\"\u003e\n                            \u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title\"\u003e\n                                \u003cspan\u003e03\u003c\/span\u003e抗菌防臭で\u003cbr\u003e毎日清潔\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item\" id=\"tech01\"\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 loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_main_2_model.webp?2\" class=\"u-pc\" alt=\"\" width=\"825\" height=\"466\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_main_2_model_sp.webp?2\" class=\"u-sp\" alt=\"\" width=\"825\" height=\"466\"\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                            \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                                \u003cspan\u003e01\u003c\/span\u003eTHERMO CONTROL\n                            \u003c\/h2\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003e暑い時は涼しく、\u003cbr class=\"u-pc\"\u003e寒い時は暖かく\u003c\/h3\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\" id=\"tech01_01\"\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\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_01.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\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                                宇宙服のために開発されたアウトラストテクノロジー。アウトラストは、直径20～30ミクロンのマイクロカプセルで、繊維の中に組み込まれた革新的な温度調整素材。\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\" id=\"tech01_02\"\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 class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_02.webp?3\" alt=\"\" width=\"825\" height=\"466\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_02_sp.webp?3\" alt=\"\" width=\"825\" height=\"466\"\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肌の表面温度32℃±1に近づける\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                暑い時も、寒い時も、アウトラストの調温テクノロジーにより、マイクロカプセル自体が温度変化に応じて、固体⇄液体へと変化し、吸熱・蓄熱・放熱することで快適温度帯(32℃±1)へ導きます。\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 technology__item__sub\" id=\"tech01_03\"\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\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_03_2.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\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約5℃の快適温度調整\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                コットン裏毛生地と比較して温度をさらに5℃調整し、室温の温度変化の影響を最大限減少させます。\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\" id=\"tech01_04\"\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\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_04.webp?3\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc u-mt-0\"\u003e暑い時は熱を吸収し、寒い時は熱を放出して調温します。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech01__gif animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cp class=\"technology__item__desc__text__content__desc u-mt-0 u-mb-24 u-pc\" style=\"width: 100%;\"\u003e\n                    アウトラストゲルが固体⇔液体へと相変化する様子。相変化することにより調温します。\u003c\/p\u003e\n                \u003cdiv class=\"tech01__gif01 fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_gif01.webp?2\" alt=\"\" class=\"tech01__gif__img\" width=\"558\" height=\"311\"\u003e\n                    \u003cdiv class=\"tech01__gif__txt\"\u003e\n                        \u003cp\u003e熱\u003c\/p\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_arrow2.webp?2\" alt=\"\" width=\"40\" height=\"9\"\u003e\n                        \u003cp\u003e冷\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"tech01__gif02 fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_gif02.webp?2\" alt=\"\" class=\"tech01__gif__img\" width=\"558\" height=\"311\"\u003e\n                    \u003cdiv class=\"tech01__gif__txt\"\u003e\n                        \u003cp\u003e冷\u003c\/p\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_arrow2.webp?2\" alt=\"\" width=\"40\" height=\"9\"\u003e\n                        \u003cp\u003e熱\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"technology__item__desc__text__content__desc u-mt-24 u-sp\" style=\"width: 100%;\"\u003e\n                    アウトラストゲルが固体⇔液体へと相変化する様子。相変化することにより調温します。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item\" id=\"tech02\"\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\u003cvideo class=\"lozad\" width=\"3840\" height=\"2160\" style=\"aspect-ratio: 3840\/2160;\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e06706bc844b436da0f5a3d35142931b.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                                \u003cspan\u003e02\u003c\/span\u003eRELAX \u0026amp; COMFORT\n                            \u003c\/h2\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003e\n                                肌に優しく快適性を高めた設計\u003c\/h3\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\" id=\"tech02_01\"\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\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_01.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e肌に優しく、\u003cbr\u003e滑らかなオリジナル生地\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                吸水性のあるコットンと吸湿性の高いレーヨンを、丈夫で速乾性のあるポリエステルと交編したオリジナル生地。\u003cbr\u003eしわになりにくく、優しい触感の肌面パイル地に仕上げて、快適な着心地のスウェット生地です。春・秋・冬はもちろんのこと、夏場にエアコンをかけてお休みの方にもご使用いただけます。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item technology__item__sub\" id=\"tech02_02\"\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\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_02.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\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\"\u003e6.8オンスの軽量スウェット生地が調温機能を発揮し、\u003cbr class=\"u-pc\"\u003e寝返りの負担も軽減することで\u003cbr class=\"u-pc\"\u003eオールシーズン快適な睡眠を得る事が出来ます。\u003cbr\u003e\u003cbr class=\"u-pc\"\u003e※一般的なスウェット生地は、9～13オンス。\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\" id=\"tech02_03\"\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\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_03_2.webp?3\" alt=\"\" width=\"825\" height=\"466\"\u003e\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                                一般裏毛生地の200％超の吸湿放湿性の高い生地で、寝床内の湿度を調整します。\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\" id=\"tech02_04\"\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\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_04_model.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated u-sp u-mt-8\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_05_model.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eオールシーズン\u003cbr\u003e快適に過ごすためのディテール\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                トップスは、指穴付きで少し寒い時には手まで覆う事が出来ます。パンツは、調整ストッパー付きで少し暑い時には裾の長さの調整も出来ます。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__inner u-pc\"\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce u-mt-24\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_05_model.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\u003cbr\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item technology__item__sub\" id=\"tech02_05\"\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\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_06_model.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated u-sp u-mt-8\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_07_model.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e締め付けない可動域で\u003cbr\u003e睡眠を快適に\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                入眠前のリラックスや睡眠中の必要な寝返りを邪魔しないように極力身体を締め付けない快適な可動域をキープできるシルエット。トップスの脇とパンツの股部分は立体構造に、アームホールを大きめに設定したり、ゴムやリブによる過度な締め付けを無くし、締め付けられるストレスを軽減したスリープウェアです。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__inner u-pc\"\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce u-mt-24\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_07_model.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\u003cbr\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item\" id=\"tech03\"\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\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech03_main.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                                \u003cspan\u003e03\u003c\/span\u003eSUPER CLEAN\n                            \u003c\/h2\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003e抗菌防臭で毎日清潔\n                            \u003c\/h3\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\" id=\"tech03_01\"\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\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech03_01.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e毎日着るものだから、\u003cbr\u003e抗菌防臭でいつでも清潔に\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                環境に優しい銀イオンAG＋による抗菌防臭加工を生地に施しています。\u003cbr\u003e睡眠中の嫌な汗臭を防ぎ、部屋干し臭にも効果的です。\u003cbr\u003eしかも、約100回洗濯でもその効果は認めれています。\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        \u003csection class=\"last\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_last_model.webp?2\" alt=\"\" width=\"1400\" height=\"762\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_last_model_sp.webp?2\" alt=\"\" width=\"1400\" height=\"1400\"\u003e\u003c\/section\u003e\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__wrap animatedParent animateOnce u-pb-0\" data-sequence=\"300\" data-offset=\"300\" id=\"color\"\u003e\n            \u003ch3 class=\"spec__wrap__title termina fadeInUpShort animated\"\u003eCOLOR\u003c\/h3\u003e\n            \u003cp class=\"spec__wrap__text fadeInUpShort animated\"\u003eブラック、チャコールグレー、アイボリーの3色展開\u003c\/p\u003e\n            \u003cdiv class=\"color fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_color_2.webp?3\" alt=\"\" class=\"u-pc\" width=\"1063\" height=\"393\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_color_2_sp.webp?3\" alt=\"\" class=\"u-sp\" width=\"338\" height=\"412\"\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"spec__wrap animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"spec_modal\"\u003e\n            \u003ch3 class=\"spec__wrap__title termina fadeInUpShort animated\"\u003eUNISEX SIZE\u003c\/h3\u003e\n            \u003cp class=\"spec__wrap__text fadeInUpShort animated\"\u003e性別や年齢、体型に関係なく着用できる\u003cbr class=\"u-sp\"\u003eユニセックスサイズ\u003c\/p\u003e\n            \u003cdiv class=\"spec__inner fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"spec__slider__wrap\"\u003e\n                    \u003cdiv class=\"spec__slider\"\u003e\n                        \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide01_model.webp?2\" alt=\"\" width=\"921\" height=\"520\"\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide02_model.webp?2\" alt=\"\" width=\"921\" height=\"520\"\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide03_model.webp?2\" alt=\"\" width=\"921\" height=\"520\"\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide04_model.webp?2\" alt=\"\" width=\"921\" height=\"520\"\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide05_model.webp?2\" alt=\"\" width=\"921\" height=\"520\"\u003e\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec__slider__thumb\"\u003e\n                        \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide_thumb01_model.webp?2\" alt=\"\" width=\"86\" height=\"86\"\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide_thumb02_model.webp?2\" alt=\"\" width=\"86\" height=\"86\"\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide_thumb03_model.webp?2\" alt=\"\" width=\"86\" height=\"86\"\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide_thumb04_model.webp?2\" alt=\"\" width=\"86\" height=\"86\"\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide_thumb05_model.webp?2\" alt=\"\" width=\"86\" height=\"86\"\u003e\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec__slider__text fadeInUpShort animated\"\u003e\n                    \u003cp\u003e男性モデル：身長180cm\/ Lサイズ着用\u003cbr\u003e女性モデル：身長163cm\/ Mサイズ着用\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"sizeguide\"\u003e\n                    \u003ch3 class=\"sizeguide__title fadeInUpShort animated\"\u003e■対応サイズガイド（ユニセックス）\u003c\/h3\u003e\n                    \u003cdiv class=\"sizeguide__table fadeInUpShort animated\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_sizeguide_3.webp?3\" alt=\"\" class=\"u-pc\" width=\"341\" height=\"139\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_sizeguide_3.webp?3\" alt=\"\" class=\"u-sp\" width=\"338\" height=\"178\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"size\"\u003e\n                \u003ch3 class=\"size__title fadeInUpShort animated u-mb-8\"\u003e■製品サイズ\u003c\/h3\u003e\n                \u003cdiv class=\"size__table fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_size_3.webp?4\" alt=\"\" class=\"u-pc\" width=\"1137\" height=\"173\"\u003e \n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_size_2_sp_20250325.webp?4\" alt=\"\" class=\"u-sp\" width=\"338\" height=\"412\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"size\"\u003e\n                \u003ch3 class=\"size__title fadeInUpShort animated u-mb-8\"\u003e■素材\u003c\/h3\u003e\n                \u003cp class=\"size__txt fadeInUpShort animated\"\u003e生地本体：コットン34％ \/ レーヨン33％ \/ ポリエステル30％ \/ ポリウレタン3％\u003c\/p\u003e\n                \u003cp class=\"size__txt fadeInUpShort animated\"\u003eリブ：コットン90％ \/ ポリウレタン10％\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n    \u003c\/main\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .other__title .section__title {\n        background-color: #eeecdd;\n        border-bottom: 1px #000 solid;\n        border-top: 1px #000 solid\n    }\n\n    .other__title .section__title span {\n        display: block !important\n    }\n\n    .other__col2__item__inner {\n        position: relative;\n        z-index: 1\n    }\n\n    .other__col2 {\n        margin-bottom: 100px\n    }\n\n    @media screen and (max-width:749px) {\n        .section__title__text {\n            padding: 10px 0 0 0\n        }\n\n        .other__pillow__text__title__logo,\n        .other__col2__item__logo {\n            padding: 0\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n    \u003cmain\u003e\n        \u003csection class=\"technology__item comparison__wrap\" style=\"border: unset; margin-top: 0;\"\u003e\n            \u003cdiv class=\"comparison animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003ch2 class=\"comparison__ttl fadeInUpShort animated\"\u003e製品比較表\u003c\/h2\u003e\n                \u003cdiv class=\"comparison__wrap spec__table1 fadeInUpShort animated\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_half_comparison_re2.webp?1\" alt=\"\" width=\"2000\" height=\"1796\" style=\"width: 100%;\"\u003e\n                    \u003cdiv class=\"spec__table1__wrap u-sp\"\u003e\u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_half_comparison_re2.webp?2\" alt=\"\" width=\"1810\" height=\"1840\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec__table__nav u-sp\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_prev.png\" class=\"spec__table__nav__prev\" alt=\"\" width=\"45\" height=\"45\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_next.png\" class=\"spec__table__nav__next\" alt=\"\" width=\"45\" height=\"45\"\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 gitf_block\" id=\"tech02_02\"\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 loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_giftwrapping.webp?2\" alt=\"\" width=\"825\" height=\"466\"\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 id=\"faq\" class=\"faq js-box\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eFAQ\u003c\/span\u003eよくあるご質問\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__main\"\u003e\n                \u003cdiv class=\"faq__item\"\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                            はい、洗濯可能です。洗濯ネットに入れて、弱水流で洗濯してください。ドラム式洗濯機でも洗濯できます。銀イオンAG＋による抗菌防臭加工を施しており、その加工は約100回洗濯でも効果が認められています。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item\"\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\n                \u003cdiv class=\"faq__item\"\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                            ブラック、チャコールグレー、アイボリーの3色展開です。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"faq__item\"\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                            6.8オンスの軽量スウェット生地を使用しています。一般的なスウェット生地(9〜13オンス)と比較して薄手で軽量なため、寝返りの負担も軽減します。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item\"\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\"\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\"\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\"\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                            ユニセックスサイズ展開（S\/M\/L\/XL）です。対応サイズガイド（身長・胸囲・ウエスト）をご確認の上、お選びください。基本的にはゆったりしたサイズ感となっております。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n    \u003c\/main\u003e\n\u003c\/div\u003e\n\u003cp\u003e\n    \u003clink href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_all.css\" onload=\"this.media='all'\" media=\"print\" rel=\"stylesheet\"\u003e\n    \u003cscript src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_all.js\" defer\u003e\u003c\/script\u003e\n    \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.min.js\"\u003e\u003c\/script\u003e\n    \u003cscript defer src=\"https:\/\/cdn.jsdelivr.net\/npm\/lozad\/dist\/lozad.min.js\"\u003e\u003c\/script\u003e\n    \u003cscript\u003ejQuery(function () { const n = lozad(); n.observe() })\u003c\/script\u003e\n\u003c\/p\u003e\n\u003cstyle\u003e\n    .technology__link__lists__title,\n    .mv__txt,\n    .technology__item__desc__text__content__title {\n        font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif\n    }\n\n    .rwlp__wrapper {\n        font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N R\", sans-serif\n    }\n\n\/* FAQセクション - メインスタイル *\/\n#faq {\n    padding: 0 !important;\n}\n\n#faq .section__title {\n    background-color: #e8e6d8;\n    border-top: 1px solid #000;\n    border-bottom: 1px solid #000;\n}\n\n.faq__main {\n    padding: 73px 6.7142857142857vw 150px;\n}\n\n.faq__item + .faq__item {\n    margin-top: 50px;\n}\n\n.faq__item__question {\n    background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_faq_plus.png);\n    background-position: center right 25px;\n    background-repeat: no-repeat;\n    background-size: 37px;\n    border-bottom: 1px #000 solid;\n    cursor: pointer;\n    font-size: 20px;\n    font-weight: 400;\n    padding-bottom: 24px;\n    padding-top: 10px;\n}\n\n.faq__item__question.open {\n    background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_faq_minus.png);\n}\n\n.faq__item__answer {\n    display: none;\n    padding-top: 30px;\n}\n\n.faq__item__answer__text {\n    font-size: 16px;\n    line-height: 1.5;\n}\n\n.faq__item__answer__text + .faq__item__answer__text {\n    margin-top: 20px;\n}\n\n.faq__item__answer__text a {\n    text-decoration: underline !important;\n    color: #802335;\n}\n\n\/* FAQセクション - レスポンシブ（モバイル） *\/\n@media screen and (max-width:749px) {\n    .faq__main {\n        padding: 40px 20px;\n    }\n\n    .faq__item + .faq__item {\n        margin-top: 30px;\n    }\n\n    .faq__item__question {\n        background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_faq_plus.png);\n        background-position: center right 15px;\n        background-repeat: no-repeat;\n        background-size: 23px;\n        border-bottom: 1px #000 solid;\n        cursor: pointer;\n        font-size: 20px;\n        font-weight: 400;\n        padding-bottom: 14px;\n        padding-right: 36px;\n        padding-top: 10px;\n    }\n\n    .faq__item__answer__text {\n        font-size: 14px;\n        line-height: 1.5;\n    }\n\n    .faq__item__answer {\n        padding-top: 15px;\n    }\n}\n\u003c\/style\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"S \/ 上下セット \/ ブラック","offer_id":46614915678430,"sku":"W0001S1-0002","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ 上下セット \/ グレー","offer_id":46614915711198,"sku":"W0001S1-0001","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ 上下セット \/ アイボリー","offer_id":47593520005342,"sku":"W0013S1-0003","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ トップス \/ ブラック","offer_id":45436433662174,"sku":"W0001A1-SMBK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ トップス \/ グレー","offer_id":45436433760478,"sku":"W0001A1-SMCG","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ トップス \/ アイボリー","offer_id":47593520136414,"sku":"W0013A1-SMVY","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ パンツ \/ ブラック","offer_id":45436433858782,"sku":"W0002A1-SMBK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ パンツ \/ グレー","offer_id":45436433957086,"sku":"W0002A1-SMCG","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ パンツ \/ アイボリー","offer_id":47593520267486,"sku":"W0014A1-SMVY","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 上下セット \/ ブラック","offer_id":46614915743966,"sku":"W0001S1-0004","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 上下セット \/ グレー","offer_id":46614915776734,"sku":"W0001S1-0003","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 上下セット \/ アイボリー","offer_id":47593520038110,"sku":"W0013S1-0006","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ トップス \/ ブラック","offer_id":45436433694942,"sku":"W0001A1-MEBK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ トップス \/ グレー","offer_id":45436433793246,"sku":"W0001A1-MECG","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ トップス \/ アイボリー","offer_id":47593520169182,"sku":"W0013A1-MEVY","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ パンツ \/ ブラック","offer_id":45436433891550,"sku":"W0002A1-MEBK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ パンツ \/ グレー","offer_id":45436433989854,"sku":"W0002A1-MECG","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ パンツ \/ アイボリー","offer_id":47593520300254,"sku":"W0014A1-MEVY","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 上下セット \/ ブラック","offer_id":46614915809502,"sku":"W0001S1-0006","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 上下セット \/ グレー","offer_id":46614915842270,"sku":"W0001S1-0005","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 上下セット \/ アイボリー","offer_id":47593520070878,"sku":"W0013S1-0009","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ トップス \/ ブラック","offer_id":45436433727710,"sku":"W0001A1-LABK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ トップス \/ グレー","offer_id":45436433826014,"sku":"W0001A1-LACG","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ トップス \/ アイボリー","offer_id":47593520201950,"sku":"W0013A1-LAVY","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ パンツ \/ ブラック","offer_id":45436433924318,"sku":"W0002A1-LABK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ パンツ \/ グレー","offer_id":45436434022622,"sku":"W0002A1-LACG","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ パンツ \/ アイボリー","offer_id":47593520333022,"sku":"W0014A1-LAVY","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ 上下セット \/ ブラック","offer_id":46614915875038,"sku":"W0001S1-0008","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ 上下セット \/ グレー","offer_id":46614915907806,"sku":"W0013S1-0010","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ 上下セット \/ アイボリー","offer_id":47593520103646,"sku":"W0013S1-0012","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ トップス \/ ブラック","offer_id":46475351523550,"sku":"W0013A1-XLBK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ トップス \/ グレー","offer_id":46475351556318,"sku":"W0013A1-XLCG","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ トップス \/ アイボリー","offer_id":47593520234718,"sku":"W0013A1-XLVY","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ パンツ \/ ブラック","offer_id":46475351589086,"sku":"W0014A1-XLBK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ パンツ \/ グレー","offer_id":46475351621854,"sku":"W0014A1-XLCG","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ パンツ \/ アイボリー","offer_id":47593520365790,"sku":"W0014A1-XLVY","price":12100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/wearthermocontrol_black_thumbnail_delete.webp?v=1756808594"},{"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"},{"product_id":"wear_recovery","title":"ブレインスリープ ウェア リカバリー","description":"\u003cstyle\u003e\n    .rwlp__header__wrapper {\n        background: #a0c0db;\n        height: auto;\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        z-index: 9;\n    }\n\n    @media screen and (min-width: 750px) {\n        .rwlp__header__wrapper {\n            padding: 0 30px;\n        }\n    }\n\n    @media screen and (max-width: 749px) {\n        .rwlp__header__wrapper {\n            padding: 0 20px;\n        }\n    }\n\n    .rwlp__header {\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n    }\n\n    @media screen and (min-width: 1200px) {\n        .rwlp__header {\n            height: 90px;\n        }\n    }\n\n    @media screen and (max-width: 1199px) {\n        .rwlp__header {\n            height: 65px;\n        }\n    }\n\n    @media screen and (min-width: 750px) {\n        .rwlp__header__logo {\n            width: 85px;\n        }\n    }\n\n    @media screen and (max-width: 749px) {\n        .rwlp__header__logo {\n            width: 70px;\n        }\n    }\n\n    @media screen and (min-width: 750px) {\n        .rwlp__header__menu__wrapper {\n            margin: 0 30px;\n        }\n    }\n\n    @media screen and (max-width: 749px) {\n        .rwlp__header__menu__wrapper {\n            \/* margin: 0 20px; *\/\n        }\n    }\n\n    .rwlp__header__menu__item {\n        display: inline-block;\n    }\n\n    @media screen and (min-width: 1200px) {\n        .rwlp__header__menu__item+.rwlp__header__menu__item {\n            margin-left: 35px;\n        }\n    }\n\n    @media screen and (min-width: 750px) and (max-width: 1199px) {\n        .rwlp__header__menu__item+.rwlp__header__menu__item {\n            margin-left: 30px;\n        }\n    }\n\n    @media screen and (max-width: 749px) {\n        .rwlp__header__menu__item+.rwlp__header__menu__item {\n            margin-left: 15px;\n        }\n    }\n\n    @media screen and (max-width: 749px) {\n        .rwlp__header__menu__item.rwlp__hidden__sm {\n            display: none;\n        }\n    }\n\n    @media screen and (min-width: 1200px) {\n        .rwlp__header__menu__link {\n            font-size: 14px;\n        }\n    }\n\n    @media screen and (max-width: 1199px) {\n        .rwlp__header__menu__link {\n            font-size: 14px;\n        }\n    }\n\n    .rwlp__header__wrapper.fixed {\n        position: fixed;\n        top: -90px;\n        transition: unset;\n    }\n\n    .rwlp__header__wrapper.animate {\n        transition: top 0.15s ease-out;\n        top: 0;\n    }\n\n    .rwlp__header__wrapper.hide {\n        top: -90px;\n    }\n\n    .kv {\n        \/*border-top: 55px solid #fff;*\/\n    }\n\n    .rwlp__wrapper,\n    #MainContent,\n    html.js {\n        overflow: unset;\n    }\n\n    @media screen and (max-width:749px) {\n\n        .rwlp__wrapper,\n        #MainContent,\n        html.js {\n            overflow: unset !important;\n        }\n    }\n\n    .rwlp__wrapper div:empty {\n        display: initial;\n    }\n\n    html {\n        scroll-behavior: smooth;\n    }\n\n    .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {\n        transform: unset;\n        animation: unset;\n        opacity: 1;\n    }\n\n    .rwlp__wrapper a:empty,\n    .rwlp__wrapper div:empty {\n        display: initial;\n    }\n\n    .rwlp__wrapper video {\n        height: auto;\n        width: 100%;\n    }\n\n    .rwlp__wrapper a {\n        text-decoration: unset;\n        color: #000;\n    }\n\n    .rwlp__wrapper ul {\n        list-style: none;\n    }\n\n    .technology__link__lists {\n        padding: 0;\n    }\n\n    .rwlp__wrapper img {\n        width: 100%;\n        height: auto;\n        max-width: 100%;\n        border: unset;\n        margin-bottom: 0;\n    }\n\n    .faq__item img {\n        width: auto;\n        max-width: 100%;\n    }\n\n    .animated {\n        -webkit-animation-duration: 1s;\n        animation-duration: 1s;\n        -webkit-animation-fill-mode: both;\n        animation-fill-mode: both\n    }\n\n    .fadeInUpShort {\n        opacity: 0;\n        -webkit-transform: translateY(20px);\n        transform: translateY(20px)\n    }\n\n    \/* margin padding 調整*\/\n    .sleep__info__quality__golden__title {\n        margin: 0\n    }\n\n    #cover.spec__item .spec__item__desc__text__content__title {\n        margin-top: 0;\n    }\n\n    .kv img,\n    .intro05__img img,\n    .last img,\n    .spec__slider__thumb img,\n    .spec__quality__img img,\n    .intro02__thermo img,\n    .technology__item__desc__img img,\n    .line__bnr img,\n    .technology__link__lists__title {\n        margin-bottom: 0;\n    }\n\n    .rwlp__wrapper ul,\n    .technology__link__lists {\n        padding: 0 !important\n    }\n\n    body {\n        font-family: YuGothic, 'Yu Gothic', \"Yu Gothic Pr6N R\", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif\n    }\n\n    .rwlp__wrapper {\n        color: #000\n    }\n\n    body,\n    details,\n    div,\n    form,\n    h1,\n    h2,\n    h3,\n    header,\n    html,\n    iframe,\n    img,\n    label,\n    li,\n    nav,\n    p,\n    section,\n    small,\n    span,\n    summary,\n    ul {\n        margin: 0;\n        padding: 0;\n        border: 0;\n        outline: 0;\n        vertical-align: baseline;\n        background: 0 0\n    }\n\n    button,\n    input,\n    select {\n        appearance: none\n    }\n\n    .fadeInUpShort {\n        opacity: 0;\n        -webkit-transform: translateY(20px);\n        transform: translateY(20px)\n    }\n\n    body {\n        overflow-x: hidden\n    }\n\n    h1,\n    h2,\n    h3 {\n        font-weight: 400 !important\n    }\n\n    .technology__item__title {\n        font-family: Termina, YuGothic, 'Yu Gothic', \"Yu Gothic Pr6N R\", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;\n        font-size: 30px;\n        font-weight: 400;\n        line-height: 1.1;\n        margin-bottom: 25px\n    }\n\n    .technology__item__title span {\n        font-family: Termina, YuGothic, 'Yu Gothic', \"Yu Gothic Pr6N R\", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;\n        font-weight: 400;\n        line-height: 1;\n        margin-bottom: 16px;\n        display: block\n    }\n\n    .technology__item__desc__img img {\n        width: 100%;\n        height: auto\n    }\n\n    .intro04__wrap1__txt2{\n        font-size: 40px !important;\n    }\n\n    @media screen and (max-width:749px) {\n\n        .technology__item__title {\n            padding: 0 20px;\n            font-size: 25px\n        }\n\n        .technology__item__title span {\n            font-size: 25px\n        }\n\n        .technology__item__desc__img img {\n            height: 100%\n        }\n    }\n\n    .u-pc {\n        display: block !important\n    }\n\n    .u-sp {\n        display: none !important\n    }\n\n    @media screen and (max-width:767px) {\n\n        .intro04__wrap1__txt2{\n            font-size: 5vw !important;\n        }\n\n        .u-pc {\n            display: none !important\n        }\n\n        .u-sp {\n            display: block !important\n        }\n    }\n\n    img {\n        vertical-align: bottom\n    }\n\n    .kv {\n        position: relative\n    }\n\n    .kv__inner {\n        position: absolute;\n        width: 83.42857%;\n        top: 8.28571vw;\n        left: 50%;\n        transform: translateX(-50%);\n        color: #fff\n    }\n\n    .kv__txt {\n        font-size: 3.60142vw;\n        color: #fff;\n        line-height: 1.2133333;\n        margin-bottom: 1.6vw\n    }\n\n    .intro04__wrap2__txt2 span {\n        background-color: #000;\n        padding: 5px;\n        color: #fff;\n        font-size: 28px\n    }\n\n    .scene__item__ttl {\n        font-size: 30px;\n        margin-bottom: 14px\n    }\n\n    .sizeguide__table img,\n    .size__table img {\n        width: 100%\n    }\n\n    @media screen and (max-width:767px) {\n        .kv {\n            overflow: hidden;\n            padding-top: 1px;\n            height: 160vw\n        }\n\n        .kv__inner {\n            width: 100%;\n            left: 50%;\n            transform: translateX(-50%);\n            color: #fff;\n            top: 0\n        }\n\n        .kv__txt {\n            position: absolute;\n            top: 7vw;\n            left: 6.666vw;\n            line-height: 1.3;\n            font-size: 8.5333vw;\n            letter-spacing: -0.08em;\n            margin-bottom: 2.5vw;\n            text-align: justify\n        }\n\n        .intro03__txt4 {\n            text-align: left;\n            font-size: 4.2666vw;\n            font-feature-settings: \"palt\";\n            line-height: 2;\n            color: #fff;\n            padding: 50px 20px\n        }\n\n        .intro04__wrap2__txt2 {\n            font-feature-settings: \"palt\"\n        }\n\n        .intro04__wrap2__txt2 span {\n            padding: 1vw;\n            font-size: 4vw\n        }\n\n        #tech01 .technology__item__title,\n        #tech02 .technology__item__title,\n        #tech03 .technology__item__title {\n            padding: 0;\n            padding-left: 20px;\n            margin-bottom: 14px;\n            line-height: 1.5\n        }\n\n        .scene__item__ttl {\n            margin-top: 16px;\n            margin-bottom: 10px;\n            font-size: 25px\n        }\n\n        .spec__table1__wrap {\n            width: 100%;\n            overflow-y: hidden;\n            overflow-x: scroll;\n            position: relative\n        }\n\n        .technology__item .spec__table1__wrap img {\n            width: 220vw;\n            max-width: unset\n        }\n\n        .spec__table1__wrap::-webkit-scrollbar {\n            height: 4px\n        }\n\n        .spec__table1__wrap::-webkit-scrollbar-thumb {\n            background: #000;\n            border-radius: 5px\n        }\n\n        .spec__table1__wrap::-webkit-scrollbar-track {\n            background: #b8b8b8;\n            border-radius: 5px\n        }\n\n        .spec__table__nav .spec__table__nav__prev,\n        .spec__table__nav .spec__table__nav__next {\n            width: 45px;\n            position: absolute;\n            top: 44%;\n            transform: translateY(-50%)\n        }\n\n        .spec__table__nav .spec__table__nav__prev {\n            left: -25px\n        }\n\n        .spec__table__nav .spec__table__nav__next {\n            right: -25px\n        }\n    }\n\n    .other__pillow__text__sub__title {\n        color: #fff;\n        font-size: 25px;\n        font-weight: 500;\n        line-height: 1.6;\n        margin-left: 65px\n    }\n\n    @media screen and (max-width:749px) {\n        .other__pillow__text__sub__title {\n            display: none\n        }\n\n        .other__pillow__text__sub__title.u-sp {\n            display: block;\n            font-size: 15px;\n            margin: 0;\n            padding: 20px 0 0;\n            text-align: center;\n            position: relative;\n            z-index: 2\n        }\n    }\n\n    @media screen and (max-width:749px) {\n        .other__conforter__text__sub__title {\n            display: none\n        }\n\n        .other__conforter__text__sub__title.u-sp {\n            display: block;\n            font-size: 15px;\n            font-weight: 400\n        }\n\n        #other__coin .other__conforter__text__sub__title {\n            margin-top: 80px;\n            margin-bottom: 15px;\n            padding: 0;\n            position: relative;\n            z-index: 2\n        }\n    }\n\n    .other__pillow__text__sub__title,\n    .other__col2 h3 {\n        font-weight: 400\n    }\n\n    .u-pc {\n        display: block !important\n    }\n\n    .u-sp {\n        display: none !important\n    }\n\n    @media screen and (max-width:767px) {\n        .u-pc {\n            display: none !important\n        }\n\n        .u-sp {\n            display: block !important\n        }\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        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            margin: 50px auto;\n        }\n        .gift__item img {\n            max-width: 100%;\n        }\n    }\n\n\/* giftブロック調整用 *\/\n  .gitf_block{\n    border-top: 1px #000 solid;\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\u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick-theme.min.css\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.min.css\"\u003e\n\n\n\u003cdiv class=\"lang_box\"\u003e\n\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n    \u003cheader style=\"display: none;\" class=\"rwlp__header__wrapper\"\u003e\n        \u003cdiv class=\"\"\u003e\n            \u003cheader class=\"rwlp__header\"\u003e\u003ca href=\"#\" class=\"rwlp__header__logo\"\u003e \u003cimg height=\"40\" width=\"85\" alt=\"ロゴ：Brain Sleep\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_adpage_logo.webp\"\u003e \u003c\/a\u003e\n                \u003cnav class=\"rwlp__header__menu__wrapper\"\u003e\n                    \u003cul class=\"rwlp__header__menu\"\u003e\n                        \u003cli class=\"rwlp__header__menu__item\"\u003e\u003ca href=\"#technology\" class=\"rwlp__header__menu__link custom-smooth-scroll\"\u003eテクノロジー\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"rwlp__header__menu__item\"\u003e\u003ca href=\"#spec\" class=\"rwlp__header__menu__link custom-smooth-scroll\"\u003e仕様\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"rwlp__header__menu__item\"\u003e\u003ca href=\"#faq\" class=\"rwlp__header__menu__link custom-smooth-scroll\"\u003eFAQ\u003c\/a\u003e\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/nav\u003e\n            \u003c\/header\u003e\n        \u003c\/div\u003e\n    \u003c\/header\u003e\n    \u003csection class=\"kv\"\u003e\n        \u003cdiv class=\"kv__bg\"\u003e\n            \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_kv_bg_model_v3.webp?2\" width=\"2800\" height=\"1570\" alt=\"\"\u003e\n            \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_kv_bg_sp_model_v3.webp?2\" width=\"750\" height=\"1200\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kv__inner\"\u003e\n            \u003ch1 class=\"kv__txt\"\u003e着て寝るだけで\u003cbr\u003eフルリカバリー\u003c\/h1\u003e\n            \u003cul class=\"kv__feature\"\u003e\n                \u003cli class=\"kv__feature__item\"\u003e\u003cspan\u003e疲労回復\u003c\/span\u003e\u003c\/li\u003e\n                \u003cli class=\"kv__feature__item\"\u003e\u003cspan\u003e血行促進\u003c\/span\u003e\u003c\/li\u003e\n                \u003cli class=\"kv__feature__item\"\u003e\u003cspan\u003e筋肉のハリ、コリの軽減\u003c\/span\u003e\u003c\/li\u003e\n                \u003cli class=\"kv__feature__item\"\u003e\u003cspan\u003e筋肉の疲れの緩和\u003c\/span\u003e\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"kv__logo\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_kv_logo_v2.webp\" width=\"554\" height=\"66\" alt=\"BRAINSLEEP WEAR RECOVERY\"\u003e\u003c\/div\u003e\n            \u003cp class=\"kv__medical\"\u003e一般医療機器\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"intro00 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"intro00__inner\"\u003e\n            \u003cp class=\"intro00__txt1 fadeInUpShort animated\"\u003eMakuakeで\u003cspan class=\"intro00__txt1__wrap\"\u003e目標比\u003cspan class=\"termina\"\u003e3900%\u003c\/span\u003e\u003c\/span\u003eを達成\u003c\/p\u003e\n            \u003cdiv class=\"intro00__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_makuake_bnr_v2.webp\" alt=\"\" width=\"1530\" height=\"608\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"intro01 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"intro01__inner\"\u003e\n            \u003cp class=\"intro01__txt1 fadeInUpShort animated\"\u003eブレインスリープから\u003c\/p\u003e\n            \u003cp class=\"intro01__txt2 fadeInUpShort animated\"\u003e\u003cspan\u003e一般医療機器\u003c\/span\u003eの\u003cbr class=\"u-sp\"\u003eリカバリーウェアが新登場!\u003c\/p\u003e\n            \u003cdiv class=\"intro01__img fadeInUpShort animated\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_intro01_img_v2.webp\" alt=\"\" width=\"1602\" height=\"1088\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_intro01_img_sp_v2.webp\" alt=\"\" width=\"590\" height=\"550\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"intro02 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"intro02__inner\"\u003e\n            \u003cp class=\"intro02__txt1 fadeInUpShort animated\"\u003e「メディック リカバリー ファイバー」で\u003c\/p\u003e\n            \u003cp class=\"intro02__txt2 fadeInUpShort animated\"\u003e\u003cspan\u003e血行を促進し\u003c\/span\u003e\u003cbr class=\"u-sp\"\u003e\u003cspan\u003eフルリカバリー\u003c\/span\u003e\u003c\/p\u003e\n            \u003cdiv class=\"intro02__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_intro02_img.webp\" alt=\"\" width=\"1894\" height=\"1084\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"intro03 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"intro03__inner\"\u003e\n            \u003cdiv class=\"intro03__txt\"\u003e\n                \u003cp class=\"intro03__txt1 fadeInUpShort animated\"\u003e独自開発の新素材\u003c\/p\u003e\n                \u003cp class=\"intro03__txt2 fadeInUpShort animated termina\"\u003eMEDIC \u003cbr class=\"u-pc\"\u003eRECOVERY\u003cbr\u003eFIBER\u003c\/p\u003e\n                \u003cp class=\"intro03__txt2__ja fadeInUpShort animated termina\"\u003eメディック リカバリー ファイバー\u003c\/p\u003e\n                \u003cp class=\"intro03__txt3 fadeInUpShort animated u-pc\"\u003e\n                    地球上の天然鉱物を原料とするセラミックス。その中でも純度の高いセラミックスを厳選し、独自ブレンドをしました。繊維へのナノレベルでの高濃度処方、特殊な糸形状により、高レベルの遠赤外線放射を実現。\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro03__img\"\u003e\u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cb03f003d9814e5289482286d4d1cfaa.mp4\" style=\"aspect-ratio: 1920\/1080;\" height=\"1080\" width=\"1920\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n            \u003cp class=\"intro03__txt4 fadeInUpShort animated u-sp\"\u003e\n                地球上の天然鉱物を原料とするセラミックス。その中でも純度の高いセラミックスを厳選し、独自ブレンドをしました。繊維へのナノレベルでの高濃度処方、特殊な糸形状により、高レベルの遠赤外線放射を実現。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"intro04 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"intro04__inner\"\u003e\n            \u003cdiv class=\"intro04__wrap1\"\u003e\n                \u003cdiv class=\"intro04__wrap1__txt\"\u003e\n                    \u003cp class=\"intro04__wrap1__txt1 fadeInUpShort animated termina\"\u003eISSUE\u003c\/p\u003e\n                    \u003cp class=\"intro04__wrap1__txt2 fadeInUpShort animated\"\u003e睡眠時間が少ない日本人の\u003cbr\u003e回復効率をリカバリーウェアで上げる\u003c\/p\u003e\n                    \u003cp class=\"intro04__wrap1__txt3 fadeInUpShort animated\"\u003e日本人は理想の睡眠時間に\u003cbr\u003e50分も不足しています\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro04__wrap1__img\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_intro04_graph.webp?2\" alt=\"\" width=\"830\" height=\"802\" class=\"fadeInUpShort animated u-pc\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_intro04_graph_sp.webp?2\" alt=\"\" width=\"568\" height=\"548\" class=\"fadeInUpShort animated u-sp\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro04__wrap1__arrow\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_intro04_arrow.webp\" alt=\"\" width=\"72\" height=\"72\" class=\"fadeInUpShort animated\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro04__wrap2\"\u003e\n                \u003cp class=\"intro04__wrap2__lead fadeInUpShort animated\"\u003e\u003cspan\u003eそこで大切なのは、時間だけでなく質\u003c\/span\u003e\u003c\/p\u003e\n                \u003cdiv class=\"intro04__wrap2__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_intro04_book.webp\" alt=\"\" width=\"276\" height=\"394\" class=\"fadeInUpShort animated\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"intro04__wrap2__txt\"\u003e\n                    \u003cp class=\"intro04__wrap2__txt1 fadeInUpShort animated\"\u003e『スタンフォード式 \u003cbr class=\"u-sp\"\u003e最高の睡眠』\u003c\/p\u003e\n                    \u003cp class=\"intro04__wrap2__txt2 fadeInUpShort animated u-pc\"\u003e\n                        \u003cspan\u003e最高の睡眠の目的である『究極の疲労回復』に\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e向けた究極のリカバリーウェア\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp class=\"intro04__wrap2__txt2 fadeInUpShort animated u-sp\"\u003e\n                        \u003cspan\u003e最高の睡眠の目的である\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e『究極の疲労回復』に\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e向けた究極のリカバリーウェア\u003c\/span\u003e\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"intro05 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"intro05__inner\"\u003e\n            \u003cp class=\"intro05__txt1 fadeInUpShort animated\"\u003e限られた睡眠時間でも\u003c\/p\u003e\n            \u003cp class=\"intro05__txt2 fadeInUpShort animated\"\u003e究極の疲労回復\u003c\/p\u003e\n            \u003cdiv class=\"intro05__logo fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_kv_logo.webp\" alt=\"BRAINSLEEP WEAR RECOVERY\" width=\"866\" height=\"114\"\u003e\u003c\/div\u003e\n            \u003cp class=\"intro05__medical fadeInUpShort animated\"\u003e一般医療機器\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology\" id=\"technology\"\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\u003eTECHNOLOGY\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=\"300\" data-offset=\"300\"\u003e\n                \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca class=\"custom-smooth-scroll\" href=\"#tech01\"\u003e\n                        \u003cdiv class=\"technology__link__lists__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_nav01.webp?2\" alt=\"\" width=\"782\" height=\"722\"\u003e\u003c\/div\u003e\n                        \u003ch3 class=\"technology__link__lists__title\"\u003e\n                            \u003cspan\u003e01\u003c\/span\u003e血行を促進し\u003cbr\u003eフルリカバリー\n                        \u003c\/h3\u003e\n                    \u003c\/a\u003e\u003c\/li\u003e\n                \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca class=\"custom-smooth-scroll\" href=\"#tech02\"\u003e\n                        \u003cdiv class=\"technology__link__lists__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_nav02_model.webp\" alt=\"\" width=\"782\" height=\"722\"\u003e\u003c\/div\u003e\n                        \u003ch3 class=\"technology__link__lists__title\"\u003e\n                            \u003cspan\u003e02\u003c\/span\u003eストレスのない\u003cbr\u003eリラックス仕様で\u003cbr\u003e快眠をサポート\n                        \u003c\/h3\u003e\n                    \u003c\/a\u003e\u003c\/li\u003e\n                \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca class=\"custom-smooth-scroll\" href=\"#tech03\"\u003e\n                        \u003cdiv class=\"technology__link__lists__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_nav03_model.webp\" alt=\"\" width=\"782\" height=\"722\"\u003e\u003c\/div\u003e\n                        \u003ch3 class=\"technology__link__lists__title no03\"\u003e\n                            \u003cspan\u003e03\u003c\/span\u003e丸洗いでき\u003cbr\u003e毎日清潔・快適\n                        \u003c\/h3\u003e\n                    \u003c\/a\u003e\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item\" id=\"tech01\"\u003e\n        \u003cdiv class=\"technology__item__inner\" style=\"position: relative; z-index: 1;\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__title u-sp fadeInUpShort animated\"\u003e\n                    \u003cspan\u003e01\u003c\/span\u003eFULL RECOVERY\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech01_main_v2.webp\" alt=\"\" width=\"1628\" height=\"918\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech01_main_sp_v2.webp\" alt=\"\" width=\"704\" height=\"704\" style=\"height: unset; position: relative;\"\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                        \u003ch2 class=\"technology__item__title u-pc\"\u003e\n                            \u003cspan\u003e01\u003c\/span\u003eFULL RECOVERY\n                        \u003c\/h2\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e血行促進し\u003cbr\u003eフルリカバリー\u003c\/h3\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\" id=\"tech01_01\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech01_01.webp\" alt=\"\" width=\"1626\" height=\"920\"\u003e\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\u003eMEDIC RECOVERY FIBER\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 technology__item__sub\" id=\"tech01_02\"\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 fadeInUpShort animated\"\u003e\u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cb03f003d9814e5289482286d4d1cfaa.mp4\" style=\"aspect-ratio: 1920\/1080;\" height=\"1080\" width=\"1920\"\u003e\u003c\/video\u003e\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\"\u003eMEDIC RECOVERY\n                            FIBERの\u003cbr\u003e遠赤外線放射機能による血行促進\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 technology__item__sub\" id=\"tech01_03\"\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 fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech01_03.webp\" alt=\"\" width=\"1634\" height=\"920\"\u003e\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＋2.3℃表面温度がアップ\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=\"technology__item technology__item__sub\" id=\"tech01_04\"\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 fadeInUpShort animated\" style=\"border: 1px solid #000;\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech01_04.webp\" alt=\"\" width=\"1634\" height=\"920\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e疲労回復だけでなく\u003cbr\u003eリラックス度アップの期待も\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            現代のストレス社会のなかで、リラックスしてストレス緩和をするかは睡眠の質に影響します。リラックス度を測る脳波測定では、リラックス状態で観測されるα波の増加率の優位性が約21％みられました。\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=\"tech02\"\u003e\n        \u003cdiv class=\"technology__item__inner\" style=\"position: relative; z-index: 1;\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__title u-sp fadeInUpShort animated\"\u003e\n                    \u003cspan\u003e02\u003c\/span\u003eSTRESS FREE \u003cbr class=\"u-sp\"\u003e\u0026amp; RELAX\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech02_main_model_v2.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech02_main_sp_model_v2.webp\" alt=\"\" width=\"704\" height=\"704\" style=\"height: unset; position: relative;\"\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                        \u003ch2 class=\"technology__item__title u-pc\"\u003e\n                            \u003cspan\u003e02\u003c\/span\u003eSTRESS FREE \u003cbr class=\"u-sp\"\u003e\u0026amp; RELAX\n                        \u003c\/h2\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                            ストレスのない\u003cbr\u003eリラックス仕様で\u003cbr\u003e快眠をサポート\n                        \u003c\/h3\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\" id=\"tech02_01\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech02_01.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e肌に優しく心地よい肌触りと\u003cbr\u003eムレない快適さへ\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            リカバリーウェアの表面は速乾性のあるポリエステル、肌面は吸放湿性の高い天然系のコットンとレーヨンの独自開発生地を採用。7オンスの軽量スウェット生地で体への負担も低減します。\u003cbr\u003e※一般的なスウェット生地は9～13オンス\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 technology__item__sub\" id=\"tech02_02\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"border: 1px solid #000;\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech02_02.webp\" alt=\"\" width=\"1634\" height=\"920\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e睡眠中の嫌なムレ感を解消\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            圧倒的な吸湿放湿力でムレ感を解消。吸湿放湿性の優れた生地で、ムレない快適な着心地を実現します。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech02_03\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech02_03.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e\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                        \u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            リカバリーウェアのアームホールを大きめに設定し、ゴムやリブによる締め付けを極力少なくして、睡眠特化型のウェアで睡眠中の必要な寝返りも妨げません\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech02_04\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech02_04.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003cp class=\"technology__item__desc__text__content__tag\"\u003eトップス\u003c\/p\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            ・肩部分の余裕をもたす、ドロップショルダー\u003cbr\u003e・裾にゆとりをだす、サイドベンツ\u003cbr\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=\"technology__item technology__item__sub\" id=\"tech02_05\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech02_05.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003cp class=\"technology__item__desc__text__content__tag\"\u003eパンツ\u003c\/p\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            ・立体感をだす、サイドのマチ仕様\u003cbr\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=\"technology__item technology__item__sub\" id=\"tech02_06\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech02_06.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003cp class=\"technology__item__desc__text__content__tag\"\u003eポケット\u003c\/p\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=\"technology__item\" id=\"tech03\"\u003e\n        \u003cdiv class=\"technology__item__inner\" style=\"position: relative; z-index: 1;\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__title u-sp fadeInUpShort animated\"\u003e\n                    \u003cspan\u003e03\u003c\/span\u003ePERFECT CLEAN\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech03_main_model_v2.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech03_main_sp_model_v2.webp\" alt=\"\" width=\"704\" height=\"704\" style=\"height: unset; position: relative;\"\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                        \u003ch2 class=\"technology__item__title u-pc\"\u003e\n                            \u003cspan\u003e03\u003c\/span\u003ePERFECT CLEAN\n                        \u003c\/h2\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e丸洗いでき\u003cbr\u003e毎日清潔・快適\u003c\/h3\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\" id=\"tech03_01\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech03_01.webp\" alt=\"\" width=\"1634\" height=\"920\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e家庭洗濯機で洗えて\u003cbr\u003e速乾性が高い\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            リカバリーウェアは家庭洗濯機で簡単に洗濯できて、速乾性があるので、毎日清潔に。\u003cbr\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=\"technology__item technology__item__sub\" id=\"tech03_02\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"border: 1px solid #000;\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech03_02.webp\" alt=\"\" width=\"1634\" height=\"920\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e高い効果の制菌性と消臭性\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e抗菌よりも高い制菌で菌の増殖を防ぎ、嫌な汗の臭いを消臭します。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"spec__title\" id=\"scene\"\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\u003eSCENE\u003c\/span\u003eシーン\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"scene__wrap animatedParent animateOnce u-pb-0\" data-sequence=\"300\" data-offset=\"300\" id=\"color\"\u003e\n        \u003cdiv class=\"scene__item fadeInUpShort animated\"\u003e\n            \u003cp class=\"scene__item__ttl u-pc\"\u003eリモートワーク中\u003c\/p\u003e\n            \u003cdiv class=\"scene__item__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_scene01.webp\" alt=\"\" width=\"732\" height=\"412\" class=\"u-pc\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_scene01_sp.webp\" alt=\"\" width=\"710\" height=\"400\" class=\"u-sp\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"scene__item__ttl u-sp\"\u003eリモートワーク中\u003c\/p\u003e\n            \u003cp class=\"scene__item__txt\"\u003e\n                リモートワークでは長時間同じ姿勢で座ることが多く、筋肉や関節に負担がかかりやすいです。リカバリーウェアを着用することで、血行を促進し、筋肉の疲労回復をすることで、疲れにくくなります。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"scene__item fadeInUpShort animated\"\u003e\n            \u003cp class=\"scene__item__ttl u-pc\"\u003e睡眠＆リラックスタイム\u003c\/p\u003e\n            \u003cdiv class=\"scene__item__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_scene02.webp\" alt=\"\" width=\"726\" height=\"412\" class=\"u-pc\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_scene02_sp.webp\" alt=\"\" width=\"702\" height=\"400\" class=\"u-sp\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"scene__item__ttl u-sp\"\u003e睡眠＆リラックスタイム\u003c\/p\u003e\n            \u003cp class=\"scene__item__txt\"\u003e\n                睡眠やリラックスしている時間帯にリカバリーウェアを着用することで、深い睡眠のサポートや筋肉のリカバリーを行なってくれ、リラックスや回復を最大化する効果が期待できます。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"scene__item fadeInUpShort animated\"\u003e\n            \u003cp class=\"scene__item__ttl u-pc\"\u003e旅先\u003c\/p\u003e\n            \u003cdiv class=\"scene__item__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_scene03.webp\" alt=\"\" width=\"732\" height=\"412\" class=\"u-pc\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_scene03_sp.webp\" alt=\"\" width=\"710\" height=\"400\" class=\"u-sp\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"scene__item__ttl u-sp\"\u003e旅先\u003c\/p\u003e\n            \u003cp class=\"scene__item__txt\"\u003e\n                旅先では長時間の移動や不規則な生活習慣が体に負担をかけることがあります。リカバリーウェアを着用することで、長時間の移動の疲労軽減や、むくみの予防の効果が期待できます。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\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__wrap animatedParent animateOnce u-pb-0\" data-sequence=\"300\" data-offset=\"300\" id=\"color\"\u003e\n        \u003ch3 class=\"spec__wrap__title termina fadeInUpShort animated\"\u003eCOLOR\u003c\/h3\u003e\n        \u003cp class=\"spec__wrap__text fadeInUpShort animated\"\u003eブラック、チャコールグレー、アイボリーの3色展開\u003c\/p\u003e\n        \u003cdiv class=\"color fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_color.webp\" alt=\"\" class=\"\" width=\"1900\" height=\"758\"\u003e\u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec__wrap animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"spec_modal\"\u003e\n        \u003ch3 class=\"spec__wrap__title termina fadeInUpShort animated\"\u003eUNISEX SIZE\u003c\/h3\u003e\n        \u003cp class=\"spec__wrap__text fadeInUpShort animated\"\u003e性別や年齢、体型に関係なく着用できる\u003cbr class=\"u-sp\"\u003eユニセックスサイズ\u003c\/p\u003e\n        \u003cdiv class=\"spec__inner fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"spec__slider__wrap\"\u003e\n                \u003cdiv class=\"spec__slider\"\u003e\n                    \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_spec_slide01_model.webp?2\" alt=\"\" width=\"1388\" height=\"930\"\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_spec_slide02_model.webp?2\" alt=\"\" width=\"1388\" height=\"930\"\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_spec_slide03_model.webp?2\" alt=\"\" width=\"1388\" height=\"930\"\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_spec_slide04_model.webp?2\" alt=\"\" width=\"1388\" height=\"930\"\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_spec_slide05_model.webp?2\" alt=\"\" width=\"1388\" height=\"930\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec__slider__thumb\"\u003e\n                    \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_spec_slide_thumb01_model.webp?2\" alt=\"\" width=\"172\" height=\"172\"\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_spec_slide_thumb02_model.webp?2\" alt=\"\" width=\"172\" height=\"172\"\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_spec_slide_thumb03_model.webp?2\" alt=\"\" width=\"172\" height=\"172\"\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_spec_slide_thumb04_model.webp?2\" alt=\"\" width=\"172\" height=\"172\"\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_spec_slide_thumb05_model.webp?2\" alt=\"\" width=\"172\" height=\"172\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec__slider__text fadeInUpShort animated\"\u003e\n                \u003cp\u003e男性モデル：身長183cm\/ XLサイズ着用\u003cbr\u003e女性モデル：身長160cm\/ Mサイズ着用\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"sizeguide\"\u003e\n                \u003ch3 class=\"sizeguide__title fadeInUpShort animated\"\u003e■対応サイズガイド（ユニセックス）\u003c\/h3\u003e\n                \u003cdiv class=\"sizeguide__table fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_sizeguide.webp?3\" alt=\"\" class=\"u-pc\" width=\"834\" height=\"284\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_sizeguide_sp.webp?3\" alt=\"\" class=\"u-sp\" width=\"674\" height=\"278\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"size\"\u003e\n            \u003ch3 class=\"size__title fadeInUpShort animated u-mb-8\"\u003e■製品サイズ\u003c\/h3\u003e\n            \u003cdiv class=\"size__table fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_size.webp?3\" alt=\"\" class=\"u-pc\" width=\"2000\" height=\"330\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_size_sp.webp?3\" alt=\"\" class=\"u-sp\" width=\"672\" height=\"1480\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"size\"\u003e\n            \u003ch3 class=\"size__title fadeInUpShort animated u-mb-8\"\u003e■素材\u003c\/h3\u003e\n            \u003cp class=\"size__txt fadeInUpShort animated\"\u003e本体：ポリエステル75％ 綿15％ レーヨン10％\u003c\/p\u003e\n            \u003cp class=\"size__txt fadeInUpShort animated\"\u003eリブ：綿95％ ポリウレタン5％\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"size fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"size__title u-mb-8\"\u003e■特記事項\u003c\/h3\u003e\n            \u003cp class=\"size__note\"\u003e\n                医療用品04整形用品　一般医療機器　家庭用遠赤外線血行促進用衣\u003cbr\u003e【医療機器届出番号】11B1X10025292802\u003cbr\u003e【使用目的又は効果】遠赤外線の血行促進作用により疲労や筋肉のこり等の症状を改善する。\u003cbr\u003e・\n                疲労回復・ 血行促進・ 筋肉のハリ、コリの軽減・筋肉の疲れ緩和\u003c\/p\u003e\n            \u003cdiv class=\"size__note__detail\"\u003e続きを見る\u003c\/div\u003e\n            \u003cp class=\"size__note size__note__hide\"\u003e【使用方法等】本品は再使用可能である。\u003cbr\u003e・ 衣類として着用する。・\n                日常活動時及び睡眠時のいずれでも着用可能である。\u003cbr\u003e【禁忌・禁止事項】\u003cbr\u003e・自分自身で脱着することができない患者。[何らかの症状が発生した場合にそれを悪化させる危険性が高いため]\u003cbr\u003e・本製品に対するアレルギーを持つ患者。[アレルギー症状を引き起こす危険性が高いため]\u003cbr\u003e・装着部位に炎症や化膿、疼痛を伴う皮膚疾患創傷のある方[接触により症状が悪化する恐れがある為]\u003cbr\u003e【使用上の注意】\u003cbr\u003e①本品に破損がないことを確認すること。\u003cbr\u003e②睡眠時の着用は、発汗作用が高まる事から、十分な水分補給を行うこと。\u003cbr\u003e③着用中に身体に何らかの異常（かゆみ、かぶれなど）を感じた場合は、ただちに使用を中止すること。\u003cbr\u003e④湿疹、かぶれ、傷など皮膚に異常がある場合\n                は使用しないこと。\u003cbr\u003e⑤本製品を洗濯する際は、洗濯絵表示に従って行うこと。\u003cbr\u003e⑥色物は色落ちすることがあるので他の白物との同時洗濯や、水に長時間のつけ置きは避けること。\u003cbr\u003e⑦家庭洗濯時の衣類乾燥機の使用は避け、形を整えて干すこと。\u003cbr\u003e⑧表面の毛羽は燃えやすいので、コンロやストーブなどの火元に近づく場合は、十分注意すること。\u003cbr\u003e⑨本製品の形状を変えたりするなど、加工、修理を行わないこと。\u003cbr\u003e【取り扱い上の注意】\u003cbr\u003e本品は繰り返し使用可能ですが、素材の湿気や日光（紫外線）の影響を受けたり、長期の使用による経年劣化で伸びが生じたりする場合がありますのでご注意ください。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item comparison__wrap\" style=\"border: unset; margin-top: 0;\"\u003e\n        \u003cdiv class=\"comparison animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"comparison__ttl fadeInUpShort animated\"\u003e製品比較表\u003c\/h2\u003e\n            \u003cdiv class=\"comparison__wrap spec__table1 fadeInUpShort animated\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_half_comparison_re2.webp?1\" alt=\"\" width=\"2000\" height=\"1796\" style=\"width: 100%;\"\u003e\n                \u003cdiv class=\"spec__table1__wrap u-sp\"\u003e\u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_half_comparison_re2.webp?2\" alt=\"\" width=\"1810\" height=\"1840\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec__table__nav u-sp\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_prev.png\" class=\"spec__table__nav__prev\" alt=\"\" width=\"45\" height=\"45\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_next.png\" class=\"spec__table__nav__next\" alt=\"\" width=\"45\" height=\"45\"\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 gitf_block\" id=\"tech03_01\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__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_giftwrapping.webp\" alt=\"\" width=\"1634\" height=\"920\"\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    \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 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n                \u003cspan\u003eRECOMMENDED SELECTION\u003c\/span\u003e睡眠の質を高めるオススメ商品\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n    \u003c\/section\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 u-sp\"\u003e速く、深く、脳が眠る。\u003cbr\u003e明日のパフォーマンスを目覚めさせる。\u003c\/h3\u003e\n            \u003cdiv class=\"other__pillow__vimeo\"\u003e\u003cvideo class=\"lozad\" width=\"1920\" height=\"1080\" style=\"aspect-ratio: 1920\/1080;\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/473c0a16e10948f288655ba4c32ab483.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\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\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_other_pillow_logo.webp\" alt=\"BRAIN SLEEP PILLOW\" width=\"200\" height=\"63\"\u003e\u003c\/h2\u003e\n                    \u003cp class=\"other__pillow__text__title__name\"\u003eブレインスリープ ピロー\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003ch3 class=\"other__pillow__text__sub__title\"\u003e速く、深く、脳が眠る。\u003cbr\u003e明日のパフォーマンスを目覚めさせる。\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=\"300\" data-offset=\"300\" id=\"other__coin\"\u003e\n            \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e睡眠医学×AI\u003cbr\u003e睡眠を\u003cbr\u003eパーソナライズ計測\u003c\/h3\u003e\n            \u003cdiv class=\"other__col2__item__coin__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_other_coin.webp\" alt=\"\" width=\"700\" height=\"700\"\u003e\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\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_other_coin_logo.webp\" alt=\"BRAIN SLEEP COIN\" width=\"279\" height=\"86\"\u003e\u003c\/h2\u003e\n                    \u003cp class=\"other__col2__item__logotext\"\u003eブレインスリープ コイン\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"other__col2__item__flex\"\u003e\n                    \u003cp class=\"other__col2__item__flex__desc\"\u003e睡眠医学×AI\u003cbr\u003e睡眠をパーソナライズ計測\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=\"300\" data-offset=\"300\" id=\"other__conforter\"\u003e\n            \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003eオールシーズン、これ一枚で快適温度。\u003c\/h3\u003e\n            \u003cdiv class=\"other__col2__item__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_other_conforter.webp\" alt=\"\" width=\"561\" height=\"207\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n                \u003cdiv\u003e\n                    \u003ch2 class=\"other__col2__item__logo\"\u003e\u003cimg class=\"lozad\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_other_conforter_logo.webp\" alt=\"BRAIN SLEEP COMFORTER\" width=\"343\" height=\"104\"\u003e\u003c\/h2\u003e\n                    \u003cp class=\"other__col2__item__logotext\"\u003eブレインスリープ コンフォーター\u003cbr class=\"u-sp\"\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オールシーズン\u003cbr\u003eこれ一枚で快適温度。\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 --\u003e\n\n\n\n\n\n\n    \u003csection class=\"last animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"last__inner\"\u003e\n            \u003cdiv class=\"awakenyourpossibility\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_awakenyourpossibility_v2.webp\" alt=\"\" width=\"626\" height=\"320\"\u003e\u003c\/div\u003e\n            \u003cp class=\"last__txt\"\u003e限られた時間で\u003cbr\u003eもっと効率よく。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection id=\"faq\" class=\"faq js-box\"\u003e\n        \u003cdiv class=\"section__title\"\u003e\n            \u003ch2 class=\"section__title__text\"\u003e\n                \u003cspan\u003eFAQ\u003c\/span\u003eよくあるご質問\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__main\"\u003e\n\n            \u003cdiv class=\"faq__item\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003eインナーウェア（肌着）の上に着用しても効果はありますか？\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003eインナーウェア（肌着）を着用しても問題ございません。ただ、そのまま着用された方が輻射熱の効果の体感と効果はより発揮できます。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq__item\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003e洗濯はできますか？\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003eはい、家庭洗濯機で洗濯可能です。白・淡色製品と分けて、洗濯してください。また、漂白剤（塩素系・酸素系）の使用はお避けください。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq__item\"\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\"\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約7オンスの薄手のスウェット生地で、就寝も違和感のない厚みになっています。\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item\"\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\"\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\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003e医療機器として届け出された商品ですが、使用上の注意点はありますか？\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003e付属の取扱い説明、注意事項をご参照ください。\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_all_v3.css?3\"\u003e\n\u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.min.js\"\u003e\u003c\/script\u003e\n\u003cscript\u003e\n    jQuery(\".size__note__detail\").click(function () {\n        jQuery(this).toggleClass('open');\n        jQuery('.size__note__hide').slideToggle().toggleClass('open');\n    });\n    jQuery(\".faq__item__question\").click(function () {\n        if (jQuery(this).next('.faq__item__answer').is(':visible')) {\n            jQuery(this).next('.faq__item__answer').stop().slideUp();\n            jQuery(this).removeClass('open');\n        } else {\n            jQuery(this).next('.faq__item__answer').stop().slideDown();\n            jQuery(this).addClass('open');\n        }\n    });\n\n    jQuery(\".spec__table__nav__next\").on(\"click\", function () {\n        var target = jQuery(this).parent(\".spec__table__nav\").parent(\".spec__table1\").find(\".spec__table1__wrap, .spec__table2__wrap\")\n            , width = target.width();\n        return target.animate({\n            scrollLeft: target.scrollLeft() + width\n        }, 300),\n            !1\n    });\n    jQuery(\".spec__table__nav__prev\").on(\"click\", function () {\n        var target = jQuery(this).parent(\".spec__table__nav\").parent(\".spec__table1\").find(\".spec__table1__wrap, .spec__table2__wrap\")\n            , width = target.width();\n        return target.animate({\n            scrollLeft: target.scrollLeft() - width\n        }, 300),\n            !1\n    });\n    jQuery(function () {\n        animate();\n        jQuery(window).on(\"scroll\", function () {\n            animate();\n        });\n        sliderInit();\n        function sliderInit() {\n            jQuery(\".spec__slider\").not('.slick-initialized').slick({\n                infinite: true,\n                dots: false,\n                arrows: false,\n                autoplay: false,\n                slidesToShow: 1,\n                slidesToScroll: 1,\n                asNavFor: \".spec__slider__thumb\",\n                waitForAnimate: false,\n            });\n            jQuery(\".spec__slider__thumb\").not('.slick-initialized').slick({\n                infinite: false,\n                dots: false,\n                arrows: false,\n                autoplay: false,\n                slidesToShow: 5,\n                slidesToScroll: 5,\n                asNavFor: \".spec__slider\",\n                waitForAnimate: false,\n            });\n            jQuery(\".spec__slider__thumb .slick-slide\").on(\"click\", function () {\n                let index = jQuery(this).attr(\"data-slick-index\");\n                jQuery(\".spec__slider\").slick(\"slickGoTo\", index);\n            });\n        };\n    });\n    \n    function animate() {\n        jQuery('.animatedParent').each(function () {\n            var offset = jQuery(this).data('offset');\n            if (offset) {\n                offset = offset;\n            } else {\n                offset = 0;\n            }\n            if (jQuery(this).isInViewport(offset)) {\n                var parent = jQuery(this);\n                delay = Number(parent.attr('data-sequence'));\n                jQuery(jQuery(this).find('.animated')).each(function (index) {\n                    jQuery(jQuery(this)).delay(index * delay).queue(function (next) {\n                        if (!jQuery(this).hasClass('go')) {\n                            jQuery(this).addClass(\"go\");\n                            if (jQuery(this).parents('.full__recovery__svg__wrapper').length) {\n                                jQuery(this).attr('class', 'animated fadeInRightShort slower go');\n                            }\n\n                        }\n                        next();\n                    });\n                });\n            }\n        });\n    }\n    jQuery.fn.isInViewport = function (offset) {\n        \/\/ console.log('isInViewport');\n        var elementTop = jQuery(this).offset().top + offset;\n        var elementBottom = elementTop + jQuery(this).outerHeight();\n\n        var viewportTop = jQuery(window).scrollTop();\n        var viewportBottom = viewportTop + jQuery(window).height();\n\n        return elementBottom \u003e viewportTop \u0026\u0026 elementTop \u003c viewportBottom;\n    };\n\n    jQuery(function () {\n        const param = location.search;\n        if (param.indexOf(\"?ad\") === 0) {\n            console.log(\"通常広告\");\n\n            const fixed_01 = document.getElementById(\"fixed_01\");\n            fixed_01.style.display = \"none\";\n\n            \/\/商品ページヘッダー非表示\n            jQuery(\".shopify-section-group-header-group\").css({\n                display: \"none\",\n            });\n\n            \/\/商品ページヘッダー非表示\n            jQuery(\".rwlp__header__wrapper\").css({\n                display: \"block\",\n            });\n\n            if (window.matchMedia(\"(max-width: 768px)\").matches) {\n                \/\/画面横幅が768px以下のときの処理\n                jQuery(\"body\").css({\n                    \"padding-top\": \"65px\",\n                });\n            } else {\n                \/\/画面横幅が769px以上のときの処理\n                jQuery(\"body\").css({\n                    \"padding-top\": \"90px\",\n                });\n            }\n\n            \/\/商品ページ流入時　要素表示\n            jQuery(\".ad_off\").css({\n                display: \"none\",\n            });\n\n            \/\/広告ページ（yahoo）流入時　要素非表示\n            jQuery(\".y_ad_on\").css({\n                'cssText': 'display:none !important;'\n                \/\/ display: \"none\",\n            });\n\n            \/\/広告ページ（通常）、商品ページ流入時　要素表示\n            jQuery(\".ad_on_off\").css({\n                'cssText': 'display:block !important;'\n                \/\/ display: \"block\",\n            });\n\n            \/\/広告ページ（通常、yahoo）流入時　要素表示\n            jQuery(\".ad_on\").css({\n                display: \"block\",\n            });\n\n        } else {\n            console.log(\"なにもなし\");\n\n            \/\/広告ページ（yahoo）流入時　要素非表示\n            jQuery(\".y_ad_on\").css({\n                'cssText': 'display:none !important;'\n                \/\/ display: \"none\",\n            });\n\n            \/\/商品ページ流入時　要素表示\n            jQuery(\".ad_off\").css({\n                display: \"block\",\n            });\n\n            \/\/商品ページ流入時　要素表示\n            jQuery(\".ad_on\").css({\n                display: \"none\",\n            });\n        }\n    });\n\n    var startPos = 0,\n        winScrollTop = 0;\n    $(window).on(\"scroll\", function () {\n        winScrollTop = $(this).scrollTop();\n        if (winScrollTop \u003e= startPos) {\n            if (winScrollTop \u003e= 130) {\n                $(\".rwlp__header__wrapper\").addClass(\"animate\");\n                $(\".rwlp__header__wrapper\").addClass(\"hide\");\n                $(\".rwlp__header__wrapper\").addClass(\"fixed\");\n            } else if (winScrollTop \u003e= 90) {\n                $(\".rwlp__header__wrapper\").addClass(\"fixed\");\n                $(\".rwlp__header__wrapper\").removeClass(\"animate\");\n            } else {\n                $(\".rwlp__header__wrapper\").removeClass(\"fixed\");\n            }\n        } else {\n            $(\".rwlp__header__wrapper\").removeClass(\"hide\");\n        }\n        startPos = winScrollTop;\n    });\n\u003c\/script\u003e\n\n\u003cstyle\u003e\n    .spec__item__desc__text__content__title,\n    .technology__link__lists__title,\n    .technology__item__desc__text__content__title {\n        font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n        visibility: visible !important;\n    }\n\u003c\/style\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"S \/ 上下セット \/ ブラック","offer_id":46586705412318,"sku":"W0011S1-0002","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ 上下セット \/ グレー","offer_id":46586705445086,"sku":"W0011S1-0001","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ 上下セット \/ アイボリー","offer_id":47593517449438,"sku":"W0011S1-0009","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ トップス \/ ブラック","offer_id":46521407701214,"sku":"W0011A1-SMBK","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ トップス \/ グレー","offer_id":46521407733982,"sku":"W0011A1-SMCG","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ トップス \/ アイボリー","offer_id":47593517580510,"sku":"W0011A1-SMVY","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ パンツ \/ ブラック","offer_id":46521420316894,"sku":"W0012A1-SMBK","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ パンツ \/ グレー","offer_id":46521420349662,"sku":"W0012A1-SMCG","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ パンツ \/ アイボリー","offer_id":47593517711582,"sku":"W0012A1-SMVY","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 上下セット \/ ブラック","offer_id":46586705477854,"sku":"W0011S1-0004","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 上下セット \/ グレー","offer_id":46586705510622,"sku":"W0011S1-0003","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 上下セット \/ アイボリー","offer_id":47593517482206,"sku":"W0011S1-0010","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ トップス \/ ブラック","offer_id":46521407766750,"sku":"W0011A1-MEBK","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ トップス \/ グレー","offer_id":46521407799518,"sku":"W0011A1-MECG","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ トップス \/ アイボリー","offer_id":47593517613278,"sku":"W0011A1-MEVY","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ パンツ \/ ブラック","offer_id":46521420382430,"sku":"W0012A1-MEBK","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ パンツ \/ グレー","offer_id":46521420415198,"sku":"W0012A1-MECG","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ パンツ \/ アイボリー","offer_id":47593517744350,"sku":"W0012A1-MEVY","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 上下セット \/ ブラック","offer_id":46586705543390,"sku":"W0011S1-0006","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 上下セット \/ グレー","offer_id":46586705576158,"sku":"W0011S1-0005","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 上下セット \/ アイボリー","offer_id":47593517514974,"sku":"W0011S1-0011","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ トップス \/ ブラック","offer_id":46521407832286,"sku":"W0011A1-LABK","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ トップス \/ グレー","offer_id":46521407865054,"sku":"W0011A1-LACG","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ トップス \/ アイボリー","offer_id":47593517646046,"sku":"W0011A1-LAVY","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ パンツ \/ ブラック","offer_id":46521420447966,"sku":"W0012A1-LABK","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ パンツ \/ グレー","offer_id":46521420480734,"sku":"W0012A1-LACG","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ パンツ \/ アイボリー","offer_id":47593517777118,"sku":"W0012A1-LAVY","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ 上下セット \/ ブラック","offer_id":46586705608926,"sku":"W0011S1-0008","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ 上下セット \/ グレー","offer_id":46586705641694,"sku":"W0011S1-0007","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ 上下セット \/ アイボリー","offer_id":47593517547742,"sku":"W0011S1-0012","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ トップス \/ ブラック","offer_id":46521407897822,"sku":"W0011A1-XLBK","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ トップス \/ グレー","offer_id":46521407930590,"sku":"W0011A1-XLCG","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ トップス \/ アイボリー","offer_id":47593517678814,"sku":"W0011A1-XLVY","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ パンツ \/ ブラック","offer_id":46521420513502,"sku":"W0012A1-XLBK","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ パンツ \/ グレー","offer_id":46521420546270,"sku":"W0012A1-XLCG","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ パンツ \/ アイボリー","offer_id":47593517809886,"sku":"W0012A1-XLVY","price":14300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/tmn_wear_recovery_black.webp?v=1776067598"},{"product_id":"haramaki","title":"ブレインスリープ ハラマキ リカバリー","description":"\u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_all_v2_d256bfde-d136-471e-8368-f728a7e79049.css?v=1754290408\"\u003e\n\u003cstyle\u003e\n    .rwlp__header__wrapper {\n        background: #a0c0db;\n        height: auto;\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        z-index: 9;\n    }\n\n    @media screen and (min-width: 750px) {\n        .rwlp__header__wrapper {\n            padding: 0 30px;\n        }\n    }\n\n    @media screen and (max-width: 749px) {\n        .rwlp__header__wrapper {\n            padding: 0 20px;\n        }\n    }\n\n    .rwlp__header {\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n    }\n\n    @media screen and (min-width: 1200px) {\n        .rwlp__header {\n            height: 90px;\n        }\n    }\n\n    @media screen and (max-width: 1199px) {\n        .rwlp__header {\n            height: 65px;\n        }\n    }\n\n    @media screen and (min-width: 750px) {\n        .rwlp__header__logo {\n            width: 85px;\n        }\n    }\n\n    @media screen and (max-width: 749px) {\n        .rwlp__header__logo {\n            width: 70px;\n        }\n    }\n\n    @media screen and (min-width: 750px) {\n        .rwlp__header__menu__wrapper {\n            margin: 0 30px;\n        }\n    }\n\n    @media screen and (max-width: 749px) {\n        .rwlp__header__menu__wrapper {\n            \/* margin: 0 20px; *\/\n        }\n    }\n\n    .rwlp__header__menu__item {\n        display: inline-block;\n    }\n\n    @media screen and (min-width: 1200px) {\n        .rwlp__header__menu__item+.rwlp__header__menu__item {\n            margin-left: 35px;\n        }\n    }\n\n    @media screen and (min-width: 750px) and (max-width: 1199px) {\n        .rwlp__header__menu__item+.rwlp__header__menu__item {\n            margin-left: 30px;\n        }\n    }\n\n    @media screen and (max-width: 749px) {\n        .rwlp__header__menu__item+.rwlp__header__menu__item {\n            margin-left: 15px;\n        }\n    }\n\n    @media screen and (max-width: 749px) {\n        .rwlp__header__menu__item.rwlp__hidden__sm {\n            display: none;\n        }\n    }\n\n    @media screen and (min-width: 1200px) {\n        .rwlp__header__menu__link {\n            font-size: 14px;\n        }\n    }\n\n    @media screen and (max-width: 1199px) {\n        .rwlp__header__menu__link {\n            font-size: 14px;\n        }\n    }\n\n    .rwlp__header__wrapper.fixed {\n        position: fixed;\n        top: -90px;\n        transition: unset;\n    }\n\n    .rwlp__header__wrapper.animate {\n        transition: top 0.15s ease-out;\n        top: 0;\n    }\n\n    .rwlp__header__wrapper.hide {\n        top: -90px;\n    }\n\n    .kv {\n        \/*border-top: 55px solid #fff;*\/\n    }\n\n    .rwlp__wrapper,\n    #MainContent,\n    html.js {\n        overflow: unset;\n    }\n\n    @media screen and (max-width:749px) {\n\n        .rwlp__wrapper,\n        #MainContent,\n        html.js {\n            overflow: unset !important;\n        }\n    }\n\n    .rwlp__wrapper div:empty {\n        display: initial;\n    }\n\n    html {\n        scroll-behavior: smooth;\n    }\n\n    .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {\n        transform: unset;\n        animation: unset;\n        opacity: 1;\n    }\n\n    .rwlp__wrapper a:empty,\n    .rwlp__wrapper div:empty {\n        display: initial;\n    }\n\n    .rwlp__wrapper video {\n        height: auto;\n        width: 100%;\n    }\n\n    .rwlp__wrapper a {\n        text-decoration: unset;\n        color: #000;\n    }\n\n    .rwlp__wrapper ul {\n        list-style: none;\n    }\n\n    .technology__link__lists {\n        padding: 0;\n    }\n\n    .rwlp__wrapper img {\n        width: 100%;\n        height: auto;\n        max-width: 100%;\n        border: unset;\n        margin-bottom: 0;\n    }\n\n    .faq__item img {\n        width: auto;\n        max-width: 100%;\n    }\n\n    .animated {\n        -webkit-animation-duration: 1s;\n        animation-duration: 1s;\n        -webkit-animation-fill-mode: both;\n        animation-fill-mode: both\n    }\n\n    .fadeInUpShort {\n        opacity: 0;\n        -webkit-transform: translateY(20px);\n        transform: translateY(20px)\n    }\n\n    \/* margin padding 調整*\/\n    .sleep__info__quality__golden__title {\n        margin: 0\n    }\n\n    #cover.spec__item .spec__item__desc__text__content__title {\n        margin-top: 0;\n    }\n\n    .kv img,\n    .intro05__img img,\n    .last img,\n    .spec__slider__thumb img,\n    .spec__quality__img img,\n    .intro02__thermo img,\n    .technology__item__desc__img img,\n    .line__bnr img,\n    .technology__link__lists__title {\n        margin-bottom: 0;\n    }\n\n    .rwlp__wrapper ul,\n    .technology__link__lists {\n        padding: 0 !important\n    }\n\n    .termina {\n        font-family: Termina, \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif !important;\n        font-weight: 400\n    }\n\n    body,\n    details,\n    div,\n    fieldset,\n    form,\n    h1,\n    h2,\n    header,\n    html,\n    iframe,\n    img,\n    label,\n    legend,\n    li,\n    nav,\n    p,\n    section,\n    small,\n    span,\n    summary,\n    ul {\n        margin: 0;\n        padding: 0;\n        border: 0;\n        outline: 0;\n        vertical-align: baseline;\n        background: 0 0\n    }\n\n    button,\n    input,\n    select {\n        appearance: none\n    }\n\n    .fadeInUpShort {\n        opacity: 0;\n        -webkit-transform: translateY(20px);\n        transform: translateY(20px)\n    }\n\n    body {\n        overflow-x: hidden\n    }\n\n    h1,\n    h2 {\n        font-weight: 400 !important\n    }\n\n    .technology__item__desc__img {\n        position: relative;\n        width: 58.1428571428571vw;\n        flex: 1\n    }\n\n    .technology__item__desc__img img {\n        width: 100%;\n        height: auto\n    }\n\n    @media screen and (max-width:749px) {\n        .technology__item__desc__img {\n            margin-left: auto;\n            width: calc(100% - 20px)\n        }\n\n        .technology__item__desc__img img {\n            height: 100%\n        }\n    }\n\n    .u-sp {\n        display: none !important\n    }\n\n    @media screen and (max-width:767px) {\n        .u-sp {\n            display: block !important\n        }\n    }\n\n    img {\n        vertical-align: bottom\n    }\n\n    .intro02__img {\n        width: 435px;\n        position: absolute;\n        top: 100px;\n        left: 50.4%\n    }\n\n    .intro02__txt4 {\n        text-align: center;\n        font-size: 45px;\n        font-family: \"Yu Gothic Pr6N D\", \"游ゴシック体\", YuGothic, sans-serif\n    }\n\n    .tech02__wrap1__img {\n        width: 714px;\n        flex-shrink: 0\n    }\n\n    @media screen and (max-width:767px) {\n        .intro02__arrow {\n            width: 20px;\n            margin: 0 auto 24px\n        }\n\n        .intro02__wrap2__ttl {\n            width: 186px;\n            height: 32px;\n            display: flex !important;\n            align-items: center;\n            justify-content: center;\n            font-size: 18px;\n            margin: 0 auto 20px;\n            border: 1px solid #fff\n        }\n\n        .intro02__img {\n            position: relative;\n            left: 0;\n            top: 0;\n            max-width: 100%;\n            width: 450px;\n            padding-left: 65px;\n            margin: -16px auto -90px\n        }\n\n        .intro02__img img {\n            position: relative;\n            top: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 385px;\n            max-width: unset\n        }\n\n        .intro02__txt4 {\n            font-size: 25px;\n            line-height: 1.5\n        }\n\n        .intro03__txt4 {\n            text-align: left;\n            font-size: 4.2666vw;\n            font-feature-settings: \"palt\";\n            line-height: 2;\n            color: #fff;\n            padding: 50px 20px\n        }\n\n        .tech02__wrap1__img {\n            width: 100%\n        }\n    }\n\n\n    .u-pc {\n        display: block !important\n    }\n\n    .u-sp {\n        display: none !important\n    }\n\n    @media screen and (max-width:767px) {\n        .u-pc {\n            display: none !important\n        }\n\n        .u-sp {\n            display: block !important\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\u003cdiv class=\"rwlp__wrapper\"\u003e\n    \u003cheader style=\"display: none;\" class=\"rwlp__header__wrapper\"\u003e\n        \u003cdiv class=\"\"\u003e\n            \u003cheader class=\"rwlp__header\"\u003e\u003ca href=\"#\" class=\"rwlp__header__logo\"\u003e \u003cimg height=\"40\" width=\"85\" alt=\"ロゴ：Brain Sleep\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_adpage_logo.webp\"\u003e \u003c\/a\u003e\n                \u003cnav class=\"rwlp__header__menu__wrapper\"\u003e\n                    \u003cul class=\"rwlp__header__menu\"\u003e\n                        \u003cli class=\"rwlp__header__menu__item\"\u003e\u003ca href=\"#technology\" class=\"rwlp__header__menu__link custom-smooth-scroll\"\u003eテクノロジー\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"rwlp__header__menu__item\"\u003e\u003ca href=\"#spec\" class=\"rwlp__header__menu__link custom-smooth-scroll\"\u003e仕様\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"rwlp__header__menu__item\"\u003e\u003ca href=\"#faq\" class=\"rwlp__header__menu__link custom-smooth-scroll\"\u003eFAQ\u003c\/a\u003e\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/nav\u003e\n            \u003c\/header\u003e\n        \u003c\/div\u003e\n    \u003c\/header\u003e\n    \u003csection class=\"kv\"\u003e\n        \u003cdiv class=\"kv__bg\"\u003e\n            \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_kv_bg_model_v2.webp?2\" width=\"1998\" height=\"1190\" alt=\"\"\u003e \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_kv_bg_model_sp_v2.webp?2\" width=\"748\" height=\"1078\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kv__inner\"\u003e\n            \u003ch1 class=\"kv__txt\"\u003eあらゆる冷えから守る\u003cbr\u003eリカバリーハラマキ\u003c\/h1\u003e\n            \u003cdiv class=\"kv__list\"\u003e\n                \u003cp class=\"kv__list__item\"\u003e温熱\u003c\/p\u003e\n                \u003cp class=\"kv__list__item\"\u003e睡眠着圧\u003c\/p\u003e\n                \u003cp class=\"kv__list__item\"\u003e抗菌防臭\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"kv__logo\"\u003e\n                \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_kv_logo.webp\" width=\"662\" height=\"228\" alt=\"BRAINSLEEP HARAMAKI RECOVERY\"\u003e \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_kv_logo_sp_v2.webp\" width=\"605\" height=\"73\" alt=\"\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"intro01 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"intro01__inner\"\u003e\n            \u003cp class=\"intro01__txt2 fadeInUpShort animated\"\u003eブレインスリープから\u003c\/p\u003e\n            \u003cp class=\"intro01__txt3 fadeInUpShort animated\"\u003e\u003cspan\u003eリカバリーハラマキ\u003c\/span\u003eが\u003cbr\u003e新登場！\u003c\/p\u003e\n            \u003cp class=\"intro01__txt1 fadeInUpShort animated\"\u003e体の\u003cspan\u003eコア領域\u003c\/span\u003eを集中ケアして\u003cbr\u003e冷えから腹部を守る\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"intro02 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"intro02__inner\"\u003e\n            \u003cdiv class=\"intro02__wrap fadeInUpShort animated\"\u003e\n                \u003cp class=\"intro02__txt1\"\u003eMakuakeで応援購入\u003c\/p\u003e\n                \u003cp class=\"intro02__txt2\"\u003e約\u003cspan class=\"termina\"\u003e¥40,000,000\u003c\/span\u003e達成\u003c\/p\u003e\n                \u003cp class=\"intro02__txt3\"\u003eしたブレインスリープ リカバリー シリーズから\u003cbr\u003e\u003cspan\u003eハラマキモデル\u003c\/span\u003eがついに登場！\u003c\/p\u003e\n                \u003cdiv class=\"intro02__bnr\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_bnr.webp\" alt=\"\" width=\"948\" height=\"376\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro02__arrow fadeInUpShort animated u-sp\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_intro02_arrow.webp\" alt=\"\" width=\"42\" height=\"108\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"intro02__img fadeInUpShort animated u-pc\"\u003e\u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_intro02_img_v2.webp\" alt=\"\" width=\"938\" height=\"984\"\u003e\u003c\/div\u003e\n            \u003cp class=\"intro02__wrap2__ttl fadeInUpShort animated u-sp\"\u003e\u003cspan class=\"termina\"\u003eW\u003c\/span\u003eテクノロジー搭載\u003c\/p\u003e\n            \u003cdiv class=\"intro02__wrap2 fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"intro02__txtwrap\"\u003e\n                    \u003cp class=\"intro02__txtwrap__txt1\"\u003e温熱\u003c\/p\u003e\n                    \u003cp class=\"intro02__txtwrap__txt2\"\u003eメディック\u003cbr\u003eリカバリーファイバー\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro02__cross\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_cross.webp\" alt=\"\" width=\"84\" height=\"84\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"intro02__txtwrap\"\u003e\n                    \u003cp class=\"intro02__txtwrap__txt1\"\u003e睡眠着圧\u003c\/p\u003e\n                    \u003cp class=\"intro02__txtwrap__txt2\"\u003e呼吸コンサルタント\u003cbr class=\"u-pc\"\u003e監修\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro02__img fadeInUpShort animated u-sp\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_intro02_img_sp_v2.webp\" alt=\"\" width=\"770\" height=\"814\"\u003e\u003c\/div\u003e\n            \u003cp class=\"intro02__txt4 u-pc fadeInUpShort animated\"\u003e\u003cspan class=\"termina\"\u003eW\u003c\/span\u003eテクノロジーで、冷えがちな腹部を\u003cspan class=\"bg\"\u003e集中サポート\u003c\/span\u003e\u003c\/p\u003e\n            \u003cp class=\"intro02__txt4 u-sp fadeInUpShort animated\"\u003e冷えがちな腹部を\u003cbr\u003e集中サポート\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"intro03 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"intro03__inner\"\u003e\n            \u003cdiv class=\"intro03__txt\"\u003e\n                \u003cp class=\"intro03__txt1 fadeInUpShort animated\"\u003e独自開発の\u003cbr class=\"u-pc\"\u003eリカバリー素材\u003c\/p\u003e\n                \u003cp class=\"intro03__txt2 fadeInUpShort animated termina\"\u003eMEDIC \u003cbr class=\"u-pc\"\u003eRECOVERY\u003cbr\u003eFIBER\u003c\/p\u003e\n                \u003cp class=\"intro03__txt3 fadeInUpShort animated u-pc\"\u003e\n                    地球上の天然鉱物を原料とするセラミックス。その中でも純度の高いセラミックスを厳選し、独自ブレンドをしました。繊維へのナノレベルでの高濃度処方、特殊な糸形状により、高レベルの遠赤外線放射を実現。\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro03__img\"\u003e\u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cb03f003d9814e5289482286d4d1cfaa.mp4\" style=\"aspect-ratio: 1920\/1080;\" height=\"1080\" width=\"1920\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n            \u003cp class=\"intro03__txt4 fadeInUpShort animated u-sp\"\u003e\n                地球上の天然鉱物を原料とするセラミックス。その中でも純度の高いセラミックスを厳選し、独自ブレンドをしました。繊維へのナノレベルでの高濃度処方、特殊な糸形状により、高レベルの遠赤外線放射を実現。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"intro04 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"intro04__inner\"\u003e\n            \u003cdiv class=\"intro04__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_intro04_img.webp\" alt=\"\" width=\"1174\" height=\"528\" class=\"fadeInUpShort animated\"\u003e\u003c\/div\u003e\n            \u003cp class=\"intro04__txt fadeInUpShort animated\"\u003e1年を通して、体は冷えるもの・・・\u003cbr\u003eその中でも、\u003cbr class=\"u-sp\"\u003e\u003cspan\u003e様々な原因で体が冷える\u003cbr class=\"u-sp\"\u003e夏\u003c\/span\u003eは\u003cbr class=\"u-pc\"\u003eとても深刻。\u003c\/p\u003e\n            \u003cdiv class=\"intro04__season fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"intro04__season__item\"\u003e\n                    \u003cdiv class=\"intro04__season__item__content\"\u003e\n                        \u003cp class=\"intro04__season__item__ttl\"\u003e夏\u003c\/p\u003e\n                        \u003cdiv class=\"intro04__season__item__check\"\u003e\n                            \u003cp\u003eオフィスなどの屋内と屋外の寒暖差\u003c\/p\u003e\n                            \u003cp\u003e睡眠中のエアコンからの冷気\u003c\/p\u003e\n                            \u003cp\u003e睡眠中に布団を掛けない\u003c\/p\u003e\n                            \u003cp\u003e冷たいものの採り過ぎ\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"intro04__season__item__img\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_intro04_img2_model.webp\" alt=\"\" width=\"692\" height=\"420\" class=\"u-pc\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_intro04_img2_model_sp_v2.webp\" alt=\"\" width=\"516\" height=\"310\" class=\"u-sp\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro04__season__item\"\u003e\n                    \u003cp class=\"intro04__season__item__ttl\"\u003e春・秋\u003c\/p\u003e\n                    \u003cdiv class=\"intro04__season__item__check\"\u003e\n                        \u003cp\u003e季節の変わり目\u003cbr class=\"u-pc\"\u003eによる温度差\u003c\/p\u003e\n                        \u003cp\u003e昼夜の寒暖差\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro04__season__item\"\u003e\n                    \u003cp class=\"intro04__season__item__ttl\"\u003e冬\u003c\/p\u003e\n                    \u003cdiv class=\"intro04__season__item__check\"\u003e\n                        \u003cp\u003e冬の気温低下\u003c\/p\u003e\n                        \u003cp\u003e屋内外の寒暖差\u003c\/p\u003e\n                        \u003cp\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=\"intro05 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"intro05__inner\"\u003e\n            \u003cp class=\"intro05__txt fadeInUpShort animated\"\u003e睡眠環境の質を高める\u003cbr\u003eニューノーマル ハラマキ\u003c\/p\u003e\n            \u003cdiv class=\"intro05__logo fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_product_logo.webp\" alt=\"BRAINSLEEP HARAMAKI RECOVERY\" width=\"468\" height=\"162\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology\" id=\"technology\"\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\u003eTECHNOLOGY\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=\"300\" data-offset=\"300\"\u003e\n                \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca class=\"custom-smooth-scroll\" href=\"#tech01\"\u003e\n                        \u003cdiv class=\"technology__link__lists__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_nav01.webp\" alt=\"\" width=\"782\" height=\"722\"\u003e\u003c\/div\u003e\n                        \u003ch3 class=\"technology__link__lists__title\"\u003e\n                            \u003cspan\u003e01\u003c\/span\u003e遠赤外線輻射熱で、\u003cbr\u003e腹部を集中温熱ケア\n                        \u003c\/h3\u003e\n                    \u003c\/a\u003e\u003c\/li\u003e\n                \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca class=\"custom-smooth-scroll\" href=\"#tech02\"\u003e\n                        \u003cdiv class=\"technology__link__lists__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_nav02_model.webp\" alt=\"\" width=\"782\" height=\"722\"\u003e\u003c\/div\u003e\n                        \u003ch3 class=\"technology__link__lists__title\"\u003e\n                            \u003cspan\u003e02\u003c\/span\u003e呼吸の専門家監修\u003cbr\u003e睡眠着圧サポート\n                        \u003c\/h3\u003e\n                    \u003c\/a\u003e\u003c\/li\u003e\n                \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca class=\"custom-smooth-scroll\" href=\"#tech03\"\u003e\n                        \u003cdiv class=\"technology__link__lists__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_nav03_model.webp\" alt=\"\" width=\"782\" height=\"722\"\u003e\u003c\/div\u003e\n                        \u003ch3 class=\"technology__link__lists__title no03\"\u003e\n                            \u003cspan\u003e03\u003c\/span\u003eリラックスできる\u003cbr\u003e快適さと清潔さ\n                        \u003c\/h3\u003e\n                    \u003c\/a\u003e\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item\" id=\"tech01\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_tech01_main_v2.webp\" alt=\"\" width=\"1626\" height=\"920\" class=\"u-pc\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                            \u003cspan\u003e01\u003c\/span\u003eGENTLE WARM\n                        \u003c\/h2\u003e\n                        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_tech01_main_sp_v2.webp\" alt=\"\" width=\"700\" height=\"700\" class=\"u-sp\"\u003e\u003c\/div\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003e腹部を\u003cbr class=\"u-pc\"\u003e集中温熱ケア\u003c\/h3\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\" id=\"tech01_01\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_tech01_01.webp\" alt=\"\" width=\"1626\" height=\"920\"\u003e\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\u003eMEDIC RECOVERY FIBER\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            ナノレベルの厳選したセラミックスを数種類ブレンドしました。独自加工で、高濃度のセラミックスの練り込みに成功。さらに、特殊な糸形状により高い遠赤外線輻射熱効果を実現しました。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech01_02\"\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 fadeInUpShort animated\"\u003e\u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cb03f003d9814e5289482286d4d1cfaa.mp4\" style=\"aspect-ratio: 1920\/1080;\" height=\"1080\" width=\"1920\"\u003e\u003c\/video\u003e\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\"\u003eMEDIC RECOVERY FIBER\u003cbr\u003eによる遠赤外線輻射熱\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            リカバリーを目指して、一から糸と生地を開発。体の体温を効果的に吸収し、遠赤外線として体へ輻射するテクノロジー。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech01_03\" style=\"margin-bottom: 0;\"\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 fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_tech01_03_model.webp\" alt=\"\" width=\"1628\" height=\"914\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e体のコアである腹部を\u003cbr\u003e集中温熱\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            お腹や骨盤周りには多くの臓器が集中していて、お腹を温めると内臓の働きが活性化。腹巻きは、日中に冷えたお腹を寝ながら温め、睡眠中のエアコンの冷たい冷気からもお腹を守るのに効果的。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech01_04\" style=\"margin-top: 24px;\"\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 fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_tech01_04_model.webp\" alt=\"\" width=\"1628\" height=\"914\"\u003e\n                    \u003cp style=\"margin-top: 8px;\"\u003e▲本製品使用後のサーモグラフィ\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated u-pc\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\u003cbr\u003e\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=\"tech02\" style=\"overflow: hidden;\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_tech02_main_model_v2.webp\" alt=\"\" width=\"1626\" height=\"920\" class=\"u-pc\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                            \u003cspan\u003e02\u003c\/span\u003eSLEEP \u003cbr class=\"u-sp\"\u003eCORE\u003cbr\u003eCOMPRESSION\n                        \u003c\/h2\u003e\n                        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_tech02_main_model_sp_v2.webp\" alt=\"\" width=\"700\" height=\"700\" class=\"u-sp\"\u003e\u003c\/div\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003e睡眠着圧サポート\u003c\/h3\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\" id=\"tech02_01\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\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 fadeInUpShort animated\"\u003e\u003cbr\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\" style=\"width: 100%; margin-right: 0; margin-top: 0;\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\" style=\"margin-bottom: 16px;\"\u003e\n                            睡眠中に、呼吸もメンテナンス\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\" style=\"margin: 0;\"\u003e睡眠用着圧\u003cbr class=\"u-sp\"\u003e\u003cspan class=\"technology__item__desc__text__content__desc__frame\"\u003eスリープコアコンプレッション\u003c\/span\u003eで\u003cbr class=\"u-sp\"\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=\"tech02__wrap1 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"tech02__wrap1__content fadeInUpShort animated\"\u003e\n            \u003cp class=\"tech02__wrap1__content__tag\"\u003e呼吸の専門家監修\u003c\/p\u003e\n            \u003cp class=\"tech02__wrap1__content__ttl\"\u003e\u003cspan\u003e独自開発の睡眠用着圧\u003c\/span\u003e\u003cbr\u003eスリープコアコンプレッション\u003c\/p\u003e\n            \u003cdiv class=\"tech02__wrap1__img u-sp\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_tech02_img01_sp.webp\" alt=\"\" width=\"676\" height=\"676\"\u003e\u003c\/div\u003e\n            \u003cp class=\"tech02__wrap1__content__point\"\u003e監修ポイント\u003c\/p\u003e\n            \u003cp class=\"tech02__wrap1__content__point__txt\"\u003e\n                横隔膜付近に適度な着圧をかけることで、肋骨が下がることをサポート。お腹周りの筋肉にも刺激が加わり、さらに肋骨が下がる仕掛けです。その結果、横隔膜がリラックスできて息が吐きやすくなります。また、全身のリラックス、睡眠環境の質を高めたり、脳を休めたり、体全体のメンテナンスを促すことも期待できます。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tech02__wrap1__img u-pc\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_tech02_img01.webp\" alt=\"\" width=\"1428\" height=\"804\"\u003e\u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"tech02__wrap2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"tech02__wrap2__content fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"tech02__wrap2__trainer\"\u003e\n                \u003cdiv class=\"tech02__wrap2__trainer__head\"\u003e\n                    \u003cdiv class=\"tech02__wrap2__trainer__head__txt\"\u003e\n                        \u003cp class=\"tech02__wrap2__trainer__head__title1\"\u003e呼吸コンサルタント\u003cbr\u003eアスレティックトレーナー\u003c\/p\u003e\n                        \u003cp class=\"tech02__wrap2__trainer__head__name\"\u003e大貫 崇\u003c\/p\u003e\n                        \u003cp class=\"tech02__wrap2__trainer__head__title2\"\u003e（株）BP\u0026amp;CO.代表\u003cbr\u003e呼吸コンサルタント\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"tech02__wrap2__trainer__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_tech02_img03.webp\" alt=\"\" width=\"248\" height=\"232\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"tech02__wrap2__trainer__intro\"\u003e大阪大学大学院医学系研究科特任研究員を務め、企業との研究や新規事業開発などを行う。京都にて「呼吸専門サロン\n                    ぶりーずぷりーず」を運営。著書に「きほんの呼吸」など\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech02__wrap2__howtouse__pc\"\u003e\n                \u003cp class=\"tech02__wrap2__howtouse__ttl\"\u003e着用方法\u003c\/p\u003e\n                \u003cp class=\"tech02__wrap2__howtouse__txt\"\u003e腹巻の上部部分を胸下の肋骨部分に合わせて、腹部まで覆って着用してください。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tech02__wrap2__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_tech02_img02.webp\" alt=\"\" width=\"678\" height=\"678\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"tech02__wrap2__howtouse__sp\"\u003e\n            \u003cp class=\"tech02__wrap2__howtouse__ttl\"\u003e着用方法\u003c\/p\u003e\n            \u003cp class=\"tech02__wrap2__howtouse__txt\"\u003e腹巻の上部部分を胸下の肋骨部分に合わせて、腹部まで覆って着用してください。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item\" id=\"tech03\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_tech03_main_model_v2.webp\" alt=\"\" width=\"1626\" height=\"920\" class=\"u-pc\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                            \u003cspan\u003e03\u003c\/span\u003eCOMFORT \u003cbr\u003e\u0026amp; CLEAN\n                        \u003c\/h2\u003e\n                        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_tech03_main_model_sp_v2.webp\" alt=\"\" width=\"700\" height=\"700\" class=\"u-sp\"\u003e\u003c\/div\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003e\n                            毎日身に付けたくなる\u003cbr\u003e快適性と清潔性\u003c\/h3\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\" id=\"tech03_01\" style=\"margin-bottom: 0;\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/90028aef19444b539ce30ca600e57cfc.mp4\" style=\"aspect-ratio: 1920\/1080;\" height=\"1080\" width=\"1920\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e締め付け過ぎない、\u003cbr\u003e高いストレッチ性\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e高いストレッチ性素材で、快適なフィット感が抜群。インナー感覚で着用可能です。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech03_02\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_tech03_02_v2.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e着用中の嫌なムレ感を解消\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e吸湿放湿性の高い素材を採用することで、着用時のムレ感を解消して、快適さを実現\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech03_03\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_tech03_03_v2.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e抗菌防臭加工で清潔\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e家庭洗濯はもちろん、抗菌防臭機能で嫌な臭いのもとの菌の増殖を防ぎます。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec__title\" id=\"voice\"\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\u003eMONITOR’S VOICE\u003c\/span\u003eモニターの声\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"voice__wrap animatedParent animateOnce u-pb-0\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"voice__left\"\u003e\n            \u003cdiv class=\"voice__item fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"voice__item__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_user01.webp\" alt=\"\" width=\"144\" height=\"144\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"voice__item__content\"\u003e\n                    \u003cp class=\"voice__item__content__txt\"\u003e\n                        \u003cspan\u003e温度感が絶妙\u003c\/span\u003e！安心の腹巻き\u003cbr\u003eこの腹巻きは、使い始めてすぐに「これはいいかも」と感じました。特に気に入ったのは、温度感がちょうどよく、\u003cspan\u003e暑すぎず寒すぎず、心地よいぬくもりが続く\u003c\/span\u003eところ。おかげで、寝ている間も快適で、なんとなく熟睡できたような気がします。朝起きたときのスッキリ感が違いました。温度感がちょうどよくて、結構すきです。\u003cbr\u003e\u003cspan\u003e締め付け感がほとんどないので、リラックスして眠れるのも大きな魅力\u003c\/span\u003eです。長さと厚みがしっかりあるので、お腹全体を包み込んでくれる安心感があり、\u003cspan\u003e冷えが気になる夜も安心して使えます\u003c\/span\u003e。生地も丈夫で高級感があり、長く愛用できそうです。\n                    \u003c\/p\u003e\n                    \u003cp class=\"voice__item__content__user\"\u003e30代 男性\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"voice__item fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"voice__item__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_user02.webp\" alt=\"\" width=\"144\" height=\"144\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"voice__item__content\"\u003e\n                    \u003cp class=\"voice__item__content__txt\"\u003e\n                        普段ハラマキは使用しませんでしたが、お腹が温まるからか\u003cspan\u003e普段より朝のトイレの回数が激減\u003c\/span\u003e。普段は大体お腹が痛くて4~5回行くのですがこのハラマキをつけた数日は0~1回程度で、お腹のつらさがありませんでした。着圧具合は丁度良い感じでした。しっかりと温まりますが、\u003cspan\u003e薄手なので日中も睡眠中も常時つけていても違和感がなく丁度いい\u003c\/span\u003eです。\n                    \u003c\/p\u003e\n                    \u003cp class=\"voice__item__content__user\"\u003e30代 男性\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"voice__right\"\u003e\n            \u003cdiv class=\"voice__item fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"voice__item__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_user03.webp\" alt=\"\" width=\"144\" height=\"144\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"voice__item__content\"\u003e\n                    \u003cp class=\"voice__item__content__txt\"\u003e\n                        \u003cspan\u003eストレスフリーな心地よい着圧\u003c\/span\u003eで着心地がよかったので、睡眠時だけでなく日中も着用したいなと思いました。また、着用部分がポカポカと温かさが維持されるため、\u003cspan\u003e冷え対策にもつながり嬉しい\u003c\/span\u003eです。\n                    \u003c\/p\u003e\n                    \u003cp class=\"voice__item__content__user\"\u003e30代 女性\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"voice__item fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"voice__item__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_user04.webp\" alt=\"\" width=\"144\" height=\"144\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"voice__item__content\"\u003e\n                    \u003cp class=\"voice__item__content__txt\"\u003e\n                        \u003cspan\u003eお腹が弱い夫\u003c\/span\u003eにプレゼント。\u003cspan\u003e超痩せ型なのですが、問題なく着用できており\u003c\/span\u003e、お腹がじわじわ温かくなるものの、ムレ感が気になったり、\u003cspan\u003e暑すぎるということがない絶妙な温度感\u003c\/span\u003eのよう。日頃トイレにこもる時間が長く、生活の中で「夫がトイレから出てくるの待ち」という時間が少なからず発生していたのですが、それがかなり減って私にも恩恵がありました!\n                    \u003c\/p\u003e\n                    \u003cp class=\"voice__item__content__user\"\u003e30代 女性\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec__title\" id=\"story\"\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\u003eDEVELOPMENT STORY\u003c\/span\u003e開発秘話\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003cp class=\"story animatedParent animateOnce u-pb-0\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        遠赤外線輻射熱機能のメディックリカバリーファイバーを採用したハラマキです。\u003cbr\u003e腹巻きというと寒いシーズンのイメージが強いと思います。しかし、今回は夏の体をメンテナンスして頂くご提案です。近年の夏は、極端な高温でありながらその期間が長期化しています。その期間は、エアコンからの冷気や気候や屋内外の寒暖差、冷たいものの採り過ぎなど様々な体を冷やす要因が存在します。特に、お腹の冷えは皆さんが抱える悩みだと考えています。睡眠時間を利用して、お腹を温めることをご提案しております。\u003cbr\u003eそれに加えて、アスレティックトレーナーでありながら呼吸コンサルタントの大貫崇さんに監修して頂き、スリープコアコンプレッション（睡眠用着圧）を開発しました。寝ている間にメンテナンスできるハラマキ、この機会に毎日のルーティンに取り入れていただければ幸いです。\u003cbr\u003e開発者：町田\n        貴裕\u003c\/p\u003e\n    \u003csection class=\"spec__title\" id=\"spec\"\u003e\n        \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n                \u003cspan\u003eSPEC\u003c\/span\u003e仕様\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"size\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_spec.webp\" alt=\"\" width=\"914\" height=\"724\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e生産国：日本\u003cbr\u003e\u003cspan style=\"padding-left: 3.9em; text-indent: -3.9em; display: inline-block;\"\u003eサイズ：Mサイズ\n                                約27×30（㎝） \/ \u003cbr class=\"u-sp\"\u003eLサイズ 約27×35（㎝）\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"padding-left: 3em; text-indent: -3em; display: inline-block;\"\u003e素材：ポリエステル52％\n                                ナイロン44％ ポリウレタン4％\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e■対応サイズガイド（ユニセックス）\u003c\/p\u003e\n                        \u003cimg class=\"sizetable\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_size.webp\" alt=\"\" width=\"660\" height=\"158\"\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 gitf_block\" id=\"tech03_02\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_giftwrapping.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eギフトにもおすすめ\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e高級感のあるポリエステルツイル素材を使用。\n                            ベージュの生地とリボンで統一し、ブレインスリープのロゴを洗練されたサイズ感で配置。 幅広で豪華なリボンが、プレゼントに相応しい上質な高級感を演出します。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"last animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"last__bg fadeInUpShort animated\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_last_bg_model_v2.webp\" alt=\"\" width=\"2000\" height=\"1124\" class=\"u-pc\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_last_bg_model_sp_v2.webp\" alt=\"\" width=\"750\" height=\"940\" class=\"u-sp\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"last__inner\"\u003e\n            \u003cdiv class=\"awakenyourpossibility\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_awakenyourpossibility.webp\" alt=\"\" width=\"626\" height=\"318\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_haramaki_recovery_awakenyourpossibility_sp.webp\" alt=\"\" width=\"386\" height=\"82\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"last__txt\"\u003e冷えやすい夏にこそ効く\u003cbr\u003e次世代ハラマキ\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection id=\"faq\" class=\"faq js-box\"\u003e\n        \u003cdiv class=\"section__title\"\u003e\n            \u003ch2 class=\"section__title__text\"\u003e\n                \u003cspan\u003eFAQ\u003c\/span\u003eよくあるご質問\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__main\"\u003e\n            \u003cdiv class=\"faq__item\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003e使用シーンはいつですか？\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003e\n                        睡眠時用の腹巻きとして設計しておりますが、日中着用いただいても問題ございません。睡眠時だけでなく、リラックスタイムや日常生活でもお使いいただけます。\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item\"\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\"\u003eBRAIN\n                        SLEEPのロゴで上下をご確認ください。腹巻の上部分を胸下の肋骨部分に合わせて、腹部まで覆って着用してください。着衣の上から、若しくは地肌に直接着用いただいても問題ございません。\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item\"\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                        ユニセックスサイズです。ウエストの対応サイズは、Mサイズ（約64－79㎝）、Lサイズ（約79－94㎝）です。ご自身のウエストサイズに合わせてお選びください。\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item\"\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            \u003cdiv class=\"faq__item\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003e洗濯はできますか？\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003e\n                        はい、家庭洗濯機で洗濯可能です。白・淡色製品と分けて洗濯ネットに入れて洗濯してください。また、漂白剤（塩素系・酸素系）の使用はお避けください。\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item\"\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\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003e生産工場について教えてください。\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003e\n                        『奈良巻き』として有名な腹巻きの生産地である奈良県の歴史ある工場で生産されています。伝統的な技術と品質にこだわって製造しております。\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n    .intro02__inner {\n        min-width: 900px;\n    }\n\n    @media screen and (max-width:749px) {\n        .intro02__inner {\n            min-width: unset;\n        }\n    }\n\u003c\/style\u003e\n\u003cp\u003e\n    \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.min.js\"\u003e\u003c\/script\u003e\n    \u003cscript\u003e\n        jQuery(\".faq__item__question\").click(function () {\n            if (jQuery(this).next('.faq__item__answer').is(':visible')) {\n                jQuery(this).next('.faq__item__answer').stop().slideUp();\n                jQuery(this).removeClass('open');\n            } else {\n                jQuery(this).next('.faq__item__answer').stop().slideDown();\n                jQuery(this).addClass('open');\n            }\n        });\n        jQuery(function () {\n            animate();\n            jQuery(window).on(\"scroll\", function () {\n                animate();\n            });\n        });\n        function animate() {\n            jQuery('.animatedParent').each(function () {\n                var offset = jQuery(this).data('offset');\n                if (offset) {\n                    offset = offset;\n                } else {\n                    offset = 0;\n                }\n                if (jQuery(this).isInViewport(offset)) {\n                    var parent = jQuery(this);\n                    delay = Number(parent.attr('data-sequence'));\n                    jQuery(jQuery(this).find('.animated')).each(function (index) {\n                        jQuery(jQuery(this)).delay(index * delay).queue(function (next) {\n                            if (!jQuery(this).hasClass('go')) {\n                                jQuery(this).addClass(\"go\");\n                                if (jQuery(this).parents('.full__recovery__svg__wrapper').length) {\n                                    jQuery(this).attr('class', 'animated fadeInRightShort slower go');\n                                }\n\n                            }\n                            next();\n                        });\n                    });\n                }\n            });\n        }\n        jQuery.fn.isInViewport = function (offset) {\n            \/\/ console.log('isInViewport');\n            var elementTop = jQuery(this).offset().top + offset;\n            var elementBottom = elementTop + jQuery(this).outerHeight();\n\n            var viewportTop = jQuery(window).scrollTop();\n            var viewportBottom = viewportTop + jQuery(window).height();\n\n            return elementBottom \u003e viewportTop \u0026\u0026 elementTop \u003c viewportBottom;\n        };\n\n        jQuery(function () {\n            const param = location.search;\n            if (param.indexOf(\"?ad\") === 0) {\n                console.log(\"通常広告\");\n\n                const fixed_01 = document.getElementById(\"fixed_01\");\n                fixed_01.style.display = \"none\";\n\n                \/\/商品ページヘッダー非表示\n                jQuery(\".shopify-section-group-header-group\").css({\n                    display: \"none\",\n                });\n\n                \/\/商品ページヘッダー非表示\n                jQuery(\".rwlp__header__wrapper\").css({\n                    display: \"block\",\n                });\n\n                if (window.matchMedia(\"(max-width: 768px)\").matches) {\n                    \/\/画面横幅が768px以下のときの処理\n                    jQuery(\"body\").css({\n                        \"padding-top\": \"65px\",\n                    });\n                } else {\n                    \/\/画面横幅が769px以上のときの処理\n                    jQuery(\"body\").css({\n                        \"padding-top\": \"90px\",\n                    });\n                }\n\n                \/\/商品ページ流入時　要素表示\n                jQuery(\".ad_off\").css({\n                    display: \"none\",\n                });\n\n                \/\/広告ページ（yahoo）流入時　要素非表示\n                jQuery(\".y_ad_on\").css({\n                    'cssText': 'display:none !important;'\n                    \/\/ display: \"none\",\n                });\n\n                \/\/広告ページ（通常）、商品ページ流入時　要素表示\n                jQuery(\".ad_on_off\").css({\n                    'cssText': 'display:block !important;'\n                    \/\/ display: \"block\",\n                });\n\n                \/\/広告ページ（通常、yahoo）流入時　要素表示\n                jQuery(\".ad_on\").css({\n                    display: \"block\",\n                });\n\n            } else {\n                console.log(\"なにもなし\");\n\n                \/\/広告ページ（yahoo）流入時　要素非表示\n                jQuery(\".y_ad_on\").css({\n                    'cssText': 'display:none !important;'\n                    \/\/ display: \"none\",\n                });\n\n                \/\/商品ページ流入時　要素表示\n                jQuery(\".ad_off\").css({\n                    display: \"block\",\n                });\n\n                \/\/商品ページ流入時　要素表示\n                jQuery(\".ad_on\").css({\n                    display: \"none\",\n                });\n            }\n        });\n\n        var startPos = 0,\n            winScrollTop = 0;\n        $(window).on(\"scroll\", function () {\n            winScrollTop = $(this).scrollTop();\n            if (winScrollTop \u003e= startPos) {\n                if (winScrollTop \u003e= 130) {\n                    $(\".rwlp__header__wrapper\").addClass(\"animate\");\n                    $(\".rwlp__header__wrapper\").addClass(\"hide\");\n                    $(\".rwlp__header__wrapper\").addClass(\"fixed\");\n                } else if (winScrollTop \u003e= 90) {\n                    $(\".rwlp__header__wrapper\").addClass(\"fixed\");\n                    $(\".rwlp__header__wrapper\").removeClass(\"animate\");\n                } else {\n                    $(\".rwlp__header__wrapper\").removeClass(\"fixed\");\n                }\n            } else {\n                $(\".rwlp__header__wrapper\").removeClass(\"hide\");\n            }\n            startPos = winScrollTop;\n        });\n    \u003c\/script\u003e\n\u003c\/p\u003e\n\u003cstyle\u003e\n    .spec__item__desc__text__content__title,\n    .technology__link__lists__title,\n    .technology__item__desc__text__content__title {\n        font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n        visibility: visible !important;\n    }\n\u003c\/style\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"M","offer_id":47071092474078,"sku":"W0015A1-MEBK","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":47071092539614,"sku":"W0015A1-LABK","price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/thumbnail_haramaki_1.webp?v=1754378307"},{"product_id":"socks","title":"ブレインスリープ ソックス リカバリー","description":"\u003cstyle\u003e\n.rwlp__header__wrapper {\n  background: #a0c0db;\n  height: auto;\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  z-index: 9;\n}\n@media screen and (min-width: 750px) {\n  .rwlp__header__wrapper {\n    padding: 0 30px;\n  }\n}\n@media screen and (max-width: 749px) {\n  .rwlp__header__wrapper {\n    padding: 0 20px;\n  }\n}\n.rwlp__header {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n}\n@media screen and (min-width: 1200px) {\n  .rwlp__header {\n    height: 90px;\n  }\n}\n@media screen and (max-width: 1199px) {\n  .rwlp__header {\n    height: 65px;\n  }\n}\n@media screen and (min-width: 750px) {\n  .rwlp__header__logo {\n    width: 85px;\n  }\n}\n@media screen and (max-width: 749px) {\n  .rwlp__header__logo {\n    width: 70px;\n  }\n}\n@media screen and (min-width: 750px) {\n  .rwlp__header__menu__wrapper {\n    margin: 0 30px;\n  }\n}\n@media screen and (max-width: 749px) {\n  .rwlp__header__menu__wrapper {\n    \/* margin: 0 20px; *\/\n  }\n}\n.rwlp__header__menu__item {\n  display: inline-block;\n}\n@media screen and (min-width: 1200px) {\n  .rwlp__header__menu__item + .rwlp__header__menu__item {\n    margin-left: 35px;\n  }\n}\n@media screen and (min-width: 750px) and (max-width: 1199px) {\n  .rwlp__header__menu__item + .rwlp__header__menu__item {\n    margin-left: 30px;\n  }\n}\n@media screen and (max-width: 749px) {\n  .rwlp__header__menu__item + .rwlp__header__menu__item {\n    margin-left: 15px;\n  }\n}\n@media screen and (max-width: 749px) {\n  .rwlp__header__menu__item.rwlp__hidden__sm {\n    display: none;\n  }\n}\n@media screen and (min-width: 1200px) {\n  .rwlp__header__menu__link {\n    font-size: 14px;\n  }\n}\n@media screen and (max-width: 1199px) {\n  .rwlp__header__menu__link {\n    font-size: 14px;\n  }\n}\n.rwlp__header__wrapper.fixed {\n  position: fixed;\n  top: -90px;\n  transition: unset;\n}\n.rwlp__header__wrapper.animate {\n  transition: top 0.15s ease-out;\n  top: 0;\n}\n.rwlp__header__wrapper.hide {\n  top: -90px;\n}\n\n.rwlp__wrapper,\n#MainContent,\nhtml.js {overflow: unset;}\n@media screen and (max-width:749px){\n  .rwlp__wrapper,\n  #MainContent,\n  html.js {overflow: unset!important;}\n}\n.rwlp__wrapper div:empty {display: initial;}\nhtml {scroll-behavior: smooth;}\n.rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {transform: unset;animation: unset;opacity: 1;}\n\n.rwlp__wrapper a:empty,\n.rwlp__wrapper div:empty {display: initial;}\n.rwlp__wrapper video {height: auto;width: 100%;}\n.rwlp__wrapper a {text-decoration: unset;color: #000;}\n.rwlp__wrapper ul {list-style: none;}\n.technology__link__lists {padding: 0;}\n.rwlp__wrapper img {width: 100%;height: auto;max-width: 100%;border:unset;}\n.faq__item img {width: auto;max-width: 100%;}\n\n.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fadeInUpShort{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}\n\n\/* margin padding 調整*\/\n.sleep__info__quality__golden__title {margin:0}\n#cover.spec__item .spec__item__desc__text__content__title {margin-top: 0;}\n.kv img,\n.last img,\n.technology__item__desc__img img,\n.line__bnr img,\n.technology__link__lists__title{margin-bottom: 0;}\n.technology__item__feature {padding-left: 0!important;}\n.technology__link__lists{padding:0!important}\n\nbody{font-family:YuGothic,'Yu Gothic',\"Yu Gothic Pr6N R\",'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif}.termina{font-family:Termina,\"游ゴシック体\",YuGothic,\"Yu Gothic M\",\"游ゴシック Medium\",\"Yu Gothic Medium\",\"Yu Gothic Pr6N M\",sans-serif!important;font-weight:400}.rwlp__wrapper{color:#000}body,details,div,fieldset,form,h1,h2,h3,h4,header,html,iframe,img,label,legend,li,nav,p,section,small,span,summary,ul,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:0 0}button,input,select{appearance:none}.fadeInUpShort{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}body{overflow-x:hidden}h1,h2,h3,h4{font-weight:400!important}.technology__item__desc__img{position:relative;width:58.1428571428571vw;flex:1}.technology__item__desc__img video{width:100%;height:auto}.technology__item__desc__img img{width:100%;height:auto}.technology__item__desc__text__content__title{font-size:30px;font-weight:500;letter-spacing:-.06em;line-height:1.733333333333333}@media screen and (max-width:749px){.technology__item__desc__img{margin-left:auto;width:calc(100% - 20px)}.technology__item__desc__img img{height:100%}.technology__item__desc__text__content__title{font-size:23px;line-height:1.84}}.u-pc{display:block!important}.u-sp{display:none!important}@media screen and (max-width:767px){.u-pc{display:none!important}.u-sp{display:block!important}}img{vertical-align:bottom}.kv{position:relative}.kv__txt{position:absolute;font-size:3.16428vw;top:7.5vw;left:8.4285vw;line-height:1.35;font-family:\"Yu Gothic Pr6N D\",\"游ゴシック体\",YuGothic,sans-serif}.kv__features{position:absolute;top:17vw;left:8.4285vw;display:flex;gap:0.71428vw 0;flex-wrap:wrap;justify-content:space-between;width:30vw}.kv__features__item{background-size:100% 100%;display:flex;align-items:center;justify-content:center;width:14.5vw;height:3.1428vw;font-size:1.42857vw}.intro01__txt3{line-height:1.4;margin-bottom:40px}.intro01__txt3 span{font-size:29px;border-bottom:1px solid #fff;padding-bottom:4px}@media screen and (max-width:767px){.kv__txt{font-size:6.2666vw;top:39.4666vw;left:8.18666vw;font-feature-settings:'palt'}.kv__features{top:57.6vw;left:8.4285vw;display:block;width:28.8vw}.kv__features__item{width:28.8vw;height:6.256vw;font-size:2.837333vw;margin-bottom:1.6vw}.intro01__txt3{margin-bottom:16px}.intro01__txt3 span{font-size:29px;border-bottom:1px solid #fff;padding-bottom:4px}}\n.u-pc {\n  display: block!important\n}\n.u-sp {\n  display: none!important\n}\n\n@media screen and (max-width:767px) {\n  .u-pc {\n    display: none!important\n  }\n  .u-sp {\n    display: block!important\n  }\n}\n\n\/* giftブロック調整用 *\/\n  .gitf_block{\n    border-top: 1px #000 solid;\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\n\u003c\/style\u003e\n\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n  \u003cheader style=\"display: none\" class=\"rwlp__header__wrapper\"\u003e\n    \u003cdiv class=\"\"\u003e\n      \u003cheader class=\"rwlp__header\"\u003e\n        \u003ca href=\"#\" class=\"rwlp__header__logo\"\u003e\n          \u003cimg height=\"40\" width=\"85\" alt=\"ロゴ：Brain Sleep\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_adpage_logo.webp\"\u003e\n        \u003c\/a\u003e\n        \u003cnav class=\"rwlp__header__menu__wrapper\"\u003e\n          \u003cul class=\"rwlp__header__menu\"\u003e\n            \u003cli class=\"rwlp__header__menu__item\"\u003e\n              \u003ca href=\"#technology\" class=\"rwlp__header__menu__link custom-smooth-scroll\"\u003eテクノロジー\u003c\/a\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"rwlp__header__menu__item\"\u003e\n              \u003ca href=\"#spec\" class=\"rwlp__header__menu__link custom-smooth-scroll\"\u003e仕様\u003c\/a\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"rwlp__header__menu__item\"\u003e\n              \u003ca href=\"#faq\" class=\"rwlp__header__menu__link custom-smooth-scroll\"\u003eFAQ\u003c\/a\u003e\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/nav\u003e\n      \u003c\/header\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n  \u003csection class=\"kv\"\u003e\n    \u003cdiv class=\"kv__bg\"\u003e\n      \u003cimg class=\"u-pc lozad\" loading=\"lazy\" decoding=\"async\" src=\"\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_kv_bg_model.webp?2\" alt=\"\" width=\"2000\" height=\"1124\"\u003e\n      \u003cimg class=\"u-sp lozad\" loading=\"lazy\" decoding=\"async\" src=\"\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_kv_bg_model_sp.webp?2\" alt=\"\" width=\"750\" height=\"1014\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kv__inner\"\u003e\n      \u003cp class=\"kv__txt\"\u003e究極の\u003cbr\u003e睡眠着圧ソックス\u003c\/p\u003e\n      \u003cdiv class=\"kv__features\"\u003e\n        \u003cdiv class=\"kv__features__item\"\u003eむくみ改善\u003c\/div\u003e\n        \u003cdiv class=\"kv__features__item\"\u003eリンパの流れ改善\u003c\/div\u003e\n        \u003cdiv class=\"kv__features__item\"\u003e血行促進\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kv__logo\"\u003e\n        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_kv_logo.webp\" alt=\"\" width=\"1082\" height=\"136\"\u003e\n        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_kv_logo_sp.webp\" alt=\"\" width=\"276\" height=\"132\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"kv__tag\"\u003e一般医療機器\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"intro01 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"intro01__inner\"\u003e\n      \u003cdiv class=\"intro01__left fadeInUpShort animated\"\u003e\n        \u003cp class=\"intro01__txt1\"\u003eMakuakeで応援購入\u003c\/p\u003e\n        \u003cp class=\"intro01__txt2\"\u003e約\u003cspan class=\"termina\"\u003e¥40,000,000\u003c\/span\u003e達成\u003c\/p\u003e\n        \u003cp class=\"intro01__txt3 u-pc\"\u003eしたブレインスリープ リカバリー シリーズから\u003cbr\u003e\u003cspan\u003eソックスモデル\u003c\/span\u003eがついに登場！\u003c\/p\u003e\n        \u003cp class=\"intro01__txt3 u-sp\"\u003eブレインスリープ リカバリー シリーズから\u003cbr\u003e\u003cspan\u003eソックスモデル\u003c\/span\u003eがついに登場！\u003c\/p\u003e\n        \u003cdiv class=\"intro01__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_makuake.webp?2\" alt=\"\" width=\"980\" height=\"390\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro01__arrow fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_intro01_arrow.webp\" alt=\"\" width=\"202\" height=\"94\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_intro01_arrow_sp.webp\" alt=\"\" width=\"70\" height=\"150\" class=\"u-sp\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro01__right fadeInUpShort animated\"\u003e\n        \u003cp class=\"intro01__txt4\"\u003e\u003cspan\u003e独自開発睡眠着圧\u003c\/span\u003eで\u003c\/p\u003e\n        \u003cdiv class=\"intro01__features\"\u003e\n          \u003cp class=\"intro01__features__item\"\u003eむくみ\u003cbr\u003e改善\u003c\/p\u003e\n          \u003cp class=\"intro01__features__item\"\u003e血行促進\u003c\/p\u003e\n          \u003cp class=\"intro01__features__item\"\u003eリンパの\u003cbr\u003e流れ改善\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"intro02 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"intro02__inner\"\u003e\n      \u003cdiv class=\"fadeInUpShort animated\"\u003e\n        \u003cp class=\"intro02__txt\"\u003e20種の機能を搭載した\u003cbr\u003e究極の睡眠特化ソックス\u003c\/p\u003e\n        \u003cdiv class=\"intro02__wrap\"\u003e\n          \u003cdiv class=\"intro02__bg\"\u003e\n            \u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/32f715cfd66f4ad39215b3e76391491f.mp4\" style=\"aspect-ratio: 1920\/1080\" height=\"1080\" width=\"1920\"\u003e\u003c\/video\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"intro02__features\"\u003e\n            \u003cdiv class=\"intro02__features__head\"\u003e\n\u003cspan class=\"termina\"\u003e20\u003c\/span\u003e種の機能\u003c\/div\u003e\n            \u003cdiv class=\"intro02__features__left\"\u003e\n              \u003cp class=\"intro02__features__item\"\u003e\u003cspan\u003e一般医療機器\u003c\/span\u003eむくみ改善\u003c\/p\u003e\n              \u003cp class=\"intro02__features__item\"\u003e\u003cspan\u003e一般医療機器\u003c\/span\u003e血行促進\u003c\/p\u003e\n              \u003cp class=\"intro02__features__item\"\u003e\u003cspan\u003e一般医療機器\u003c\/span\u003eリンパの流れ改善\u003c\/p\u003e\n              \u003cp class=\"intro02__features__item\"\u003e段階着圧設計の採用\u003c\/p\u003e\n              \u003cp class=\"intro02__features__item\"\u003eふくらはぎサポート\u003c\/p\u003e\n              \u003cp class=\"intro02__features__item\"\u003eテーピングホールド\u003c\/p\u003e\n              \u003cp class=\"intro02__features__item\"\u003e遠赤外線輻射熱\u003c\/p\u003e\n              \u003cp class=\"intro02__features__item\"\u003e吸湿発熱\u003c\/p\u003e\n              \u003cp class=\"intro02__features__item\"\u003e吸湿放湿\u003c\/p\u003e\n              \u003cp class=\"intro02__features__item\"\u003eつま先熱放散\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro02__features__right\"\u003e\n              \u003cp class=\"intro02__features__item\"\u003e抗菌防臭\u003c\/p\u003e\n              \u003cp class=\"intro02__features__item\"\u003eかかとの包み込み\u003c\/p\u003e\n              \u003cp class=\"intro02__features__item\"\u003e横アーチサポート\u003c\/p\u003e\n              \u003cp class=\"intro02__features__item\"\u003e履きやすさ\u003c\/p\u003e\n              \u003cp class=\"intro02__features__item\"\u003e食い込み軽減\u003c\/p\u003e\n              \u003cp class=\"intro02__features__item\"\u003eメッシュで通気性\u003c\/p\u003e\n              \u003cp class=\"intro02__features__item\"\u003eパイル底で足裏温め\u003c\/p\u003e\n              \u003cp class=\"intro02__features__item\"\u003eなめらかな触感\u003c\/p\u003e\n              \u003cp class=\"intro02__features__item\"\u003eずれ落ち防止\u003c\/p\u003e\n              \u003cp class=\"intro02__features__item\"\u003eつま先ずれ防止\u003c\/p\u003e\n            \u003c\/div\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=\"intro03 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"intro03__inner\"\u003e\n      \u003cdiv class=\"intro03__txt\"\u003e\n        \u003cp class=\"intro03__txt1 fadeInUpShort animated\"\u003eメディックリカバリーファイバーで\u003cbr\u003e疲れた足を集中温熱\u003c\/p\u003e\n        \u003cp class=\"intro03__txt2 fadeInUpShort animated termina\"\u003eMEDIC \u003cbr class=\"u-pc\"\u003eRECOVERY\u003cbr\u003eFIBER\u003c\/p\u003e\n        \u003c!-- \u003cp class=\"intro03__txt2__ja fadeInUpShort animated termina\"\u003eメディック リカバリー ファイバー\u003c\/p\u003e --\u003e\n        \u003cp class=\"intro03__txt3 fadeInUpShort animated u-pc\"\u003e地球上の天然鉱物を原料とするセラミックス。その中でも純度の高いセラミックスを厳選し、独自ブレンドをしました。繊維へのナノレベルでの高濃度処方、特殊な糸形状により、高レベルの遠赤外線放射を実現。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro03__img\"\u003e\n        \u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cb03f003d9814e5289482286d4d1cfaa.mp4\" style=\"aspect-ratio: 1920\/1080\" height=\"1080\" width=\"1920\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"intro03__txt4 fadeInUpShort animated u-sp\"\u003e地球上の天然鉱物を原料とするセラミックス。その中でも純度の高いセラミックスを厳選し、独自ブレンドをしました。繊維へのナノレベルでの高濃度処方、特殊な糸形状により、高レベルの遠赤外線放射を実現。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"intro04 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"intro04__inner\"\u003e\n      \u003cp class=\"intro04__ttl__en termina fadeInUpShort animated\"\u003eISSUE\u003c\/p\u003e\n      \u003cp class=\"intro04__ttl fadeInUpShort animated\"\u003e足の疲れの悩み×睡眠の質の悩みは\u003cbr\u003eお互い関連していると言われています\u003c\/p\u003e\n      \u003cp class=\"intro04__txt fadeInUpShort animated\"\u003e長時間のデスクワークや立ち仕事、そして日々の家事…。\u003cbr\u003e日中の活動では、重力の影響によって足に大きな負担がかかっています。\u003cbr\u003e\u003cbr\u003eその結果、足の疲れや不調は深刻化し、放置すれば睡眠の質にまで影響を及ぼすことも。\u003cbr\u003e実際、現代人の約7割が足の疲れに悩んでいるとも言われています。\u003cbr\u003e\u003cbr\u003eそのため、足と睡眠を同時にケアする総合的なアプローチが求められています。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"intro05 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"intro05__head fadeInUpShort animated\"\u003e\n      \u003cp class=\"intro05__head__ttl\"\u003e体の重力が軽減される\u003cbr class=\"u-sp\"\u003e\u003cspan\u003e睡眠時に足をケアする\u003c\/span\u003e事は効果的\u003c\/p\u003e\n      \u003cdiv class=\"intro05__head__wrap\"\u003e\n        \u003cdiv class=\"intro05__head__body\"\u003e\n          \u003cp class=\"intro05__head__txt1\"\u003e\u003cspan\u003e第2の心臓といわれるふくらはぎを\u003c\/span\u003e\u003cbr class=\"u-sp\"\u003e寝ている間に集中メンテナンス\u003c\/p\u003e\n          \u003cp class=\"intro05__head__txt2\"\u003e睡眠の質は血行と深く関わり、足の血流が良好だと体温調節が円滑に保たれ、深い睡眠につながります。ソックスリカバリーは、段階着圧と遠赤外線輻射熱の機能により血行を改善し、サポートします。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro05__head__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_intro05_figure.webp\" alt=\"\" width=\"1020\" height=\"776\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro05__bottom fadeInUpShort animated\"\u003e\n      \u003cp class=\"intro05__bottom__txt\"\u003e\u003cspan\u003eソックスリカバリー\u003c\/span\u003eで、\u003cspan\u003e好循環へ\u003c\/span\u003e導きます\u003c\/p\u003e\n      \u003cdiv class=\"intro05__bottom__img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_intro05_img.webp\" alt=\"\" width=\"1996\" height=\"428\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_intro05_img_sp.webp\" alt=\"\" width=\"750\" height=\"314\" class=\"u-sp\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"intro06 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"intro06__img\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_intro06_bg_model.webp?2\" alt=\"\" width=\"2000\" height=\"1192\" class=\"u-pc\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_intro06_bg_model_sp.webp?2\" alt=\"\" width=\"751\" height=\"769\" class=\"u-sp\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro06__inner\"\u003e\n      \u003cp class=\"intro06__txt\"\u003e限られた睡眠時間で\u003cbr\u003eリカバリー\u003c\/p\u003e\n      \u003cdiv class=\"intro06__logo\"\u003e\n        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_kv_logo.webp\" alt=\"\" width=\"1082\" height=\"136\"\u003e\n        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_kv_logo_sp.webp\" alt=\"\" width=\"276\" height=\"132\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"intro06__tag\"\u003e一般医療機器\u003c\/p\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=\"300\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n        \u003cspan\u003eTECHNOLOGY\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=\"300\" data-offset=\"300\"\u003e\n\n        \u003cli class=\"item fadeInUpShort animated\"\u003e\n          \u003ca class=\"custom-smooth-scroll\" href=\"#tech01\"\u003e\n            \u003cdiv class=\"technology__link__lists__img\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_nav01.webp\" alt=\"\" width=\"784\" height=\"722\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"technology__link__lists__title\"\u003e\n\u003cspan\u003e01\u003c\/span\u003e血行促進し\u003cbr class=\"u-sp\"\u003eリカバリー\u003c\/h3\u003e\n          \u003c\/a\u003e\n        \u003c\/li\u003e\n\n        \u003cli class=\"item fadeInUpShort animated\"\u003e\n          \u003ca class=\"custom-smooth-scroll\" href=\"#tech02\"\u003e\n            \u003cdiv class=\"technology__link__lists__img\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_nav02.webp?2\" alt=\"\" width=\"784\" height=\"722\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"technology__link__lists__title\"\u003e\n\u003cspan\u003e02\u003c\/span\u003e独自開発素材で\u003cbr\u003e集中温熱\u003c\/h3\u003e\n          \u003c\/a\u003e\n        \u003c\/li\u003e\n        \u003cli class=\"item fadeInUpShort animated\"\u003e\n          \u003ca class=\"custom-smooth-scroll\" href=\"#tech03\"\u003e\n            \u003cdiv class=\"technology__link__lists__img\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_nav03.webp?2\" alt=\"\" width=\"784\" height=\"722\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"technology__link__lists__title no03\"\u003e\n\u003cspan\u003e03\u003c\/span\u003eリカバリーと睡眠の為の\u003cbr class=\"u-pc\"\u003e機能を搭載\u003c\/h3\u003e\n          \u003c\/a\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"technology__item\" id=\"tech01\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_tech01_main_model.webp\" alt=\"\" width=\"1628\" height=\"920\"\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            \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n\u003cspan\u003e01\u003c\/span\u003eRECOVERY\u003c\/h2\u003e\n            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\"\u003e\n              \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_tech01_main_model_sp.webp\" alt=\"\" width=\"712\" height=\"710\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003e血行促進しリカバリー\u003c\/h3\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\" id=\"tech01_01\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc__text\"\u003e\n        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title u-sp\"\u003e一般医療機器ソックスで、\u003cbr\u003e寝ながらメンテナンス\u003c\/h3\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__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_socks_tech01_01.webp?2\" alt=\"\" width=\"1632\" height=\"918\"\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 u-pc\"\u003e一般医療機器ソックスで、\u003cbr\u003e寝ながらメンテナンス\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e日々の睡眠時間を効果的に利用。\u003cbr\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=\"technology__item technology__item__sub\" id=\"tech01_02\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc__text\"\u003e\n        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title u-sp\"\u003e独自開発の睡眠着圧\u003c\/h3\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"border: 1px solid #000;\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_tech01_02.webp?2\" alt=\"\" width=\"1624\" height=\"906\"\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 u-pc\"\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=\"technology__item\" id=\"tech02\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_tech02_main.webp?2\" alt=\"\" width=\"1628\" height=\"920\"\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            \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n\u003cspan\u003e02\u003c\/span\u003eLEG HEAT\u003c\/h2\u003e\n            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\"\u003e\n              \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_tech02_main_sp.webp?2\" alt=\"\" width=\"704\" height=\"706\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003eメディックリカバリー\u003cbr\u003eファイバーで集中温熱\u003c\/h3\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\" id=\"tech02_01\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc__text\"\u003e\n        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title u-sp\"\u003e独自開発素材\u003cbr\u003eMEDIC RECOVERY FIBER\u003c\/h3\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__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_socks_tech02_01.webp\" alt=\"\" width=\"1628\" height=\"918\"\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 u-pc\"\u003e独自開発素材\u003cbr\u003eMEDIC RECOVERY FIBER\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=\"technology__item technology__item__sub\" id=\"tech02_02\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc__text\"\u003e\n        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title u-sp\"\u003eMEDIC RECOVERY FIBER\u003cbr\u003eによる遠赤外線輻射熱\u003c\/h3\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cb03f003d9814e5289482286d4d1cfaa.mp4\" style=\"aspect-ratio: 1920\/1080\" height=\"1080\" width=\"1920\"\u003e\u003c\/video\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 u-pc\"\u003eMEDIC RECOVERY FIBER\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=\"technology__item technology__item__sub\" id=\"tech02_03\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc__text\"\u003e\n        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title u-sp\"\u003eソックスリカバリーを\u003cbr\u003eはくだけで、31.4℃に温熱\u003c\/h3\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__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_socks_tech02_03.webp?2\" alt=\"\" width=\"1632\" height=\"918\"\u003e\n          \u003cp class=\"technology__item__desc__img__txt\"\u003e▲本製品使用後のサーモグラフィ\u003c\/p\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 u-pc\"\u003eソックスリカバリーを\u003cbr\u003eはくだけで、31.4℃に温熱\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003eメディックリカバリーファイバーの遠赤外線輻射熱の効果で0.6℃温度上昇し、疲れた足をしっかり温熱します。\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=\"technology__item\" id=\"tech03\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cvideo class=\"u-pc\" playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/32f715cfd66f4ad39215b3e76391491f.mp4\" style=\"aspect-ratio: 1920\/1080\" height=\"1080\" width=\"1920\"\u003e\u003c\/video\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            \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n\u003cspan\u003e03\u003c\/span\u003eCOMFORT\u003cbr\u003eFUNCTION\u003c\/h2\u003e\n            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\"\u003e\n              \u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/32f715cfd66f4ad39215b3e76391491f.mp4\" style=\"aspect-ratio: 1920\/1080\" height=\"1080\" width=\"1920\"\u003e\n            \u003c\/video\u003e\n\u003c\/div\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003eリカバリーと睡眠の為の\u003cbr\u003e20種の機能を搭載\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e睡眠の為の20種の機能を搭載した超多機能ソックス。\u003cbr\u003e熱放散をしながら疲れた足を徹底的にメンテナンス。\u003c\/p\u003e\n            \u003cdiv class=\"u-sp\"\u003e\n              \u003cdiv class=\"intro02__features\" style=\"width: calc(100% - 40px);margin-top: 24px;\"\u003e\n                \u003cdiv class=\"intro02__features__head\"\u003e\n\u003cspan class=\"termina\"\u003e20\u003c\/span\u003e種の機能\u003c\/div\u003e\n                \u003cdiv class=\"intro02__features__left\"\u003e\n                  \u003cp class=\"intro02__features__item\" style=\"padding: 0;letter-spacing: -0.03em;\"\u003e\u003cspan\u003e一般医療機器\u003c\/span\u003eむくみ改善\u003c\/p\u003e\n                  \u003cp class=\"intro02__features__item\" style=\"padding: 0;letter-spacing: -0.03em;\"\u003e\u003cspan\u003e一般医療機器\u003c\/span\u003e血行促進\u003c\/p\u003e\n                  \u003cp class=\"intro02__features__item\" style=\"padding: 0;letter-spacing: -0.03em;\"\u003e\u003cspan\u003e一般医療機器\u003c\/span\u003eリンパの流れ改善\u003c\/p\u003e\n                  \u003cp class=\"intro02__features__item\" style=\"padding: 0;letter-spacing: -0.03em;\"\u003e段階着圧設計の採用\u003c\/p\u003e\n                  \u003cp class=\"intro02__features__item\" style=\"padding: 0;letter-spacing: -0.03em;\"\u003eふくらはぎサポート\u003c\/p\u003e\n                  \u003cp class=\"intro02__features__item\" style=\"padding: 0;letter-spacing: -0.03em;\"\u003eテーピングホールド\u003c\/p\u003e\n                  \u003cp class=\"intro02__features__item\" style=\"padding: 0;letter-spacing: -0.03em;\"\u003e遠赤外線輻射熱\u003c\/p\u003e\n                  \u003cp class=\"intro02__features__item\" style=\"padding: 0;letter-spacing: -0.03em;\"\u003e吸湿発熱\u003c\/p\u003e\n                  \u003cp class=\"intro02__features__item\" style=\"padding: 0;letter-spacing: -0.03em;\"\u003e吸湿放湿\u003c\/p\u003e\n                  \u003cp class=\"intro02__features__item\" style=\"padding: 0;letter-spacing: -0.03em;\"\u003eつま先熱放散\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro02__features__right\"\u003e\n                  \u003cp class=\"intro02__features__item\" style=\"padding: 0;letter-spacing: -0.03em;\"\u003e抗菌防臭\u003c\/p\u003e\n                  \u003cp class=\"intro02__features__item\" style=\"padding: 0;letter-spacing: -0.03em;\"\u003eかかとの包み込み\u003c\/p\u003e\n                  \u003cp class=\"intro02__features__item\" style=\"padding: 0;letter-spacing: -0.03em;\"\u003e横アーチサポート\u003c\/p\u003e\n                  \u003cp class=\"intro02__features__item\" style=\"padding: 0;letter-spacing: -0.03em;\"\u003e履きやすさ\u003c\/p\u003e\n                  \u003cp class=\"intro02__features__item\" style=\"padding: 0;letter-spacing: -0.03em;\"\u003e食い込み軽減\u003c\/p\u003e\n                  \u003cp class=\"intro02__features__item\" style=\"padding: 0;letter-spacing: -0.03em;\"\u003eメッシュで通気性\u003c\/p\u003e\n                  \u003cp class=\"intro02__features__item\" style=\"padding: 0;letter-spacing: -0.03em;\"\u003eパイル底で足裏温め\u003c\/p\u003e\n                  \u003cp class=\"intro02__features__item\" style=\"padding: 0;letter-spacing: -0.03em;\"\u003eなめらかな触感\u003c\/p\u003e\n                  \u003cp class=\"intro02__features__item\" style=\"padding: 0;letter-spacing: -0.03em;\"\u003eずれ落ち防止\u003c\/p\u003e\n                  \u003cp class=\"intro02__features__item\" style=\"padding: 0;letter-spacing: -0.03em;\"\u003eつま先ずれ防止\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003cdiv class=\"tech__slider\"\u003e\n  \u003csection class=\"technology__item technology__item__sub\" id=\"tech03_01_01\" style=\"margin-top: 0;\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc__text\"\u003e\n        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title u-sp\"\u003eかかとのフィット感\u003c\/h3\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__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_socks_tech03_01_01.webp\" alt=\"\" width=\"1628\" height=\"918\"\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 u-pc\"\u003eかかとのフィット感\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003eYヒールでしっかりかかとをホールドして着用時の安定感を実現しました。\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\" id=\"tech03_01_02\" style=\"margin-top: 0;\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc__text\"\u003e\n        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title u-sp\"\u003e履き口\u003c\/h3\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__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_socks_tech03_01_02.webp\" alt=\"\" width=\"1628\" height=\"918\"\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 u-pc\"\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=\"technology__item technology__item__sub\" id=\"tech03_01_03\" style=\"margin-top: 0;\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc__text\"\u003e\n        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title u-sp\"\u003e足裏\u003c\/h3\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__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_socks_tech03_01_03.webp\" alt=\"\" width=\"1628\" height=\"918\"\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 u-pc\"\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=\"technology__item technology__item__sub\" id=\"tech03_01_04\" style=\"margin-top: 0;\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc__text\"\u003e\n        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title u-sp\"\u003eふくらはぎ\u003c\/h3\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__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_socks_tech03_01_04.webp\" alt=\"\" width=\"1628\" height=\"918\"\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 u-pc\"\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=\"technology__item technology__item__sub\" id=\"tech03_01_05\" style=\"margin-top: 0;\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc__text\"\u003e\n        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title u-sp\"\u003eつま先＆甲\u003c\/h3\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__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_socks_tech03_01_05.webp\" alt=\"\" width=\"1628\" height=\"918\"\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 u-pc\"\u003eつま先＆甲\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003eオープントゥ仕様と甲の通気性UPで、睡眠中の熱放散を実現。そして横アーチサポートで足のずれにくさをサポートします。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e\n\n  \u003csection class=\"technology__item technology__item__sub\" id=\"tech03_02\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc__text\"\u003e\n        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title u-sp\"\u003e靴下一筋90年の伝統の\u003cbr\u003e国内縫製で作られる安心品質\u003c\/h3\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__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_socks_tech03_02.webp\" alt=\"\" width=\"1628\" height=\"918\"\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 u-pc\"\u003e靴下一筋90年の伝統の\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  \u003c\/section\u003e\n\n  \u003csection class=\"spec__title\" id=\"scene\"\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\u003eSCENE\u003c\/span\u003eシーン\u003c\/h2\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"scene__wrap animatedParent animateOnce u-pb-0\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"scene__inner\"\u003e\n      \u003cdiv class=\"scene__left\"\u003e\n        \u003cdiv class=\"scene__img01 fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_scene01_model.webp\" alt=\"\" width=\"1140\" height=\"642\" class=\"u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_scene01_model_sp.webp\" alt=\"\" width=\"710\" height=\"400\" class=\"u-sp\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"scene__img03 fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_scene02_model.webp?2\" alt=\"\" width=\"1208\" height=\"1416\" class=\"u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_scene02_model_sp.webp?3\" alt=\"\" width=\"710\" height=\"400\" class=\"u-sp\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"scene__img02 fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_scene03_model.webp\" alt=\"\" width=\"1140\" height=\"642\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_scene03_model_sp.webp?3\" alt=\"\" width=\"710\" height=\"400\" class=\"u-sp\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"spec__title\" id=\"voice\"\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\u003eMONITOR’S VOICE\u003c\/span\u003eモニターの声\u003c\/h2\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"voice__wrap animatedParent animateOnce u-pb-0\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"voice__left fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"voice__item\"\u003e\n        \u003cdiv class=\"voice__item__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_voice01.webp\" alt=\"\" width=\"140\" height=\"140\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"voice__item__content\"\u003e\n          \u003cp class=\"voice__item__content__txt\"\u003e毎晩、脚が浮腫むのですが、夜にこちらを着用すると\u003cspan\u003e何事もなかったように\u003c\/span\u003e戻っています。今までは強い着圧ソックスを使用していたので、このくらいの心地よい程度の着圧で本当に効果あるのかなと思いましたが、抜群に効果がありました!イベントで10時間近く歩き回り、翌日ライブで5時間半立ちっぱなしの日もリセットしてくれました。また、日中デスクワーク中につけていても、\u003cspan\u003e夕方浮腫んでいません!\u003c\/span\u003e 夕方用事がある日などはマストで頼りたいアイテムです。\u003c\/p\u003e\n          \u003cp class=\"voice__item__content__user\"\u003e30代 女性\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"voice__item\"\u003e\n        \u003cdiv class=\"voice__item__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_voice02.webp\" alt=\"\" width=\"140\" height=\"140\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"voice__item__content\"\u003e\n          \u003cp class=\"voice__item__content__txt\"\u003eこれまで睡眠中は靴下を脱いでいたので、違和感があるのでは？と思いましたが、足先がオープンになっているので\u003cspan\u003e全く気にならず\u003c\/span\u003e朝まで快適に過ごせました。立ち仕事をした晩に履くと、翌朝には何事もなかったかのように足が軽くなっていて驚きました！滑り止めが付いるので、\u003cspan\u003e足首に落ちてこない\u003c\/span\u003eのも嬉しいポイントです。\u003c\/p\u003e\n          \u003cp class=\"voice__item__content__user\"\u003e20代 女性\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"voice__item\"\u003e\n        \u003cdiv class=\"voice__item__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_voice03.webp\" alt=\"\" width=\"140\" height=\"140\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"voice__item__content\"\u003e\n          \u003cp class=\"voice__item__content__txt\"\u003eきつすぎない着圧で\u003cspan\u003e着脱時も着用中も\u003c\/span\u003e全くストレスが無いです。なのに浮腫みが取れるはもちろん、他の着圧ソックスと比較して\u003cspan\u003e脚の軽さがかなり違う\u003c\/span\u003e気がしました。滑り止めのおかげで就寝～朝までズレ落ちてこずよかったです。\u003c\/p\u003e\n          \u003cp class=\"voice__item__content__user\"\u003e30代 女性\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"voice__right fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"voice__item u-sp\"\u003e\n        \u003cdiv class=\"voice__item__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_voice01.webp\" alt=\"\" width=\"140\" height=\"140\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"voice__item__content\"\u003e\n          \u003cp class=\"voice__item__content__txt\"\u003e毎晩、脚が浮腫むのですが、夜にこちらを着用すると\u003cspan\u003e何事もなかったように\u003c\/span\u003e戻っています。今までは強い着圧ソックスを使用していたので、このくらいの心地よい程度の着圧で本当に効果あるのかなと思いましたが、抜群に効果がありました!イベントで10時間近く歩き回り、翌日ライブで5時間半立ちっぱなしの日もリセットしてくれました。また、日中デスクワーク中につけていても、\u003cspan\u003e夕方浮腫んでいません!\u003c\/span\u003e 夕方用事がある日などはマストで頼りたいアイテムです。\u003c\/p\u003e\n          \u003cp class=\"voice__item__content__user\"\u003e30代 女性\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"voice__item u-sp\"\u003e\n        \u003cdiv class=\"voice__item__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_voice02.webp\" alt=\"\" width=\"140\" height=\"140\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"voice__item__content\"\u003e\n          \u003cp class=\"voice__item__content__txt\"\u003eこれまで睡眠中は靴下を脱いでいたので、違和感があるのでは？と思いましたが、足先がオープンになっているので\u003cspan\u003e全く気にならず\u003c\/span\u003e朝まで快適に過ごせました。立ち仕事をした晩に履くと、翌朝には何事もなかったかのように足が軽くなっていて驚きました！滑り止めが付いるので、\u003cspan\u003e足首に落ちてこない\u003c\/span\u003eのも嬉しいポイントです。\u003c\/p\u003e\n          \u003cp class=\"voice__item__content__user\"\u003e20代 女性\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"voice__item u-sp\"\u003e\n        \u003cdiv class=\"voice__item__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_voice03.webp\" alt=\"\" width=\"140\" height=\"140\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"voice__item__content\"\u003e\n          \u003cp class=\"voice__item__content__txt\"\u003eきつすぎない着圧で\u003cspan\u003e着脱時も着用中も\u003c\/span\u003e全くストレスが無いです。なのに浮腫みが取れるはもちろん、他の着圧ソックスと比較して\u003cspan\u003e脚の軽さがかなり違う\u003c\/span\u003e気がしました。滑り止めのおかげで就寝～朝までズレ落ちてこずよかったです。\u003c\/p\u003e\n          \u003cp class=\"voice__item__content__user\"\u003e30代 女性\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"voice__item\"\u003e\n        \u003cdiv class=\"voice__item__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_voice04.webp\" alt=\"\" width=\"140\" height=\"140\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"voice__item__content\"\u003e\n          \u003cp class=\"voice__item__content__txt\"\u003e運動でたくさん歩いた日に使うと、次の日\u003cspan\u003e疲れが軽減された\u003c\/span\u003e実感がありました。締め付け感もちょうどよく、ストレスなく眠れました。滑り止めのおかげなのか、寝相の悪い私でも\u003cspan\u003eずれたりはしていなかった\u003c\/span\u003eです。\u003c\/p\u003e\n          \u003cp class=\"voice__item__content__user\"\u003e20代 女性\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"voice__item\"\u003e\n        \u003cdiv class=\"voice__item__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_voice05.webp\" alt=\"\" width=\"140\" height=\"140\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"voice__item__content\"\u003e\n          \u003cp class=\"voice__item__content__txt\"\u003eこれまで着圧ソックスは「蒸れる」「締め付けがきつくて寝苦しい」というイメージがあり、使用を避けていましたが、このソックスは\u003cspan\u003e蒸れず、締め付け感もなく快適に眠る\u003c\/span\u003eことができました。普段デスクワークのため足のむくみが気になっていましたが、\u003cspan\u003e翌朝にはスッキリ軽くなっていて\u003c\/span\u003e、とても満足しています。\u003c\/p\u003e\n          \u003cp class=\"voice__item__content__user\"\u003e20代 女性\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"voice__item\"\u003e\n        \u003cdiv class=\"voice__item__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_voice06.webp\" alt=\"\" width=\"140\" height=\"140\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"voice__item__content\"\u003e\n          \u003cp class=\"voice__item__content__txt\"\u003e日々のマッサージは欠かせないものでしたがこのソックスを履いて寝ると翌朝の目覚めが良く、\u003cspan\u003e脚の疲れだけでなく全身の疲れがとれる\u003c\/span\u003e感じ。今では毎晩履いており、出張時も必ず持っていきます。締め付けの強度がちょうど良いのが素晴らしい。エアコンをつけて寝るようになってからも\u003cspan\u003e冷え防止\u003c\/span\u003eによいようです。通年、私には必要なアイテムとなっています。\u003c\/p\u003e\n          \u003cp class=\"voice__item__content__user\"\u003e60代 男性\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"voice__item\"\u003e\n        \u003cdiv class=\"voice__item__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_voice07.webp\" alt=\"\" width=\"140\" height=\"140\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"voice__item__content\"\u003e\n          \u003cp class=\"voice__item__content__txt\"\u003e今まで着圧ソックスをはく習慣はなかったのですが、はいてみてビックリです。\u003cspan\u003e足が凄く楽になります\u003c\/span\u003e。特に、趣味のマラソンで過酷に脚を酷使した夜はもう欠かすことが出来ません。\u003cspan\u003e睡眠中にメンテナンス出来る\u003c\/span\u003e事はすごく理にかなっていると思います。\u003c\/p\u003e\n          \u003cp class=\"voice__item__content__user\"\u003e50代 男性\u003c\/p\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スペック\u003c\/h2\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"spec__wrap animatedParent animateOnce u-pb-0\" data-sequence=\"300\" data-offset=\"300\" id=\"color\"\u003e\n    \u003cdiv class=\"color fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"color__img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_spec01.webp\" alt=\"\" width=\"662\" height=\"1030\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"color__txt\"\u003e\n        \u003cp\u003e■対応サイズガイド\u003c\/p\u003e\n        \u003ctable class=\"spec__table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eサイズ(cm)\u003c\/th\u003e\n              \u003cth\u003e\u003cspan class=\"termina\"\u003eS\u003c\/span\u003e\u003c\/th\u003e\n              \u003cth\u003e\u003cspan class=\"termina\"\u003eM\u003c\/span\u003e\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth\u003eふくらはぎ\u003c\/th\u003e\n              \u003ctd\u003e\u003cspan class=\"termina\"\u003e32-38\u003c\/span\u003e\u003c\/td\u003e\n              \u003ctd\u003e\u003cspan class=\"termina\"\u003e36-42\u003c\/span\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003e足首\u003c\/th\u003e\n              \u003ctd\u003e\u003cspan class=\"termina\"\u003e19-23\u003c\/span\u003e\u003c\/td\u003e\n              \u003ctd\u003e\u003cspan class=\"termina\"\u003e21-25\u003c\/span\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \u003cdiv class=\"size fadeInUpShort animated\"\u003e\n          \u003cp class=\"size__title u-mb-8\"\u003e■特記事項\u003c\/p\u003e\n          \u003cp class=\"size__note\"\u003e\n              【種類及び一般的名称】 機械器具（12） 理学診療用器具  一般医療機器 弾性ストッキング 31724000\u003cbr\u003e【製造販売届出番号】11B1X10025292803\u003cbr\u003e【効能・効果】血行促進、むくみ改善、リンパ液の流れの改善\u003c\/p\u003e\n          \u003cdiv class=\"size__note__detail\"\u003e続きを見る\u003c\/div\u003e\n          \u003cp class=\"size__note size__note__hide\"\u003e【使用方法】\u003cbr\u003e1.レッグ部分を手繰りよせ、かかと位置を合わせるように履く。\u003cbr\u003e2.両手の親指で履き口部分を持ち上げて左右を均等に引き上げる。\u003cbr\u003e3.履き口を正しい位置まで上げれば完成。\u003cbr\u003e【使用上の注意】\u003cbr\u003e次の方は、ご使用前に医師に相談してください。\u003cbr\u003e1．現在、病気やけがによる脚のむくみやだるさを感じる方\u003cbr\u003e2．血圧の高い方、心臓・腎臓などに障害のある方\u003cbr\u003e3．現在、かゆみや発疹をおこしている方\u003cbr\u003e4．血行障害をおこしたことのある方\u003cbr\u003e【取り扱い説明】\u003cbr\u003e1. サイズの合わないものを使用しないでください。（血行が悪くなるおそれがあります。）\u003cbr\u003e2．2枚重ねて使用しないでください。（血行が悪くなるおそれがあります。）\u003cbr\u003e3．ソックスをひざ裏にかかるまで引き上げないでください。（ひざ裏の血行が悪くなるおそれがあります。）\u003cbr\u003e4．使用中、使用後に気分が悪くなったり、かゆみ、発疹、痛みなどの異常を感じた場合は、すぐに使用を中止してください。\n          \u003c\/p\u003e\n        \u003c\/div\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\" id=\"tech03_02\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc__text\"\u003e\n        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title u-sp\"\u003eギフトにもおすすめ\u003c\/h3\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__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_giftwrapping.webp\" alt=\"\" width=\"1628\" height=\"918\"\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 u-pc\"\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\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=\"technology__item technology__item__sub\" style=\"padding-bottom: 0;border-bottom: unset;\" id=\"related01\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"\"\u003e\n        \u003ch2 class=\"technology__item__title fadeInUpShort animated related__ttl\"\u003e\n          さらに究極のリカバリーを\u003cbr class=\"u-sp\"\u003e追求したい方へ\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"padding: 0;height: unset;\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_related01.webp\" alt=\"\" width=\"870\" height=\"580\" style=\"height: unset; position: relative;\"\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            \u003cp class=\"spec__tag\"\u003e一般医療機器\u003c\/p\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title u-pc\"\u003eブレインスリープ \u003cbr\u003eウェア リカバリー\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e着て寝るだけでフルリカバリー\u003c\/p\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\" style=\"margin-top: 16px;\"\u003e・独自開発メディックリカバリーファイバーで\u003cbr\u003e血行促進し、疲労回復\u003cbr\u003e・快適な睡眠を追求した独自開発の軽量スウェット生地\u003cbr\u003e・洗濯機で丸洗い出来て、さらに制菌と消臭機能で毎日清潔\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/products\/wear_recovery\" class=\"related__btn\" target=\"_blank\"\u003e詳しくはこちら\u003c\/a\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\" style=\"padding-bottom: 0;border-bottom: unset;\" id=\"related02\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"padding: 0;height: unset;\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_related02.webp\" alt=\"\" width=\"960\" height=\"440\" style=\"height: unset; position: relative;\"\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 u-pc\"\u003eブレインスリープ \u003cbr\u003eライトコンフォーター リカバリー\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e遠赤外線テクノロジーで体を温める\u003cbr\u003eリバーシブル毛布\u003c\/p\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\" style=\"margin-top: 16px;\"\u003e・メディックリカバリーファイバーで、体を究極に温めて疲労回復へ導く\u003cbr\u003e・ムレ難さ、制菌性の清潔さ。\u003cbr\u003e極上の肌触りで、いつまでも包まっていたい快適さ\u003cbr\u003e・冬向けのカシミヤブラン、秋春向けのコットンブランで、秋冬春の長期間使用できるリバーシブル構造\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/products\/comforter_recovery\" class=\"related__btn\" target=\"_blank\"\u003e詳しくはこちら\u003c\/a\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\" style=\"border-bottom: unset;\" id=\"related03\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"padding: 0;height: unset;\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_related03.webp\" alt=\"\" width=\"666\" height=\"568\" style=\"height: unset; position: relative;\"\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 u-pc\"\u003eブレインスリープ \u003cbr\u003eハラマキ リカバリー\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003eコア温熱×着圧で寝ながら集中ケア\u003c\/p\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\" style=\"margin-top: 16px;\"\u003e・メディックリカバリーファイバー採用、遠赤外線輻射熱で腹部を集中温熱\u003cbr\u003e・独自スリープコアコンプレッションで睡眠着圧。\u003cbr\u003e【呼吸コンサルタント大貫崇監修】\u003cbr\u003e・締め付けし過ぎないリラックス設計！ムレ難い着用と抗菌防臭の清潔さ\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/products\/haramaki\" class=\"related__btn\" target=\"_blank\"\u003e詳しくはこちら\u003c\/a\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=\"last animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"last__bg fadeInUpShort animated\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_last_bg_model.webp\" alt=\"\" width=\"2000\" height=\"1122\" class=\"u-pc\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_last_bg_model_sp.webp\" alt=\"\" width=\"750\" height=\"902\" class=\"u-sp\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"last__logo\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_awakenyourpossibility.webp\" alt=\"\" width=\"624\" height=\"318\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"last__txt\"\u003e着用するだけで整う、\u003cbr\u003eリカバリーソックス\u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c!--   \u003csection class=\"other__title\" id=\"other\"\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\u003eRECOMMENDED SELECTION\u003c\/span\u003e睡眠の質を高めるオススメ商品\n          \u003c\/h2\u003e\n      \u003c\/div\u003e\n  \u003c\/section\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 u-sp\"\u003e速く、深く、脳が眠る。\u003cbr\u003e明日のパフォーマンスを目覚めさせる。\u003c\/h3\u003e\n          \u003cdiv class=\"other__pillow__vimeo\"\u003e\u003cvideo class=\"lozad\" width=\"1920\" height=\"1080\" style=\"aspect-ratio:1920\/1080\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/473c0a16e10948f288655ba4c32ab483.mp4\" preload=\"none\" autoplay loop muted playsinline\u003e\u003c\/video\u003e\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\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_other_pillow_logo.webp\" alt=\"BRAIN SLEEP PILLOW\" width=\"200\" height=\"63\"\u003e\u003c\/h2\u003e\n                  \u003cp class=\"other__pillow__text__title__name\"\u003eブレインスリープ ピロー\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003ch3 class=\"other__pillow__text__sub__title\"\u003e速く、深く、脳が眠る。\u003cbr\u003e明日のパフォーマンスを目覚めさせる。\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=\"300\" data-offset=\"300\" id=\"other__comforterpwex\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e羽毛を超越した\u003cbr\u003e極暖掛け布団\u003c\/h3\u003e\n          \u003cdiv class=\"other__col2__item__comforterpwex__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/other_comfoter_pwex.webp\" alt=\"\" width=\"503\" height=\"381\"\u003e\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__comforterpwex__logo\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/other_comfoter_pwex_logo.webp\" alt=\"BRAIN SLEEP COMFORTER PERFECT WARM EX\" width=\"391\" height=\"97\"\u003e\n                  \u003c\/h2\u003e\n                  \u003cp class=\"other__col2__item__logotext\"\u003eブレインスリープ コンフォーター \u003cbr class=\"u-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 href=\"https:\/\/brain-sleep.com\/products\/comforter_perfectwarmex\" class=\"other__more__btn other__more__btn__black\"\u003e詳しく見る\u003c\/a\u003e\n              \u003c\/div\u003e\n          \u003c\/div\u003e\n      \u003c\/section\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__mattressprotecterpwex\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e究極に暖かい\u003cbr\u003eプロテクター\u003cbr class=\"u-sp\"\u003e\u003cspan\u003e（ボックスシーツ）\u003c\/span\u003e\u003c\/h3\u003e\n          \u003cdiv class=\"other__col2__item__mattressprotecterpwex__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/other_mattress_protector_pwex.webp\" alt=\"\" width=\"503\" height=\"381\"\u003e\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__mattressprotecterpwex__logo\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/other_mattress_protector_pwex_logo.webp\" alt=\"BRAIN SLEEP MATTRESS PROTECTOR PERFECT WARM EX\" width=\"549\" height=\"92\"\u003e\n                    \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/other_mattress_protector_pwex_logo_sp.webp\" alt=\"\" width=\"549\" height=\"92\"\u003e\n                  \u003c\/h2\u003e\n                  \u003cp class=\"other__col2__item__logotext\"\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プロテクター\u003cbr class=\"u-sp\"\u003e\u003cspan\u003e（ボックスシーツ）\u003c\/span\u003e\u003c\/p\u003e\n                  \u003ca href=\"https:\/\/brain-sleep.com\/products\/mattressprotector_compact_perfectwarmex\" class=\"other__more__btn other__more__btn__black\"\u003e詳しく見る\u003c\/a\u003e\n              \u003c\/div\u003e\n          \u003c\/div\u003e\n      \u003c\/section\u003e\n  \u003c\/div\u003e --\u003e\n\n  \u003csection id=\"faq\" class=\"faq js-box\"\u003e\n    \u003cdiv class=\"section__title\"\u003e\n      \u003ch2 class=\"section__title__text\"\u003e\n      \u003cspan\u003eFAQ\u003c\/span\u003eよくあるご質問\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq__main\"\u003e\n      \u003cdiv class=\"faq__item\"\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\"\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\"\u003e\n        \u003ch3 class=\"faq__item__question\"\u003e着圧のhPa(ヘクトパスカル)とは何ですか？\u003c\/h3\u003e\n        \u003cdiv class=\"faq__item__answer\"\u003e\n          \u003cp class=\"faq__item__answer__text\"\u003ehPa(ヘクトパスカル)は、圧力を示す国際単位です。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq__item\"\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\"\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\"\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\"\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\"\u003eSとMの２サイズをご用意しております。ページ上の対応サイズガイドを参考にご自分のサイズをお選びください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq__item\"\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\"\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\"\u003e\n        \u003ch3 class=\"faq__item__question\"\u003e産地はどこですか？\u003c\/h3\u003e\n        \u003cdiv class=\"faq__item__answer\"\u003e\n          \u003cp class=\"faq__item__answer__text\"\u003e日本国内の歴史のある靴下専門工場で生産しています。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/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_socks_all_v1.css?06\"\u003e\n\n\u003cscript defer src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_socks_all_v1.js\"\u003e\u003c\/script\u003e\n\n\u003cstyle\u003e\n  .spec__item__desc__text__content__title,\n  .technology__link__lists__title,\n  .technology__item__desc__text__content__title {\n    font-family: \"游ゴシック体\",YuGothic,\"Yu Gothic M\",\"游ゴシック Medium\",\"Yu Gothic Medium\",\"Yu Gothic Pr6N M\",sans-serif;\n    visibility: visible!important;\n  }\n\u003c\/style\u003e\n\u003cscript type=\"text\/javascript\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/lozad\/dist\/lozad.min.js\"\u003e\u003c\/script\u003e\n\u003cscript\u003e\ndocument.addEventListener('DOMContentLoaded', function() {\n  const observer = lozad(); \/\/ すべての [data-src] 要素を対象\n  observer.observe();\n});\n\u003c\/script\u003e\n","brand":"株式会社ブレインスリープ","offers":[{"title":"S","offer_id":47566089126110,"sku":"W0016A1-SMBK","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"M","offer_id":47127990599902,"sku":"W0016A1-MEBK","price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/thumbnail_socks_recovery_01.webp?v=1759730956"}],"url":"https:\/\/brain-sleep.com\/collections\/thanks_page_gift_wrappingandbox.oembed","provider":"BRAIN SLEEP OFFICIAL SITE","version":"1.0","type":"link"}